Search found 1086 matches

by fabien
2024-11-25 19:53
Forum: Testing And Unstable
Topic: [SOLVED] Debian Sid (Trixie) Virtualbox service don`t work
Replies: 8
Views: 759

Re: [SOLVED] Debian Sid (Trixie) Virtualbox service don`t work

Hello @denkin,

I think you missed part of my previous post :wink:
fabien wrote: 2024-05-11 12:56 Install the linux-headers-amd64 metapackage so that the latest headers are automatically pulled.
by fabien
2024-11-25 13:00
Forum: General Questions
Topic: find: ‘/run/user/1000/doc’: Permission denied
Replies: 6
Views: 230

Re: find: ‘/run/user/1000/doc’: Permission denied

Regarding your original question, the author has anticipated the case, see line 20: EXCEPTIONS='' $> df --local -P | awk '{if (NR!=1) print $6}' /dev /run / /dev/shm /run/lock /tmp /boot/efi /var /home /run/user/1000 $> EXCEPTIONS='/run/user/' $> df --local -P | awk '{if (NR!=1) print $6}' | grep -v...
by fabien
2024-11-20 20:49
Forum: General Questions
Topic: [Solved] xfce-terminal -- some files greyed out
Replies: 5
Views: 209

Re: [Software] xfce-terminal -- some files greyed out

Thanks for marking you topic as solved. dircolors 00;91 changed color to red, how do I change it to white? How about experimenting a little? $> echo -e "\e[00;32m test \e[0m" $> echo -e "\e[00;33m test \e[0m" $> echo -e "\e[00;34m test \e[0m" $> echo -e "\e[01;32m ...
by fabien
2024-11-20 18:13
Forum: General Questions
Topic: [Solved] xfce-terminal -- some files greyed out
Replies: 5
Views: 209

Re: [Software] xfce-terminal -- some files greyed out

Hello, Using color to distinguish file types is disabled both by default and with --color=never. With --color=auto, ls emits color codes only when standard output is connected to a terminal. The LS_COLORS environment variable can change the settings. Use the dircolors(1) command to set it. Check tha...
by fabien
2024-11-17 11:30
Forum: General Questions
Topic: live-build: can't use third party repo due to missing ca-certificates
Replies: 2
Views: 167

Re: live-build: can't use third party repo due to missing ca-certificates

I've also tried downloading the `ca-certificates` package onto my host system and extracting the certs before copying them to `config/includes.bootstrap/usr/share/`, but no dice. Hello, I don't know how much this helps your case, but take a look at the header of /etc/ca-certificates.conf to see how...
by fabien
2024-11-15 20:36
Forum: General Questions
Topic: [Software] CUPS Printer Configuration
Replies: 8
Views: 364

Re: [Software] CUPS Printer Configuration

Another difference is that when using lp to send the Postscript file to the printer, the lp program prints the request id line to standard out. When used as a filter, it appears that lp sends this line to the printer, instead. Hello, Then I would try the -s option. -s Do not report the resulting jo...
by fabien
2024-11-15 20:31
Forum: Testing And Unstable
Topic: [SID - Unstable] APT incorrectly says package does not exist
Replies: 4
Views: 232

Re: [SID - Unstable] APT incorrectly says package does not exist

libqt6webengine6-data: Installed: (none) Candidate: 6.7.2+dfsg-5 Version table: 6.7.2+dfsg-5 500 500 http://debian.mirror.ac.za/debian testing/main amd64 Packages 500 http://debian.mirror.ac.za/debian sid/main amd64 Packages 500 http://ftp.dimensiondata.com/debian testing/main amd64 Packages 6.4.2-...
by fabien
2024-11-10 22:14
Forum: Installation
Topic: Verifying checksum signature files?
Replies: 5
Views: 330

Re: Verifying checksum signature files?

I read the first reference you provided and it was not sufficient. What was the problem? What method did you use that worked? but no matter until the i386 issues are resolved. It is not an issue, it is a development decision for the future Debian Trixie. The kernel will no longer be built for the i...
by fabien
2024-11-10 21:45
Forum: Installation
Topic: [Solved] problem with gstreamer when upgrading from Stretch to Buster
Replies: 15
Views: 607

Re: [Solved] problem with gstreamer when upgrading from Stretch to Buster

When it is difficult to upgrade, you can remove packages to simplify your installation and reinstall them after the upgrade.
by fabien
2024-11-10 20:30
Forum: Installation
Topic: Verifying checksum signature files?
Replies: 5
Views: 330

Re: Verifying signature files?

Hello, welcome to the forums!

