prompt
stringlengths
1
58.2k
completion
stringlengths
1
53.1k
Hello, When trying to install local .deb package, on Debian 10, I get the following errors. dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable The package can't be insta...
questlinq wrote:Do I always need to use "su -" in Buster? As explained by Soul Singin' and roseway, if you need to run anything which is not in your user PATH, yes. I sometimes run apt install (which is in /usr/bin/ therefore in user's PATH) without the dash after su, , to install a locally downloaded package. apt inst...
Hi all, I have an issue with my italian keyboard and Debian 10. When laptop starts characters do not match with my laptop keyboard. The file "/etc/default/keyboard" seems correct, in my opinion: Code: Select all# KEYBOARD CONFIGURATION FILE # Consult the keyboard(5) manual page. XKBMODEL="pc105" XKBLAYOUT="it" XKBVARIA...
I would try Code: Select all# dpkg-reconfigure locales
I have a multiboot system with Buster and another distro whose GRUB2 is the master for the system. The other distro allows the installation of several kernels that I can choose at the GRUB menu, but I've tried installing the most recent RT version available in Buster, updating GRUB, and it doesn't show the RT as an opt...
You will need to update grub from the OS controlling it, reboot and it should show the new kernels.
Debian Buster (KDE) I have a fresh install of Debian. I want to use KDE Partition Manager but after entering my root password Kdesu just hangs there frozen for eternity, until I kill the process. Same happens to Discovery and Muon Package Manager when trying to configure the Sources List. Opening Bleachbit in Root or w...
Don't use it. I've quoted this very good explanation from https://askubuntu.com/questions/1044354 ... ot-working This is a very much more complex question than it first appeared to me to be First of all, it is highly recommended not to use kdesu or kdesudo to run graphical applications as root or with administrative pr...
hello all, i've the following distro: Linux nas 4.19.0-0.bpo.5-amd64 #1 SMP Debian 4.19.37-4~bpo9+1 (2019-06-19) x86_64 GNU/Linux after a long time i've finally found a working driver (at least compiling and installing) https://github.com/minjae/rtl8821au.git i can see the usb device: root@nas:~/rtl8821au# lsusb Bus 00...
emiliocb4 wrote:after a long time i've finally found a working driver (at least compiling and installing) https://github.com/minjae/rtl8821au.git I think that is the wrong driver for your device. Try this one - https://github.com/jeremyb31/rtl8822bu And you may also need to install the package firmware-realtek from non...
Code: Select all# # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda1 during installat...
Remove the quotes on both those lines
Hello, I have a Debian 10 installation done as a server - no Desktop or WM. The setup works, but I'm having issues with firewall. I can add IPTABLES rules, although "iptables -L" command fails with iptables: command not found I can see from Debian documentaion that iptables is being replaced by nftables. Could this be ...
Check $PATH.
what have i done wrong here Code: Select all# cat /etc/default/locale # File generated by update-locale LANG="en_ZA.UTF-8" LANGUAGE="en_ZA.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_GB.UTF-8" aptitude returns Code: Select allperl: warning: Please check that your locale settings: LANGUAGE = "en_ZA.UTF-8", LC_ALL = (uns...
Try Code: Select all# locale-gen
Hi to all, I have a problem with networking service on Debian 10(Buster), VPS server. I tried to search but to no avail. The problem: networking.service fails to start!? Network, ssh connection, iptables, psad, etc are working as configured.The ufw service shows a problem with "chain ufw-not-local", but ufw status verb...
just misconfigured /etc/hosts for particular VPS provider disregard >> In Stretch disabling ipv6 worked by: $ vim /etc/sysctl.conf Add the following at the bottom of the file: $ net.ipv6.conf.all.disable_ipv6 = 1 $ net.ipv6.conf.default.disable_ipv6 = 1 $ net.ipv6.conf.lo.disable_ipv6 = 1 $ sysctl -p && GRUB line in /e...
I have a fairly plain system, new install of Buster via non-free iso late May to June - jigdo to update it 3 times for dry runs. KDE Dull repos Code: Select allinxi -r Repos: Active apt repos in: /etc/apt/sources.list 1: deb http://debian.mirror.rafal.ca/debian/ buster main non-free contrib 2: deb-src http://debian.mir...
In a totally unrelated exercise I had virt-manager fail to connect to the default URI, and it blamed apparmor. Long story, but I could cli my way into a working vm. In a quick review I saw libvirt-daemon-system was somehow orphaned and removed during a partial upgrade. Put that back in and the apparmor error went away....
hello again, I'm trying to set up iptables instead of ufw on Debian 10, i basically need to forward 5 external ports to a kvm/qemu instance (22, 80, 443, 8448, 3478), host occupies 192.168.1.170 on the local network, guest connects via virbr0 (virtio) adapter, it's IP is 192.168.122.182 (with gateway 192.168.122.1). He...
I'm blurry on your purpose. Personally, I ditched virbr and use macvtap only for shared physical ports. By default, all guest see each other, host is invisible. The way it should be. To involve the host in the network, physically loop an additional host port to an external hub/switch. To give a single VM access to/from...
I came up with a strange issue. Using VMM 2.0.0 from Buster the "Add a Storage Volume" dialog no longer includes a 'backing store' option. It is usually below the "Format' drop down , and above the 'Storage Volume Quota' statement. Helpful would simply be someones's confirmation a default VMM install in Buster does hav...
Well, without any confirmation I'll just start guessing... The function really is gone. I found a screenshot, also with the option missing. My heart sank. I created these system a few years ago for the express purpose of preserving obsolete stuff that has no replacement. It never occurred to me that the hypervisor itse...
Hello, I'm trying to mount a NTFS drive so that it has execute permission. My /etc/fstab has the line, Code: Select all/dev/sda1 /home/user/ntdrive ntfs-3g rw,exec,user,auto,uid=1000,gid=1000,umask=0022 0 0 and when booting the drive mounts itself fine. However, Code: Select all$ mount | grep ntdrive /dev/sda1 on /home...
Put exec after user
Dual boot laptop (32): sda1: debian 10 with RT kernel sda3: debian 10 After upgrading sda3 from debian 9 to 10 sda3 is the default os in grub. sda3 is the first option in the grub menu I performed "sudo update-grub" in sda1 to change the default os to sda1 but that did not work. Then I did a new "sudo grub-install /dev...
To change the default in GRUB edit the GRUB_DEFAULT option in /etc/default/grub from whichever operating system the grub-install command was last run and use the update-grub command to update the configuration file. https://www.gnu.org/software/grub/manua ... figuration Why do you have two separate Debian systems? It i...
The solution I used on my Technoethical T400s for Stretch (on GNOME 3) unfortunately doesn't seem to work on my Acer Extensa 5220 with Buster (using XFCE). Code: Select all$ egrep -i 'synap|alps|etps|elan' /proc/bus/input/devices N: Name="SynPS/2 Synaptics TouchPad" I have re-installed the operating system now twice af...
https://wiki.debian.org/LibinputTouchpad
Code: Select all$ grep volume /etc/pulse/daemon.conf flat-volumes = no ; enable-deferred-volume = yes ; deferred-volume-safety-margin-usec = 8000 ; deferred-volume-extra-delay-usec = 0 ... yet audio volumes are low on vlc and web "apps" such as youtube and video servers when volume controls are maximized, along with Pu...
What does alsamixer show to you?
Hi guys, For Debian Buster, is there a way to clear/empty my swap back to RAM again? I tried swapoff and swapon but it doesn't seem to work, it says command not found. I have the packages mount and util-linux. Any ideas?
Please explain better. Post exactly what commands you tried. Maybe http://forums.debian.net/viewtopic.php?f=16&t=142973
I just installed testing (Bullseye) and I've already messed up the sources.list. Code: Select alldavek@debian:~$ su Password: root@debian:/home/davek# apt update Hit:1 http://debian.osuosl.org/debian bullseye InRelease Ign:2 http://security.debian.org/debian-security bullseye/updates InRelease Err:3 http://security.deb...
Code: Select all deb http://debian.osuosl.org/debian/ bullseye main contrib non-free # deb-src http://debian.osuosl.org/debian/ bullseye main contrib non-free deb http://security.debian.org/debian-security bullseye/updates main contrib # deb-src http://security.debian.org/debian-security bullseye/updates main contrib S...
Hi guys, I recently did a new install of Debian Buster, except reusing the /home partition, because I got a new motherboard+ram (i5-9400F/DDR4 2666Mhz from the old i5-2500k/DDR3 1333Mhz). I notice when I copy files, save files from Chromium/Firefox, or open files. There's some significant lag for some reason, no issues...
Head_on_a_Stick wrote:Do you still have this problem if you test with a new user and a clean ${HOME}? Sometimes old dot configs can cause problems.
I'm currrently using Debian buster 64 bit. I'm testing nftables rules for my desktop. I want to add rules for TCP stealth scan and I got the following code from https://github.com/yoramvandevelde/nfta ... init.rules which gives the error Code: Select allnft add rule ip filter input iifname enp2s0 tcp flags & (ack|fin) ...
Lecram wrote:I'm currrently using Debian buster 64 bit. I'm testing nftables rules for my desktop. I want to add rules for TCP stealth scan and I got the following code from https://github.com/yoramvandevelde/nfta ... init.rules which gives the error Code: Select allnft add rule ip filter input iifname enp2s0 tcp flags...
I'm using Debian stretch xfce 64 bit. I have a broadband connection. I'm using iptables as my firewall . When I ran a port scan through GRC Shields Up it shows only port 25 and port 80 are opened. I again ran the GRC shields up port scan with icmp disabled in the firewall and checked again but still it showed that port...
I'm pretty sure GRC is just reporting your router configuration, NAT would prevent it from "seeing" your computer's ports. Try this Code: Select all# apt install nmap # nmap -sT -O localhost That should list all open ports.
I installed OpenTK on .NET core. Worksgreat on Linux Mint 19. On Debian 10, I'm getting the following crash which complains about missing the shared library "gbm". Also, I found the libgdm project here (https://github.com/robclark/libgbm), but I'm not clear what Debian package I'm missing? I installed libgbm-dev which ...
You have written 3× libgdm and 3× libgbm. Debian has libopentk1.1-cil package.
I installed Debian 10 Buster Non-Free MATE and am receiving the following error when trying to update: The repository 'http://debian.mirror.constant.com/debian buster/updates Release' does not have a Release file. What can i do to solve this problem? Thanks.
Try to edit /etc/apt/sources.list and replace Code: Select alldeb http://debian.mirror.constant.com/debian buster/updates mainbyCode: Select alldeb http://security.debian.org/debian-security buster/updates main
Debian 9-stretch, recently upgraded from Debian 8-I'm getting ~20 lines of 'blk-update-request,i/o error,dev fd0,sector 0' messages on boot. I notice fd0 spinning on boot, there's obviously something trying to access it. Anyone know what file or program it might be? I looked at fstab but it's the same as my debian 8 in...
Do you have a floppy in the drive? Do you even use floppies? I leave the the drive unplugged in my old computer.
Using Debian 10 MATE. I have a package locked in Synaptic under "Lock Version" but I am still getting updates for that package. There is an option in Package Updater to "Ignore this update" but it is grayed out. Is there a solution for this? Thanks.
What does mean Rick B. wrote:I am still getting updates for that package exactly? In aptitude, there are 2 options:aptitude help wrote:Hold a package in its current version to prevent upgrades. Keep a package at its current version. Unlike hold, this will not prevent future upgrades.You always get new update about avai...
So lemme tell you a story, there was a bug with e2fsprog which needed logsave, untill new version came to repos manual fix was to install logsave and run update-initramfs which i did. Unfortunately this completely broke boot process for me, after choosing kernel it does' not prompt as usual for password but starts to m...
Pakos wrote:install logsave and run update-initramfs which i did. What kernel were you in when you rebuilt initramfs and were you at busy-box? What was your exact command.
For solution - refer to http://forums.debian.net/viewtopic.php?f=16&t=142644 Folks, I am trying to selectively block applications' Internet access via apparmor. Testing it with Midori with the below apparmor profile Code: Select all# Last Modified: Wed Jul 10 09:17:35 2019 #include <tunables/global> /usr/bin/midori { #...
https://unix.stackexchange.com/question ... y-apparmor
Hi, I have a fresh Buster install that experiences connection issues to aus5.mozilla.org. This is the site that Firefox uses to check if an update is available. (I use the Firefox installed from http://www.mozilla.org tarball.) Currently Firefox does not update, because it is unable to connect to that site. If I try to...
cchip wrote:I have a fresh Buster install that experiences connection issues to aus5.mozilla.org. This is the site that Firefox uses to check if an update is available. (I use the Firefox installed from http://www.mozilla.org tarball.) Where did you install your Firefox folder ? cchip wrote: The same happens with the d...
I am using Buster with MATE as a DE Trying to remove firefox-esr because I don't use it and this happens Code: Select allsudo apt remove firefox-esr [sudo] password for somebody: Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed an...
http://forums.debian.net/viewtopic.php?f=16&t=104157
I have debian 9.6 stretch and I'm using LXDE desktop environment. I have my touchpad settings saved at /etc/X11/xorg.conf.d/50.synaptics.conf and when I restart lxde, touchpad settings are perfect, but as soon as I login touchpad is set back to previous state "as I hadn't configured /etc/X11/xorg.conf.d/50.synaptics.co...
Does the `synclient` command work after you've logged in? Perhaps libinput is used for the desktop. Have you checked the touchpad settings in LXDE?[1] Perhaps they are over-riding your configuration file. [1] If it has a GUI configuration tool for that; I don't use LXDE.
Hello, when I switch to a virtual console and back to the desktop I experience trouble like diagonal lines on the desktop (like if the desktop was fragmented in triangles) that appear for an instant and then after a minute or so programs like firefox and konqueror start to crash and the next thing I know is that the de...
Oh for the days when we could control some sfuff.... If you look at the kernel version 4 and above command-line parameters https://www.kernel.org/doc/html/v4.14/a ... eters.html you'll only seeCode: Select allvga=still available from the list you posted, and vga=ask dosen't work, keep_bootcon didn't keep the bootcon at...
Hi There, I am trying to decrypt a root a partition which is spread on two disks through LVM using a key for the second drive. If I decrypt the disks manually the system is properly boot but with the key I can't because I didn't enable it properly. So far I saw since systemd the old debian script won't work anymore hen...
I found my issue I was been hours working on Code: Select all/etc/initramfs-tools/hooks convinced that was: Code: Select all /etc/cryptsetup-initramfs/conf-hook Oh man...
Hi everyone, I am new on this forum. Nice to be here I have an issue with my remote server. It is hosted by 1&1 Ionos, using Parallels. When I first initialized it, the version was Stretch 9.9. Since I modified /etc/apt/source.list, updated and upgraded, I am no longer able to login using ssh. I have tried to find whic...
I would be more interested to know what error message you get when you try logging in. I am no longer able to login using ssh. What does it say when you try ? If you can not log in to it via ssh, I don't see how you can repair anything or even access the logs as far as that goes, ...Do you have physical access to it ? ...
I would appreciate any help regarding this issue o/ Yes yes I already did my homework but none of the solutions I found made any difference. I'm currently using a fresh install of Buster with Cinnamon both on my server and the local machine. The problem is none of the VNC servers are creating the xstartup file on the f...
https://github.com/TurboVNC/turbovnc/issues/86 writes about Code: Select allTVNC_WM=mate-session, so I woud try Code: Select allTVNC_WM=cinnamon-session
Debian 10 Buster. Acer Aspire V3-112P/R2 laptop. Using wifi at home, and a 3g dongle elsewhere. Orphaned wvdial worked in stretch, but could not get it to work in Buster, so I use ppp for 3g. But after 3g usage, boots are just PITA, so slow to bring wifi up. I use ifplugd, /etc/networking/interfaces: Code: Select allso...
A little progress. Shortened the timeout in /etc/systemd/system/network-online.target.wants/networking.service, which by default was 5 minutes Also some net search suggested removing allow-hotplug options from /etc/network/interfaces. Did that too. Now the boot time is tolerable, but I must start wpa_supplicant manuall...
After dist upgrading from Debian 9 (Stretch) to Debian 10 (Buster), my internal (secondary) SATA drive stopped working. Looks like there is some compatibility issue with Linux-4.19 which is the default kernel shipped with Buster. The drive is detected if I switch to Linux-4.09. For now defaulting to this in Grub. Anyon...
Did you follow the upgrade guide from the official Release Notes? Perhaps you made a mistake, boot a live ISO image and see if the drive is detected there.
Hi, I'm running Debian Stretch recently installed, I cannot get my laptop resume after suspending, it seems like the suspend ends up shutting down the system. Here's what I could get from the logs but I don't know where to look next, any help would be appreciated... Before suspend: Code: Select allsystemd[1]: Reached t...
How are you attempting to suspend? Why do the logs refer to hibernation instead? You should use /etc/initramfs-tools/conf.d/resume to set the resume device (and regenerate the initramfs afterwards) but that is for hibernation rather than suspend. Try the acpi_sleep= kernel parameter: https://askubuntu.com/questions/713...
Hi to all, I am trying to figure out how to create a ipset set that will combine an individual IP & a network subnet. From man pages it should be: create blacklist4 hash:ip family inet hashsize 4096 maxelem 65536 add blacklist4 xxx.xxx.x.xxx add blacklist4 xx.xxx.xxx.0/24 Regards, t
tperica wrote:Hi to all, I am trying to figure out how to create a ipset set that will combine an individual IP & a network subnet. From man pages it should be: create blacklist4 hash:ip family inet hashsize 4096 maxelem 65536 add blacklist4 xxx.xxx.x.xxx add blacklist4 xx.xxx.xxx.0/24 Regards, t AFAIK with hash:ip you...
In general, I been having some issues with mounting devices (SATA drives connected via USB docing station - Unitek, for example) on boot up. So here's the thing, I have read that if you want to ensure that a drive is mounted consistently, its better to use the UUID opposed it's device name (/dev/sdb1 for example). That...
Head_on_a_Stick wrote:cds60601 wrote:I have read that if you want to ensure that a drive is mounted consistently, its better to use the UUID opposed it's device name (/dev/sdb1 for example). ^ This is correct, the block devices are assigned dynamically and may change from one boot to the next. I prefer PARTUUIDs, which...
I am not really a Linux newbie but again there is a lot I don’t know or understand or know very little about. Using Buster wtih KDE (when I installed the OS I chose no DE then in temrinal did apt install kde-plasma-desktop to get minimal KDE without all the bloat and crap I don't want need or use) but I had this same t...
Set it in /etc/dhcp/dhclient.conf. Here's mine for OpenDNS and a couple of others as fallback: Code: Select allsupersede domain-name-servers 208.67.222.222,208.67.220.220,1.1.1.1,8.8.8.8; I just added that line to the end of the file.
Hi, I'm on Stretch (Gnome) trying to change the default app to common Office extensions to Libreoffice 6.2. So I added /usr/share/applications/defaults.list and in it: Code: Select all[Default Applications] application/msword=libreoffice6.2-writer.desktop application/vnd.openxmlformats-officedocument.wordprocessingml.d...
nutagape wrote: And if I right click a document file -> open with different application -> select the desired app, there's no "set as default" button. right click file - properties - open with tab
Hi, I receive this ERROR: crc32 mismatch in command when I was restoring a system backup with btrfs send/receive .. I applied this.: http://forums.debian.net/viewtopic.php?f=16&t=142344 For Backup: - Debian 9 - btrfs-progs (4.13.3-1~bpo9+1) sudo btrfs send -v /.snapshots/3/snapshot/ |pv -s 14G| split -b 1000M --filter ...
I checked the system, and everything seems to work.. I deleted all empty inode folders created by ERRORs btrfs receive. Thanks to God, I didnt lost my system ..Ive no external disk and have to play with left space in partitions to make theses kind of experiments
Hello there, I really appreciate if some can help me configuring a wireless device, I have already followed Debian's documentation and instructions in multiple forums but it is not working yet I have installed Debian 9 in a laptop HP Pavilion 13 an0012la(https://support.hp.com/us-en/document/c06209147) and it has the w...
You should install the backport kernel too
Hello I'm trying to set up a new laptop with an Intel 9260 wifi card. It's a clean and upgrade debian installation. I've installed firmware-iwlwifi from stable and backport and none of them worked. I downloaded firmware from intel, i copied it into /lib/firmware/. I've tried every solution I've found. But nothings work...
Following https://wireless.wiki.kernel.org/en/use ... components I can see on dmesg: Code: Select alladministrador@paxila:~$ sudo dmesg | grep iwlwifi [ 2.585436] Loading modules backported from iwlwifi [ 2.585437] iwlwifi-stack-public:master:7858:cb17257d [ 2.650290] iwlwifi 0000:01:00.0: firmware: failed to load iwl-...
I am using Stretch + backports, up to date. Printer is Brother HL -2270DW. Printer connected directly to computer It was working perfectly but all of a sudden it crashes computer completely, turns it off, after sending a print job. I am at my wits end with this, please help
I would start by looking at the cups log files in /var/log/cups/error.log. I don't use cups much but my web search indicated that the log files can get really large. If the files exceed the allocated disk space, it can core dump.
I am to following the instructions from kernel-team.pages.debian.net/kernel-handbook, Chapter 4, section 2. Ultimately my goal is to build the psmouse.ko kernel module, but first I would like to build the kernel as well. I'm running "Buster" uname - r returns 4.19.0-5-amd64 From section 4.2.1 I execute: $ apt-get sourc...
LateToTheGame wrote:I was expecting 4.19.0, but got 4.19.37? Is this going to be a problem, especially if I build a module using the headers from this version? Nope - they're both 4.19 kernels but one has had 37 patches applied to it. Kernel version is the same
Hello, I just upgraded my laptop from stretch to buster via a wireless connection to my router. As soon as the upgrade was through, the wifi stopped to work. A reboot did not rectify the issue. NetworkManager shows the wifi as connected. It has received an IP address via dhcp and set the route properly. But then it jus...
Have you installed firmware-misc-nonfree?
Installed Debian yesterday and have had a pleasant experience except for my inability to get the Wired Connection working. I have a Wireless connection that connects and allows me to access Internet. The Wired connection activates, but does not have any Internet. I installed network-manager in hopes that it would do so...
Did you try to select "Require IPv4 addressing for this connection to complete" in nm-connection-editor?
Hi all, I have an external wireless network adapter that I plugged it to my Asus laptop. That's name is tp-link and its model is TL-WN725N. I renamed it by moving forward by this link: https://www.itzgeek.com/how-tos/linux/d ... ian-9.html but after reboot, its name changed to wlan0. While I would like to change its na...
create file /etc/systemd/network/10-TL-WN725N.link Code: Select all[Match] MACAddress=00:86:ea:b5:03:63 <-- your MAC [Link] Name=tplink-wnic Code: Select all#update-initramfs -u and reboot Undo whatever that link told you to do.
So I installed stable Buster using Guided partitioning with encrypted LVM and instead of getting the grub wallpaper I get a blue screen with cyan text. sudo update-grub Generating grub configuration file ... Found background image: /usr/share/images/desktop-base/desktop-grub.png Found linux image: /boot/vmlinuz-4.19.0-...
soaringowl2145 wrote:Found background image: /usr/share/images/desktop-base/desktop-grub.png This is not accessible until after decryption, move it to /boot/somewhere would be my guess, never tried it...
Debian/jessie-I have gnome/xfce/kde desktops & only gnome has the login sound. Anyone know the procedure for getting same in xfce or kde? I do have sound in xfce & kde just no login sound.
UbuntuForums.org: How to correctly enable the Login sound in Xubuntu 16.04 and new versions
Hi, Exec Summary after net install (with no desktop environment) -> install xorg + display manager + window manager of choice. The keyboard configuration in /etc/default/keyboard is not being honoured. Am I unique in this aspect? Any help in understanding why and correcting the issue would be appreciated. Description L...
What does this say: Code: Select allLC_ALL=C localectl
I am using vbox and everything was OK until last night. I cannot start windows virtual machine, I get an error message that vboxdrv is not loaded. If I try to load the kernel module with modprobe I get this "modprobe: ERROR: could not insert 'vboxdrv': Invalid argument". I don't know whats wrong.
Update. dmesg shows this errors: Code: Select all[ 26.267359] vboxdrv: loading out-of-tree module taints kernel. [ 26.267808] vboxdrv: disagrees about version of symbol cpu_tlbstate [ 26.267811] vboxdrv: Unknown symbol cpu_tlbstate (err -22) [ 160.745876] vboxdrv: disagrees about version of symbol cpu_tlbstate [ 160.74...
I recently moved my old server disk to new hardware. On the newly installed system (stretch) only one of the disks was correctly detected at boot, the other one showed no partitions at all. After several different approaches (fdisk, parted, testdisk), all of them showing a working GPT with no problems, I was only able ...
alfauriga wrote:the other one showed no partitions at all. After several different approaches (fdisk, parted, testdisk), all of them showing a working GPT with no problems These two statements seem to contradict each other. What do you mean by "show" ? Please show us instead of telling what you see.
I'd like to implement the following iptables rule in nftables but don't know how to do it. Code: Select all$ iptables -t mangle -A FORWARD -o enp1s0 \ -p tcp -m tcp --tcp-flags SYN,RST SYN \ -s 192.168.2.0/24 \ -m tcpmss --mss 1361:1536 \ -j TCPMSS --set-mss 1360 Explanation: For packets with source IP in the address r...
Got it, you chance the forward chain in the ip filter table to: Code: Select all chain forward { type filter hook forward priority 0; policy accept; ip saddr 192.168.2.0/24 oifname enp1s0 tcp flags syn tcp option maxseg size set 1360 counter comment "count dropped packets" } Then if you execute: Code: Select all$ echo ...
I am using Debian 9.8.0 amd64. I need to install the libgs-dev package for compiling ImageMagick on my Debian machine. When I run the following command: Code: Select allsudo apt-get install libgs-dev The following errors are produced. Reading package lists... Done Building dependency tree Reading state information... D...
It, and all it’s dependencies, are available from the stable repo. Resolving your issue will depend on how you fucked up your system to start with.
Hi everybody, I'm using debian testing and until now I've been using gnome-disks tool, to automatically mount a ntfs partition on my second HD that I use to store static data (documents, music, films,...) Since now, I will be able to both view and write content in that partition but now i'm unable to write any content ...
nolddor wrote:Since now, I will be able to both view and write content in that partition Do you mean "until now I was able to both view and write contents" ? nolddor wrote:but now i'm unable to write any content on it using Nemo Can you show evidence (error message...) ? Did you try from the console ? Did you check whe...
Happy Star Wars day everyone. I'm having trouble with a fresh postfix + spamassassin + dovecot +amavis install on Debian Stretch. Incoming mail is hung up in the queue with a "mail transport unavailable" error, until I manually run "postsuper -r ALL && postfix flush". The only clue that anything is wrong is this error ...
So it turns out that I needed to create a spamassassin directory under /var/spool/postfix/private. Things are running smoothly now.
Found my solution on https://askubuntu.com/questions/892026/ ... ity-server. OS: Debian Stretch 9.9 stretch Kernel: x86_64 Linux 4.19.0-0.bpo.4-amd64
Without additional details about your system (kernel version, Debian version etc.) none of the visitors of this forum will help you.
EDIT: . The members of this forum just helped me fix and repair a nasty hard disk error. I had run file system checks before, but what I never knew was that the default check does not update the bad block inode list. p.H wrote:e2fsck detects and marks bad blocks only when run with the -c option. With that one sentence,...
The drive has UNCorrectable sector errors, i.e. bad blocks. I doubt disabling NCQ or updating the BIOS helps against this. Interesting SMART attributes : Code: Select allID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 5 Reallocated_Sector_Ct 0x0033 088 088 036 Pre-fail Always - 246 190 Air...
This works: Code: Select allsudo scanimage -L This doesn't: Code: Select allscanimage -L So only root user can scan images. libpam-systemd is installed. /etc/groups has: Code: Select allgrep sane /etc/group scanner:x:119:saned,myuser saned:x:120:myuser This wiki page: https://wiki.debian.org/Scanner#Permissions says: T...
aario wrote: Code: Select allsudo systemctl status saned.socket sudo: unable to resolve host aario-debian-pc: Name or service not known Code: Select allApr 18 09:11:11 aario-debian-pc saned[20314]: check_host: access by remote host: localhost Apr 18 09:11:11 aario-debian-pc saned[20314]: check_host: getaddrinfo for loc...
I dist-upgrade last night on a jessie system. This morning I can't boot into the system the following message keep cycling on the screen: "Welcome to emergency mode! After logging in, type "journalctl -x" to view system logs, "systemctl reboot" to reboot, "systemctl default" to try again to boot into default mode." I c...
Did you try any of the suggested actions?
I don't understand my interface namings, which are named like so, enp* eth* rename* ? Seems like a big messy mix of naming standards. enp2s0f0 + enp2s0f1 is an PCI card eth0 + eth1 is an onboard controller rename4+rename5 is an PCI card snippet from: Code: Select alllrwxrwxrwx 1 root root 0 Apr 22 19:58 enp2s0f0 -> ../...
lbm wrote:enp2s0f0 + enp2s0f1 is an PCI card It is the new "predictable" naming scheme. Note that unfortunately, "predictable" does not imply "persistent". enp2s0f0 designates an EtherNet interface on PCI bus #2, Slot #0, Function #0 (a PCI device may have multiple sub-devices called functions). ethN is the original ke...
hi, i miss groupadd command in debian testing with 4.19.0.5 kernel (installed upgrading debian 9.8 live version ) Code: Select allroot@debiantesting:/# groupadd --help bash: groupadd : commande introuvable is this a lack due to previous live installation? or is this caused by testing version? how can i correct? seems i...
What makes you think it is missing, ? please use code boxes, and also show how you got root access. Code: Select allgarry@debian:~$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux buster/sid Release: testing Codename: buster garry@debian:~$ man groupadd ==== Seems like ...
Somebody may be able to finesse this config ... I had previously run a git daemon under inetd(8) and was just about to do so under stretch when I decided not to be a Luddite and use systemd . Various suggestions seemed to want to start it a permanent daemon. I really didn't want to do this as the only git interactions ...
OK, So a change was needed systemctl was reporting "degraded" services, details being: Code: Select all# systemctl --state=failed UNIT LOAD ACTIVE SUB DESCRIPTION ● session-c1.scope loaded failed failed Session c1 of user graeme ● git.service not-found failed failed git.service ● git@0-10.11.12.13:9418-10.11.12.105:338...
I am running kde with Debian version 9.9.0 My laptop was connecting to wifi at home so I know I have installed the correct driver (firmware-iwlwifi) Now I am trying to connect to another network, one that I know is on (other people around me getting on) After clicking on the network icon in the kde panel, I see the net...
Very sorry. In transposing the password characters were reordered.
Hello, I'm trying to run Deluge Web using Debian Stable, i've installed Deluge from the package manager: Code: Select allapt install deluged deluge-web deluge-webui Deluged has a systemd daemon that runs fine and Debian create a user called debian-deluged with home in /var/lib/deluged. And this user is used by deluged ...
Solved the problem by creating another user and editing both deluge-web.service that i've created and /etc/init.d/deluged to use deluge user instead of debian-deluged pointed to /var/lib/deluge Don't know if it's because of the minus signal or the username size, but deluge doesn't like the username debian-deluged. I fi...
i am trying to access the site https://neuvoo.com/ (ip address - 192.99.4.68) on my imac debian install on chrome i get Code: Select allThis site can’t be reached neuvoo.com’s server IP address could not be found. DNS_PROBE_FINISHED_NXDOMAIN on firefox Code: Select allHmm. We’re having trouble finding that site. We can...
It is interesting to note that neuvoo.com resolves to not less than 27 IP addresses, which is rather uncommon. Code: Select allhost neuvoo.com ;; Truncated, retrying in TCP mode. neuvoo.com has address 54.39.186.68 neuvoo.com has address 198.27.69.35 neuvoo.com has address 142.44.244.152 neuvoo.com has address 192.99.6...
Hi, i installed Debian 8.2 x64 on Hyper-V Server. Debian gets IP settings from Windows DHCP. DHCP configuration is below: with default settings of /etc/dhcp/dhclient.conf Debian doesn't get default gateway: Code: Select allroot@host:/etc/network# netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS...
update: in Debian 7.9 all works perfect! temporary solution by adding to /etc/network/interfaces Code: Select allup route add default gw 10.255.9.1 dev eth0
Hello, I've successfully managed to install the latest currently available Buster distro (frozen - 2019-03-11) on a ZFS root, booting in UEFI. This, in itself, already makes me rather happy Unfortunately, I'm still facing a problem that I so far was unable to resolve by myself, despite searching for hours, not to say d...
tibdm wrote:I've parsed all /dev/disk/by-id, zpool / zfs get guid and blkid output but couldn't determine where the 0d99d3724e04f532 value used in both /boot/grub/grub.cfg and /boot/efi/EFI/debian-10/grub.cfg came from ! 0d99d3724e04f532 is the hexadecimal notation for decimal 980046881818473778. This is the first time...
I have installed dunst notification manager but whenever I try to run it this is what I get Code: Select allName Lost. Is Another notification daemon running? But it is not. Code: Select all$ ps -elf | grep dunst 0 S zurg11 2796 2794 0 80 0 - 1182 pipe_w 17:55 pts/0 00:00:00 grep --color=auto dunst $ ps -elf | grep not...
Zurg11 wrote:But it is not. Did you try the gdbus command suggested in the FAQ? Find it in the libglib2.0-bin package. FWIW, I can run dunst with DBUS_SESSION_BUS_ADDRESS unset.
I am not sure how this happened, but I can no longer see wireless networks in network manager. This was working last night but is no longer working now. I'm running a Dell XPS 9630. Code: Select all$ sudo dmidecode | grep "Product Name" Product Name: XPS 13 9360 Product Name: 02PG84 $ lsb_release -a No LSB modules are ...
Looks like your wireless card might be either dead or disconnected. Load up a "live" ISO image (that includes the non-free firmware) to eliminate misconfiguration as a cause.
This is a tough one for me to figure out... If I simply do apt-get update ; apt-get upgrade there are a couple of applications that were loaded before but are no longer needed - here is the output: Code: Select allroot@BigMutt:~# apt-get update ; apt-get upgrade Hit:1 http://security.debian.org stretch/updates InReleas...
I would use synaptic and temporarily disable the majority of your sources.list, reload, and try again.
I followed this guide https://wiki.debian.org/HowToUpgradeKernel that states: <!> Make sure you read everything it tells you during the installation, especially about initrd image. If you use an unusual boot loader, you might need to reconfigure after installing the kernel image - don't forget to tell it to use appropr...
Scorpion wrote:Code: Select all... 7: deb http://ftp.debian.org/debian stretch-backports main I installed the (384) nvidia drivers via backports Not with those sources. You need contrib non-free added to your backports line. I guess it defaulted to installing nvidia-driver from main which currently has 384.130-1.
friends, bitlocker partition along with system reserved partition delays boot by quite some time. Trouble is I can not add these partitions to fstab as their uuid is not listed and for the system reserved partition even file type is not listed. my os version is current stable Debian Code: Select all├─sda1 vfat ESP F01C...
Why do you think the bitlocked partition is what is causing slow boot?
Hi!I am running Debian 9.8 Stretch 64 bit. I have been periodically updating and upgrading my debian OS by running the command below apt update && apt upgrade Previously all updates have been running perfectly without any errors. However when I tried running the same command today,there are some repos that are producin...
LOL!The errors have disappeared after subsequent attempts to run the update upgrade command. Just wondering why the errors appeared in the first place.Maybe a connectivity problem to the repos in question?
Hello to all, While using my preseed Debian Buster VM (which I actually upgraded from Debian Stretch), I have noticed the following problem, while trying to do update: user@unassigned-hostname:~/ebbchar$ uname -a Linux unassigned-hostname 4.19.0-4-amd64 #1 SMP Debian 4.19.28-2 (2019-03-15) x86_64 GNU/Linux user@unassig...
_nobody_ wrote:So, 09.2019 to 10.2019 is the release date. No. "When it's ready" is the release date. Anything else is speculation. Historically it's been around 6 months after full freeze which is what the speculation is based on.
Having finally managed an update and getting my SMTP server working, the email server isn't receiving email. No error messages, but a generic failure message eventually arrives. Just nothing at the server end. There are no clues at all in the failure mail. Using dovecot and postfix, which was running fine on wheezy, bu...
At the failure message for a start.
Hi!I am running Debian 9.8 Stretch 64 bit. I have been periodically updating and upgrading my debian OS by running the command below apt update && apt upgrade Previously all updates have been running perfectly without any errors. However when I tried running the same command today,I am getting Google earth repo invalid...
Wait for Google to update their key or take it up with them. See also http://forums.debian.net/viewtopic.php?f=6&t=141585
Hi, Did I get infected by a virus or a troyan? It's happening from a week or so, sometimes, suddenly The keyboard behave extrange, like with some kind of a lag, the Internet browser start to do some kind blinding and I cant't type properly anymore anywhere. I let the konsole by itself was typing alone that extrange cha...
Have you tried using a different keyboard? Or plugging in an external keyboard if its a laptop?
After upgrading from Stretch to Buster, my daily cron jobs started running at the wrong time (~7:40 AM instead of 6:25 AM). After some troubleshooting, I made a backup of my data and did a fresh install of Buster by installing from 9.7 media and then "apt full-upgrade". The problem persisted. I have not filed a bug rep...
Anything in the journal? Code: Select alljournalctl -u cron
A very nice feature in Windows was the ability to limit the charge of the Thinkpad to, say, 80% to preserve the battery. I would like to try the same in Debian. I know that this feature is quite hardware specific, so the solution you choose is likely not to work on different hardware. I have tested TLP. It works, but a...
stevepusser wrote:Rebuild the PPA packages from source on Stretch? That is probably a good idea, but it is a little above my head.
Hi everyone, I rebooted my system as I do periodically, but this time it showed me a 'Boot Menu' I never saw before. I selected English, it seemed to go through the normal boot sequence, but then it froze at the splash screen instead of displaying a password prompt as it normally does. I did Ctrl+Alt+F1, the command pr...
Never mind... I unplugged the laptop, pulled the battery out, put it back in, restarted it... now it works. Weird. Sorry for the random post, hopefully it will help someone with the same trouble. Wish I understood what happened
I have been trying to get samba working correctly and smoothly for years, so believe me, i've googled it. Now, I'm working with a fresh Debian 9 install and a win10 machine. I'm unable to access samba shares on my win10 machine, getting "permission denied" message. what is missing? I have Webmin installed thinking it w...
maxTim wrote:What else do I need to do to make this work smoothly? Samba is the most frustrating thing for, me, btw. For a start, you could show us what the problem is? obviously including the relevant parts of the log. Note also that you should post the relevant parts of the configuration, not the whole fully-commente...
Hello Iam already on this issue several days, googled the heck out of it and engaged some other admins. Here ill try to be first only informative of the issue as it is, not to confuse it with all the unsuccessful methods i tried, so pleas bear with me :] I created SW RAID on debian server that is connected via JBOD con...
I have some new info AFTER i manually assemble the disks Code: Select allmdadm --assemble --scan and all looks good, i just in case update initramfs and check mdadm.conf is right, and reboot - the disks are ALL ASSEMBELED...now if i reboot again, md11-15 are lost, without any intervention from my side. here is output o...
Hi there everybody, I have just switched to Debian and I'm having problems setting my screen resolution, 1920x1080 for an Acer K22HQL. I have posted the verbose xrandr as well as the lspci and lsmod below. I have tried using the in-forum search system and online searching. Sadly, I have yet to find a successful resolut...
AMD gpu requires some non-free firmware. Are they installed? https://wiki.debian.org/AtiHowTo#Firmware
Hi to all, I'm trying to resolve a problem with my server but I can't find the real problem! Actually the server, during the reboot or shutdown phase, take a lot of time but only if the server is up from about half day! I tried to lock inside the journalctl but I can't see nothing, at least my eye does not catch it! I ...
Chryses wrote:There's any way to have a more detailed log for the shutdown phase in order to see what make the server hanging on? https://freedesktop.org/wiki/Software/s ... /#index2h1 EDIT: that "transport endpoint is not connected" error suggests a mounting problem (f'nar), try adding x.systemd.automount to the optio...
There are many different solutions for this in google but nothing works and are not for Debian.. While starting my machine I get 2 problems: 1. Flip done time out 2. Time difference I have windows 7 in dual boot on different hard disk space. The time and date on my Debian, Windows 7 and BIOS are same. Error 1: {48.6958...
Either set Debian to use localtime or set Windows to use UTC.
I have Googled a full night but get nowhere. Everything works fine in 1280x1024 if I use a short VGA cable, but I need 14 m cable so I use a VGA to HDMI to DVI solution. If I boot with the VGA cable I can then switch to the VGA/HDMI/DVI cable and everything is still good. But if I restart and boot with VGA/HDMI/DVI I c...
There must be a way to force Debian to output 1280x1024. https://www.youtube.com/watch?v=MScLD8dFNwk ?
Hi everybody, The question seems to be simple but I have a problem : I have a DTB file that is mandatory to boot my ARM64 computer. And I fail at trying to tell him to use it ! On the ISO at side of the "vmLinuz" and "initrd.gz" file, i've placed the "msm8998-mtp.dtb" file. grub.cfg interesting part : Code: Select allm...
EFI_STUB booting requires that the kernel image & intramfs also be on the ESP. I'm not familiar with arm64 but does this help: https://superuser.com/questions/736500/ ... leboard-xm
Hi, I need some help, I took a look at internet seeking for this, but I didnt find much very good information about it, I tried some proposals solutions but they didnt work at all, so I came here for some help of you, I know this mustn't be any difficult, so where and How do I have to go about setting thoses scripts in...
Ways I can think of off the top of my head.. /lib/systemd/system-sleep - check man systemd-sleep /usr/lib/pm-utils/sleep.d or /etc/pm - might or might not need pm-utils pkg /etc/acpi - catch a lid or power event, probably some examples there already use laptop-mode or some other power mgr, not too difficult. If you pos...
Hello ladies and gentlemen, I want to setup my own email server, on my home debian server. I am already running a website (have a FQDN), and static IP. There are numerous "simple" tutorials for setting up Dovecot, Postfix, and Squirrelmail. I will proceed cautiously. Was thinking of the following steps (more or less): ...
jalisco wrote: I want to setup my own email server, on my home debian server. I am already running a website (have a FQDN), and static IP. but then I am not a sys administrator, so I am doing this for the first time, and trying to be careful. Do you have a compelling reason why you want to do this? Mail server admin is...
I can connect to eth0 but not wifi. My wifi router works as I can see my tablet is connected to it. I am not running this in a graphical environment. The system OS is Debian 9. Here is what I have: Code: Select all# ifconfig enp7s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.0.103 netmask 255.255....
/etc/network/interfaces Code: Select all# The loopback network interface auto lo iface lo inet loopback #Wifi auto wlan0 iface wlan0 inet dhcp wpa-ssid "my ISP router" wpa-psk "my password" That does it for me. BTW, did you install any non-free firmware necessary for your Wifi card?
Hello everyone, I have just installed my little debian stretch system on my laptop (asus e406sa) but I'm having a lot of problems with this adapter (bluetooth/wifi) Qualcomm Atheros QCA9565 / AR9565 Now the wifi works fine but the bt module, when I try to use with blueman, doesn't work correctly. It appears "adapter no...
Your wireless will work out of the box using the kernels ath9k driver. Your blutooth will require you to install firmware-atheros. https://packages.debian.org/stretch/firmware-atheros
Not specifically a debian question, but I thought I would ask here, in case anyone knows. I have a email server running, and keep getting this in my mail.log. Jan 28 14:53:11 mail postfix/smtpd[25880]: connect from unknown[185.234.217.223] Jan 28 14:53:12 mail postfix/smtpd[25880]: lost connection after AUTH from unkno...
It has been so long since I last used fail2ban, so I don't remember exactly, but I do remember at first I thought it was not banning repeated attempts, so I looked at the manual;Code: Select allman fail2ban And I found there was a setting option that determines how many attempts before it is banned, the default was muc...
Hi All, I am trying to get a USB WiFi dongle to work with Debian Stretch (9.7). So far I have done the following: Identified the dongle using iwconfig / lsusb (see outputs below) Installed Realtek drivers (I added 'deb http://httpredir.debian.org/debian/ stretch main contrib non-free' to my /etc/apt/sources.list and in...
Does this do anything: Code: Select all# ifup wlx000b8193b559 Is networking.service enabled? Check for enabled unit files with Code: Select allsystemctl list-unit-files --state=enabled
I'm getting some weird behaviour from the bash completion feature. I configured quilt as is explained in the New Maintainers Guide [1], so this two lines are currently on my '~/.bashrc' file: Code: Select allalias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg" complete -F _quilt_completion -o filenames dquilt But it do...
The completion works for me in buster. Have you created ~/.quiltrc-dpkg?
Yesterday I followed this guide https://wiki.debian.org/SynapticsTouchp ... Stretch.22 and after I created /etc/X11/xorg.conf.d/40-libinput.conf with these lines Code: Select allSection "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option...
Which error messages does the restart write? BTW: Try to look at this: wiki.Gentoo.org/wiki/Libinput#Troubleshooting.
Hello I followed Head_on_a_Stick's post http://forums.debian.net/viewtopic.php?f=16&t=123694 and was able to set up non-graphical login everything works except auto login i created /etc/systemd/system/getty@tty1.service.d/override.conf with [Service] ExecStart= ExecStart=-/sbin/agetty --autologin <user name> --noclear ...
sickpig wrote:replaced my username in the user name field Did you insert the chevrons around your username? If so then delete the chevrons, just the username should be entered with no other characters around it. EDIT: you are running systemd, right? Code: Select allcat /proc/1/comm EDIT2: check if the override is recog...
Hi everybody My mission is having the bootaa64.efi file working on my ARM64 Laptop (Asus Novago), which is able to boot others "bootaa64.efi" files. Today, Debian and Ubuntu versions does not boot (it freezes at running the EFI file). I successfully managed to build an ISO in a way that is identical to the official way...
The grub-efi package is only available for the x86 architectures, unfortunately. You could try systemd-boot, that provides /usr/lib/systemd/boot/efi/systemd-bootaa64.efi If that is copied to ${ESP}/efi/boot/bootaa64.efi then the UEFI firmware should boot it automatically.[1] The systemd-boot program looks for the confi...