see Verifying authenticity of Debian images and [Software] How to verify debian iso image for beginners
MathFan_1 wrote: 2024-11-10 20:01 I migrated to Debian in view of its support for the i386 architecture.
However, be aware of this.
by fabien
2024-11-10 16:01
Forum: Installation
Topic: [Solved] problem with gstreamer when upgrading from Stretch to Buster
Replies: 15
Views: 607

Re: [Solved] problem with gstreamer when upgrading from Stretch to Buster

MVL wrote: 2024-11-10 15:53 OK, I did. But I don't like it because there is no solution to be offered. I have no idea how the problem was solved.
You are right, but we know what the problem was (foreign repository packages) and this can already help people in the same situation. Thanks.
by fabien
2024-11-10 15:29
Forum: Installation
Topic: [Solved] problem with gstreamer when upgrading from Stretch to Buster
Replies: 15
Views: 607

Re: gstreamer broken in Buster

The gstreamer issue seems to have sorted itself out somehow. Mission accomplished I guess. Thank you for your attention. You are welcome, I'm glad you solved your problem. Please mark your topic as [Solved] by editing the title of your first post. You can also make it more suitable, e.g. [Solved] p...
by fabien
2024-11-10 00:38
Forum: Installation
Topic: [Solved] problem with gstreamer when upgrading from Stretch to Buster
Replies: 15
Views: 607

Re: gstreamer broken in Buster

I'm pretty sure these two gstreamer packages are conflicting with each other. gstreamer1.0-gl depends on libgstreamer-gl1.0-0, they can't conflict. Before the upgrade, the system must be in a predictable state. This includes having only Stretch packages installed (no packages from foreign repositor...
by fabien
2024-11-09 14:41
Forum: Installation
Topic: [Solved] problem with gstreamer when upgrading from Stretch to Buster
Replies: 15
Views: 607

Re: gstreamer broken in Buster

I am trying to upgrade a Stretch installation to Buster. Have you read and followed the Debian 10 Buster Release Notes as Uptorn points out? Before the upgrade, the system must be in a predictable state. This includes having only Stretch packages installed (no packages from foreign repositories). I...
by fabien
2024-11-07 12:47
Forum: Beginners Questions
Topic: [Installation] of Kamailio on Debian
Replies: 4
Views: 284

Re: [Installation] of Kamailio on Debian

Thanks. ## The Kamailio configuration file for the control tools. [...] ## database type: MYSQL, PGSQL, ORACLE, DB_BERKELEY, DBTEXT, or SQLITE ## by default none is loaded ## ## If you want to setup a database with kamdbctl, you must at least specify ## this parameter. DBENGINE=MYSQL [...] My guess ...
by fabien
2024-11-07 11:27
Forum: Beginners Questions
Topic: [Installation] of Kamailio on Debian
Replies: 4
Views: 284

Re: [Installation] of Kamailio on Debian

Hello,
loerichroot wrote: 2024-11-06 18:11 i have install kamailio on my pc and tried to create a database
Could you please post the output of

Code: Select all

$> apt list --installed "kamailio*"
by fabien
2024-11-04 17:58
Forum: Testing And Unstable
Topic: [Testing - Trixie] [solved] upgrade lists wall of packages
Replies: 1
Views: 207

Re: [Testing - Trixie] upgrade lists wall of packages

Ignoring the update and repeating update-upgrade later, the package list looks what I'd expect: That's not how it happened. If you are not aware that the updates were actually done, then they were done behind your back (e.g. by unattended-upgrades or some other program). Check /var/log/apt/ : $> le...
by fabien
2024-11-03 08:52
Forum: Installation
Topic: [Solved] packages (aptitude, nis, autofs, net-tools) can't be found in PXE installation
Replies: 3
Views: 232

Re: packages (aptitude, nis, autofs, net-tools) can't be found in PXE installation

Hello, I added "in-target apt-get update; \" before "in-target apt-get install nis autofs net-tools -y; \", and it gets my problem fixed immediately. Thanks for your feedback, I'm glad you solved your problem. Please mark your topic as [Solved] by editing the title of your first ...
by fabien
2024-11-02 19:50
Forum: Installation
Topic: [Solved] packages (aptitude, nis, autofs, net-tools) can't be found in PXE installation
Replies: 3
Views: 232

Re: packages (aptitude, nis, autofs, net-tools) can't be found in PXE installation

Hello, welcome to the forums! It can find package "ifupdown", while it reports "Package [xxx] is not available" for aptitude, nis, autofs, net-tools. ifupdown is installed in an early stage by "anna". I use "in-target apt-get install [package_name] -y; \" to i...