prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
Hello. I would like know if it is possible to be able to close the lid/lock the screen without the computer going down into "sleep mode". I have tried to follow this guide https://wiki.debian.org/Suspend However, it seems to only be for earlier versions of debian. I have tried to modify the /etc/systemd/logind.conf file: ----- [Login] #NAutoVTs=6 #ReserveVT=6 #KillUserProcesses=no #KillOnlyUsers= #KillExcludeUsers=root #InhibitDelayMaxSec=5 #HandlePowerKey=poweroff #HandleSuspendKey=suspend #HandleHibernateKey=hibernate #HandleLidSwitch=ignore #HandleLidSwitchDocked=ignore #PowerKeyIgnoreInhibited=no #SuspendKeyIgnoreInhibited=no #HibernateKeyIgnoreInhibited=no #LidSwitchIgnoreInhibited=yes #HoldoffTimeoutSec=30s #IdleAction=ignore #IdleActionSec=30min #RuntimeDirectorySize=10% #RemoveIPC=yes #InhibitorsMax=8192 #SessionsMax=8192 #UserTasksMax=33% ----- Am I missing something or have I done something wrong? I've tried to search the forums for a resolution to this. I am also kind of new to Debian so sorry if there is a thread regarding this issue. BR.
wizard10000 wrote:Code: Select all#HandleLidSwitch=ignore #HandleLidSwitchDocked=ignore This is exactly the right syntax but the # in front of these two lines says that this is a comment and would be ignored by logind. Remove the # from these two lines and you should be golden. Good luck - Thank you very much!
I originally started trying to stop my VPN (VyprVPN) connection picking up the DNS servers from Virgin Media via DHCP when it connects, after many many false starts I finally worked out that I had to remove the "get dns" string from /etc/dhcp/dhclient.conf However in the process i totally borked my VPN connection and over the last 2 days I have been trying to repair it, after many false starts I finally have it configured and its running. Unfortunately somewhere I have an extra entry so that after a reboot, if I run the "route" command i get the following:- Code: Select allDestination Gateway Genmask Flags Metric Ref Use Iface default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 default 192.168.0.1 0.0.0.0 UG 100 0 0 eth0 10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0 10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0 link-local 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0 Note the double entry of 192.168.0.1 this is the problem after I run Code: Select allsudo ip route del default via 192.168.0.1 Everything works fine and running route again gives me this result. Code: Select allDestination Gateway Genmask Flags Metric Ref Use Iface default 192.168.0.1 0.0.0.0 UG 100 0 0 eth0 10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0 10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0 link-local 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0 and once I bring up the VPN everything works fine and this is the result Code: Select allDestination Gateway Genmask Flags Metric Ref Use Iface default 10.10.139.1 0.0.0.0 UG 50 0 0 tun1 default 192.168.0.1 0.0.0.0 UG 100 0 0 eth0 10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0 10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0 10.10.139.0 0.0.0.0 255.255.255.0 U 50 0 0 tun1 link-local 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0 192.168.0.1 0.0.0.0 255.255.255.255 UH 100 0 0 eth0 216.166.57.139 192.168.0.1 255.255.255.255 UGH 100 0 0 eth0 The problem is that somewhere in my system there is probably a legacy entry or legacy program adding the second entry of a default gateway of 192.168.0.1 to my routing tables, but I cant find it, I have searched everywhere, looked at every network file I can find plus I have had Code: Select all[sudo ag "192.168.0.1" --silent running all the way through my \etc\ directory trying to find any entries that could cause this, if anyone has any ideas where its coming from I would really appreciate a solution because my partner is complaining about the swearing at the PC. Stuart.
stuart264 wrote:... if anyone has any ideas where its coming from I would really appreciate a solution because my partner is complaining about the swearing at the PC. Well, I have answer for that one as I have faced the same complaint. When I stopped swearing at the computer the complaints stopped. stuart264 wrote:..., but I cant find it, I have searched everywhere, looked at every network file I can find ... As to this question, none of us knows what files you have and have not found so if you list them and probably their actual contents, maybe someone can suggest what you might have missed. Otherwise this thread could degenerate into a frustrating twenty questions with an, "I already checked that" answers. And that wouldn't be productive for anybodies time or patience. But maybe someone will come along and make lucky wild guess. They haven't in the last hours.
Hello, I've a problem with my sources. When I used 'aptitude update' I got some errors with the cdrom source and thought to comment it out. Thus I did so via 'nano /etc/apt/sources.list'. Afterwards I used 'aptitude update' as root. Now I am running into some permission problems while using 'aptitude update' as user: Code: Select allW: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted) E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) E: Unable to lock directory /var/lib/apt/lists/ It would be great, if anybody could tell me how I can solve this permission problem. Thank you!
Lamios wrote: By looking at the output from aptitude update, it still seems to ignore one of my entries in sources.list: Code: Select allIgn http://ftp.de.debian.org/debian stretch InRelease Hit http://security.debian.org/debian-security stretch/updates InRelease Hit http://ftp.de.debian.org/debian stretch-updates InRelease Hit http://ftp.de.debian.org/debian stretch Release Hit means there is a change in the index and apt will download it. Ign means that the index timestamp has not changed since you last checked and does not need to be downloaded.
Hi All, I recently found that if I leave my laptop idle on battery, then it suspends to ram after about 3 minutes. It does not suspend when plugged in. I would like to change the timeout, but I can't for the life of me figure out what is doing this suspend. I already looked in /etc/systemd/logind.conf, and see the following: Code: Select all[Login] #IdleAction=ignore #IdleActionSec=30min I run a vanilla fvwm, so I don't have KDE/Gnome or their power management things on my system. (As far as I can tell the packages aren't even installed.) I grepped the /etc/systemd directory for idle / suspend, and found that nothing else is setting it. I also looked in /etc/acpi. No luck. Does anyone know anything else I can try? Could it be in the BIOS? Thanks in advance, GI Edit: It was sleepd which I setup myself and forgot about...
Can we see Code: Select allsystemd-inhibit
firmware: failed to load ar3k/AthrBT_0x00000200.dfu (-2) Hi I'm using debian 9 in my MSI GS60 2QE and i cant use the Bluetooth, looks like there is a problem with the ar3k firmware. I already install the firmware-atheros Kernel: 4.9.0-5-amd64 Debian 9 gnome Here whe see the info with the next command Code: Select alldmesg | grep -i bluetooth Code: Select all[ 8.338645] Bluetooth: Core ver 2.22 [ 8.338660] Bluetooth: HCI device and connection manager initialized [ 8.338663] Bluetooth: HCI socket layer initialized [ 8.338665] Bluetooth: L2CAP socket layer initialized [ 8.338673] Bluetooth: SCO socket layer initialized [ 8.605326] Bluetooth: Loading patch file failed [ 22.969895] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 22.969896] Bluetooth: BNEP filters: protocol multicast [ 22.969898] Bluetooth: BNEP socket layer initialized
Possibly it is related this MSI problem on Ubuntu that throws the same message: https://bugs.launchpad.net/ubuntu/+sour ... ug/1542743 Turns out to be an error by Qualcomm for the device ID that requires torturous workarounds.
Folks - I am currently running Debian 9 on a server. Besides the main drive, I have 2 additional 1TB drives that currently are just simply setup like this: sda1 - Holds the OS sdb1 - 1TB currently has 500+ gig of user files mounted as /media/Data sdc1 - 1TB used as a backup of sdb1 mounted as /media/Backup rsync runs nightly and duplicates sdb1 to sdc1 What I would like to do is setup raid 1 but would like to do this without destroying the data on sdb1 Is this even possible without somehow storing the data off elsewhere before installing and configing mdadm? I viewed this link https://www.howtoforge.com/software-rai ... ebian-etch but I'm somewhat confused as this may not be a fool-proof way of doing this to a live/working system. Most other links I read all reflect on raid being setup on empty drives. I can do this but would take a lot of work to save off the data elsewhere but was hoping that someone here may have done this in the manner I am hoping to accomplish this. TIA and cheers Chris
Ah - I found this link https://debian-administration.org/artic ... r_on_Sarge and this clears up the confusion I had with the previous link from the previous message. The trick is to mark sdb1 as "missing" then once mounted, copy the data from sdb1 to sdc1 etc. i just should have held off posting the message for a bit longer, lol
Hi, I'm trying to get glxgears @ 32 bit working on my 64 bit installation. My graphic card is Nvidia, and I'm using the proprietary drivers. I think I've installed all the 32 bit packages required by that program, but glxgears do not work, I only get this message: Error: couldn't find RGB GLX visual or fbconfig The same error with glxinfo. I don't know what's wrong.
Do amd64 glxgears and glxinfo work ? Doesn't the proprietary driver require a specific version of mesa-utils ?
Is it possible to get the Opera browser (or presumably Chromium or Chrome) without having to deal with the Gnome Keyring, in Linux? I don't know if it's because some of my applications have involved Gnome dependencies maybe, but this keyring business is happening with Debian 9.3 Xfce, where Opera is my second browser and one where no logins are even used. I seem to remember at least one period where in my past of using Mint to could select some less secure path with Chrome/ Chromium but even then there'd be gripes. As Firefox, for example, doesn't use the keyring I'd hoped they'd get to doing away with the keyring anomaly for the Chromium-based browsers. (I'm guessing people without autologin set up don't encounter the keyring issue.) Living alone for two decades in a safe home the keyring faffing is for me too annoying and not a habit I'd want to let myself become inured to. Opera is otherwise a great, well-evolved, highly convenient thing on Linux and Windows so I would at least like to try and make it bend to me a bit. Thanks. Debian 9.3 Xcce 64 bits, 4gb, quad 3 ghz, HD 6670, sudo rather than su, updates applied.
There seem to be quite a few interesting results here: How to get rid of the Gnome Keyring They do vary, but it seems it depends somewhat on exactly what the person desires,... I do not have this problem myself, Don't use 'sudo', Gnome is also not a part of my system, seems strange how it got into the XFCE , but I don't use those DE's either,... any way, I looked through some of the results for you, and this pops up a few times as a possible solution, and also seems logical: https://ubuntuforums.org/showthread.php?t=1655397 mcduck>>(remove execute permission from /usr/bin/gnome-keyring-manager and log out and back again to see what works and what fails without it) The response hey mcduck, thank you for that very simple suggestion of changing the permissions of /usr/bin/gnome-keyring-daemon. (there is no gnome-keyring-manager anywhere on the machine) It worked! The gnome-keyring-daemon process does not start up. I am able to set up an Evolution email account without the "Choose password for new keyring" dialog popping up after entering my email password during setup and then able to get my email. I also am able to change my System -->Preferences-->RemoteDesktop password without the same dialog popping up. I have noticed an expected error in /var/log area: auth.log: Dec 31 13:58:10 bee02 gdm-session-worker[1704]: gkr-pam: couldn't run gnome-keyring-daemon: Permission denied auth.log: Dec 31 13:58:10 bee02 gdm-session-worker[1405]: gkr-pam: gnome-keyring-daemon didn't start properly properly So nothing bad has happened, as of yet----snip---- I still think you should read some of the other results, and take into consideration all the possible solutions, some have consequences that might not be desirable. But it is up to you to read and research the information available, I am not going to do that for you. I don't know about the Opera Browser, it is not available in the Debian repositories, and closed source,so who knows, it might need Gnome,and sudo, and other strange things to run and spy properly. Seems like the people at the Opera Browser support site would know more about that.
I do have this problem with clean install https://lists.debian.org/debian-user/20 ... 00275.html I guess this is the same problem http://forums.debian.net/viewtopic.php?f=5&t=130558 I resolved problem - don't know exactly how. I just deliting and renaming trusted.gpg and trusted.gpg.d directory several times I'm interested in what this inscription means if anyone knows: Warning: 'apt-key update' is deprecated and should not be used anymore! Note: In your distribution this command is a no-op and can therefore be removed safely. What is no-op command?
I had that issue come up with a new installation back in July and wrote about it in my notes: Did a "Reload" in Synaptic. Got the following error message: An error occurred - The following details are provided: W: http://security.debian.org/debian-secur ... /InRelease: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key. W: http://ftp.us.debian.org/debian/dists/s ... /InRelease: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key. W: http://ftp.us.debian.org/debian/dists/s ... elease.gpg: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key. To fix it, I got rid of the file like this: Code: Select all# cd /etc/apt # mv trusted.gpg trusted.gpg.bak I haven't noticed the error message since then. I see that the /etc/apt/trusted.gpg file has since been replaced on my system, though.
Hi guys i want to know if i can install broadcom 43142 drivers wifi without internet connection in my hp 11 stream . Can i download and compile the drivers ? What can i do ? Can i select at installation bc43 driver ? Works fine ? Regards and thank you !
https://wiki.debian.org/wl Easiest if you can arrange a LAN connection temporarily. Without a connection, you'll need to download the listed packages and transfer them to your system.
Hi good night, i have problems with FSTAB (i think..) I was doing tests with mount/umount USB, write access etc... Then i try to mount at reboot the USB drive with RW permissions... With echo /etc/fstab bla bla bla ... When i reboot to try, X doesn't work... Only i can access to Desktop using: mount -o remount,rw / or editing the boot options line: linux= .... changing ro for rw and adding at end 'single' Then i can load normally. When i try to edit fstab i can't do nothing... I get error message saying something like: is only read archive... And FSTAB only have my echo lane and nothing more... What can i do ? PD: Sorry for my english id you don't understand something.
i really didn't understand very much. did you use google translate? anyhow, i think it's better you show us the exact commands that led up to this situation, and their output. please use code tags for code.
No WiFi options appear in Network Manager. When installing from the debian ISO, WiFi worked. After installing and logging in, I can only connect with a wired interface, no wireless options appear in the Network manager settings. Here's debug info from running the UbuntuForums wireless-info script as root. The wireless hardware is a PCI 02:00.0 Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01). Code: Select all########## wireless info START ########## Report from: 10 Dec 2017 01:31 PST -0800 Booted last: 10 Dec 2017 00:00 PST -0800 Script from: 05 Dec 2017 03:13 UTC +0000 ##### release ########################### Distributor ID: Debian Description: Debian GNU/Linux 9.3 (stretch) Release: 9.3 Codename: stretch ##### kernel ############################ Linux 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3 (2017-12-03) x86_64 unknown unknown GNU/Linux Parameters: ro, quiet, acpi=off ##### desktop ########################### sed: can't read /root/.dmrc: No such file or directory Could not be determined. ##### lspci ############################# 00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8] (rev 31) Subsystem: ASUSTeK Computer Inc. Ethernet Connection (2) I219-V [1043:8672] Kernel driver in use: e1000e 02:00.0 Network controller [0280]: Qualcomm Atheros AR93xx Wireless Network Adapter [168c:0030] (rev 01) Subsystem: Qualcomm Atheros AR93xx Wireless Network Adapter [168c:3112] Kernel modules: ath9k ##### lsusb ############################# Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 002: ID 046d:c068 Logitech, Inc. G500 Laser Mouse Bus 001 Device 004: ID 29ea:0102 Bus 001 Device 003: ID 1050:0407 Yubico.com Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub ##### PCMCIA card info ################## 'pccardctl' is not installed (package "pcmciautils"). ##### rfkill ############################ ##### lsmod ############################# ath9k 94208 0 ath9k_common 32768 1 ath9k ath9k_hw 446464 2 ath9k,ath9k_common ath 32768 3 ath9k_hw,ath9k,ath9k_common mac80211 671744 1 ath9k cfg80211 589824 4 mac80211,ath9k,ath,ath9k_common rfkill 24576 2 cfg80211 ##### interfaces ######################## source /etc/network/interfaces.d/* auto lo iface lo inet loopback ##### ifconfig ########################## enp0s31f6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.134 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::9ac4:febb:2784:75c prefixlen 64 scopeid 0x20<link> ether <MAC address> txqueuelen 1000 (Ethernet) RX packets 4959 bytes 6172579 (5.8 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 3528 bytes 362794 (354.2 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0xd3400000-d3420000 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1 (Local Loopback) RX packets 336 bytes 26628 (26.0 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 336 bytes 26628 (26.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ##### iwconfig ########################## lo no wireless extensions. enp0s31f6 no wireless extensions. ##### route ############################# Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.1 0.0.0.0 UG 100 0 0 enp0s31f6 192.168.1.0 0.0.0.0 255.255.255.0 U 100 0 0 enp0s31f6 ##### resolv.conf ####################### search smashbros nameserver 192.168.1.1 ##### network managers ################## Installed: NetworkManager Running: root 926 1 0 00:53 ? 00:00:00 /usr/sbin/NetworkManager --no-daemon ##### NetworkManager info ############### GENERAL.DEVICE: enp0s31f6 GENERAL.TYPE: ethernet GENERAL.NM-TYPE: NMDeviceEthernet GENERAL.VENDOR: Intel Corporation GENERAL.PRODUCT: Ethernet Connection (2) I219-V GENERAL.DRIVER: e1000e GENERAL.DRIVER-VERSION: 3.2.6-k GENERAL.FIRMWARE-VERSION: 0.7-4 GENERAL.HWADDR: <MAC address> GENERAL.MTU: 1500 GENERAL.STATE: 100 (connected) GENERAL.REASON: 0 (No reason given) GENERAL.UDI: /sys/devices/pci0000:00/0000:00:1f.6/net/enp0s31f6 GENERAL.IP-IFACE: enp0s31f6 GENERAL.IS-SOFTWARE: no GENERAL.NM-MANAGED: yes GENERAL.AUTOCONNECT: yes GENERAL.FIRMWARE-MISSING: no GENERAL.NM-PLUGIN-MISSING: no GENERAL.PHYS-PORT-ID: -- GENERAL.CONNECTION: Wired connection 1 GENERAL.CON-UUID: b50e544b-a709-33e3-a01c-200e20667561 GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2 GENERAL.METERED: no (guessed) CAPABILITIES.CARRIER-DETECT: yes CAPABILITIES.SPEED: 100 Mb/s CAPABILITIES.IS-SOFTWARE: no WIRED-PROPERTIES.CARRIER: on CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2} CONNECTIONS.AVAILABLE-CONNECTIONS[1]: b50e544b-a709-33e3-a01c-200e20667561 | Wired connection 1 IP4.ADDRESS[1]: 192.168.1.134/24 IP4.GATEWAY: 192.168.1.1 IP4.DNS[1]: 192.168.1.1 IP4.DOMAIN[1]: smashbros DHCP4.OPTION[1]: requested_subnet_mask = 1 DHCP4.OPTION[2]: requested_rfc3442_classless_static_routes = 1 DHCP4.OPTION[3]: subnet_mask = 255.255.255.0 DHCP4.OPTION[4]: domain_name_servers = 192.168.1.1 DHCP4.OPTION[5]: ip_address = 192.168.1.134 DHCP4.OPTION[6]: requested_static_routes = 1 DHCP4.OPTION[7]: dhcp_server_identifier = 192.168.1.1 DHCP4.OPTION[8]: requested_time_offset = 1 DHCP4.OPTION[9]: broadcast_address = 192.168.1.255 DHCP4.OPTION[10]: requested_interface_mtu = 1 DHCP4.OPTION[11]: dhcp_rebinding_time = 75600 DHCP4.OPTION[12]: requested_domain_name_servers = 1 DHCP4.OPTION[13]: dhcp_message_type = 5 DHCP4.OPTION[14]: requested_broadcast_address = 1 DHCP4.OPTION[15]: routers = 192.168.1.1 DHCP4.OPTION[16]: dhcp_renewal_time = 43200 DHCP4.OPTION[17]: requested_domain_name = 1 DHCP4.OPTION[18]: domain_name = smashbros DHCP4.OPTION[19]: requested_routers = 1 DHCP4.OPTION[20]: expiry = 1512984148 DHCP4.OPTION[21]: host_name = jschaf DHCP4.OPTION[22]: requested_netbios_scope = 1 DHCP4.OPTION[23]: requested_wpad = 1 DHCP4.OPTION[24]: requested_ms_classless_static_routes = 1 DHCP4.OPTION[25]: requested_netbios_name_servers = 1 DHCP4.OPTION[26]: network_number = 192.168.1.0 DHCP4.OPTION[27]: requested_domain_search = 1 DHCP4.OPTION[28]: next_server = 192.168.1.1 DHCP4.OPTION[29]: requested_ntp_servers = 1 DHCP4.OPTION[30]: requested_host_name = 1 DHCP4.OPTION[31]: dhcp_lease_time = 86400 IP6.ADDRESS[1]: fe80::9ac4:febb:2784:75c/64 IP6.GATEWAY: -- ##### NetworkManager.state ############## [main] NetworkingEnabled=true WirelessEnabled=true WWANEnabled=true ##### NetworkManager.conf ############### [main] plugins=ifupdown,keyfile [ifupdown] managed=false ##### NetworkManager profiles ########### [[/etc/NetworkManager/system-connections/SmashBros-5]] (600 root) [connection] id=SmashBros-5 | type=wifi | permissions= [wifi] mac-address-blacklist= | ssid=SmashBros-5 [ipv4] method=auto [ipv6] method=auto ##### Netplan config #################### ##### iw reg get ######################## Region: US/Pacific (based on set time zone) global country 00: DFS-UNSET (2402 - 2472 @ 40), (N/A, 20), (N/A) (2457 - 2482 @ 20), (N/A, 20), (N/A), AUTO-BW, NO-IR (2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, NO-IR (5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW, NO-IR (5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW, NO-IR (5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, NO-IR (5735 - 5835 @ 80), (N/A, 20), (N/A), NO-IR (57240 - 63720 @ 2160), (N/A, 0), (N/A) ##### iwlist channels ################### lo no frequency information. enp0s31f6 no frequency information. ##### iwlist scan ####################### lo Interface doesn't support scanning. enp0s31f6 Interface doesn't support scanning. ##### module infos ###################### [ath9k] filename: /lib/modules/4.9.0-4-amd64/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko license: Dual BSD/GPL description: Support for Atheros 802.11n wireless LAN cards. author: Atheros Communications depends: mac80211,ath9k_hw,ath9k_common,cfg80211,ath intree: Y vermagic: 4.9.0-4-amd64 SMP mod_unload modversions parm: debug:Debugging mask (uint) parm: nohwcrypt:Disable hardware encryption (int) parm: blink:Enable LED blink on activity (int) parm: led_active_high:Invert LED polarity (int) parm: btcoex_enable:Enable wifi-BT coexistence (int) parm: bt_ant_diversity:Enable WLAN/BT RX antenna diversity (int) parm: ps_enable:Enable WLAN PowerSave (int) [ath9k_common] filename: /lib/modules/4.9.0-4-amd64/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko license: Dual BSD/GPL description: Shared library for Atheros wireless 802.11n LAN cards. author: Atheros Communications depends: ath9k_hw,cfg80211,ath intree: Y vermagic: 4.9.0-4-amd64 SMP mod_unload modversions [ath9k_hw] filename: /lib/modules/4.9.0-4-amd64/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko license: Dual BSD/GPL description: Support for Atheros 802.11n wireless LAN cards. author: Atheros Communications depends: ath intree: Y vermagic: 4.9.0-4-amd64 SMP mod_unload modversions [ath] filename: /lib/modules/4.9.0-4-amd64/kernel/drivers/net/wireless/ath/ath.ko license: Dual BSD/GPL description: Shared library for Atheros wireless LAN cards. author: Atheros Communications depends: cfg80211 intree: Y vermagic: 4.9.0-4-amd64 SMP mod_unload modversions [mac80211] filename: /lib/modules/4.9.0-4-amd64/kernel/net/mac80211/mac80211.ko license: GPL description: IEEE 802.11 subsystem depends: cfg80211 intree: Y vermagic: 4.9.0-4-amd64 SMP mod_unload modversions parm: max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int) parm: max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int) parm: beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int) parm: probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int) parm: ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp) [cfg80211] filename: /lib/modules/4.9.0-4-amd64/kernel/net/wireless/cfg80211.ko description: wireless configuration support license: GPL author: Johannes Berg depends: rfkill intree: Y vermagic: 4.9.0-4-amd64 SMP mod_unload modversions parm: bss_entries_limit:limit to number of scan BSS entries (per wiphy, default 1000) (int) parm: ieee80211_regdom:IEEE 802.11 regulatory domain code (charp) parm: cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool) ##### module parameters ################# [ath9k] blink: 0 bt_ant_diversity: 0 btcoex_enable: 0 led_active_high: -1 nohwcrypt: 0 ps_enable: 0 [mac80211] beacon_loss_count: 7 ieee80211_default_rc_algo: minstrel_ht max_nullfunc_tries: 2 max_probe_tries: 5 probe_wait_ms: 500 [cfg80211] bss_entries_limit: 1000 cfg80211_disable_40mhz_24ghz: N ieee80211_regdom: 00 ##### /etc/modules ###################### ##### modprobe options ################## ##### rc.local ########################## grep: /etc/rc.local: No such file or directory ##### pm-utils ########################## find: ‘/etc/pm/*.d’: No such file or directory ##### udev rules ######################## ##### dmesg ############################# [ 1.266580] ath9k 0000:02:00.0: enabling device (0000 -> 0002) [ 1.266585] ath9k 0000:02:00.0: can't find IRQ for PCI INT A; please try using pci=biosirq [ 1.266611] genirq: Flags mismatch irq 0. 00000080 (ath9k) vs. 00015a00 (timer) [ 1.266630] ath9k 0000:02:00.0: request_irq failed [ 1.266647] ath9k: probe of 0000:02:00.0 failed with error -16 [ 771.035909] ath9k: ath9k: Driver unloaded [ 775.950633] ath9k 0000:02:00.0: can't find IRQ for PCI INT A; please try using pci=biosirq [ 775.950674] genirq: Flags mismatch irq 0. 00000080 (ath9k) vs. 00015a00 (timer) [ 775.950677] ath9k 0000:02:00.0: request_irq failed [ 775.950687] ath9k: probe of 0000:02:00.0 failed with error -16 ########## wireless info END ############
Have you added the firmware? https://wiki.debian.org/ath9k
Hello, when I start Debian I get an error message saying the following: Code: Select all[Failed] Failed to start Raise network interfaces. See 'systemctl status networking.service' for details. systemctl status networking.service gives me the following: Code: Select all● networking.service - Raise network interfaces Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: en Active: failed (Result: exit-code) since Sat 2017-12-09 12:49:24 GMT; 11h ago Docs: man:interfaces(5) Main PID: 2043 (code=exited, status=1/FAILURE) lines 1-5/5 (END) ifconfig -a lists the following devices: - enp0s25 - lo - vpn0 - wlp2s0 The network had been configured automatically with DHCP during the installation... I am still able to connect to the internet, also if I sometimes have to reboot, because I get the massage that the connection had been deactivated. The system (Debian 9 with KDE) is newly installed and the problem existed from beginning. The results from google and forum searches did not fit to my error message (at least as far as I can asses it as a Linux beginner). Thank you for your help! Lamios P.S.: I hope the post is complete for the beginning. I am not sure in the moment, which additional output is going to be needed.
Also please post the contents of /etc/network/interfaces which is the configuration file of the networking service.
Hi: After migrating from jessie to stretch and installing wireless-tools, wpasupplicant and installing firmware-linux-nonfree and firmware-misc-nonfree for the wifi usb alfa AWUS036 which uses the Ralink rtl8187 driver, the KDE "Connection editor" does not connect. I think the card is working since editing the connection and looking the detected SSID all the nets around are detected correctly. The "Connection editor" was configurated as Mode: Infrastructure. Security: WPA & WPA2 Personal. IPv4 Method: Automatic. "Connection editor" responses after seconds: "The wifi network could not be found" in spite that all nets are displayed. With the same configuration and same card in jessie was working very well. I am asking for help to fix the problem. Thanks.
With the same configuration and same card in jessie was working very well. Are you sure the configuration is the same? If the iface is not wlan0 then it could be known issue with wifi.scan-rand-mac-address https://duckduckgo.com/html/?q="wifi.sc ... c-address"
So i have been using Nftables for a while .... after a reinstall of Debian stable (stretch ) uname -a Linux NAME 4.14.0-1-amd64 #1 SMP Debian 4.14.2-1 (2017-11-30) x86_64 GNU/Linux issuing the command sudo systemctl start nftables OR su -c "systemctl start nftalbes" gives no error or information and dose not start nftables ... if i do a apt-get remove --purge nftables ... and then a reinstall and issue systemctl enable nftables ... I see crating symlink .... which is what i would expect .. however then issueing sudo systemctl start ntfables dose nothing .. rebooting also has no effect ... at any stage .. so i try to bypass systemd ..... and issue ... su -c "nft -f /etc/nftalbes.conf" shows success .... however dose not load.. so i am wounding ..... where is the service file ?? cause i looked where i would expect to see it ... in the rc folders ... and it's not there .. any ideas ?? Apparmour somehow ?? I should add that I have purged iptables from the system .. ok so i gapped on the location found the service files .. /etc/systemd/system/multi-user.target.wants/nftables.service /etc/systemd/system/sysinit.target.wants/nftables.service Code: Select all[Unit] Description=nftables Documentation=man:nft(8) http://wiki.nftables.org [Service] Type=oneshot RemainAfterExit=yes StandardInput=null ProtectSystem=full ProtectHome=true ExecStart=/usr/sbin/nft -f /etc/nftables.conf ExecReload=/usr/sbin/nft -f /etc/nftables.conf ExecStop=/usr/sbin/nft flush ruleset [Install] WantedBy=multi-user.target Which looks right to me ... however it is not working as i would expect ..... when i made the switch a few months ago the above commands worked just fine... granted i don't know systemd very well and should probably read over the manual .... however that is time consuming and time is currently short.. Thanks ..
Sparky is Debian No. Start with Debian. Add some things. Take away some things. Change some things. End up with XYZ Linux. XYZ Linux is not Debian. Debian is the thing you started with...
Hi, I installed debian on my laptop yesterday and when I close the lid to put my laptop in sleep mode we don't see the light flashing, it's just like it's powered on but only the fan is running and we see the light on. When I try to get back it doesn't work like my laptop is frozen can't do anything. Tried pressing keys on keyboard and nothing, not even ctrl+alt+f4. I do get an error when I boot, but I'm not sure it's related to that as it worked on Fedora and had the same error at boot. I'll post them anyway if that help. Code: Select all[ 24.980208] [drm:amdgpu_vce_ring_test_ib [amdgpu]] *ERROR* amdgpu: IB test timed out. [ 24.980343] [drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* amdgpu: failed testing IB on ring 12 (-110). [ 24.980462] [drm:amdgpu_device_init [amdgpu]] *ERROR* ib ring test failed (-110). [ 24.980696] [ powerplay ] this function not implement! Code: Select all[ 20.924679] bluetooth hci0: firmware: failed to load rtl_bt/rtl8723b_config.bin (-2) [ 20.924700] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2 [ 20.924706] Bluetooth: hci0: Failed to load rtl_bt/rtl8723b_config.bin Code: Select all[ 18.840998] tpm_crb MSFT0101:00: can't request region for resource [mem 0xdfb7a000-0xdfb7dfff] Code: Select all[ 1.348772] ACPI Error: [WLVD] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359) [ 1.348848] ACPI Error: Method parse/execution failed [\_SB.WLBU._STA] (Node ffff94d5008afe60), AE_NOT_FOUND (20160831/psparse-543) [ 1.412600] ACPI Error: [WLVD] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359) [ 1.412647] ACPI Error: Method parse/execution failed [\_SB.WLBU._STA] (Node ffff94d5008afe60), AE_NOT_FOUND (20160831/psparse-543)
If you give specifics about your hardware it may help readers help you. Many people swear that package 'inxi' is the way to go, it does seem pretty simple to use. You can post the output here, thanks for using code boxes. The ACPI/namespace lookups may just be warnings. I get rid of them on my machines by setting loglevel=3 and then setting it back to four after booting. Probably don't need to worry about those right now. All radeon boards need firmware, so make sure you did that https://wiki.debian.org/AtiHowTo
Well, this is kind of non sense... actually is totally non sense. I have 2 drives, 1 of them has a debian installation, the other one has Windows 10. In Debian I have this problem with audio, where I constantly hear popping sounds, and when I play videos or audio (any kind, on youtube, flac, mp3), the popping sound is very annoying, so i tried a lot of things, changed frecuency daemon.conf of pulseadio, disabled time scheduling, uninstall and install pulseaudio, stop check and start pulseaudio, rebooted on every little config change, invoked lucifer and asked him to fix it, but non of this worked. Now... I thought that maybe it's a hardware problem on the motherboard, so just to be sure I booted into Windows to see if the sound quality was good, and worked perfectly. The really weird thing is that when I booted Debian, the sound started to work perfect magically, and to be sure I tried it again, shut down - boot debian with popping sound - reboot - boot windows - reboot - boot debian with perfect audio, and then I triple checked. I'm lost here, this doesn't make sense at all. I would appreciate some help. Thank you!!
Here, take a look into this post if it helps you: http://forums.debian.net/viewtopic.php?f=7&t=135631 Please, if you consider the issue solved, come back and edit the first message title adding [SOLVED] to the beginning of it, so others can benefit from your solution.
I don't know if I caught the right forum but it seems to me that "system config" is the best place to ask for support. I tried a little 'around both here and googling but I was not able to find some help with my problem. Background On an X3500 IBM server with debian jessie one of the 4 SAS disks in the hardware RAID 5 (made with the server controller) is damaged. From that moment sda1 (one of the resulting partitions on the raid sda disk) starts having problems with orphaned inodes. After a while Debian detects 5 or 6 inodes orphans and goes into read only mode. The operating system remains on but many services are no longer able to write to the disk and stopped. Restarting the server corrects sda1 and starts again. After a short it starts again with the orphaned inodes and so on. If I boot the server with minimal lubuntu in rescue mode, the fsck.ext4 -y / dev / sda1 end successful. Everything seems fine, the system restart, debian starts again, everything runs smoothly (apart from ProFTP that does not start alone but I have to restart it) for half an hour and then again are always those 5/6 inodes orphans and the system sda1 is reassembled in read only mode. I I try to copy some files to sda1 the same but at the next restart orphans inodes are much more in quantity. How do I get out of this infermal loop? I cannot understand if it is a HW problem (why the SAS controller don't detect problems?) or software. TNX. Ilic
# tune2fs -l /dev/sda1 tune2fs 1.42.12 (29-Aug-2014) Filesystem volume name: <none> Last mounted on: / Filesystem UUID: 215d2d4d-b400-476f-a634-7c1ae6644ea8 Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize Filesystem flags: signed_directory_hash Default mount options: user_xattr acl Filesystem state: clean Errors behavior: Continue Filesystem OS type: Linux Inode count: 52690944 Block count: 210756864 Reserved block count: 10537843 Free blocks: 189421862 Free inodes: 52234282 First block: 0 Block size: 4096 Fragment size: 4096 Reserved GDT blocks: 973 Blocks per group: 32768 Fragments per group: 32768 Inodes per group: 8192 Inode blocks per group: 512 Flex block group size: 16 Filesystem created: Mon Sep 19 12:20:00 2016 Last mount time: Fri Dec 22 11:02:54 2017 Last write time: Fri Dec 22 11:02:51 2017 Mount count: 1 Maximum mount count: -1 Last checked: Fri Dec 22 10:57:14 2017 Check interval: 0 (<none>) Lifetime writes: 1846 GB Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) First inode: 11 Inode size: 256 Required extra isize: 28 Desired extra isize: 28 Journal inode: 8 First orphan inode: 12320780 Default directory hash: half_md4 Directory Hash Seed: 6200ca7e-aa56-422a-854b-53d23139e269 Journal backup: inode blocks
I'm to new to Debian/Linux to figure it out. Searched and tried all day to get my internet connection working again but can't get it fixed. I've read and tried so many possibilities that i'm completely lost now. Because i have no internet i can't post all my codes. This is how it looks wright now. Can some off you help me out? ip adress: Code: Select all1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 27.0.0.1/8 scope host lo valid lft preferred lft forever inet6 ::1/128 scope host valid lft preferred lft forever 2: enp5s0: <BROADCAST, MULTICAST, UP,LOWER_UP> ******* Inet 192.168.1.97/24 BRD 192.168.1.255 scope global enp5s0 valid lft preferred lft forever ***** ***** 3: wlp2s0: BROADCAST, MULTICAST> mtu ******* *********** sudo lshw -C network: (top network was still DISABLED at my the last lshw check, no idea why it has changed now but inet still not working). Wireless status doesn't change by using wireless on/off switch on laptop Code: Select all*-network (was at first DISABLED) description: Ethernet interface product: *********** vendor: ********** physical id: 0 bus info: pci@0000:05:00.0 logical name: enp5s0 version: c0 serial: ******* size: 100MB/s capacity: 1GB/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=ATL1C driverversion=1.0.1.6 duplex=full firmware=L1e ip=192.168.1.97 la *-network DISABLED description: Wireless interface product: ***** vendor: ****** physical id: 0 bus info: pci@0000:02:00.0 logical name: wpl2s0 version: 01 serial: ***** size: 100MB/s capacity: 1GB/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical wireless configuration: ***** interface file Code: Select all# The loopback network interface auto lo iface lo inet loopback Changed IP adress to 192.168.1.97 to see if this solution worked. Didn't but have no idea what orininal IP adress was https://ubuntuforums.org/showthread.php?t=2018113 route -n: Code: Select allroute -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 enp5s0 i can ping 127.0.0.1 and 192.168.1.97, can't ping router or other laptop on hub (network onreachable)
https://wiki.archlinux.org/index.php/sy ... using_DHCP
I am currently running Jessie (i386) and Stretch (amd64) on my desktop, both using the XFCE desktop and they have network-manager installed. On my Intel NUC I am running Stretch (amd64) with the LXDE desktop and it has wicd installed. I have found, in trying to change the DNS servers, that network-manager makes the task a lot easier (some simple changes using the GUI), So, I am trying to figure out how to properly change from wicd to network-manager on the NUC. I have tried the following which I found at https://www.linuxquestions.org/question ... ost5628669. Code: Select allapt-get install network-manager apt-get install network-manager-gnome systemctl enable network-manager systemctl stop wicd systemctl disable wicd According to the post I should then be able to reboot and all should be well. But it's not. So does anybody have suggestions? Maybe I need to purge wicd. Not sure how to get network-manager to autostart. I know many of you don't bother with either wicd or network-manager but I am personally more comfortable with a GUI based app, so really looking for a good answer to my question. I HAVE searched for an answer on this site and do not find a definitive answer. By the way, I am using a wired, not wireless, connection.
As Head_on_a_Stick said, those services need to be running. Did you try to enable it after purging wicd? Also check the /etc/network/interfaces file. If your networks are configured in there, NM will not manage them. (I don't know how wicd works either having never used it).
Hello, The system I am working with is Debian Jessie (cannot change for now). I am trying to use a library that requires FFmpeg. When loading the .so it says: Code: Select allerror while loading shared libraries: libswscale-ffmpeg.so.3: cannot open shared object file: No such file or directory It also depends on libavcodec-ffmpeg56, libavformat-ffmpeg56, libswscale-ffmpeg3, and libavutil-ffmpeg54 I added jessie-backports to my sources.list, and installed ffmpeg. This gave me libavcodec.so.57, libavformat.so.57, libswscale.so.4, and libavutil.so.55. All of these versions are one version newer than what I need. Also, the packages don't end in -ffmpeg. I did try to make symbolic links like so: Code: Select alllibswscale-ffmpeg.so.3 -> libswscale.so.4 But that, predictably, didn't work. Code: Select all/usr/lib/i386-linux-gnu/libswscale-ffmpeg.so.3: version `LIBSWSCALE_FFMPEG_3' not found (required by /opt/bf/lib/libptgreyvideoencoder.so.1) I then installed "libswscale3" from the repository and created a symbolic link: Code: Select allsudo ln libswscale.so.3 libswscale-ffmpeg.so.3 With the same results: Code: Select all/usr/lib/i386-linux-gnu/libswscale-ffmpeg.so.3: version `LIBSWSCALE_FFMPEG_3' not found (required by /opt/bf/lib/libptgreyvideoencoder.so.1) Though, I think this libswscale3 in the repo is not actually from ffmpeg, but libav? I read through this thread: http://forums.debian.net/viewtopic.php? ... g+#p621320 But am still confused about this. Somebody mentioned snapshot.debian.org, but that is not the right way to do it and I should edit out the -ffmpeg dependencies, but I'm not sure how. Any help on this would be appreciated, Thanks!
Is libswscale-dev installed? Peter.
In Stretch, suddenly (in that last week everything was normal), I am unable to upgrade. After running Update, I then progress to Full-Upgrade. The app. starts, I respond with "y", and upgrade begins. But within seconds it slows and apparently stops (in that no increase in bytes received is shown, and the curser either blinks or is static; sometimes the download rate at the RHS still shows a value, sometimes not. Then a restart may occur, usually at a low download rate. But sometimes for less than a second or two, a rate of several PB/s(!) is shown, with no corresponding increase in the size of the downloaded chunk. Eventually when attempting a big download (Thunderbird security fix), it fails completely, reporting that the connection failed and and citing an IP address (133.242.99.74 80) which seems to be a Japanese server - organization for IP address 133.242.99.74 is SAKURA Internet in Japan. I have never used a Japanese mirror. These events occur when I use aptitude or apt-get. They also occur whether I have a HK mirror, or a Singapore mirror in my hosts file. (I live in Thailand.) I have tried so many proposed fixes that I have just about forgotten what I have done. But one suggestion that I followed with great hope (only to have it dashed) was to set my preferences in the /etc/gai..conf file to try IP4 before IP6, as it was reported that a conflict may occur causing the problem. But no success! Note that my internet access (Firefox) is behaving normally, with no signs of slow performance. A speed test showed about 10 Mb/s download, and 4 Mb/s upload speeds. I have been using Debian Stretch for about 9 months, and previously Jessie for about 2 years. I have never before encountered a problem like this. So I am stuck, unable to update. Please can somebody help. (Note - I am an ageing amateur, so please be explicit with any instructions.)
I would wonder if you have https repositories and apt-transport-https package installed...have you?
Hello everybody. Please help me with installing/applying/setup of Russian localisation of Cinnamon at Debian 9 Stretch (English localisation installed). I've installed: cinnamon-l10n package. There are no cinnamon-l10n-ru package at repository. with other cinnamon* packages: cinnamon install cinnamon-common install cinnamon-control-center install cinnamon-control-center-data install cinnamon-core install cinnamon-desktop-data install cinnamon-desktop-environment install cinnamon-l10n install cinnamon-screensaver install cinnamon-session install cinnamon-session-common install cinnamon-settings-daemon install Please help me, I've setup the system already and don't want to reinstall it with full of Russian (only want of Cinnamon in Russian).
Have you also asked http://debianforum.ru/ ?
Hello, I installed stretch with kde Desktop on my Laptop (Dell Latitude 5480) two weeks ago. I'am a bit astonished that no update was proposed since? So I perform the following tests which seems to indicate that no update are available is that true? 1)check the souce.list file here it is Code: Select all$more /etc/apt/sources.list # # deb cdrom:[Official Debian GNU/Linux Live 9.2.0 kde 2017-10-07T16:31]/ stretch main #deb cdrom:[Official Debian GNU/Linux Live 9.2.0 kde 2017-10-07T16:31]/ stretch main deb http://ftp.fr.debian.org/debian/ stretch main non-free contrib deb-src http://ftp.fr.debian.org/debian/ stretch main non-free contrib deb http://security.debian.org/debian-security stretch/updates main contrib non-free deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free # stretch-updates, previously known as 'volatile' deb http://ftp.fr.debian.org/debian/ stretch-updates main contrib non-free deb-src http://ftp.fr.debian.org/debian/ stretch-updates main contrib non-free $ 2) do an apt-get update Code: Select all$ sudo apt-get update [sudo] password for toor: Ign:1 http://ftp.fr.debian.org/debian stretch InRelease Hit:2 http://ftp.fr.debian.org/debian stretch-updates InRelease Ign:3 http://deb.debian.org/debian stretch InRelease Hit:4 http://deb.debian.org/debian stretch Release Hit:5 http://ftp.fr.debian.org/debian stretch Release Hit:6 http://security.debian.org/debian-security stretch/updates InRelease Reading package lists... Done $ 3) check for an apt-get upgrade Code: Select all$ sudo apt-get -s upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ I
Hello. You can made subscription to Debian mailing list. The security team informs the users about security problems by posting security advisories about Debian packages on this list.
For some reason compile times have tripled on my system. The first time I compiled a kernel (4.9.30) it took ~26 min. The last time it took more than one hour. The kernel source is unchanged (I use it for benchmarking/burn-in), as is kernel configuration. The script I run does a "make clean" before each build. The only changes to the system (AMD Ryzen 1200 @ 3.5GHz running Buster) have been software updates. I know GCC has been updated, so I'm wondering if that's the cause? Haven't found anything related searching the Internet. I thought maybe my CPU was throttling down, but when I checked the temps they were below 60C. Other benchmarks show no change in performance.
Are you doing a parallel build or single-threaded? The Debian kernel takes about that long to recompile on my dual core 4-threaded i5, but then it takes another couple hours to convert and build the documentation packages. The Liquorix kernel package takes a little longer for the builds for amd64, since it's building more drivers, and the 32-bit build twice as long since it's building a PAE and non-PAE kernel---no docs with Liquorix. I suppose you can check to see many of your cores are being utilized for the build.
Code: Select all# apt-get update && apt-get dist-upgrade gn:1 http://ftp.ca.debian.org/debian stretch InRelease Hit:2 http://ftp.ca.debian.org/debian stretch Release Hit:3 http://security.debian.org/debian-security stretch/updates InRelease Hit:4 http://ftp.debian.org/debian stretch-backports InRelease Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. However, Stretch does not want to be upgraded to 9.2, it seems: Code: Select allcat /etc/debian_version [b]9.1[/b] Any ideas? Thanks for your help
From https://www.debian.org/News/2017/20171007 As a special case for this point release, those using the "apt-get" tool to perform the upgrade will need to ensure that the "dist-upgrade" command is used, in order to update to the latest kernel packages. Users of other tools such as "apt" and "aptitude" should use the "upgrade" command. Miscellaneous Bugfixes ---------------------- Due to an oversight while preparing the point release, the usual update to the "base-files" package to reflect the new version was unfortunately not included. An updated package will be made available via "stretch-updates" in the near future. This has been fixed according to another post in this forum. Just upgrade (or dist-upgrade if using apt-get) again.
i no opened my debian 8 for about 2 weeks, when i opened it and update some libraries, after reboot, debian cant run the server X. i tried to use "startx" command: what is the problem? what i can do for resolve? i'm using debian 8
Where did you get that fglrx driver from?
I'm using Debian 8.x (32 Bit) and creating a Tutorial on how to get the KEE Willem PCB 6.0E LPT EPROM Programmer working under Wine (Ver 1.62). I've started the Tutorial at the following URL: http://forums.debian.net/viewtopic.php?f=16&t=135301 I have the software installed and working, but I've been having trouble getting the "io.dll.so" to execute like it has root permissions. The source for io.dll.so is as follows: Code: Select all/* * io.dll * * Generated from io.dll by winedump. * * DO NOT SUBMIT GENERATED DLLS FOR INCLUSION INTO WINE! * */ //#include "config.h" #include <stdarg.h> #include <sys/io.h> #include <stdbool.h> #include "windef.h" #include "winbase.h" #include "io_dll.h" #include "/usr/include/wine-development/debug.h" // Customize this base address if your PCI parallel port is at a nonstandard address #define LPT_BASE_ADDR 0x9400 // These are standard defines that shouldn't need to be changed #define STANDARD_LPT_BASE_ADDR 0x378 #define LPT_BASE_LEN 4 WINE_DEFAULT_DEBUG_CHANNEL(io); // Keeps track of whether we successfully initialized the driver static bool initialized = false; BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) { switch (reason) { case DLL_WINE_PREATTACH: return FALSE; /* prefer native version */ case DLL_PROCESS_ATTACH: // Get permission to use the parallel port if (ioperm(LPT_BASE_ADDR, LPT_BASE_LEN, 1) < 0) { perror("io permission error for LPTx"); } else { // As long as we got permission, we're good to go. initialized = true; } DisableThreadLibraryCalls(instance); break; } return TRUE; } /****************************************************************** * IsDriverInstalled (IO.1) * * */ int __stdcall IO_IsDriverInstalled(void) { return initialized; } /****************************************************************** * PortIn (IO.11) * * */ char __stdcall IO_PortIn(short Port) { // If we're initialized and it's in the parallel port I/O range, // do the read. if (initialized && (Port >= STANDARD_LPT_BASE_ADDR) && (Port < STANDARD_LPT_BASE_ADDR + LPT_BASE_LEN)) { return inb(Port - STANDARD_LPT_BASE_ADDR + LPT_BASE_ADDR); } else { return 0; } } /****************************************************************** * PortOut (IO.14) * * */ void __stdcall IO_PortOut(short Port, char Data) { // If we're initialized and it's in the parallel port I/O range, // do the write. if (initialized && (Port >= STANDARD_LPT_BASE_ADDR) && (Port < STANDARD_LPT_BASE_ADDR + LPT_BASE_LEN)) { outb(Data, Port - STANDARD_LPT_BASE_ADDR + LPT_BASE_ADDR); } } It builds properly and the software runs if I start the execution with: Code: Select allsudo wine pcb60lpt.exe But, I know that isn't the correct way to execute the software. I've searched with Google, and read for two days trying to get setuid to allow me to execute the ioperm() function to get the Parallel Port Permissions. I know it has to be run as "root". Without running as "sudo" or "root" I get an error that the "IO PERMISSIONS ARE INCORRECT" for io.dll.so My PCI SYBA Parallel Port is located as follows: Code: Select allls -alt /dev/lp* /dev/parp* crw-rw---- 1 root lp 6, 0 Nov 18 00:23 /dev/lp0 crw-rw-r-- 1 root lp 99, 0 Nov 18 00:23 /dev/parport0 I am a member of group lp and more information is in the previous URL for the Tutorial. I've tried using WINEPATH=/home/larry/Downloads/Willem-Programmer/ver6/PCB6.0LPTsoftware/ That didn't work as the io.dll.so wasn't located, and it was in the same subdirectory. I've copied io.dll.so to the /usr/lib/i386-linux-gnu/wine/wine/ subdirectory, and it gets executed ONLY if I am root or with sudo. What do I need to do to be able to execute the io.dll.so as root, but not use the "sudo wine pcb60lpt.exe" command. Everything I've tried for setuid doesn't appear to work, because I continue to get the error message that the "IO PERMISSIONS ARE INCORRECT". I've tried almost every possible setuid and it just doesn't execute as root. Any help would be very much appreciated, so I can continue with the tutorial. Thanks. Larry
Here are two URL's I found that describe what I am trying to do, without much luck. https://stackoverflow.com/questions/283 ... ed-program https://www.thegeekdiary.com/what-is-su ... ticky-bit/ My sda drive mount permissions are: /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) /dev/sda3 on /home type ext4 (rw,relatime,data=ordered) I finally found this URL in my Google searcing: https://unix.stackexchange.com/question ... t-properly It works properly. Larry
It's always something with every new version of Debian on this laptop. This time it's my touchpad. It won't/I can't figure out how to make it let me use touch and multitouch clicks this time (when you can tap your finger anywhere on the touchpad to activate a mouse click instead of clicking the control area at the bottom of the pad). I'm using Debian 9.2.0 with Kernel Linux 4.9.0-4-amd64 x86_64 and MATE 1.16.2. I have a SynPS/2 Synaptics TouchPad. If you need anymore information I either forgot to include it because I'm slightly frustrated or didn't know how to get it/didn't realize you'd need it. Thanks in advance!
I'm having the exact same issue here! The wiki says the following for debian 9: "In most cases, make sure you have the xserver-xorg-input-libinput package installed, and not the xserver-xorg-input-synaptics package." I'll see if that works later because I'm not able to do it now, but feel free to get back to me earlier ^^
Hi. I'm trying to connect to my local Wi-Fi network. Network manager fails while wicd succeeds. I can live with this, as I'll receive a cable in a few days anyway, but I would like to understand and perhaps help fixing Network manager by providing a useful bug report. Hardware The computer is a desktop (it makes no difference except from a practical perspective : I can't move it around for the tests). Debian Stretch. Same behavior on another Debian Stretch desktop. Code: Select allLinux 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux I tried with 4 different USB wifi dongles. Here are the lines from dmesg indicating the driver used: Edimax nano USB EW-7811Un Code: Select allusb 1-8: firmware: direct-loading firmware rtlwifi/rtl8192cufw_TMSC.bin Unknown brand, same chip apparently Code: Select allusb 1-8: firmware: direct-loading firmware rtlwifi/rtl8192cufw_TMSC.bin D-Link DWL-G122 C1 F/W 3.10 Code: Select allrt73usb 1-8:1.0: firmware: direct-loading firmware rt73.bin Cisco Linksys WUSB 600n v2 Code: Select allrt2800usb 1-8:1.0: firmware: direct-loading firmware rt2870.bin Most of my tests were with the Edimax. I tried both with rtl8192cufw from the kernel and from the non-free firmware-realtek package (but mostly the non-free). Error messages I also tried both with (WPA2) and without authentication. With WPA authentication, I get this kind of things: Code: Select all[ 404.892587] wlx001cf09d49d5: authenticate with 65:7d:31:c8:ea:7a [ 404.951583] wlx001cf09d49d5: send auth to 65:7d:31:c8:ea:7a (try 1/3) [ 404.960094] wlx001cf09d49d5: authenticated [ 409.956093] wlx001cf09d49d5: aborting authentication with 65:7d:31:c8:ea:7a by local choice (Reason: 3=DEAUTH_LEAVING) [ 429.131873] IPv6: ADDRCONF(NETDEV_UP): wlx001cf09d49d5: link is not ready [ 429.333318] IPv6: ADDRCONF(NETDEV_UP): wlx001cf09d49d5: link is not ready With no authentication, I get only this: Code: Select all[ 364.175223] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 364.208738] rtl8192cu: MAC auto ON okay! [ 364.241483] rtl8192cu: Tx queue select: 0x05 [ 364.649647] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready What I checked/tried I searched on the web using keywords from dmesg output, but I believe those are not specific enough and most of what I found was pretty old and unrelated. 1/ From https://unix.stackexchange.com/a/386938 (and https://lists.debian.org/debian-user/20 ... 01045.html): Somehow, my firmware got trouble with long interface name. So I ran this command to prevent it: Code: Select allln -s /dev/null /etc/systemd/network/99-default.link and it worked. No difference here, which is no surprise as /etc/systemd/network/ was empty: /lib/systemd/network/99-default.link did not exist. 2/ https://unix.stackexchange.com/a/243354 I changed the "Auto channel" option to a fixed channel and the "Channel width" option to 20 MHz in my AP and it solved my problem. I tried to do more or less the same (fixed channel + 40 MHz). No difference. 3/ Very old bug report: https://bugs.debian.org/cgi-bin/bugrepo ... bug=683407 I have only one wpa_supplicant instance. I killed wpa_supplicant. It wouldn't recreate by itself (or by network-manager) so I restarted it using systemd start wpa_supplicant. It made no difference. I picked "ignore" in the IPv6 tab of my wifi connexion in Network manager. (dmesg reported IPv6 stuff so I figured let's deactivate IPv6. Not sure this "ignore" choice does that.) No difference. 4/ https://blogs.gnome.org/thaller/2016/08 ... ger-1-4-0/ Randomization during Wi-Fi scanning During Wi-Fi scanning, NetworkManager resets the MAC address frequently to a randomly generated address. This was already enabled by default in 1.2.0, but as said, users likely didn’t have the required support from wpa_supplicant. This default behavior can be disabled with a global configuration option in NetworkManager.conf: Code: Select all[device] wifi.scan-rand-mac-address=no Tried that. No difference. Any hint appreciated. Thanks.
Cisco Linksys WUSB 600n v2 rt2800usb 1-8:1.0: firmware: direct-loading firmware rt2870.bin I have one of these just plugged it in to a new stretch box, it works fine. In fact, Network Mangler has been pretty reliable for five days now so I'm okay. Sometimes it used to be a pain, but it seems to be a lot nicer now. It is still a little slow I guess, I'll probably stop using it on the desktop, but for a mobile notebook it does a good job. If you can't get along with NM, I really recommend trying wpa_cli. It is installed along with wpa_supplicant so you can use it anytime. Then if you grok that way of doing things, it has a wpa_gui to go with it. Code: Select all] usb 1-6: new high-speed USB device number 4 using ehci-pci ] usb 1-6: New USB device found, idVendor=1737, idProduct=0071 ] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 ] usb 1-6: Product: Dual-Band Wireless-N USB Network Adapter ] usb 1-6: Manufacturer: Cisco-Linksys LLC ] usb 1-6: reset high-speed USB device number 4 using ehci-pci ] ieee80211 phy1: rt2x00_set_rt: Info - RT chipset 2872, rev 0202 detected ] ieee80211 phy1: rt2x00_set_rf: Info - RF chipset 0002 detected ] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' ] usbcore: registered new interface driver rt2800usb ] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin' ] rt2800usb 1-6:1.0: firmware: direct-loading firmware rt2870.bin ] ieee80211 phy1: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
At some point during boot, the systctl variable kernel.modules_disabled gets set to 1, effectively disabling all future loading of kernel modules. I have grep'ed all of my /etc for "modules_disabled" and looked in /etc/default/grub but I can't figure out how my Sid box (4.13.0-1-amd64 kernel) is setting this. Any module I add to /etc/modules will get properly loaded before kernel.modules_disabled gets set, but as soon as I login and get a shell, "cat /proc/sys/kernel/modules_disabled" returns 1 and any modprobe call fails. Is there something I overlooked?
Here's the reason: https://packages.debian.org/sid/lockdown I totally forgot I had installed that package.
Hello! I have the public key correctly in DNS according to http://dkimcore.org/c/keycheck I have a /etc/exim4/conf.d/main/00_local_macros which looks much like this: DKIM_CANON = relaxed DKIM_SELECTOR = default DKIM_DOMAIN = mustafejen.se DKIM_FILE = /etc/dkimkeys/myprivatekey.pem ls -alF /etc/dkimkeys -rw-r--r-- 1 root root 891 Nov 20 17:23 myprivatekey.pem I have reconfigured exim4 to read from split files, updated the configuration and restarted exim4. When I send mail from mustafejen.se using mutt to test sites, the result is "none" (not signed). If somebody knows what I have missed, please reply Edit: Code: Select allI just checked exim log file, looked like this:2017-11-22 15:43:22 1eHWFF-0003ul-L3 Completed 2017-11-22 15:44:37 1eHWGS-0003wE-Vx <= per@mustafejen.se U=per P=local S=511 id=20171122144436.3rww4xwa2d3q43p2@mustafejen.se 2017-11-22 15:44:38 1eHWGS-0003wE-Vx => check-auth@verifier.port25.com R=dnslookup T=remote_smtp H=verifier.port25.com [38.95.177.125] X=TLS1.2:RSA_AES_256_GCM_SHA384:256 CV=no DN="CN=verifier.port25.com" K C="250 2.6.0 message received" 2017-11-22 15:44:38 1eHWGS-0003wE-Vx Completed 2017-11-22 15:44:41 1eHWGX-0003wL-6G DKIM: d=port25.com s=verifier201208 c=relaxed/relaxed a=rsa-sha256 b=2048 i=auth-results@verifier.port25.com [verification succeeded] 2017-11-22 15:44:41 1eHWGX-0003wL-6G <= auth-results@verifier.port25.com H=verifier.port25.com [38.95.177.125] P=esmtp S=8385 id=1511361878-742524@verifier.port25.com 2017-11-22 15:44:41 1eHWGX-0003wL-6G => per <per@mustafejen.se> R=local_user T=maildir_home 2017-11-22 15:44:41 1eHWGX-0003wL-6G Completed 2017-11-22 15:45:51 1eHWHf-0003xv-CM <= per@mustafejen.se U=per P=local S=495 id=20171122144551.v4iql7b54bwjmeq3@mustafejen.se 2017-11-22 15:45:54 1eHWHf-0003xv-CM => p.gunnarsson@yahoo.com R=dnslookup T=remote_smtp H=mta5.am0.yahoodns.net [98.136.216.26] X=TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128 CV=yes DN="C=US,ST=CA,L=Sunnyvale,O=Yahoo! Inc.,CN=*.am0.yahoodns.net" C="250 ok dirdel" 2017-11-22 15:45:54 1eHWHf-0003xv-CM Completed Regards, Per Gunnarsson
Sure would be nice if people would use code boxes,... all those e-mail addresses show as click able e-mail links. Attachments, How to post a screen shot and use code boxes I am sure p.gunnarsson will appreciate the e-mail spam they get from this.
This is something that's happened with both Debian 9.2 XFCE 64 bit and Ubuntu 16.04.3 with XFCE added. I seemed to have a glitch moment when moving some folders from the drive with my OS on to a 2TB internal sata drive. Things froze, and Thunar in either OS now won't open the data drive. If I try to open it with PCMANFM in Debian things are fine, and the same goes for Nautilus using Ubuntu. If I CD to the data drive and enter DIR, there is listed 'cat soup' with a backslash after the t in cat, and this was the name of the botched folder transfer. But I can't remove it. It says input output error. I've tried showing hidden files and I've tried opening Thunar with gksu or sudo and the cat soup file/ folder isn't visible in the file manager window though, as I say, it is listed in the terminal. I am keen to stick with XFCE and Thunar. The only other thing I can think of at the moment is installing Windows on another drive and seeing if windows will delete the file/ folder. Basically it seems Thunar can't read the drive while the trace of this botched transfer is there. The fact that Nautilus and PCMANFM will open the drive shows the drive isn't damaged. thanks for any help.
This is what it says if I click on the shortcut in Thunar for the drive: Error when getting information for file '/mnt/9ACA258FCA2568A9/cat soup': Input/output error.
Hi, I have a Dell Latitude 5480 Laptop with Debian 9.2 (stretch) with the kde/plasma desktop, installed recently. The kde wallet manager was asking for password when my laptop was connecting automatically to the wifi. So, i disabled kde wallet in the system settings, restarted my computer and then supresssed that wifi connection in order to reconfigure it. That method is indicated here https://www.youtube.com/watch?v=oWujE2hBgo8 Now the problem is that I can't use the net manager to reconfigure my wifi connection anymore: the "ok" button in the (plasma) network manager stay shaded, so the configuration cannot be saved. I suspect that some files wasn't cleaned properly? I spent some time to search on the net but unsucessfully (I suspect that my keywords are too or not enaough specific.... ).
I don't use kwallet either, user account is member of netdev group and it works okay. I did have an issue trying to eneter in two DNS addresses, as soon as the first was completed and i typed the comma the okay button greyed out. I just edited the connection manually and added the other one. Maybe you should just delete that connection and start over?
So i have a strange problem. I'm running Open Media Vault on top of debian (headless). the motherboard is an old Atom miniITX with onboard 10/100 NIC and i've plugged a gigabet card into the PCI card and all has been good for many years. last week we had an extended power cut and brown out. The BIOS got reset, and i had to install a new BIOS battery. so here is the wierd part. The on board network works fine. The PCI card gigabit card does not work (can't ping) I thought maybe the card was gone so i swapped it out for a realtek gigabit card, same issue. Code: Select allroot@mediafiler:~# dmesg | grep eth [ 1.657408] r8169 0000:01:02.0: eth0: RTL8169sb/8110sb at 0xf7eb4800, e8:de:27:a8:92:f9, XID 10000000 IRQ 17 [ 1.704500] eth1: RealTek RTL8139 at 0xc800, 00:22:68:44:0f:0a, IRQ 19 [ 6.517640] udev[357]: renamed network interface eth0 to eth3 [ 6.520806] udev[361]: renamed network interface eth1 to eth0 [ 10.071544] eth0: link down [ 10.072093] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 10.139773] r8169 0000:01:02.0: eth3: link down [ 10.140387] ADDRCONF(NETDEV_UP): eth3: link is not ready [ 12.486190] r8169 0000:01:02.0: eth3: link up [ 12.486664] ADDRCONF(NETDEV_CHANGE): eth3: link becomes ready [ 321.414621] r8169 0000:01:02.0: eth3: link down [ 324.247128] eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1 [ 324.247515] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 505.519527] eth0: link down [ 508.814696] r8169 0000:01:02.0: eth3: link up [ 1490.581826] r8169 0000:01:02.0: eth3: link down [ 1492.942505] eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1 eth0 is the onboard eth 3 is the realtek gigabit card (eth2 is the intel card that was working fine until the power cut; not currently installed) here is my interfaces config Code: Select all# The loopback network interface auto lo iface lo inet loopback iface lo inet6 loopback # eth0 network interface auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.21 gateway 192.168.1.254 netmask 255.255.255.0 post-up /sbin/ifconfig $IFACE mtu 1500 dns-nameservers 192.168.1.254 192.231.203.3 iface eth0 inet6 manual pre-down ip -6 addr flush dev eth0 # eth3 network interface auto eth3 allow-hotplug eth3 iface eth3 inet static address 192.168.1.21 gateway 192.168.1.254 netmask 255.255.255.0 post-up /sbin/ifconfig $IFACE mtu 1500 dns-nameservers 192.168.1.254 192.231.203.3 iface eth3 inet6 manual pre-down ip -6 addr flush dev eth3 and list pci shows Code: Select allroot@mediafiler:~# lspci 00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01) 00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01) 00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01) 00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) 00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01) 01:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10) 01:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) so to recap, using the network card that worked fine before the power cut results in no network connectivity, but also no obvious error message. any ideas?
Hardware failure, perhaps?
Greetings everyone, hope all is fine. I'm wondering if someone could give me any tips with this problem. I'm actually running Debian 8 Jessie with the following version: Code: Select allmigue@Wise:~$ uname -r 3.16.0-4-686-pae migue@Wise:~$ lsb_release No LSB modules are available. migue@Wise:~$ cat /proc/version Linux version 3.16.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) This OS is running on a VM-Ware ESXI 5.5.0 as a Virtual Machine, my problem is the same problem the user in this thread has: http://forums.debian.net/viewtopic.php? ... es#p639304 I've tried to add static entries on the /etc/network/interfa ces as follows with no results: Code: Select all# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). #source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 auto eth0 iface eth0 inet static address 192.168.12.101 netmask 255.255.255.0 network 192.168.12.0 broadcast 192.168.12.255 gateway 192.168.12.230 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 200.30.40.245 200.40.220.245 post-up ip route add -inet 150.100.1.0/24 gw 192.168.12.254 dev eth0 post-up ip route add -inet 180.100.1.0/24 gw 192.168.12.254 dev eth0 post-up ip route add -inet 192.168.15.0/24 gw 192.168.12.254 dev eth0 Also tried to make an script inside /etc/network/if-up.d$ something I read on the Ubuntu forums as a working process when the interface comes up. Something like: Code: Select all ../etc/network/if-up.d$ sudo nano script.sh #!/bin/bash # Adding static rules at the beginning ip route add -inet 150.100.1.0/24 gw 192.168.12.254 dev eth0 ip route add -inet 180.100.1.0/24 gw 192.168.12.254 dev eth0 ip route add -inet 192.168.15.0/24 gw 192.168.12.254 dev eth0 If I add the static rules manually they are forgotten after reboot. Is there another way to make static rules persistent? Thank you all in advance. Regards; M.
You could try systemd-networkd: https://coreos.com/os/docs/latest/netwo ... workd.html
Hello. Please help me with Debian 9 Stretch + Cinnamon logon: how can it to remember last user? Now my parents have to type every time their username, what is annoying for them I not prefer this way, but maybe there is the other way with auto logon (user+password)?
If you are using lightdm (which is default when you install cinnamon on Debian). You will need to open a terminal and edit /etc/lightdm/lightdm.conf. You will then need to find and uncomment the line. Code: Select all#greeter-hide-users=false Lightdm should then display a drop down of users displaying the last user that logged in.
Hi, I've probelm with the configuration of DNS on my Debian. I always use OpenDNS but would change it with Google DNS. I can't modify DNS on my router and don't use resolv.conf because it is overwritten every restart. In order to setup my DNS, I use /etc/dhcp/dhcclient.conf where I have configurated Google DNS Code: Select all# Configuration file for /sbin/dhclient. # # This is a sample configuration file for dhclient. See dhclient.conf's # man page for more information about the syntax of this file # and a more comprehensive list of the parameters understood by # dhclient. # # Normally, if the DHCP server provides reasonable information and does # not leave anything out (like the domain name, for example), then # few changes must be made to this file, if any. # option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; send host-name = gethostname(); request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers, netbios-name-servers, netbios-scope, interface-mtu, rfc3442-classless-static-routes, ntp-servers; #send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; #send dhcp-lease-time 3600; #supersede domain-name "fugue.com home.vix.com"; #prepend domain-name-servers 8.8.8.8, 8.8.4.4; #require subnet-mask, domain-name-servers; #timeout 60; #retry 60; #reboot 10; #select-timeout 5; #initial-interval 2; #script "/sbin/dhclient-script"; #media "-link0 -link1 -link2", "link0 link1"; #reject 192.33.137.209; #alias { # interface "eth0"; # fixed-address 192.5.5.213; # option subnet-mask 255.255.255.255; #} #lease { # interface "eth0"; # fixed-address 192.33.137.200; # medium "link0 link1"; # option host-name "andare.swiftmedia.com"; # option subnet-mask 255.255.255.0; # option broadcast-address 192.33.137.255; # option routers 192.33.137.250; # option domain-name-servers 127.0.0.1; # renew 2 2000/1/12 00:00:01; # rebind 2 2000/1/12 00:00:01; # expire 2 2000/1/12 00:00:01; #} but if I check my DNS on the site https://www.dnsleaktest.com/, it shows that I use OpenDNS. I use wicd as network manager for my DE. In the past, I used network-manager but now it isn't installed.
Do you have the resolvconf package installed? Check your nameservers directly with the `drill` command: Code: Select allempty@Xanadu:~ $ drill ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 43639 ;; flags: qr rd ra ; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;; . IN NS ;; ANSWER SECTION: . 518400 IN NS c.root-servers.net. . 518400 IN NS i.root-servers.net. . 518400 IN NS m.root-servers.net. . 518400 IN NS g.root-servers.net. . 518400 IN NS e.root-servers.net. . 518400 IN NS l.root-servers.net. . 518400 IN NS a.root-servers.net. . 518400 IN NS j.root-servers.net. . 518400 IN NS d.root-servers.net. . 518400 IN NS f.root-servers.net. . 518400 IN NS k.root-servers.net. . 518400 IN NS h.root-servers.net. . 518400 IN NS b.root-servers.net. ;; AUTHORITY SECTION: ;; ADDITIONAL SECTION: ;; Query time: 16 msec ;; SERVER: 127.0.0.1 ;; WHEN: Sat Dec 2 15:18:36 2017 ;; MSG SIZE rcvd: 228 empty@Xanadu:~ $ https://packages.debian.org/stretch/ldnsutils
Hello, I just perform the installation of bumblebee (nvidia version)on my Dell 5480 laptop. I'm on Stretch with kde. I follow the wiki Since I had some issues in a near past, I tried Code: Select alloptirun glxgears -info before attempting to reboot my laptop. It doesen't work and return Code: Select all[ERROR]You have not the permission to comunicate with bumblebee daemon. Try adding yourself to the bumblebee group. Code: Select all[ERROR]could not connect to bumblebee daemon. Is it running? Then I checked that I am in the bumblebee group, and that the bumblebee daemon is running. That is ok. I look in the Bumblebee.conf file and the KerneDriver line is empty. So, I fear to reboot and get a blank screen. How can I check that the installation of bumblebee is ok?
linuxsat wrote:Hello, I just perform the installation of bumblebee (nvidia version)on my Dell 5480 laptop. I'm on Stretch with kde. Please tell us what hardware you are using with your laptop? And what version of Debian. If you are unsure. Please post back the output of: Code: Select alllsb_release -a linuxsat wrote: [ERROR]You have not the permission to comunicate with bumblebee daemon. Try adding yourself to the bumblebee group. Even if you added yourself to the group, you will need to log out and into the account so the permissions can be applied. Normally if you install Debian through the repos with your account, it adds you into the group automatically. Type in the terminal Code: Select allgroups To check what groups you are currently in and post back the output. You might need to change in your /etc/bumblebee/bumblebee.conf Code: Select alldriver=nvidia and Code: Select allKernelDriver=nvidia You will probably also need to check that bumblebee is looking at your card as it's default is 1:00.00 post the output of: Code: Select alllspci | grep "VGA" If it matches then you will not need to change anything. linuxsat wrote: I look in the Bumblebee.conf file and the KerneDriver line is empty. So, I fear to reboot and get a blank screen. AFAIK that shouldnt happen as your laptop is using the intel driver for its primary driver. That should only happen if you have made the mistake of creating an xorg.conf file, hence why the guides tell you not to do it. If you are uncomfortable with editing files without a graphical environment then I recommend a backup before making any changes.
Hello, and thanks for the help. When I plugin a USB thumbdrive, then select "Open with File Manager"; a popup appears asking for the root password. This popup does NOT appear in Jessie. It only appears in Stretch. The popup message is: Run as root -- KDE su The action you requested needs root privileges. Please enter root's password below or click ignore to continues with your current privileges. Command: /usr/bin/dolphin /media/user/USB_NAME Password: OK Ignore Cancel If I select "Ignore", Dolphin opens and functions as it did in Jessie. Why am I getting this popup message? How do I prevent it from appearing whenever I plugin a thumbdrive? Thanks for the help.
does it happen with any thumbdrive? did you format the drive yourself? what filesystem, and is it maybe root owned?
My bluetooth had been working until I installed python3 packages yesterday. My guess is that it's a conflict from having python2 and python3 installed and now when starting the bluetooth, something is missing and it won't initialize. I have found https://linuxconfig.org/how-to-change-f ... bian-linux, but concerned that if I switch the default to python3 more things will break. I could apt-get purge or apt-get remove, but doing so will also now remove other packages that I need to keep installed. $ uname -a Linux RDesktopDeb 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) x86_64 GNU/Linux $ python --version Python 2.7.13 I've removed and installed bluez, bluetoothblueman bluetooth pulseaudio-module-bluetooth bluez-firmware bluez-tools. I'm guessing that it's the python2 and python3 installation from keeping the bluez daemon from starting. Code: Select all$ sudo /etc/init.d/bluetooth status ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Sat 2017-10-14 07:10:17 MDT; 1min 0s ago Docs: man:bluetoothd(8) $ sudo /etc/init.d/bluetooth start [ ok ] Starting bluetooth (via systemctl): bluetooth.service. $ sudo /etc/init.d/bluetooth status ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Sat 2017-10-14 07:11:37 MDT; 5s ago └─ ConditionPathIsDirectory=/sys/class/bluetooth was not met Docs: man:bluetoothd(8) Any ideas? Thanks.
I decided to try following the steps here. https://linuxconfig.org/how-to-change-f ... bian-linux No change. This morning I ran apt-get update apt-get dist-upgrade Today, dist-upgrade didn't show any packages being removed so I proceeded. Yesterday there were several package that would be removed, so I only updated. Two package upgraded through the dist-upgrade were kernel and kernel-headers. I rebooted after dist-upgrade was completed, however, still no bluetooth. Running lsusb didn't show the usb BT adapter, so several times I removed and replaced it without it showing up. I removed the adapter and rebooted. Once on my desktop, I plugged the adapter back in, without it showing up still. Searching a bit more, I found this thread/post: http://forums.debian.net/viewtopic.php? ... 89#p558906 and rebooted. I removed the adapter and when I plugged it back in and ran lsusb the device showed up. And at that point bluetooth started working, so marking topic [SOLVED].
Hi, could anyone help me to use my RAM for apt cache? I did many attempts , now my paranoid last configuration is fstab Code: Select alltmpfs /var/cache/apt/partial tmpfs defaults,noatime,nodiratime 0 0 tmpfs /var/cache/apt/archives/ tmpfs defaults,noatime,nodiratime 0 0 tmpfs /var/cache/apt/archives/partial tmpfs defaults,noatime,nodiratime 0 0 rc.local Code: Select allmkdir -p /var/cache/apt/partial & mkdir -p /var/cache/apt/archives & mkdir -p /var/cache/apt/archives/partial & but intalling packages fail , eg: Code: Select allFailed to fetch https://netcologne.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt/pool/main/f/firefox-mozilla-build/firefox-mozilla-build_56.0.2-0ubuntu1_amd64.deb rename failed, Invalid cross-device link (/var/cache/apt/archives/partial/firefox-mozilla-build_56.0.2-0ubuntu1_amd64.deb -> /var/cache/apt/archives/firefox-mozilla-build_56.0.2-0ubuntu1_amd64.deb).
It seems that apt expects /var/cache/apt/archives and /var/cache/apt/archives/partial to be in the same filesystem, so that downloaded files can be moved from one to the other without copying the data.
I wanted to avoid the repetition of entering root password for mounting my internal storage drive. So i decided to edit fstab, I copied from output of blkid, here is the line: /dev/sdb1: LABEL="Data" UUID="3477a04f-d073-46d9-8c7e-237012714900" TYPE="ext4" computer starts OK but it is still asking for password.
/dev/sdb1: LABEL="Data" UUID="3477a04f-d073-46d9-8c7e-237012714900" TYPE="ext4" Is not a properly formatted fstab line.
Hi, Like in the description. I see this at shutting down the system. Not much in the net about that, looks like it refers to systemd. I do not use currently Debian because of this error. The question is: it's dangerous for the hard drive? I don't see any other symptom except this info. I don't know whether can I ignore such a prompt(I doubt) or not. Do you have experience with this? Cheers.
https://bugs.debian.org/cgi-bin/bugrepo ... bug=801361 Many thanks for the very fast solution! Updating from 227-1 to 227-2 solves
Hi folks. Recent stretch 9.2 update has resulted in errors for : evolution-common linux-image-4.9.0-4-amd64 Please see paste: http://paste.debian.net/989495 Any advice on how to resolve would be greatly appreciated!
So, running: Code: Select all# apt --fix-broken install a second time successfully removed the kernel update and the linux-image-amd package. If I try to reinstall linux-image-amd64, I get the following error: Code: Select all linux-image-amd64 : Depends: linux-image-4.9.0-4-amd64 but it is not going to be installed The issue with evolution-common persists, preventing any system updates or package installations. The problem lies in the /usr/share/help/es/evolution/ directory -- any attempt to --fix-broken results in error: '*dpkg-new': Operation not permitted. I use the * wildcard to indicate that successive attempts point to a seemingly random *dpkg-new file in that directory ...
During boot it said realtek (r8169) not loaded. On another computer I used aptitude download to get firware-realtek put it on a thumb drive and copied it to the hard drive. Using Synaptic to install the deb file but during reboot received the same message. I have to missing something but can't seam to figure it out Thanks for any help I can get.
Maybe it didn't update your initrd... try running Code: Select all# update-initramfs -u
Hi. I have been looking around for the following issue but could not find a satisfying answers anywhere. The task is the following: I want to create an encrypted LUKS software RAID 1 (I don't trust hardware RAIDs) out of two physical disks. Which is the best order to do it? As I see it there are two options 1. RAID -> LUKS -> FS 2. LUKS (one disk first?) -> RAID (create with one disk missing and then add missing disk to raid to get same password?) -> FS Am I wrong? I read somewhere that somebody thought that it is always advisable to encrypt individual disks to minimize problems in case of (for example) a disk failure, which would imply case 2. In other cases people say otherwise. What is correct? I have a few more questions: A. What happens when you try to mount the raid in either case? Will you get asked for a password automatically? Which situation is smoothest? B. What happens in case of a disk failure in either case? Which situation is easier to deal with? If someone would explain this to me I would be happy. A step-wise explanation of how I should do it would really be great.
RAID -> LUKS -> (LVM) -> filesystems LVM allows to create multiple logical volumes in one single encrypted volume, ie with one passphrase to type.KingBongo wrote:I read somewhere that somebody thought that it is always advisable to encrypt individual disks to minimize problems in case of (for example) a disk failure Nonsense with RAID. KingBongo wrote:A. What happens when you try to mount the raid in either case? You do not mount the RAID. You assemble a RAID array. You mount a filesystem. KingBongo wrote:B. What happens in case of a disk failure in either case? Which situation is easier to deal with? RAID -> LUKS : you replace the failed disk and add it to the RAID array. The RAID rebuilds a mirror or the remaining disk regardless of the RAID array's contents. LUKS -> RAID : you replace the failed disk, create a new LUKS volume on it and add it to the RAID array. The RAID rebuilds (and so on). One more step than above.
I keep trying to make my wifi (Intel WirelessPro - driver ipw2100 installed) working but until now no success. Below there is output from ip, wpa_supplicant and dhclient commands. Could anybody help me with it? /etc/wpa_supplicant.conf: # reading passphrase from stdin network={ ssid="asus_RPT" scan_ssid=1 key_mgmt=WPA-PSK group=TKIP psk=<set with passphrase> } ip: 4: wlp1s4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000 link/ether 00:0c:f1:2b:15:09 brd ff:ff:ff:ff:ff:ff wpa_supplicant v2.4 random: Trying to read entropy from /dev/random Successfully initialized wpa_supplicant Initializing interface 'wlp1s4' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant.conf' Priority group 0 id=0 ssid='asus_RPT' WEXT: cfg80211-based driver detected wext: interface wlp1s4 phy: phy0 rfkill: initial event: idx=0 type=2 op=0 soft=0 hard=0 rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0 SIOCGIWRANGE: WE(compiled)=22 WE(source)=18 enc_capa=0xf capabilities: key_mgmt 0xf enc 0x1f flags 0x0 netlink: Operstate: ifindex=4 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT) Add interface wlp1s4 to a new radio phy0 wlp1s4: Own MAC address: 00:0c:f1:2b:15:09 wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key: alg=0 key_idx=4 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Invalid argument Driver did not support SIOCSIWENCODEEXT wpa_driver_wext_set_key: alg=0 key_idx=5 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Invalid argument Driver did not support SIOCSIWENCODEEXT wpa_driver_wext_set_countermeasures wlp1s4: RSN: flushing PMKID list in the driver wlp1s4: Setting scan request: 0.100000 sec TDLS: TDLS operation not supported by driver TDLS: Driver uses internal link setup TDLS: Driver does not support TDLS channel switching wlp1s4: WPS: UUID based on MAC address: 555d0775-9534-587b-87d4-17f54a6848e9 ENGINE: Loading dynamic engine ENGINE: Loading dynamic engine EAPOL: SUPP_PAE entering state DISCONNECTED EAPOL: Supplicant port status: Unauthorized EAPOL: KEY_RX entering state NO_KEY_RECEIVE EAPOL: SUPP_BE entering state INITIALIZE EAP: EAP entering state DISABLED wlp1s4: Added interface wlp1s4 wlp1s4: State: DISCONNECTED -> DISCONNECTED wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT) netlink: Operstate: ifindex=4 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT) Daemonize.. dhclient: Internet Systems Consortium DHCP Client 4.3.5 Copyright 2004-2016 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/wlp1s4/00:0c:f1:2b:15:09 Sending on LPF/wlp1s4/00:0c:f1:2b:15:09 Sending on Socket/fallback DHCPREQUEST of 192.168.0.104 on wlp1s4 to 255.255.255.255 port 67 DHCPREQUEST of 192.168.0.104 on wlp1s4 to 255.255.255.255 port 67 DHCPDISCOVER on wlp1s4 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on wlp1s4 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on wlp1s4 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on wlp1s4 to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on wlp1s4 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on wlp1s4 to 255.255.255.255 port 67 interval 19 DHCPDISCOVER on wlp1s4 to 255.255.255.255 port 67 interval 2 No DHCPOFFERS received. Trying recorded lease 192.168.0.104 No working leases in persistent database - sleeping.
Debian Wifi Howto Use
Hello, Today i installed debian 9 on my laptop next to my windows 10. Everything seems to be working except my wifi. Ethernet works. lspci shows this Code: Select all03:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32) Subsystem: Foxconn International, Inc. QCA6174 802.11ac Wireless Network Adapter [105b:e09d] Flags: bus master, fast devsel, latency 0, IRQ 130 Memory at 94000000 (64-bit, non-prefetchable) [size=2M] Capabilities: [40] Power Management version 3 Capabilities: [50] MSI: Enable+ Count=1/8 Maskable+ 64bit- Capabilities: [70] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [148] Virtual Channel Capabilities: [168] Device Serial Number 00-00-00-00-00-00-00-00 Capabilities: [178] Latency Tolerance Reporting Capabilities: [180] L1 PM Substates Kernel driver in use: ath10k_pci Kernel modules: ath10k_pci I have already installed firmware-atheros Any ideas?
Does your present kernel driver support that PCI ID number? The output of (as root or with sudo) Code: Select allmodinfo ath10k_pci support would be shown by this line Code: Select allalias: pci:v0000168Cd0000003Esv*sd*bc*sc*i* Could you also be more specific about what's not working? Can you disconnect the wired connection and scan for available networks? What desktop are you using? The default is GNOME 3, and you should be able to try and scan with the panel widget.
I'm running a Lab of Deb 9 xfce computers. We get this error when connecting to a Redhat server: Failed to retrieve share list from server: Connection refused. We were able to connect last spring with Gnome. I installed: apt-get install gvfs-backends apt-get install gvfs-fuse We have tried: smb://username@IP/share/ smb://IP? and smb://IP/share No luck. Any ideas?
I was the servers problem. All is good with xfce apt-get install samba apt-get install gvfs-backends apt-get install gvfs-fuse
System is a desktop, not a laptop. Running stretch 9.1. Mobo is Asus P8B75-M LE with integrated Intel video chip. System is using the i915 module for video. systemctl hibernate seems to work perfectly. After resume from suspend the only thing I can do is to reboot the system after logging in via ssh from another computer. If there's a way as root to restart just video, I don't know about it. My workaround is to change the gnome settings for the power button from suspend to hibernate. Googling on this problem hasn't turned up anything helpful so far. Any clues what I might try?
while you ssh into the machine, take a look at logs. dmesg, Xorg logs, systemd journal (with 'journalctl') etc. hope you can find sth. oh and _which_ intel gpu? lspci -k?
Wonder if anyone can help me with this as I'm trying to piece things together on what's new territory for me. I have an Intel NUC, the NUC6CAYH and I really like the way it's running Stretch, but there are some issues I'm trying to correct. I can get this unit to boot in legacy mode fine but if I try to set it to boot in UEFI mode in the Intel Visual BIOS (0041) the system will not boot. A "no bootable device found" error appears on the screen and that's as far as it will go. Looking around I found one person who fixed the error at https://itsfoss.com/no-bootable-device-found-ubuntu/ but he is dealing with an Acer laptop running Ubuntu which is different. He suggests finding the “Select an UEFI file as trusted for executing” option and selecting shimx64.efi. In the BIOS I have I see no such option, “Select an UEFI file as trusted for executing”. I am wondering if anyone can guide me here. I understand UEFI boots faster and is more secure. Kendew
kendew wrote:I can get this unit to boot in legacy mode fine but if I try to set it to boot in UEFI mode in the Intel Visual BIOS (0041) the system will not boot. A "no bootable device found" error appears An EFI-compatible boot loader must be installed in order to boot in EFI mode. If you installed in legacy mode, the installer only installed a BIOS-compatible boot loader. But you may install an EFI boot loader afterwards. kendew wrote:I understand UEFI boots faster and is more secure. Debian stretch does not support secure boot, so you'd have to disable the secure boot which is not very secure anyway. In my experience, EFI boot is not faster than legacy BIOS boot. Also in my experience, most firmwares have more or less serious bugs with EFI boot. If these are your only reasons to switch to EFI boot, my advice is to stick to legacy BIOS boot.
This used to work for me (on older systems), and still is the way recommended by all search results I've found: On one system do Code: Select alldpkg --get-selections > set-sellections.txt on another system do: Code: Select alldpkg --set-selections < set-selections.txt apt-get update apt-get dselect-upgradedpkg --set-selctions dumps a bunch of warnings (for every single package listed in get-selections.txt not installed on the new system), but which on-line search results indicate can be ignored. However the real problem seems to be that the "upgrade" does nothing: Code: Select allroot@newlaptop:/home/nick# dpkg --set-selections < set-selections.txt dpkg: warning: package not in status nor available database at line 18: avahi-autoipd dpkg: warning: package not in status nor available database at line 29: bluetooth dpkg: warning: package not in status nor available database at line 29: bluez dpkg: warning: package not in status nor available database at line 35: ca-certificates-java dpkg: warning: package not in status nor available database at line 37: caja-extensions-common dpkg: warning: package not in status nor available database at line 37: caja-gksu dpkg: warning: package not in status nor available database at line 37: coinor-libcbc3 dpkg: warning: package not in status nor available database at line 37: coinor-libcgl1 dpkg: warning: package not in status nor available database at line 37: coinor-libclp1 dpkg: warning: package not in status nor available database at line 37: coinor-libcoinmp1v5:amd64 dpkg: warning: package not in status nor available database at line 37: coinor-libcoinutils3v5 dpkg: warning: package not in status nor available database at line 37: coinor-libosi1v5 dpkg: warning: package not in status nor available database at line 50: cups-bsd dpkg: warning: package not in status nor available database at line 62: dc dpkg: warning: package not in status nor available database at line 64: deb-multimedia-keyring dpkg: warning: package not in status nor available database at line 70: default-java-plugin dpkg: warning: package not in status nor available database at line 70: default-jre dpkg: warning: package not in status nor available database at line 70: default-jre-headless dpkg: warning: package not in status nor available database at line 82: dns-root-data dpkg: warning: package not in status nor available database at line 97: exfat-fuse dpkg: warning: package not in status nor available database at line 97: exfat-utils dpkg: warning: package not in status nor available database at line 105: fonts-crosextra-caladea dpkg: warning: package not in status nor available database at line 105: fonts-crosextra-carlito dpkg: warning: package not in status nor available database at line 109: fonts-freefont-ttf dpkg: warning: package not in status nor available database at line 109: fonts-liberation dpkg: warning: package not in status nor available database at line 109: fonts-linuxlibertine dpkg: warning: package not in status nor available database at line 112: fonts-sil-gentium dpkg: warning: package not in status nor available database at line 112: fonts-sil-gentium-basic dpkg: warning: package not in status nor available database at line 112: foomatic-db-compressed-ppds dpkg: warning: package not in status nor available database at line 112: foomatic-db-engine dpkg: warning: package not in status nor available database at line 112: fuse dpkg: warning: package not in status nor available database at line 123: gdisk dpkg: warning: package not in status nor available database at line 126: gimp dpkg: warning: package not in status nor available database at line 126: gimp-data dpkg: warning: package not in status nor available database at line 127: gir1.2-atspi-2.0:amd64 dpkg: warning: package not in status nor available database at line 133: gir1.2-wnck-3.0:amd64 dpkg: warning: package not in status nor available database at line 137: gnome-accessibility-themes dpkg: warning: package not in status nor available database at line 138: gnome-orca dpkg: warning: package not in status nor available database at line 150: grub-pc dpkg: warning: package not in status nor available database at line 150: grub-pc-bin dpkg: warning: package not in status nor available database at line 156: gstreamer1.0-x:amd64 dpkg: warning: package not in status nor available database at line 171: hp-ppd dpkg: warning: package not in status nor available database at line 171: hplip dpkg: warning: package not in status nor available database at line 171: hplip-data dpkg: warning: package not in status nor available database at line 172: hyphen-en-us dpkg: warning: package not in status nor available database at line 172: i965-va-driver:amd64 dpkg: warning: package not in status nor available database at line 172: iamerican dpkg: warning: package not in status nor available database at line 172: ibritish dpkg: warning: package not in status nor available database at line 172: icedtea-8-plugin:amd64 dpkg: warning: package not in status nor available database at line 172: icedtea-netx:amd64 dpkg: warning: package not in status nor available database at line 172: icedtea-netx-common dpkg: warning: package not in status nor available database at line 172: ienglish-common dpkg: warning: package not in status nor available database at line 188: ispell dpkg: warning: package not in status nor available database at line 189: java-common dpkg: warning: package not in status nor available database at line 198: libaacs0:amd64 dpkg: warning: package not in status nor available database at line 198: libabw-0.1-1:amd64 dpkg: warning: package not in status nor available database at line 203: libamd2:amd64 dpkg: warning: package not in status nor available database at line 203: libao-common dpkg: warning: package not in status nor available database at line 203: libao4 dpkg: warning: package not in status nor available database at line 210: libasound2-plugins:amd64 dpkg: warning: package not in status nor available database at line 215: libatk-adaptor:amd64 dpkg: warning: package not in status nor available database at line 216: libatk-wrapper-java dpkg: warning: package not in status nor available database at line 216: libatk-wrapper-java-jni:amd64 dpkg: warning: package not in status nor available database at line 227: libauthen-sasl-perl dpkg: warning: package not in status nor available database at line 238: libbabl-0.1-0:amd64 dpkg: warning: package not in status nor available database at line 240: libblas-common dpkg: warning: package not in status nor available database at line 240: libblas3 dpkg: warning: package not in status nor available database at line 244: libboost-filesystem1.62.0:amd64 dpkg: warning: package not in status nor available database at line 244: libboost-iostreams1.62.0:amd64 dpkg: warning: package not in status nor available database at line 244: libboost-system1.62.0:amd64 dpkg: warning: package not in status nor available database at line 244: libbrlapi0.6:amd64 dpkg: warning: package not in status nor available database at line 260: libcamd2:amd64 dpkg: warning: package not in status nor available database at line 261: libcanberra-gtk3-module:amd64 dpkg: warning: package not in status nor available database at line 266: libccolamd2:amd64 dpkg: warning: package not in status nor available database at line 271: libcdr-0.1-1:amd64 dpkg: warning: package not in status nor available database at line 271: libcholmod3:amd64 dpkg: warning: package not in status nor available database at line 277: libcolamd2:amd64 dpkg: warning: package not in status nor available database at line 308: libdotconf0:amd64 dpkg: warning: package not in status nor available database at line 320: libe-book-0.1-1:amd64 dpkg: warning: package not in status nor available database at line 326: libencode-locale-perl dpkg: warning: package not in status nor available database at line 330: libetonyek-0.1-1:amd64 dpkg: warning: package not in status nor available database at line 345: libfile-basedir-perl dpkg: warning: package not in status nor available database at line 345: libfile-copy-recursive-perl dpkg: warning: package not in status nor available database at line 345: libfile-desktopentry-perl dpkg: warning: package not in status nor available database at line 346: libfile-listing-perl dpkg: warning: package not in status nor available database at line 346: libfile-mimeinfo-perl dpkg: warning: package not in status nor available database at line 349: libfont-afm-perl dpkg: warning: package not in status nor available database at line 352: libfreehand-0.1-1 dpkg: warning: package not in status nor available database at line 356: libgail-common:amd64 dpkg: warning: package not in status nor available database at line 356: libgail18:amd64 dpkg: warning: package not in status nor available database at line 372: libgegl-0.3-0:amd64 dpkg: warning: package not in status nor available database at line 373: libgfortran3:amd64 dpkg: warning: package not in status nor available database at line 373: libgif7:amd64 dpkg: warning: package not in status nor available database at line 399: libgphoto2-l10n dpkg: warning: package not in status nor available database at line 414: libgtk2.0-bin dpkg: warning: package not in status nor available database at line 428: libhpmud0:amd64 dpkg: warning: package not in status nor available database at line 428: libhsqldb1.8.0-java dpkg: warning: package not in status nor available database at line 428: libhtml-form-perl dpkg: warning: package not in status nor available database at line 428: libhtml-format-perl dpkg: warning: package not in status nor available database at line 428: libhtml-parser-perl dpkg: warning: package not in status nor available database at line 428: libhtml-tagset-perl dpkg: warning: package not in status nor available database at line 428: libhtml-tree-perl dpkg: warning: package not in status nor available database at line 428: libhttp-cookies-perl dpkg: warning: package not in status nor available database at line 428: libhttp-daemon-perl dpkg: warning: package not in status nor available database at line 428: libhttp-date-perl dpkg: warning: package not in status nor available database at line 428: libhttp-message-perl dpkg: warning: package not in status nor available database at line 428: libhttp-negotiate-perl dpkg: warning: package not in status nor available database at line 442: libio-html-perl dpkg: warning: package not in status nor available database at line 442: libio-socket-ssl-perl dpkg: warning: package not in status nor available database at line 444: libipc-system-simple-perl dpkg: warning: package not in status nor available database at line 458: libjim0.76:amd64 dpkg: warning: package not in status nor available database at line 473: liblapack3 dpkg: warning: package not in status nor available database at line 474: liblcms2-utils dpkg: warning: package not in status nor available database at line 494: liblwp-mediatypes-perl dpkg: warning: package not in status nor available database at line 494: liblwp-protocol-https-perl dpkg: warning: package not in status nor available database at line 503: libmailtools-perl dpkg: warning: package not in status nor available database at line 520: libmetis5:amd64 dpkg: warning: package not in status nor available database at line 533: libmspub-0.1-1:amd64 dpkg: warning: package not in status nor available database at line 535: libmtp-runtime dpkg: warning: package not in status nor available database at line 536: libmwaw-0.3-3:amd64 dpkg: warning: package not in status nor available database at line 541: libnet-dbus-perl dpkg: warning: package not in status nor available database at line 541: libnet-http-perl dpkg: warning: package not in status nor available database at line 541: libnet-smtp-ssl-perl dpkg: warning: package not in status nor available database at line 541: libnet-ssleay-perl dpkg: warning: package not in status nor available database at line 557: libntfs-3g871 dpkg: warning: package not in status nor available database at line 569: liborcus-0.11-0:amd64 dpkg: warning: package not in status nor available database at line 570: libpagemaker-0.0-0:amd64 dpkg: warning: package not in status nor available database at line 570: libpam-cap:amd64 dpkg: warning: package not in status nor available database at line 570: libpam-gnome-keyring:amd64 dpkg: warning: package not in status nor available database at line 610: libproxy-tools dpkg: warning: package not in status nor available database at line 614: libpulsedsp:amd64 dpkg: warning: package not in status nor available database at line 619: libpython3.5:amd64 dpkg: warning: package not in status nor available database at line 633: libqt5svg5:amd64 dpkg: warning: package not in status nor available database at line 644: libraw15:amd64 dpkg: warning: package not in status nor available database at line 647: libreoffice dpkg: warning: package not in status nor available database at line 647: libreoffice-avmedia-backend-gstreamer dpkg: warning: package not in status nor available database at line 647: libreoffice-base dpkg: warning: package not in status nor available database at line 647: libreoffice-base-core dpkg: warning: package not in status nor available database at line 647: libreoffice-base-drivers dpkg: warning: package not in status nor available database at line 647: libreoffice-calc dpkg: warning: package not in status nor available database at line 649: libreoffice-draw dpkg: warning: package not in status nor available database at line 649: libreoffice-gtk3 dpkg: warning: package not in status nor available database at line 649: libreoffice-help-en-us dpkg: warning: package not in status nor available database at line 649: libreoffice-impress dpkg: warning: package not in status nor available database at line 649: libreoffice-java-common dpkg: warning: package not in status nor available database at line 649: libreoffice-math dpkg: warning: package not in status nor available database at line 649: libreoffice-report-builder-bin dpkg: warning: package not in status nor available database at line 649: libreoffice-sdbc-hsqldb dpkg: warning: package not in status nor available database at line 650: libreoffice-style-tango dpkg: warning: package not in status nor available database at line 650: libreoffice-writer dpkg: warning: package not in status nor available database at line 660: libsane-extras:amd64 dpkg: warning: package not in status nor available database at line 660: libsane-extras-common dpkg: warning: package not in status nor available database at line 660: libsane-hpaio:amd64 dpkg: warning: package not in status nor available database at line 675: libservlet3.1-java dpkg: warning: package not in status nor available database at line 686: libsnmp-base dpkg: warning: package not in status nor available database at line 686: libsnmp30:amd64 dpkg: warning: package not in status nor available database at line 693: libspeechd2:amd64 dpkg: warning: package not in status nor available database at line 706: libsuitesparseconfig4:amd64 dpkg: warning: package not in status nor available database at line 715: libtcl8.6:amd64 dpkg: warning: package not in status nor available database at line 724: libtie-ixhash-perl dpkg: warning: package not in status nor available database at line 725: libtimedate-perl dpkg: warning: package not in status nor available database at line 726: libtk8.6:amd64 dpkg: warning: package not in status nor available database at line 732: libumfpack5:amd64 dpkg: warning: package not in status nor available database at line 751: libvdpau-va-gl1:amd64 dpkg: warning: package not in status nor available database at line 752: libvisio-0.1-1:amd64 dpkg: warning: package not in status nor available database at line 773: libwebpdemux2:amd64 dpkg: warning: package not in status nor available database at line 774: libwebrtc-audio-processing1:amd64 dpkg: warning: package not in status nor available database at line 777: libwpd-0.10-10:amd64 dpkg: warning: package not in status nor available database at line 777: libwpg-0.3-3:amd64 dpkg: warning: package not in status nor available database at line 777: libwps-0.4-4:amd64 dpkg: warning: package not in status nor available database at line 778: libwww-perl dpkg: warning: package not in status nor available database at line 778: libwww-robotrules-perl dpkg: warning: package not in status nor available database at line 783: libx11-protocol-perl dpkg: warning: package not in status nor available database at line 828: libxml-parser-perl dpkg: warning: package not in status nor available database at line 828: libxml-twig-perl dpkg: warning: package not in status nor available database at line 828: libxml-xpathengine-perl dpkg: warning: package not in status nor available database at line 861: lp-solve dpkg: warning: package not in status nor available database at line 912: mesa-utils dpkg: warning: package not in status nor available database at line 912: mesa-va-drivers:amd64 dpkg: warning: package not in status nor available database at line 912: mesa-vdpau-drivers:amd64 dpkg: warning: package not in status nor available database at line 917: mscompress dpkg: warning: package not in status nor available database at line 919: mythes-en-us dpkg: warning: package not in status nor available database at line 929: ntfs-3g dpkg: warning: package not in status nor available database at line 929: openjdk-8-jre:amd64 dpkg: warning: package not in status nor available database at line 929: openjdk-8-jre-headless:amd64 dpkg: warning: package not in status nor available database at line 929: openprinting-ppds dpkg: warning: package not in status nor available database at line 943: perl-openssl-defaults:amd64 dpkg: warning: package not in status nor available database at line 951: powertop dpkg: warning: package not in status nor available database at line 952: printer-driver-all dpkg: warning: package not in status nor available database at line 952: printer-driver-brlaser dpkg: warning: package not in status nor available database at line 952: printer-driver-c2050 dpkg: warning: package not in status nor available database at line 952: printer-driver-c2esp dpkg: warning: package not in status nor available database at line 952: printer-driver-cjet dpkg: warning: package not in status nor available database at line 952: printer-driver-dymo dpkg: warning: package not in status nor available database at line 952: printer-driver-escpr dpkg: warning: package not in status nor available database at line 952: printer-driver-foo2zjs dpkg: warning: package not in status nor available database at line 952: printer-driver-foo2zjs-common dpkg: warning: package not in status nor available database at line 953: printer-driver-hpcups dpkg: warning: package not in status nor available database at line 953: printer-driver-hpijs dpkg: warning: package not in status nor available database at line 953: printer-driver-m2300w dpkg: warning: package not in status nor available database at line 953: printer-driver-min12xxw dpkg: warning: package not in status nor available database at line 953: printer-driver-pnm2ppa dpkg: warning: package not in status nor available database at line 953: printer-driver-postscript-hp dpkg: warning: package not in status nor available database at line 953: printer-driver-ptouch dpkg: warning: package not in status nor available database at line 953: printer-driver-pxljr dpkg: warning: package not in status nor available database at line 953: printer-driver-sag-gdi dpkg: warning: package not in status nor available database at line 953: printer-driver-splix dpkg: warning: package not in status nor available database at line 955: pulseaudio dpkg: warning: package not in status nor available database at line 955: pulseaudio-utils dpkg: warning: package not in status nor available database at line 964: python-gobject-2 dpkg: warning: package not in status nor available database at line 964: python-gtk2 dpkg: warning: package not in status nor available database at line 968: python-numpy dpkg: warning: package not in status nor available database at line 982: python3-brlapi dpkg: warning: package not in status nor available database at line 982: python3-cairo dpkg: warning: package not in status nor available database at line 983: python3-dbus dpkg: warning: package not in status nor available database at line 985: python3-gi dpkg: warning: package not in status nor available database at line 986: python3-louis dpkg: warning: package not in status nor available database at line 987: python3-pexpect dpkg: warning: package not in status nor available database at line 987: python3-pil:amd64 dpkg: warning: package not in status nor available database at line 988: python3-ptyprocess dpkg: warning: package not in status nor available database at line 988: python3-pyatspi dpkg: warning: package not in status nor available database at line 991: python3-reportlab dpkg: warning: package not in status nor available database at line 991: python3-reportlab-accel:amd64 dpkg: warning: package not in status nor available database at line 993: python3-speechd dpkg: warning: package not in status nor available database at line 993: python3-uno dpkg: warning: package not in status nor available database at line 994: python3-xdg dpkg: warning: package not in status nor available database at line 999: qt5-gtk-platformtheme:amd64 dpkg: warning: package not in status nor available database at line 1001: qttranslations5-l10n dpkg: warning: package not in status nor available database at line 1006: rtkit dpkg: warning: package not in status nor available database at line 1007: sane-utils dpkg: warning: package not in status nor available database at line 1013: speech-dispatcher dpkg: warning: package not in status nor available database at line 1013: speech-dispatcher-audio-plugins:amd64 dpkg: warning: package not in status nor available database at line 1021: task-english dpkg: warning: package not in status nor available database at line 1021: task-laptop dpkg: warning: package not in status nor available database at line 1021: task-mate-desktop dpkg: warning: package not in status nor available database at line 1021: task-print-server dpkg: warning: package not in status nor available database at line 1023: tcl dpkg: warning: package not in status nor available database at line 1023: tcl8.6 dpkg: warning: package not in status nor available database at line 1025: tk dpkg: warning: package not in status nor available database at line 1025: tk8.6 dpkg: warning: package not in status nor available database at line 1032: update-inetd dpkg: warning: package not in status nor available database at line 1034: usb-modeswitch dpkg: warning: package not in status nor available database at line 1034: usb-modeswitch-data dpkg: warning: package not in status nor available database at line 1034: usbmuxd dpkg: warning: package not in status nor available database at line 1036: util-linux-locales dpkg: warning: package not in status nor available database at line 1036: va-driver-all:amd64 dpkg: warning: package not in status nor available database at line 1036: vdpau-driver-all:amd64 dpkg: warning: package not in status nor available database at line 1046: vlc-plugin-notify:amd64 dpkg: warning: package not in status nor available database at line 1047: vlc-plugin-samba:amd64 dpkg: warning: package not in status nor available database at line 1047: vlc-plugin-skins2:amd64 dpkg: warning: package not in status nor available database at line 1048: vlc-plugin-video-splitter:amd64 dpkg: warning: package not in status nor available database at line 1048: vlc-plugin-visualization:amd64 dpkg: warning: package not in status nor available database at line 1052: wireless-tools dpkg: warning: package not in status nor available database at line 1061: xbrlapi dpkg: warning: found unknown packages; this might mean the available database is outdated, and needs to be updated through a frontend method; please see the FAQ <https://wiki.debian.org/Teams/Dpkg/FAQ> root@newlaptop:/home/nick# apt-get update Get:1 file:/debianrepos/debian-9.0.0-amd64-DVD-1 stretch InRelease Ign:1 file:/debianrepos/debian-9.0.0-amd64-DVD-1 stretch InRelease Get:2 file:/debianrepos/debian-9.0.0-amd64-DVD-2 stretch InRelease Ign:2 file:/debianrepos/debian-9.0.0-amd64-DVD-2 stretch InRelease Get:3 file:/debianrepos/debian-9.0.0-amd64-DVD-3 stretch InRelease Ign:3 file:/debianrepos/debian-9.0.0-amd64-DVD-3 stretch InRelease Get:4 file:/debianrepos/debian-9.0.0-amd64-DVD-4 stretch InRelease Ign:4 file:/debianrepos/debian-9.0.0-amd64-DVD-4 stretch InRelease Get:5 file:/debianrepos/debian-9.0.0-amd64-DVD-5 stretch InRelease Ign:5 file:/debianrepos/debian-9.0.0-amd64-DVD-5 stretch InRelease Get:6 file:/debianrepos/debian-9.0.0-amd64-DVD-6 stretch InRelease Ign:6 file:/debianrepos/debian-9.0.0-amd64-DVD-6 stretch InRelease Get:7 file:/debianrepos/debian-9.0.0-amd64-DVD-7 stretch InRelease Ign:7 file:/debianrepos/debian-9.0.0-amd64-DVD-7 stretch InRelease Get:8 file:/debianrepos/debian-9.0.0-amd64-DVD-8 stretch InRelease Ign:8 file:/debianrepos/debian-9.0.0-amd64-DVD-8 stretch InRelease Get:9 file:/debianrepos/debian-9.0.0-amd64-DVD-9 stretch InRelease Ign:9 file:/debianrepos/debian-9.0.0-amd64-DVD-9 stretch InRelease Get:10 file:/debianrepos/debian-9.0.0-amd64-DVD-10 stretch InRelease Ign:10 file:/debianrepos/debian-9.0.0-amd64-DVD-10 stretch InRelease Get:11 file:/debianrepos/debian-9.0.0-amd64-DVD-11 stretch InRelease Ign:11 file:/debianrepos/debian-9.0.0-amd64-DVD-11 stretch InRelease Get:12 file:/debianrepos/debian-9.0.0-amd64-DVD-12 stretch InRelease Ign:12 file:/debianrepos/debian-9.0.0-amd64-DVD-12 stretch InRelease Get:13 file:/debianrepos/debian-9.0.0-amd64-DVD-13 stretch InRelease Ign:13 file:/debianrepos/debian-9.0.0-amd64-DVD-13 stretch InRelease Get:14 file:/debianrepos/debian-9.0.0-amd64-DVD-14 stretch InRelease Ign:14 file:/debianrepos/debian-9.0.0-amd64-DVD-14 stretch InRelease Get:15 file:/debianrepos/debian-update-9.1.1-amd64-DVD-1 stretch InRelease Ign:15 file:/debianrepos/debian-update-9.1.1-amd64-DVD-1 stretch InRelease Get:16 file:/debianrepos/debian-9.0.0-i386-DVD-1 stretch InRelease Ign:16 file:/debianrepos/debian-9.0.0-i386-DVD-1 stretch InRelease Get:17 file:/debianrepos/debian-9.0.0-i386-DVD-2 stretch InRelease Ign:17 file:/debianrepos/debian-9.0.0-i386-DVD-2 stretch InRelease Get:18 file:/debianrepos/debian-9.0.0-i386-DVD-3 stretch InRelease Ign:18 file:/debianrepos/debian-9.0.0-i386-DVD-3 stretch InRelease Get:19 file:/debianrepos/debian-update-9.1.1-i386-DVD-1 stretch InRelease Ign:19 file:/debianrepos/debian-update-9.1.1-i386-DVD-1 stretch InRelease Get:20 file:/debianrepos/ExtraPackages binary/ InRelease Ign:20 file:/debianrepos/ExtraPackages binary/ InRelease Get:21 file:/debianrepos/debian-9.0.0-amd64-DVD-1 stretch Release [17.8 kB] Get:22 file:/debianrepos/debian-9.0.0-amd64-DVD-2 stretch Release [16.9 kB] Get:21 file:/debianrepos/debian-9.0.0-amd64-DVD-1 stretch Release [17.8 kB] Get:23 file:/debianrepos/debian-9.0.0-amd64-DVD-3 stretch Release [13.9 kB] Get:22 file:/debianrepos/debian-9.0.0-amd64-DVD-2 stretch Release [16.9 kB] Get:24 file:/debianrepos/debian-9.0.0-amd64-DVD-4 stretch Release [13.5 kB] Get:25 file:/debianrepos/debian-9.0.0-amd64-DVD-5 stretch Release [13.9 kB] Get:23 file:/debianrepos/debian-9.0.0-amd64-DVD-3 stretch Release [13.9 kB] Get:26 file:/debianrepos/debian-9.0.0-amd64-DVD-6 stretch Release [13.5 kB] Get:24 file:/debianrepos/debian-9.0.0-amd64-DVD-4 stretch Release [13.5 kB] Get:27 file:/debianrepos/debian-9.0.0-amd64-DVD-7 stretch Release [13.9 kB] Get:25 file:/debianrepos/debian-9.0.0-amd64-DVD-5 stretch Release [13.9 kB] Get:28 file:/debianrepos/debian-9.0.0-amd64-DVD-8 stretch Release [13.9 kB] Get:26 file:/debianrepos/debian-9.0.0-amd64-DVD-6 stretch Release [13.5 kB] Get:29 file:/debianrepos/debian-9.0.0-amd64-DVD-9 stretch Release [13.9 kB] Get:27 file:/debianrepos/debian-9.0.0-amd64-DVD-7 stretch Release [13.9 kB] Get:30 file:/debianrepos/debian-9.0.0-amd64-DVD-10 stretch Release [14.3 kB] Get:28 file:/debianrepos/debian-9.0.0-amd64-DVD-8 stretch Release [13.9 kB] Get:31 file:/debianrepos/debian-9.0.0-amd64-DVD-11 stretch Release [14.4 kB] Get:32 file:/debianrepos/debian-9.0.0-amd64-DVD-12 stretch Release [13.5 kB] Get:29 file:/debianrepos/debian-9.0.0-amd64-DVD-9 stretch Release [13.9 kB] Get:33 file:/debianrepos/debian-9.0.0-amd64-DVD-13 stretch Release [11.8 kB] Get:34 file:/debianrepos/debian-9.0.0-amd64-DVD-14 stretch Release [7,548 B] Get:30 file:/debianrepos/debian-9.0.0-amd64-DVD-10 stretch Release [14.3 kB] Get:35 file:/debianrepos/debian-update-9.1.1-amd64-DVD-1 stretch Release [4,198 B] Get:36 file:/debianrepos/debian-9.0.0-i386-DVD-1 stretch Release [17.8 kB] Get:31 file:/debianrepos/debian-9.0.0-amd64-DVD-11 stretch Release [14.4 kB] Get:37 file:/debianrepos/debian-9.0.0-i386-DVD-2 stretch Release [16.8 kB] Get:32 file:/debianrepos/debian-9.0.0-amd64-DVD-12 stretch Release [13.5 kB] Get:38 file:/debianrepos/debian-9.0.0-i386-DVD-3 stretch Release [13.9 kB] Get:33 file:/debianrepos/debian-9.0.0-amd64-DVD-13 stretch Release [11.8 kB] Get:39 file:/debianrepos/debian-update-9.1.1-i386-DVD-1 stretch Release [4,161 B] Get:34 file:/debianrepos/debian-9.0.0-amd64-DVD-14 stretch Release [7,548 B] Get:40 file:/debianrepos/ExtraPackages binary/ Release [139 B] Get:41 file:/debianrepos/debian-9.0.0-amd64-DVD-1 stretch Release.gpg Ign:41 file:/debianrepos/debian-9.0.0-amd64-DVD-1 stretch Release.gpg Get:42 file:/debianrepos/debian-9.0.0-amd64-DVD-2 stretch Release.gpg Ign:42 file:/debianrepos/debian-9.0.0-amd64-DVD-2 stretch Release.gpg Get:35 file:/debianrepos/debian-update-9.1.1-amd64-DVD-1 stretch Release [4,198 B] Get:43 file:/debianrepos/debian-9.0.0-amd64-DVD-3 stretch Release.gpg Ign:43 file:/debianrepos/debian-9.0.0-amd64-DVD-3 stretch Release.gpg Get:36 file:/debianrepos/debian-9.0.0-i386-DVD-1 stretch Release [17.8 kB] Get:44 file:/debianrepos/debian-9.0.0-amd64-DVD-4 stretch Release.gpg Get:37 file:/debianrepos/debian-9.0.0-i386-DVD-2 stretch Release [16.8 kB] Ign:44 file:/debianrepos/debian-9.0.0-amd64-DVD-4 stretch Release.gpg Get:45 file:/debianrepos/debian-9.0.0-amd64-DVD-5 stretch Release.gpg Get:38 file:/debianrepos/debian-9.0.0-i386-DVD-3 stretch Release [13.9 kB] Ign:45 file:/debianrepos/debian-9.0.0-amd64-DVD-5 stretch Release.gpg Get:46 file:/debianrepos/debian-9.0.0-amd64-DVD-6 stretch Release.gpg Get:39 file:/debianrepos/debian-update-9.1.1-i386-DVD-1 stretch Release [4,161 B] Ign:46 file:/debianrepos/debian-9.0.0-amd64-DVD-6 stretch Release.gpg Get:47 file:/debianrepos/debian-9.0.0-amd64-DVD-7 stretch Release.gpg Get:40 file:/debianrepos/ExtraPackages binary/ Release [139 B] Ign:47 file:/debianrepos/debian-9.0.0-amd64-DVD-7 stretch Release.gpg Get:48 file:/debianrepos/debian-9.0.0-amd64-DVD-8 stretch Release.gpg Ign:48 file:/debianrepos/debian-9.0.0-amd64-DVD-8 stretch Release.gpg Get:49 file:/debianrepos/debian-9.0.0-amd64-DVD-9 stretch Release.gpg Ign:49 file:/debianrepos/debian-9.0.0-amd64-DVD-9 stretch Release.gpg Get:50 file:/debianrepos/debian-9.0.0-amd64-DVD-10 stretch Release.gpg Ign:50 file:/debianrepos/debian-9.0.0-amd64-DVD-10 stretch Release.gpg Get:51 file:/debianrepos/debian-9.0.0-amd64-DVD-11 stretch Release.gpg Ign:51 file:/debianrepos/debian-9.0.0-amd64-DVD-11 stretch Release.gpg Get:52 file:/debianrepos/debian-9.0.0-amd64-DVD-12 stretch Release.gpg Ign:52 file:/debianrepos/debian-9.0.0-amd64-DVD-12 stretch Release.gpg Get:53 file:/debianrepos/debian-9.0.0-amd64-DVD-13 stretch Release.gpg Ign:53 file:/debianrepos/debian-9.0.0-amd64-DVD-13 stretch Release.gpg Get:54 file:/debianrepos/debian-9.0.0-amd64-DVD-14 stretch Release.gpg Ign:54 file:/debianrepos/debian-9.0.0-amd64-DVD-14 stretch Release.gpg Get:55 file:/debianrepos/debian-update-9.1.1-amd64-DVD-1 stretch Release.gpg Ign:55 file:/debianrepos/debian-update-9.1.1-amd64-DVD-1 stretch Release.gpg Get:56 file:/debianrepos/debian-9.0.0-i386-DVD-1 stretch Release.gpg Ign:56 file:/debianrepos/debian-9.0.0-i386-DVD-1 stretch Release.gpg Get:57 file:/debianrepos/debian-9.0.0-i386-DVD-2 stretch Release.gpg Ign:57 file:/debianrepos/debian-9.0.0-i386-DVD-2 stretch Release.gpg Get:58 file:/debianrepos/debian-9.0.0-i386-DVD-3 stretch Release.gpg Ign:58 file:/debianrepos/debian-9.0.0-i386-DVD-3 stretch Release.gpg Get:59 file:/debianrepos/debian-update-9.1.1-i386-DVD-1 stretch Release.gpg Ign:59 file:/debianrepos/debian-update-9.1.1-i386-DVD-1 stretch Release.gpg Get:60 file:/debianrepos/ExtraPackages binary/ Release.gpg Ign:60 file:/debianrepos/ExtraPackages binary/ Release.gpg Get:61 file:/debianrepos/ExtraPackages binary/ Translation-en Ign:61 file:/debianrepos/ExtraPackages binary/ Translation-en Get:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Ign:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Get:61 file:/debianrepos/ExtraPackages binary/ Translation-en Ign:61 file:/debianrepos/ExtraPackages binary/ Translation-en Get:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Ign:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Get:61 file:/debianrepos/ExtraPackages binary/ Translation-en Ign:61 file:/debianrepos/ExtraPackages binary/ Translation-en Get:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Ign:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Get:61 file:/debianrepos/ExtraPackages binary/ Translation-en Ign:61 file:/debianrepos/ExtraPackages binary/ Translation-en Get:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Ign:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Get:61 file:/debianrepos/ExtraPackages binary/ Translation-en Ign:61 file:/debianrepos/ExtraPackages binary/ Translation-en Get:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Ign:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Get:61 file:/debianrepos/ExtraPackages binary/ Translation-en Ign:61 file:/debianrepos/ExtraPackages binary/ Translation-en Get:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Ign:62 file:/debianrepos/ExtraPackages binary/ Translation-en_US Reading package lists... Done W: No Hash entry in Release file /var/lib/apt/lists/_debianrepos_ExtraPackages_binary_Release W: Conflicting distribution: file:/debianrepos/ExtraPackages binary/ Release (expected binary/ but got ) root@newlaptop:/home/nick# apt-get dselect-upgrade Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@newlaptop:/home/nick# Perhaps I am missing something very elementary here since I am able to install the packages individually. Can anyone spot a cause of the problem? It shouldn't be necessary to install the over 250 packages "manually". Both systems are plain vanilla installations of stretch (debian 9.1).
You seem to have only DVDs in your sources and update is ignoring them. Sure you have them set up properly?
From the default installation of Debian, it recognises the printer fine so I can do my print. The scanning also works if I manually scan from the PC. The one which I can't figure out is the Scan>Forward to PC option (from the operation panel on the scanner). When I check the Printer for connected WiFi devices it's not able to detect my Debian machine. When I log into Windows,it finds the machine straight away so I'm able scan and successfully operate from the scanner. Has anyone has success? Extra Info: Acer aspire 5750g Debian 9 64bit Related Link:https://www.canon.co.uk/support/consume ... 20(64-bit). Also tried to install the driver but it fails to detect the printer on the network? Strange as it was able to install the printer by default on debian so I assume it can detect something.
The Canon Scangear driver for Linux does not support "Scan>Forward to PC option from the operation panel" so sadly it will never work. It is best to create a desktop icon and run scan to PC from there. Even the very latest TS5050 will not scan to PC by using the printer front panel controls. There is a nice gnome 48x48 device icon for a scanner, which is often found in many DT versions. If you want to scan/print to or from Android to the printer use the Canon Selphy app. Hope this helps. Edit added Android
i seem to be missing something. I cannot get vb to see my usb (debian sid is the host, win 10) installed # dpkg -l | grep virtualbox ii virtualbox 5.1.26-dfsg-2 amd64 x86 virtualization solution - base binaries rc virtualbox-5.1 5.1.26-117224~Debian~stretch amd64 Oracle VM VirtualBox ii virtualbox-dkms 5.1.26-dfsg-2 all x86 virtualization solution - kernel module sources for dkms ii virtualbox-ext-pack 5.1.26-1 all extra capabilities for VirtualBox, downloader. ii virtualbox-guest-additions-iso 5.1.26-1 all guest additions iso image for VirtualBox ii virtualbox-guest-dkms 5.1.26-dfsg-2 all x86 virtualization solution - guest addition module source for dkms ii virtualbox-guest-source 5.1.26-dfsg-2 all x86 virtualization solution - guest addition module source ii virtualbox-guest-utils 5.1.26-dfsg-2 amd64 x86 virtualization solution - non-X11 guest utilities ii virtualbox-qt 5.1.26-dfsg-2 amd64 x86 virtualization solution - Qt based user interface ii virtualbox-source 5.1.26-dfsg-2 all x86 virtualization solution - kernel module source the guest iso is there Code: Select alldebian ~ # apt-file search VBoxGuestAdditions.iso virtualbox-5.0: /usr/share/virtualbox/VBoxGuestAdditions.iso virtualbox-5.1: /usr/share/virtualbox/VBoxGuestAdditions.iso virtualbox-guest-additions-iso: /usr/share/virtualbox/VBoxGuestAdditions.iso debian ~ # locate VBoxGuestAdditions.iso /usr/share/virtualbox/VBoxGuestAdditions.iso when I install the usb, the file manager picks it up. however virtualbox does not
You might need to add your user to the vboxusers group, and then reboot to ensure group policies are updated. Code: Select allsudo usermod -a -G vboxusers $USER Should do the trick... Don't forget to reboot...
Debian 9 64 bit KDE Laptop: Lenovo Ideapad 700 (700-15ISK) Rendering engine: OpenGL 3.1 (other options that show are OpenGL 2.0 and XRender) (let me know if you need more info) The graphics seems to work fine but sometimes when I go into context menus, I get this weird rip effect (I think this is what you called tearing, not sure). Please refer to the screenshot below: https://snag.gy/AWdZxC.jpg I looked around on the web but frankly all the information is way beyond me as I'm not a technical specialist. I saw this site but I don't know if I'm supposed to download something here to make it work; https://01.org/linuxgraphics/about. Can anyone help me? Phil
This can be dependent on the graphic card. A quick search for your laptop model indicates it uses NVidia graphics. That raises a second question: Are you using the proprietary NVidia drivers or the default Nouveau? See NVidia Debian Wiki
I"ve tried running scripts inside that file but it doesn't work, so then I moved my script file to /etc/init.d and after a restart, the script worked. Does that mean rc.local is obsolete?
No it is not "obsolete" , it has it's place, and it'uses ,.. Does that mean rc.local is obsolete? http://unix.stackexchange.com/questions ... c-rc-local Some people, seem to feel it is obsolete. But that would depend on what version of Debian you are using, what kind of script it is, and if the script is "called" correctly. so many other details, none of which you have given. Why didn't you just copy and paste the question into a search engine, Like "startpage.com" ? Copy and paste , : Is /etc/rc.local obsolete? into https://startpage.com/do/metasearch.pl ----------------------- I guess the script you wrote, is the kind of script that needs to be run from init.d Try Code: Select all man bash Is DOS obsolete ? many people would say yes, I would say no, cause I still use it, Same applies to /etc/rc.local , it has it's uses, but if the person does not know how to use it, then it is "obsolete".
Hi all, I did a stupid! I was trying to get my mouse acceleration working properly, and I followed some poor advice. Basically, I uninstalled "xserver-xorg-input-libinput" and the associated dependencies, and now my keyboard doesn't operate and neither does the mouse at login. I only know the name of what I uninstalled; I don't recall the dependencies that were uninstalled with it. I only performed a 'remove', and let the configuration files for now, so they're still there. Recovery mode is the same [keyboard inoperative!] (although I did think recovery mode might use a basic driver for keyboard, but alas no!). How can I get out of this pickle please? I'm in Ubuntu at the moment on the same machine onto which Debian is installed. This is a triple boot PC. This would be my preferred method of gaining access to fix it (if possible), although I'm happy to try anything, live USB, systemrescuecd etc. Debian is my lightweight alternative, which I growing very fond of. Please help. Thanks. EDIT: I should add it's a Lenovo ThinkPad T500 laptop, with no PS2 port.
Hi there, Assuming both the keyboard and mouse are USB, the first thing I'd try would be a PS/2_port keyboard; that is, if you, or someone you know, happens to have such an antiquated device laying around somewhere.
Hi guys, I just installed Debian and added Japanese+Chinese into language under input assuming I would be able to type in those languages. However, when I switch to those languages, it's just a normal english input, what do I go from here?
Debian Chinese > https://www.debiancn.org/ Debian Japanese > http://www.debian.or.jp/
I'm using the latest version of Firefox (54.0.1) and the browser colors are set to "use system colors." I like the background color (which is not an option in Firefox's selection of colors), but I want to change the font color. What are the system settings that Firefox uses to select these colors? I assumed "system colors" had something to do with the theme I selected from my DE (XFCE) options, but changing the theme doesn't seem to affect the system colors. I tried changing colors with userContent.css, but it doesn't seem to work—the font color I put in the file seems to be applied randomly and only when I have "use system colors" checked, and the page background color is ignored.
so in other words, you tried, and were 50% succesful? you are on the right way. gtk theme colors are usually applied to the user interface (what is around the actual web page) and somedropdown menus and such. web site (and also empty tab etc) style can be influenced by some *.css files, yes. this has been asked gazillions of times by windows, mac and linux users, the web is bursting with resources on this topic. addons exist to make it easier if you don't like writing your own css. etc. etc. all i'll say is that many css rules require a "!important" appended.
I have installed Stretch today for the first time and I'm not sure what I'm missing with regard to network device naming in systemd. As per the manpage for systemd.link (https://www.freedesktop.org/software/sy ... .link.html), I created /etc/systemd/network/10-dmz0.link: Code: Select all[Match] MACAddress=11:22:33:44:55:66 [Link] Name=dmz0 After that, I've tried systemctl restart systemd-networkd and even rebooting, but my device still comes up as ens18. I've checked that I have the MAC address correct many times (it matches the output of ip addr show). What am I missing?
are you trying to rename an ethernet connection? why, in $DEITY's name? aah, identical question asked here: https://superuser.com/questions/914646/ ... th-systemd
Hello, I am very new to Linux, but have been enjoying the challenge of learning this new operating system...though it has been quite a steep learning curve and often frustrating. I have recently installed "Debian Stretch Uspace RT-PREEMPT" for use as the operating system to run an application called "Linux CNC". The particular *.iso that I used is the 64bit r8 version that can be found here http://linuxcnc.org/testing-stretch-rtpreempt/. When I tested this distribution of Debian out using the USB booted "Live" mode, my display worked great and it successfully found and loaded the "Acer Inc 22" display of my computer, which is an Acer Aspire Z3771-UR20P all-in-one. The 1920x1080 resolution provided excellent results. However, after installing Debian off the same USB drive, the only display that shows up in the Settings Editor is called "Default" and it will only provide an extremely annoying 1024x768 resolution. After some searching, I first tried to add another resolution to this "Default" display using Xrandr in the terminal. This resulted in an error stating "failed to get size of gamma for output default". I believe that I need to somehow load and/or have Debian recognize the driver for my display. In order to help describe my problem for anybody willing to help, I will share some details about my specific system... 1. This command to identify the Intel on-chip video processor: Code: Select allsudo lspci -knn | grep -iA2 vgaYielded this result: Code: Select all00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0102] (rev 09) Subsystem: Acer Incorporated [ALI] 2nd Generation Core Processor Family Integrated Graphics Controller [1025:0640] Kernel modules: i915 2. This command, which I think ensures that the drivers were installed: Code: Select allsudo apt install firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-atiYielded this result: Code: Select allReading package lists... Done Building dependency tree Reading state information... Done libgl1-mesa-dri is already the newest version (13.0.6-1+b2). libgl1-mesa-dri set to manually installed. xserver-xorg-video-ati is already the newest version (1:7.8.0-1+b1). xserver-xorg-video-ati set to manually installed. firmware-linux-nonfree is already the newest version (20161130-3). firmware-linux-nonfree set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded. I can also share the Xorg.0.log file if that is required to help identify a solution to this problem. I would be most grateful to anybody who can assist me with getting the correct display driver to load. I apologize in advance if this is a 'newbie' question. I have spend many hours trying to search for fixes and all of those that I have found did not work. Step-by-step instructions would be appreciated as I am very new to Linux and not familiar with many of the nuances yet. Thank you in advance! JJ
Install inxi and see what the Code: Select allinxi -G (as regular user) command says about your situation. The ati driver is a red herring. I believe that Debian is using the kernel's built-in modesetting driver by default, and you can try the xorg driver instead, which is xserver-xorg-video-intel. Then you can tell the system to use it with an /etc/X11/xorg.conf.d/20-intel.conf file, containing something like this: Code: Select allSection "Device" Identifier "Device0" Driver "intel" BusID "PCI:0:2:0" Option "AccelMethod" "sna" Option "DRI" "true" Option "TearFree" "true" Option "DRI" "3" EndSection
Hello, I'm using Debian Stretch Mate. My MicroSD card (with its SD adaptor) does not appear neither on desktop nor in file manager when I plug it on the SD card reader. I have no problems with other devices like external hard drives or usb sticks. I guess there is something to configure... If someone could help me. Thank you.
zorzi wrote:Hello, I'm using Debian Stretch Mate. My MicroSD card (with its SD adaptor) does not appear neither on desktop nor in file manager when I plug it on the SD card reader. I have no problems with other devices like external hard drives or usb sticks. I guess there is something to configure... If someone could help me. Thank you. As root, type Code: Select alldmesg | tail after plugging in the card, then post that here. Also share the outoput of Code: Select alllsblk with the card inserted.
hello I have raid 1 (two disk) on my debian wheezy Today I change one disk to new one. Code: Select allsfdisk -d /dev/sda | sfdisk /dev/sdb --force mdadm -a /dev/md0 /dev/sdb1 mdadm -a /dev/md1 /dev/sdb5 mdadm -a /dev/md2 /dev/sdb6 mdadm -a /dev/md3 /dev/sdb7 mdadm -a /dev/md4 /dev/sdb8 mdadm -a /dev/md5 /dev/sdb9 mdadm -a /dev/md6 /dev/sdb10 All synchronize good and I try: Code: Select allgrub-install /dev/sdb /usr/sbin/grub-setup: error while loading shared libraries: unexpected PLT reloc type 0x83 What now? How to fix it?
gaijin wrote:Code: Select allsfdisk -d /dev/sda | sfdisk /dev/sdb --force i just had a look at "man sfdisk" to see what this actually does. wow. where did you get that command from? is it the recommended way to achieve what you want? what do you actually want to achieve with that? shouldn't you have dumped the partition table to a file first, instead of piping it straight back into sfdisk? also...man sfdisk wrote: -f, --force Disable all consistency checking. maybe relevant?
Question: I'm trying to get bonding working on my new (to me) server. It uses a pair of broadcom netextreme gigabit ports (two different MAC adresses) for the bond (eth1 and eth2, eth0 is an intel 10/100 for 3 NICs on the mainboard). What happens is, after ifdown'ing eth0/1/2 and stopping /etc/init.d/networking, I change /etc/network/interfaces to have bonding. ifup'ing bond0 results in good results... but then starting /etc/init.d/networking eth1 and eth2 shut down (eth1 goes to 10/100 WOL, eth2 goes dead). Here's my /etc/network/interfaces: Code: Select all# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface #auto eth0 #allow-hotplug eth0 #iface eth0 inet dhcp auto bond0 iface bond0 inet static address 192.168.1.3 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 bond-mode balance-rr bond-miimon 100 bond-slaves eth1 eth2 #dns-* options are implemented by the resolvconf package, if installed dns-nameservers 192.168.1.1 auto eth1 iface eth1 inet manual bond-master bond0 auto eth2 iface eth2 inet manual bond-master bond0 and my /etc/udev/rules.d/70-persistent-net.rules Code: Select all# This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key. # PCI device 0x8086:0x1229 (e100) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:81:48:9a:64", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device 0x14e4:0x1648 (tg3) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:81:48:9a:28", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" # PCI device 0x14e4:0x1648 (tg3) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:81:48:9a:29", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2" I do have ifenslave and non-free firmware installed. The bonded NICs shut down on startup. Is there something with /etc/init.d/networking that needs configured in addition to interfaces?
I think I fixed it. Read the official documentation from here: https://www.kernel.org/doc/Documentatio ... onding.txt Apparently Ubuntu changed things and the "correct" way to run bonding on debian based systems (in balance-rr mode) is a bit different: Here's my revised /etc/network/interfaces: Code: Select all# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface #auto eth0 #allow-hotplug eth0 #iface eth0 inet dhcp auto bond0 iface bond0 inet static address 192.168.1.3 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 bond-mode balance-rr bond-miimon 100 bond-slaves none #dns-* options are implemented by the resolvconf package, if installed dns-nameservers 192.168.1.1 auto eth1 iface eth1 inet manual bond-master bond0 bond-primary eth1 eth2 auto eth2 iface eth2 inet manual bond-master bond0 bond-primary eth1 eth2 So far, so good. I know, RTFM!
Originally I tried to install MySQL and phpMyAdmin at once by selecting all needed packages in Synaptic and by hitting "apply". Unfortunately I always forget that I shouldn't do that. Each time I have to be reminded that for some reason the setup routine doesn't ask for the needed login credentials if I attempt to install both packages at once. Therefore, I always end up with a non-functional setup. This time I tried to fix the problem by resetting the MySQL root password via terminal afterwards. After that I can login to miradb via the "mysql -u root -p" command on the terminal as root without any issues. But for an unknown reason I can't set-up phpMyAdmin properly because the configuration always fails. Stopping miradb seems to work with: "/etc/init.d/mysql stop" (at least I do not get an error) but as soon as I try to start it again with: "/etc/init.d/mysql start" I always get the error: "mysql.serviceJob for mariadb.service failed because a timeout was exceeded." Even after executing the stop command I can login to the database with "mysql -u root -p". Therefore, I have the impression that the stop command doesn't do anything. This would explain why the start command fails: An already running web server is probably not allowed to be started a second time. I've already purged and re-installed MySQL and phpMyAdmin several times (not at once, but always MySQL first and afterwards phpMyAdmin). But I keep ending up with the same problem. Reconfiguring phpMyAdmin doesn't get me any further either. Could the problem be caused by a faulty configuration file from the first installation attempt? I don't know how to solve this short of doing a totally fresh install which I would like to avoid.
Additional note: by wizard10000 » posted while I was writing, That is good, it explains on how to purge mysql and phpmyadmin (in synaptic this would be "mark for complete removal" , since I do not use synaptic, I was not able to give details on that. ================= Have you seen this thread: http://forums.debian.net/viewtopic.php?f=30&t=134374 Apology in advance, I know, it has a lot of UN-needed stuff that trolls posted, but there is 1 or 2 possible solutions, and several links for more information. Yes phpMyadmin , can work with maraiDB. Information needed: What versions of everything ? Including your Debian installation. This (Below) is the most common reason for problems, and turned out to be the solution: So where is the problem? More then likely it is this: From :https://askubuntu.com/questions/763336/ ... -mysql-5-7 MySQL 5.7 changed the secure model: now MySQL root login requires a sudo (while the password still can be blank). I.e., phpMyAdmin will be not able to use root as user. The simplest (and safest) solution will be create a new user and grant required privileges. by Onsemeliot »Could the problem be caused by a faulty configuration file from the first installation attempt? I don't know how to solve this short of doing a totally fresh install which I would like to avoid. Yes it could be, but you don't necessarily have to do a totally fresh install. At one point for me, the biggest problem was I had various versions installed, I did have to remove all of my previous installations of Mysql(mariaDB) and Php, phpmyadmin, etc,...then re-install the packages. To start with, just please give the details on what versions you have installed, and then we can take it from there. Thanks.
My first post here. I am trying to compile Poschengband and I got this error: Code: Select all/usr/bin/ld: -r and -pie may not be used together collect2: error: ld returned 1 exit status So I went to the Makefile and removed the -r option; nevertheless, I get errors: Code: Select all/usr/bin/ld: cannot find : No such file or directory collect2: error: ld returned 1 exit status I have no idea how to get rid of the -pie option. I found out that Debian Stretch intentionally forces the -pie option by default. Any help is appreciated. I just have one question for you people: WHY, just WHY, is -pie a forced option for ld???? I just wanted to get Poschengband working a few hours ago without going through this hassle.
It's standard because it "hardens" the finished binary and makes it more resistant to many common cracking attacks: https://en.wikipedia.org/wiki/Position-independent_code It looks like the missing file that it can't find is just a whitespace, so maybe just another minor edit of the Makefile to get rid of a whitespace could fix it. I also think you could try compiling with the flag -fPIC instead of PIE...are you sure PIE is not a standard version of your version of gcc and not exclusive to Debian? Such as the code dating from back in gcc-4.X days and now we have gcc-6? Yeah, that looks like it. Lots of packages in the Stretch repository have required patches to build with gcc-6, this is just another example of one that built fine with gcc-4.X, but needs some massaging for gcc-6. I do have gcc-4.9 packages in my Stretch OBS Pale Moon repository, since the PM developers say that's what it has to be built against, and I know the flags that make a program compile against the older gcc, if you're interested in that option.
So when I try to run a couple of commands Code: Select allapt-file update cpanm cpan -u My perl version Code: Select all# perl -v This is perl 5, version 26, subversion 0 (v5.26.0) built for x86_64-linux-gnu-thread-multi (with 51 registered patches, see perl -V for more detail) I get the following error Code: Select all# cpan -u ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080) # ListUtil.c doesn't seem to exist Code: Select all# locate ListUtil.c # from the searching I have done, it seems cpan (or cpanm) is the favoured route to update the libraries. But of course this problem seems to be preventing me from running them. Now I don't know if this is related, but I noticed all this when an update failed with a debconf error Code: Select all# dpkg -i /var/cache/apt/archives/debconf_1.5.63_all.deb (Reading database ... 290546 files and directories currently installed.) Preparing to unpack .../debconf_1.5.63_all.deb ... Unpacking debconf (1.5.63) over (1.5.63) ... Setting up debconf (1.5.63) ... ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080) dpkg: error processing package debconf (--install): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: debconf Code: Select all# dpkg-reconfigure debconf ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080) Now this may have been my fault by installing it anyway even with a bug listed Code: Select all# apt-listbugs list debconf Retrieving bug reports... Done Parsing Found/Fixed information... Done grave bugs of debconf (→ ) <Outstanding> b1 - #709198 - debconf: should not use python in maintainer scripts Summary: debconf(1 bug) But another 2 sid installs I have are running the same version of debconf and they are fine so I am not sure if this is a red herring. Any thoughts would be appreciated edit - the one difference the install with an issue has is that I tried to install a musicbrainz server on it
so yes trying to install musicbrainz server was what was causing issues as this installed perl modules via cpanm lessons learnt: - i might be a user of 10+ years on sid, but that doesn't mean i should not be prepared for things going north - given the above it's especially important to remember that most guides will be done with the view of a stable install - i have to be very careful with perl especially as it introduces packages outside of apt 1. so because i am on sid, perl had upgraded from 5.24 to 5.26 2. downgraded to 5.24 (the version in stable) using dpkg 3. cpanm was then able to work and I removed List::Util - cpanm --uninstall List::Util 4. upgraded perl back to the sid version 5. had to repeat steps 2 to 4 a number of times as new perl modules showed up that were impacted 6. eventually got the system to a point where the debconf install completed and I could do a full system upgrade edit: - further to realising that this was related to trying to install musicbrainz, - I deleted in root .cpan/ and .cpanm/ - and then in root, edited .bashrc to remove eval $( perl -Mlocal::lib ) - this seems to have solved the issue
Hello! Last night, I upgraded a web server from Jessie to Stretch 9.1. Upon rebooting however, I was greeted with a kernel bug! After some late-night googling the error and kernel booting, I was able to boot using the previous kernel (3.16.0-4-amd64). I cannot log in, nor is there any network activity etc after the kernel bug (which happens immediately). While this worked perfectly, I'd rather keep up to date, so I tried the new one again today while everyone was out of the building, and the same error occurred (this time, I got a screenshot!) I booted back up with the old kernel, and then decided to try and get a vanilla kernel (4.12.5) and use that. After compiling and rebooting, I was landed with the same error: It's at this point I noticed that the error line refers to ext4, and that there is a recovery boot option. Recovery boot was no help: And using the live cd to fsck the drives yielded nothing from the check and no change to the system being able to boot using either the of the 4.x kernels So, I've now launched again with the old kernel which is working perfectly fine, but I'd rather keep up to date. Anyone got any other ideas for me to try?
Is this a virtual machine?
I'm running Stretch and am planning on moving to a Ryzen-based system in the next few weeks. I've seen a lot of conflicting information regarding Ryzen and Linux kernel support. Most recommendations suggest version 4.11 is the minimum required, while 4.12 is necessary to support audio on some Ryzen motherboards. Others claim Stretch can be installed on a Ryzen system, with caveats that are never clearly spelled out. To prepare for the move to Rysen, I recently attempted an install of 4.11 from backports and ran into problems with modules failing to build, specifically Virtualbox and Nvidia modules. Has anyone successfully installed Stretch on a Ryzen system without any issues? The only related post in this forum that I found was focused on issues with Wayland. Any other issues to be aware of?
MH wrote: ... To prepare for the move to Rysen, I recently attempted an install of 4.11 from backports and ran into problems with modules failing to build, specifically Virtualbox and Nvidia modules. I don't know about Rysen [sic] but you need to install matching kernel headers to get any modules to build.
My ISP IP is leaking when using OpenVPN on Debian. On Ubuntu I added the following three lines to my config file which would update the DNS resolver and prevent leaks: Code: Select allscript-security 2 up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf However this is not working on debian. /etc/resolv.conf is showing: Code: Select all# Generated by NetworkManager search Home nameserver 192.168.1.1 I can edit this file or the file it links to (/var/run/NetworkManager/resolv.conf) and add my VPN's nameservers and the the leak will be fixed but this will be overwritten by the OS. What is the proper and permanent way to fix a DNS leak in Debian?
I found the answer here: https://wiki.archlinux.org/index.php/OpenVPN#DNS I had to install the package: openresolv
Hi This week I replaced 2 GeForce 710 GPUs with 2 Radeon R5 230 (plugged to 2 monitors on each GPU). The purpose is to get rid of Xinerama + Zaphod Mode and use RandR. This way, I get better performance and RedShift works on all monitors. For those interested, here are the links to the working solution (for me): https://www.phoronix.com/forums/forum/l ... rama/page2 https://www.phoronix.com/forums/forum/l ... -gpu-works In short, here is the solution: - do not create a xorg.conf monitors on the first GPU are enabled, others are inactive. - after login, type in a terminal: # check there are 2 providers xrandr --listproviders # enable all monitors xrandr --setprovideroutputsource 1 0 # use the GUI monitor setup tool to place screens relatively each other. # or use xrandr CLI It works very well, but if my session locks due to inactivity or if I logout / login, I have to repeat the commands. My configuration is not persisted. In the links I gave above, there is no indication to persist these settings other than creating a script. I thought launching a script when my session starts, but this does not do the trick when I unlock my session. Do you know a better solution to persist my 4 monitors enabled ? Maybe by triggering a script when I unlock my session ? Thank you !
Hi I created a script to reduce pain whe setting up my monitors. Being too lazy to read the man page, I searched for ready to use examples, and found the following: http://stackoverflow.com/questions/2381 ... ith-xrandr Maybe putting the script in lightdm.conf as described would solve my question, in addition to the login screen.
OS: jessie (oldstable) # uname -r 3.16.0-4-amd64 # cat /etc/debian_version 8.8 Hi all, I did a apt-get upgrade and apt-get dist-upgrade (always with sources pointing to jessie) and now some packages are broken. They are related to samba and I don't know what to do. My objective right now is to get samba reinstalled. I have no crazy sources.list with external repos or mixed releases or anything. I am not pinning anything so no /etc/apt/preferences/apt-listbugs file. "apt-mark showhold" returns nothing. So now I am stuck on python-talloc and it won't put the new version in. My package manager of choice is apt-get and I only use aptitude to do searches and such: Code: Select all# aptitude search '.*' | grep ^.B pB clamav - anti-virus utility for Unix - command-line pB clamdscan - anti-virus utility for Unix - scanner clie pB gcr - GNOME crypto services (daemon and tools) pB gvfs-backends - userspace virtual filesystem - backends pB libmtp-runtime - Media Transfer Protocol (MTP) runtime tool pB libpam-winbind - Windows domain authentication integration pB python-ntdb - Python bindings for NTDB pB python-samba - Python bindings for Samba pB samba-common-bin - Samba common files used by both the server pB samba-dsdb-modules - Samba Directory Services Database pB samba-libs - Samba core libraries pB samba-vfs-modules - Samba Virtual FileSystem plugins pB smbclient - command-line SMB/CIFS clients for Unix pB usbmuxd - USB multiplexor daemon for iPhone and iPod # apt-get update Ign http://ftp.ca.debian.org jessie InRelease Hit http://ftp.ca.debian.org jessie Release.gpg Hit http://ftp.ca.debian.org jessie Release Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB] Hit http://ftp.ca.debian.org jessie/main amd64 Packages Hit http://ftp.ca.debian.org jessie/contrib amd64 Packages Get:2 ftp://ftp-nyc.osuosl.org jessie InRelease Hit http://ftp.ca.debian.org jessie/contrib Translation-en Hit http://ftp.ca.debian.org jessie/main Translation-en Hit http://security.debian.org jessie/updates/main Sources Get:3 ftp://mirror.csclub.uwaterloo.ca jessie InRelease Hit http://security.debian.org jessie/updates/main amd64 Packages Ign ftp://ftp-nyc.osuosl.org jessie InRelease Ign ftp://mirror.csclub.uwaterloo.ca jessie InRelease Hit http://security.debian.org jessie/updates/main Translation-en Hit ftp://ftp-nyc.osuosl.org jessie Release.gpg Hit ftp://mirror.csclub.uwaterloo.ca jessie Release.gpg Hit ftp://ftp-nyc.osuosl.org jessie Release Hit ftp://mirror.csclub.uwaterloo.ca jessie Release Hit ftp://ftp-nyc.osuosl.org jessie/main Sources Hit ftp://mirror.csclub.uwaterloo.ca jessie/main Sources Hit ftp://mirror.csclub.uwaterloo.ca jessie/contrib Sources Hit ftp://ftp-nyc.osuosl.org jessie/contrib Sources Hit ftp://mirror.csclub.uwaterloo.ca jessie/main amd64 Packages Hit ftp://ftp-nyc.osuosl.org jessie/main amd64 Packages Hit ftp://mirror.csclub.uwaterloo.ca jessie/contrib amd64 Packages Hit ftp://mirror.csclub.uwaterloo.ca jessie/contrib Translation-en Hit ftp://ftp-nyc.osuosl.org jessie/contrib amd64 Packages Hit ftp://mirror.csclub.uwaterloo.ca jessie/main Translation-en Hit ftp://ftp-nyc.osuosl.org jessie/contrib Translation-en Hit ftp://ftp-nyc.osuosl.org jessie/main Translation-en Fetched 63.1 kB in 4s (12.6 kB/s) Reading package lists... Done # apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. # apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. # apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. # dpkg --configure -a # apt-get install samba Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: samba : Depends: python-samba but it is not going to be installed Depends: samba-common-bin (= 2:4.2.14+dfsg-0+deb8u7) but it is not going to be installed Depends: samba-dsdb-modules but it is not going to be installed Depends: samba-libs (= 2:4.2.14+dfsg-0+deb8u7) but it is not going to be installed Recommends: samba-vfs-modules but it is not going to be installed E: Unable to correct problems, you have held broken packages. # apt-get install python-samba Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: python-samba : Depends: python-talloc (>= 2.1.6) but 2.1.2-0+deb8u1 is to be installed Depends: samba-libs (= 2:4.2.14+dfsg-0+deb8u7) but it is not going to be installed E: Unable to correct problems, you have held broken packages. # apt-get install python-talloc Reading package lists... Done Building dependency tree Reading state information... Done python-talloc is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. sources.list: Code: Select alldeb ftp://ftp-nyc.osuosl.org/debian/ jessie main contrib deb-src ftp://ftp-nyc.osuosl.org/debian/ jessie main contrib deb ftp://mirror.csclub.uwaterloo.ca/debian/ jessie main contrib deb-src ftp://mirror.csclub.uwaterloo.ca/debian/ jessie main contrib deb http://security.debian.org/ jessie/updates main deb-src http://security.debian.org/ jessie/updates main #canadian push-primary deb http://ftp.ca.debian.org/debian/ jessie main contrib
Try aptitude it's a bit smarter than apt-get. edit: also show output of 'apt-cache policy python-samba'
I've got a LAMP server installed on an old Dell laptop (32-bit) running kernel 3.16.0-4-686-pae at home on my lan. I'm unsure where to put my web pages... the docs say the standard place is /var/www/html, and that's fine except since that path is owned by root it makes it very awkward to edit my web pages. I want to be able to edit my web pages remotely from another machine on my network. Usually I edit remote pages by using ssh to log into the server and then use nano, and I can do that, but still it becomes awkward (or impossible) when I want to, for instance, place an entire directory tree under there (like when unzipping a zip file with fonts or github jquery plugins, etc). And of course I can't ssh as root, so I have been ssh into my personal account then using sudo to change the permissions on directories that I create under /var/www/html/ and moving things around, which I feel must be the wrong way to go about it. What's the standard way? For instance, can I edit some config file which will tell apache to allow subdirectories from my home account? Or maybe some method to create virtual paths? What's the standard method? I find the apache docs confusing, but this must be a very common scenario. Also, is there a way to use a gui editor (like Atom) on a remote machine to edit my web pages across the network on the server? This server is not reachable from the Internet- I'm using it just on my local lan to study web development (javascript, AJAX, python, database access, etc). Thanks if you can steer me in the right direction. Keith Ostertag
Just chown -R youruser /var/www/html - it doesn't need to owned by root, just not www-data. Yes, you can use a gui editor. Easiest is via sshfs (to mount the tree locally) or just directly via sftp, depending on your file manager helpers (gvfs or kio-slaves etc).
I am having a similar problem as specified here: https://superuser.com/questions/585528/ ... 699#585699 I've made some additions to my PYTHONPATH in ~/.profile, so that the YouCompleteMe plugin will read from some local python projects, however since I upgraded to Stretch, it is unable to see them. I noticed that entering `:!echo $PYTHONPATH` into GVim yields nothing, meaning that GVim does not get the environment variables I have set in .profile. I have also set them in .bashrc, along with BASH_ENV=~/.profile, just like the solution in the Super User answer specifies, except I wanted it to read .profile. If I start GVim from the terminal, then `:!echo $PYTHONPATH` does output correctly and YouCompleteMe works. Logging out and back in, and even rebooting hasn't fixed the problem either. What is going on here? Why does GVim not source .profile, .bashrc or BASH_ENV? How do I make it do so? Thanks! [SOLVED] I had to create ~/.xsessionrc and source .profile from there like this: Code: Select all. ~/.profile
GVim will inherit the variables in /etc/profile, ~/.profile in the following circumstance: GVim is launched in an interactive login bash shell.
Hi. I have an old asus eeepc 901 that I am having wifi problems with. I have recently upgraded to stretch (although I don't believe that has caused the problem, I'm trying to connect at work to a network I rarely use - I have had issues before but intermittently) and I am using wicd as my network manager. It appears as if I connect, but then the connection drops out. Sometimes this is more-or-less immediate, sometimes I can be connected for a while (eg yesterday afternoon I connectd to one of the networks for two hours before it dropped). /var/log/wicd/wicd.log contains, from my last attempt to connect onwards: Code: Select all2017/07/21 08:28:00 :: Connecting to wireless network hotspot-secure 2017/07/21 08:28:00 :: Putting interface down 2017/07/21 08:28:00 :: Releasing DHCP leases... 2017/07/21 08:28:01 :: Setting false IP... 2017/07/21 08:28:01 :: Stopping wpa_supplicant 2017/07/21 08:28:01 :: Flushing the routing table... 2017/07/21 08:28:01 :: Putting interface up... 2017/07/21 08:28:03 :: Attempting to authenticate... 2017/07/21 08:28:07 :: Running DHCP with NO hostname 2017/07/21 08:28:07 :: Internet Systems Consortium DHCP Client 4.3.5 2017/07/21 08:28:07 :: Copyright 2004-2016 Internet Systems Consortium. 2017/07/21 08:28:07 :: All rights reserved. 2017/07/21 08:28:07 :: For info, please visit https://www.isc.org/software/dhcp/ 2017/07/21 08:28:07 :: 2017/07/21 08:28:07 :: Listening on LPF/wlan0/00:15:af:e6:ee:ea 2017/07/21 08:28:07 :: Sending on LPF/wlan0/00:15:af:e6:ee:ea 2017/07/21 08:28:07 :: Sending on Socket/fallback 2017/07/21 08:28:07 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6 2017/07/21 08:28:13 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11 2017/07/21 08:28:14 :: DHCPREQUEST of 172.31.218.189 on wlan0 to 255.255.255.255 port 67 2017/07/21 08:28:14 :: DHCPOFFER of 172.31.218.189 from 192.168.10.1 2017/07/21 08:28:14 :: DHCPACK of 172.31.218.189 from 192.168.10.1 2017/07/21 08:28:14 :: bound to 172.31.218.189 -- renewal in 846 seconds. 2017/07/21 08:28:14 :: DHCP connection successful 2017/07/21 08:28:14 :: not verifying 2017/07/21 08:28:15 :: Connecting thread exiting. 2017/07/21 08:28:15 :: Sending connection attempt result success So there is nothing following the apparent success of the connection attempt. The output from Code: Select alldmesg, limited to the time of the last connection attempt onwards, is: Code: Select all[ 4132.428813] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 4132.529072] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 4132.831679] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 4133.220597] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 4135.501695] wlan0: authenticate with 64:f6:9d:55:50:e2 [ 4135.524581] wlan0: send auth to 64:f6:9d:55:50:e2 (try 1/3) [ 4135.526102] wlan0: authenticated [ 4135.528740] wlan0: associate with 64:f6:9d:55:50:e2 (try 1/3) [ 4135.532222] wlan0: RX AssocResp from 64:f6:9d:55:50:e2 (capab=0x431 status=0 aid=37) [ 4135.532463] wlan0: associated [ 4135.532496] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 4135.593378] wlan0: Limiting TX power to 13 dBm as advertised by 64:f6:9d:55:50:e2 [ 4166.433944] wlan0: authenticate with 64:f6:9d:55:50:e2 [ 4166.456636] wlan0: send auth to 64:f6:9d:55:50:e2 (try 1/3) [ 4166.468266] wlan0: authenticated [ 4166.472432] wlan0: associate with 64:f6:9d:55:50:e2 (try 1/3) [ 4166.483099] wlan0: RX AssocResp from 64:f6:9d:55:50:e2 (capab=0x431 status=0 aid=37) [ 4166.483439] wlan0: associated [ 4167.333563] wlan0: deauthenticating from 64:f6:9d:55:50:e2 by local choice (Reason: 3=DEAUTH_LEAVING) [ 4167.447104] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 4167.763116] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready After redirecting Code: Select alldmesg to a file, Code: Select allgrep -i 'rt2|80211|wireless|wifi|switch|network' dmesgouta gives: Code: Select all[ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.266193] clocksource: Switched to clocksource hpet [ 4.057304] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4 [ 4.057321] ACPI: Lid Switch [LID] [ 4.624203] Console: switching to colour dummy device 80x25 [ 4.709337] rt2800pci 0000:01:00.0: enabling device (0000 -> 0002) [ 4.709652] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 2872, rev 0200 detected [ 4.730486] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0003 detected [ 4.781706] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 5.550265] Console: switching to colour frame buffer device 128x37 [ 9.778710] eeepc_laptop: BIOS says wireless lan is unblocked, but the pci device is absent [ 9.778716] eeepc_laptop: skipped wireless hotplug as probably inappropriate for this model [ 10.137487] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin' [ 10.141736] rt2800pci 0000:01:00.0: firmware: direct-loading firmware rt2860.bin [ 10.141755] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.34 Any suggestions? I'd like to stick with wicd if possible. Any more information I can provide that would be useful? Thanks.
I had a similar problem several years ago. It turned out to be a buggy wifi driver, and had nothing to do with wicd (as I first suspected).
Hi, I'm struggling to make a new Stretch work station wake on lan. The bios supports it and it's obviously been enabled. This is part of the output of ethtool: Supports Wake-on: g Wake-on: g It looks ok and the g shows at each reboot (I guess it takes that directly from the bios) but still, after powering off, wol does not work (no lights on the nic). I have tried ethtool -s enp5s0 wol g before shutting down and still no luck. Searching on google I read that for non systemd debians you could have netdown=no in /etc/init.d/halt to leave the nic in low power state and ready for wol. This is also possible in Jessie but Stretch does not seem to have halt in that directory. Is there any way I could avoid shutting down the nic completely when powering off? Any equivalent to /etc/init.d/halt?
I have found the solution here: https://lists.debian.org/debian-user/20 ... 00241.html Basically, installing nictools-pci did the trick (learn how to use the tool http://www.thinkwiki.org/wiki/WakeOnLAN). All I had to do was to create a service which would call the script below before each poweroff: Code: Select all##!/bin/sh # Unmount network file systems umount -a -f -t cifs umount -a -f -t nfs # Unload the driver rmmod tg3 sleep 0.5 # Reload the driver modprobe tg3 sleep 0.5 # Put network card in appropriate state for WOL: pci-config -B 5 -# 1 -S sleep 0.5 P.S. the script is not mine but I forgot where I copied it from
Before this past week my desktop had been using python version 2.7. A few days ago I used update-alternatives to switch to using python 3.5 because I am starting a study of python and want to use the latest version to learn python coding. No problem until today when a power outage in my neighborhood happened for a few minutes. When I powered my desktop back on I couldn't get networking to work... At first I feared the power outage may have fried or damaged something, so I spent a fair amount of time checking Ethernet lines and ports, the router, etc. Eventually I discovered that wicd wasn't loading and refused to load. And by chance I happened to notice at least one other program refused to load (bleachbit). That's when I discovered that, to my surprise, I am actually running python-wicd instead of running wicd. I can only guess that change was made for me during a past system upgrade. When I subsequently used update-alternatives to switch back to python 2.7, I find that wicd loads and I now have my network connections back as normal. Is this a bug? Or have I missed some configuration setting to allow python dependent applications to use whatever the current version of python that is running? Is there a way I can change back to using python 3.5 and keep my python dependent programs like wicd still working? (Evidently I will be able to run the python 3.5 versions of wicd, eclipse, pydev, Django, etc... that I recently loaded if I switch back to python 3.5 AFTER the system has loaded with python 2.7...) I'm running an updated Stretch (now stable). Thanks, Keith Ostertag Code: Select allkeith@ada:~$ uname -a Linux ada 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64 GNU/Linux keith@ada:~$ ps aux|grep wicd root 745 0.0 0.0 185916 14896 ? S 17:26 0:00 /usr/bin/python -O /usr/share/wicd/daemon/wicd-daemon.py --keep-connection root 758 0.0 0.1 110472 17804 ? S 17:26 0:00 /usr/bin/python -O /usr/share/wicd/daemon/monitor.py keith 4724 0.0 0.0 12784 960 pts/0 S+ 17:48 0:00 grep wicd keith@ada:~$ dpkg -l "*wicd*" Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-=================================-=====================-=====================-======================================================================= ii python-wicd 1.7.4+tb2-4 all wired and wireless network manager - Python module ii wicd 1.7.4+tb2-4 all wired and wireless network manager - metapackage un wicd-cli <none> <none> (no description available) un wicd-client <none> <none> (no description available) un wicd-curses <none> <none> (no description available) ii wicd-daemon 1.7.4+tb2-4 all wired and wireless network manager - daemon ii wicd-gtk 1.7.4+tb2-4 all wired and wireless network manager - GTK+ client keith@ada:~$ sudo update-alternatives --config python There are 2 choices for the alternative python (providing /usr/bin/python). Selection Path Priority Status ------------------------------------------------------------ 0 /usr/bin/python3.5 2 auto mode * 1 /usr/bin/python2.7 1 manual mode 2 /usr/bin/python3.5 2 manual mode
Maybe you should stop using update-alternatives. You do know that you can have both 2.7 and 3.5, don't you?
Hi everybody, i need your help. I am newbie, installed Debian 9 about some days ago and I really tried my best to google my problem. Sound does not work at all. I have dualboot with Windows, so on my windows 10 there is no problem with sound. I tried updating alsa, unmuting everything in alsamixer, different options in pavucontrol and many other things I found on different forums. The sound in system does not work bad, sound card is recognized, I have that icon there, when I play something I see that it does something in Pavucontrol, but no sound comes out of it, headphones are same. Weird thing is, that sound already worked in Debian 9 before, but I had to do complete new instalation because of booting bug (Grub didn't see Windows). Thank you for any help! Some info: Laptop Asus X555U, Intel Core i5 6200U Skylake, 64-bit, 8GB RAM, NVIDIA GeForce 940M 2GB Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) OS: Windows 10/Debian 9
It suddenly started working with no reason. It made very loud noise and it works after rebooting too. Any idea what the hell it was?
Hello, I just installed Debian 9 from ISO disk on a fairly low resource machine. During install at "software selection, Debian desktop environment" I checked all boxes for GNOME, MATE,KDE, est. After login it goes to a dark blue blank screen. I am able to load the desktop with recovery console and "startx" but only after running "DPKG -reconfigure GDM" then switch to "LightDM". GDM or SDDM will not work. After desktop loads I get a message "cinnamon just crashed. You are currently running in fallback mode" Restarting cinnamon only returns the same message. In fallback mode everything seems to work just fine. Good internet. All menus work. I loaded every package I could find for GNOME with Synaptic Package manager. I have run "APT-GET UPDATE" and UPGRADE. I have googled and found this problem to be widespread in other distros and tried every fix I could find. Many commands don`t work on Stretch and not much here about it. I would be happy with GNOME or KDE or lightDM if I can get it to work properly. I have done my homework and just don`t know what to do next. Thanks
There is no gdm in debian, it's called gdm3. Also it would be good to know WHAT you actually tried AND what your hardware-specs are.
I recently upgraded an old Netgear router/access point that only did 802.11a/b/g with a newer model that also does 802.11n and ac. I made the necessary changes to access the newer router using my Dell Latitude E6430 (Ultimate-N Centronics 6300 wifi). The driver is the Intel iwlwifi firmware. The OS is Debian 8 (Jessie). The laptop accesses the router just fine, but won't use any speed higher than 54 Mbps. iwlist scan identifies 20+ wifi systems in my neighborhood, including both the 'n' and the 'ac' systems in the new router, but shows maximum speeds of 54 Mbps for all of them. Similarly, wavemon shows wlan0 running a/b/g but no n, and a maximum speed of 54. The laptop is a dual boot machine. When I boot to Windows 7 Pro, I find that it will run 130 Mbps, and probably would go faster if I moved closer to the router. Can someone point out a cure? ... Rich
Rich wrote:Can someone point out a cure? GIYF. I was having this exact issue recently and fixed it by re-setting the wireless security to use WPA2 and AES. It's strange but my windows 7 Home Premium dual boot could cope with my previous wireless settings which were WPA/WPA2-PSK with TKIP algorithm, but Ubuntu Maverick would just not work at a higher speed than 54Mbps until I reset as described. I'm now getting 150Mbps. Source: https://ubuntuforums.org/showthread.php?t=1727762
Hey, I'v been trying all around, reading guides for installation and so long, always loose connection to our root-server after changing network setup. We did this before on debian8 and all worked well, now it doesn't want to work ... hope somebody can help. We have seperate IPs for virtual machines and want to get in bridged mode, as we had before... Server: hetzner root-Server Installation: Debian-90-stretch-64-minimal 2 drives with RAID 1, partitions as follows: swap 16G, /boot 1G, / 10G, /home 10G, /var/log 1G After plain installation, I do check network-setup: ifconfigCode: Select allenp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet <main-ip> netmask <given-from-hetzner> broadcast <given-from-hetzner> and so on /etc/network/interfaces reads as follows: Code: Select all### Hetzner Online GmbH installimage source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface lo inet6 loopback auto enp4s0 iface enp4s0 inet static address <main-IP> netmask <given-from-hetzner> gateway <given-from-hetzner> # route <given-from-hetzner>/27 via <given-from-hetzner> up route add -net <given-from-hetzner> netmask <given-from-hetzner> gw <given-from-hetzner> dev enp4s0 iface enp4s0 inet6 static address <given-from-hetzner>::2 netmask 64 gateway <given-from-hetzner> Afterwards I follow the steps from wiki: https://wiki.debian.org/BridgeNetworkCo ... our_Bridge To get a bridge up and running, I do install bridge-utils: Code: Select allapt update apt upgrade apt install bridge-utils I do add a bridge:Code: Select allbrctl addbr br0 Result is:Code: Select allip address show 3: br0: <BROADCAST,MULTICAST> besides 1: lo and 2: enp4s0 (if you'd need more info here, I could post more) Next one is: Code: Select allbrctl addif br0 enp4s0 and check, it's gone! Can't get any connection, ping is suddenly lost. If I do a soft reboot, everything is fine since the changes before were not static. I also did try to do same things with /etc/network/interfaces, (re-)added stuff, took something away, and so on. Tried the following guides, always with the same result of loosing connectiong / server not coming up: https://wiki.debian.org/KVM#Between_VM_ ... _the_world https://wiki.hetzner.de/index.php/Netzk ... en#Bridged https://wiki.hetzner.de/index.php/KVM_m ... y_way#Host Normally I can go back via rescue-sonsole, but sometimes it can't even start anymore, although I put exact config from beginning in /etc/network/interfaces and reboot ... any ideas? please help!
Spocky, it works. If so, one need to add MAC-address in /etc/network/interfaces for br0! Now my complete /etc/network/interfaces looks like this:Code: Select all### Hetzner Online GmbH installimage #source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface lo inet6 loopback #auto enp4s0 #iface enp4s0 inet static # address <main-IP> # netmask <given-from-hetzner> # gateway <given-from-hetzner> # # route .../27 via ... # up route add -net ... netmask ... gw ... dev enp4s0 #iface enp4s0 inet6 static # address .....::2 # netmask 64 # gateway fe80::1 auto br0 iface br0 inet static address <main-IP> netmask <given-from-hetzner> gateway <given-from-hetzner> hwaddress ether <your-MAC> bridge_ports enp4s0 bridge_stp off bridge_fd 1 bridge_hello 2 bridge_maxage 12 iface br0 inet6 static address <main-IPv6>::2 netmask 64 gateway fe80::1
After upgrading I got this message when I tried booting: Code: Select allBERT: Can't request iomem region <00000000ca7ffd18-00000000ca7ffd2b> After awhile the computer rebooted itself and I was able to boot up with the new kernel after selecting the recovery option from the GRUB menu. Now how do I solve this issue? Should I just disable BERT? Another issue is my network interfaces, it seems like my two previous network cards have come back from the dead and it's causing my current ones to be renamed to "eth2" & "rename3". Can I just remove the old intefaces from /etc/udev/rules.d/70-persistent-net.rules? Or will I have to do someting else. Code: Select all# PCI device 0x8086:/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0 (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:XX:48:f8:19:a5", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" # PCI device 0x8086:/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:XX:48:f8:19:a4", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device 0x8086:0x10d3 (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:XX:XX:a8:fe:7c", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2" # PCI device 0x8086:0x10d3 (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:XX:XX:a8:fe:7d", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2" The first two interfaces that end with a4 and a5 shouldn't exist anymore.
Solved it myself, apparently you have to reload initramfs when you edit /etc/udev/rules.d/70-persistent-net.rules. So I just edited 70-persistent-net.rules and then installed the updated kernel and I got my old interface names back! Regarding the BERT issue, turns out all you have to do is wait and it will disappear, so it's more of a warning than a error.
I think airplane mode in gnome3 is causing me problems and I'm looking for a way to get rid of it. Since my computer is a desktop, airplane mode is totally useless to me anyway. All my web searches are turning up help on how to fix airplane mode on laptops, which is no help at all to me. First, my wifi hardware and associated linux kernel stuff is working fine. When I boot into rescue mode, wifi always is working. The problem starts when I either boot into the gnome3 gui or exit rescue mode and continue on to the gnome3 gui. At that point two things, which I assume are correlated, are present: airplane mode is on and my wifi is not working. To get wifi working I have to turn off airplane mode and then do some number of ifdown/ifup wlan0 before wifi starts working. I also seem to have to delete /run/wpa* stuff too. I'm running jessie with the latest updates. (I'm not supplying hardware info since it's working.) # lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 8.9 (jessie) Release: 8.9 Codename: jessie I've uninstalled the network-manager package and configure my pci wireless adapter via /etc/network/interfaces.d/*. As I said, this all works. What I'm trying to do is to get gnome3 from messing it up. Thanks for any tips. By the way, this problem isn't present in stretch and wasn't present in jessie initially. It was introduced, I think, in some update to jessie.
agrimstad wrote: By the way, this problem isn't present in stretch and wasn't present in jessie initially. It was introduced, I think, in some update to jessie. So, let me get this straight: You had Jessie installed, it worked and now it makes those problems. I don't think that Debian devs would change such behaviour for an oldstable release. That's just not possible. Either the bug has always been there and just never fixed, or it isn't a bug but a configuration issue (which I'd say is the more likely culprit). However, I didn't know Gnome3 worked without Network Manager at all. Maybe that's your problem? Not sure if Gnome3 was meant to work with the classic network settings in /etc. It could be that some change in security policy by Debian causes these problems and the old code of Gnome can't deal with it? Just guessing though.
I want to use Stretch with my normal localisation for Austria but with English (UK) language. In all Debian versions up to Stretch the installation menu offered me all localisation options no matter what language I went for. But now the installer omits all localisations not usually combined with the chosen language. Therefore, it is new to me that I need to set this after installation by hand. The Debian wiki describes in simple steps how it might be done, but from what I read there I fear I would be changing the locale too if I switch the language from de_AT.UTF-8 to en_UK.UTF-8. How can I actually set a different language not touching the chosen localisation? In the GUI settings I am limited in the same way as in the installation menu ...
I finally tried it and could get English language in principle. But It's not consistent. The calendar month names are still in German for example. I will however attempt a new install from the normal installation disc since I discovered this image does offer a proper "expert install" option where I can freely decide many more attributes which are relevant to me.
Hello All, I recently upgraded to Debian Stretch and all went good for about a week. Then, I installed a package using Aptitude from the Stretch repository. Aptitude deleted what looked like dozens, if not hundreds of packages. Now I have no Gnome, Cinnamon, XFCE etc. I tried to open Aptitude to reinstall Gnome, Cinnamon and XFCE but it appears that I do not have Aptitude installed anymore. I tried apt-get install aptitude. I get error messages saying that ftp.us.debian.org cannot resolve. I then tried ifconfig and I do not see an eth0. I see a lo and a tun0 and an (UNSPEC). I think that means that I have no internet. Is that true? chadrick
Someone might ask what did you install and why would you let aptitude remove those packages without checking what was going to be removed?
Hello, Today i tried to upgrade my Debian to 9 stretch but had such errors: Get:733 http://ftp.debian.org/debian/ stretch/main python-gobject all 3.22.0-2 [324 kB] Get:734 http://ftp.debian.org/debian/ stretch/main usb-modeswitch-data all 20170120-1 [47.3 kB] Fetched 350 MB in 3min 54s (1,492 kB/s) E: Failed to fetch http://ftp.debian.org/debian/pool/main/ ... -1_all.deb Cannot initiate the connection to caesar.ftp.acc.umu.se:80 (2001:6b0:19::142). - connect (101: Network is unreachable) [IP: 2001:6b0:19::142 80] E: Failed to fetch http://ftp.debian.org/debian/pool/main/ ... -1_all.deb Cannot initiate the connection to caesar.ftp.acc.umu.se:80 (2001:6b0:19::142). - connect (101: Network is unreachable) [IP: 2001:6b0:19::142 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? I edited on sources.list and changed jessie to stretch and run commands apt-get update and apt-get update && apt-get upgrade. but appeared above mentioned errors. please help me.
The problem is that your computer club is not available. Before we do anything let's see your complete sources.list.
After update to Stretch I have occasionally a very high CPU utilization (usually 100%). I noticed that it happens mostly when I plug in a lan network cable for internet access. Process cannot be killed by sudo kill PID, once it starts it stays at 100% and only a reboot fixes it (temporarily). What I tried: I have modified /etc/network/interface and /etc/NetworkManager/NetworkManager.conf to not make mention of eth0 and that seemed to 'solve' the problem for a while, but the problem now occasionally happens even when I don't use a cable and rely on wireless instead. At this point I don't know whether it is fundamentally a network issue. I have also tried reinstalling the kernel and network-manager, doesn't seem to make a difference. Could anyone point me in the right direction to help resolve this? This is the content of /etc/network/interfaces: Code: Select allsource /etc/network/interfaces.d/* # The loopback network interface auto lo iface inet loopback # The primary network interface #allow-hotplug eth0 #iface eth0 inet dhcp #commented out last two lines to prevent the system from automatically connecting This is the content of /etc/NetworkManager/NetworkManager.conf Code: Select all[main] plugins=ifupdown,keyfile [ifupdown] managed=false This is the content of /etc/apt/sources.list. The only external source is for infinality fonts, and that doesn't pull in additional dependencies. Code: Select alldeb http://httpredir.debian.org/debian/ stretch main contrib non-free deb-src http://httpredir.debian.org/debian/ stretch main contrib non-free deb http://security.debian.org/ stretch/updates main contrib non-free deb-src http://security.debian.org/ stretch/updates main contrib non-free # stretch-updates, previously known as 'volatile' deb http://httpredir.debian.org/debian/ stretch-updates main contrib non-free deb-src http://httpredir.debian.org/debian/ stretch-updates main contrib non-free #Infinality Fonts deb http://ppa.launchpad.net/no1wantdthisname/ppa/ubuntu xenial main deb-src http://ppa.launchpad.net/no1wantdthisname/ppa/ubuntu xenial main #jessie backports deb http://ftp.debian.org/debian stretch-backports main contrib MSi laptop, Nvidia GEFORCE, mostly inactive (Bumblebee) Code: Select all Kernel: x86_64 Linux 4.9.0-3-amd64 CPU: Intel Core i7-4700MQ CPU @ 3.4GHz GPU: Mesa DRI Intel(R) Haswell Mobile RAM: 2308MiB / 15972MiB
haw you tried to search for rootkit " rkhunter" "chkrootkit"
I have found many topics on disabling ext4 journaling using tune4fs (see below), however this package is not available from apt-get, nor is it present on the system. Is there something that replaces it in Stretch? Or is there another way to disable ext4 journaling? Also, I'm trying to do it on the / partition so I imagine I will have to boot from a USB recovery disk and start without a root partition. example: http://foxutech.com/how-to-disable-enable-journaling/
fangor wrote:I have found many topics on disabling ext4 journaling using tune4fs (see below), however this package is not available from apt-get, nor is it present on the system. Is there something that replaces it in Stretch? Or is there another way to disable ext4 journaling? Also, I'm trying to do it on the / partition so I imagine I will have to boot from a USB recovery disk and start without a root partition. example: http://foxutech.com/how-to-disable-enable-journaling/ tune2fs? will probably be already installed on any normal Debian. Code: Select allman tune2fs
Hello All, I have a fresh install of Stretch on the HDD. I have the SSD installed on the motherboard. Neither Linux nor BIOS is showing the SSD. Should the motherboard be able to read an unformatted SSD right out of the box? If so, then I think I have a motherboard issue. Am I supposed to do something to the SSD first before the motherboard will recognize it? If so, how do I get Linux to recognize it so that I can do whatever I need to do? chadrick
linux does recognize samsung 750 and it is used quite a lot by people running linux
Hi, seems I made the biggest mistake for a long time in attempting a fresh install of stretch. Nothing but problems for me.... So now this: It seems that pulseaudio (I have not yet changed any config manually) only allows one application at a time to output sound. So e.g as long as I play sound via mpd a youtube video will not run. anyone with an idea? Many thanks!
morgon wrote:So e.g as long as I play sound via mpd a youtube video will not run! Are you sure that mpd actually uses pulseaudio? (So that it does not directly grab the alsa device?) Open pavucontrol while mpd is playing, can you see mpd in the "Playback" tab? If not sure, can you name another example? (without mpd involved) See: https://askubuntu.com/questions/555103/ ... pulseaudio https://unix.stackexchange.com/question ... io-and-mpd
Hello, I'm deploying a bunch of custom x86 headless systems that boot from SD card. Its not uncommon that an SD card get corrupted and at boot I get: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY and the system starts int the initial ram FS. From here I can manually recover the boot... but only by connecting a monitor and a keyboard, since the system is stuck without network configuration. Is there a way to setup FSCK to recover the errors AUTOMATICALLY... or maybe boot from another source or execute any kind of script.... ? I don't mind much about the content of the drive because I can clone it back, but it's very very bad if the system stops the boot waiting for user input... Thanks a lot! Marco
marcoventurini wrote:Is there a way to setup FSCK to recover the errors AUTOMATICALLY Yes. If you want additional detail, copy-and-paste your thread title directly into your favorite search engine.
I am having issues with Stretch i386 and am trying to avoid creating a FrankenDebian. The issue I am trying to deal with is my older Canon iP1900 printer. When I upgraded from Wheezy to Jessie I had a couple of issues with the printer driver but was able to get around them by make a minor change in the driver dependencies and then a symlink for libtiff4. Knowing that there might be issues when upgrading to Stretch I decided to install Stretch on a second drive and then tried to install the printer drivers, making the same changes that got it working in Jessie. Big problems. There are many unmet dependencies. Every time I try to fix one dependency issue another crops up. It would appear that the only way to fix all of them, and frankly I don't know how many there might be, I might have to add the Wheezy repository to my sources list. NOT GOING TO DO THAT because I don't want to create a monster. So short of buying a new printer I am kind of at a loss. Is there any way I can create a dependency tree to show what all might be necessary to get this printer working? I was using gdebi to try and install the drivers so each time there was a failure I could see what specific dependency was missing. Is there any way for gdebi to show a tree of missing dependencies? By the way, I tried this with the following results: Code: Select alljohn@JohnBoy:~/Downloads$ apt-get -s build-dep cnijfilter-ip1900series_3.00-1_i386.deb NOTE: This is only a simulation! apt-get needs root privileges for real execution. Keep also in mind that locking is deactivated, so don't depend on the relevance to the real current situation! Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to find a source package for cnijfilter-ip1900series_3.00-1_i386.deb What might I be doing wrong other than being ignorant?
Does this help at all? http://tutorialforlinux.com/2016/05/01/ ... t-install/ Point 6 says that you need to change directory to get cnijfilter
Hi, I'm new to Debian and getting a persistent problem having a display of 1680x1050 recognized after reboot. At the start of boot when grub screen is briefly shown, it is fairly apparent that screen is correctly being identified by nice sharp type but this is then lost when Jessie opens. I've searched forums for similar issues but there are no obvious recent problems with an onboard AMD RS780 HD 3200 card. inxi -G also shows Display Server: X.Org 1.16.4, Drivers: fbdev,ati,vesa,radeon, Resolution: 1280x1024@0.00hz, GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits), GLX Version: 3.0 Mesa 10.3.2. Tried multiple installs from multiple attempts at downloading netinstall image and checked them for errors but can't solve it. Within Display Settings there are some even lower resolutions than 1280x1024 recognized. Edit 19 June for grammar
If your hardware is not too new for the Jessie radeon driver to support: https://wiki.debian.org/AtiHowTo specifically the part about it requiring non-free firmware to work correctly. You can also manually download and install the firmware deb package from here instead of messing around with repositories: https://packages.debian.org/jessie/firm ... ux-nonfree download link at page bottom.
on boot I got the following messages Code: Select all[ 0.017330] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20160831/dswload-210) [ 0.017335] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20160831/psobject-227) [ 0.017360] ACPI Exception: AE_NOT_FOUND, (SSDT:xh_rvp08) while loading table (20160831/tbxfload-228) [ 0.022992] ACPI Error: 1 table load failures, 6 successful (20160831/tbxfload-246) apart from that everything seems working fine... my actual configuration is Code: Select alluname -a Linux TVDLND062 4.9.0-0.bpo.3-amd64 #1 SMP Debian 4.9.25-1~bpo8+1 (2017-05-19) x86_64 GNU/Linux I followed this recipe to to get my new Intel computer working properly on debian jessie... http://forums.debian.net/viewtopic.php?f=16&t=131611 it is worth worrying about that ACPI error messages? is needed any further adjustment ? thanks for the support
maxbre wrote:it is worth worrying about that ACPI error messages? No. I have an ASUS based tower which started to show these same messages on Stretch. Apparently, these messages were present in Jessie, but the "quiet" kernel option no longer suppresses them. If this is true, I don't know if it's a Debian change or a Linux kernel change. This theory is taken from on-line research, but I haven't tested it.
I've just done an upgrade on jessie and KVM is no longer working. When staring a guest I'm getting the error: Error starting domain: internal error: QEMU / QMP failed: Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/block-iscsi.so: undefined symbol: aio_bh_schedule_oneshot Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/block-curl.so: undefined symbol: aio_bh_schedule_oneshot Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/block-rbd.so: undefined symbol: aio_bh_schedule_oneshot Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/block-ssh.so: undefined symbol: inet_connect_saddr Could not access KVM kernel module: Permission denied failed to initialize KVM: Permission denied Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line 127, in tmpcb callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/domain.py", line 1355, in startup self._backend.create() File "/usr/lib/python2.7/dist-packages/libvirt.py", line 999, in create if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: internal error: QEMU / QMP failed: Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/block-iscsi.so: undefined symbol: aio_bh_schedule_oneshot Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/block-curl.so: undefined symbol: aio_bh_schedule_oneshot Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/block-rbd.so: undefined symbol: aio_bh_schedule_oneshot Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/block-ssh.so: undefined symbol: inet_connect_saddr Could not access KVM kernel module: Permission denied failed to initialize KVM: Permission denied Not finding anything via google. Anyone have any ideas?
Seems this was caused by an incomplete update and an overwrite of qemu.conf. It has been fixed by forcing an update of qemu-system-x86 and then editing /etc/libvirt/qemu.conf Code: Select alluser = "root" group = "root"
Debian 9,KDE 5 Do you know if this behavior is normal?, Its kind of annoying, It takes around 2/3 seg to re-establish wifi connection from suspended state. Do you know any tweak to apply to improve or prevent this??
This tweak seems to work: https://www.apt-browse.org/browse/ubunt ... orkManager
Hi there, i installed Debian stretch amd64 from the unofficial firmware ISO. I tried to add the multi arch Code: Select alldpkg --add-architecture i386 then: Code: Select allapt-get update and when I check at synaptics for playonlinux i386 it doesn't show and when I try to install it Code: Select allapt-get install playonlinux:i386 it won't be found.
Play on Linux is written in the Python scripting language, so the package is arch-independent. However, it's also in the Debian contrib section instead of the default and free "main" section, since it can download and install non-free packages, so you need to add that section to your software sources, You can do that in Synaptic; just edit the main Debian repo entry and add "contrib" after "main" in the section field.
Hello everyone, After upgrading to Stretch, my laptop wakes immediately after entering suspend. I'm on a Lenovo Thinkpad Yoga S1 (the 20CD model). I found someone who had the same problem in 2015 after upgrading to Fedora 23 from 22, who had the following fix: If I disable this with Code: Select allecho XHC >/proc/acpi/wakeup the problem goes away. Presumably this is disabling XHCI (usb-3) wakeup. source: https://bugzilla.redhat.com/show_bug.cgi?id=1286268 I did this, and it worked (although I did it with nano instead of echo, as echo complained of insufficient privileges, even when using sudo). But this was no issue under Jessie, and I'd rather fix the underlying problem instead of using a workaround that might introduce new problems of its own. Also I have no idea what disabling XHC in /proc/acpi/wakeup precisely does. I've run two test scenarios, one where the XHC line is disabled and when it's enabled. When disabled, suspend works properly. When enabled, the computer immediately wakes up again (with the lid still shut). Here follow the relevant lines from /var/log/syslog: XHC disabled, suspend succesful: Code: Select allJun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2078] manager: sleep requested (sleeping: no enabled: yes) Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2079] manager: sleeping... Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2079] manager: NetworkManager state is now ASLEEP Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2082] device (wlan0): state change: activated -> deactivating (reason 'sleeping') [100 110 37] Jun 20 15:13:31 flaptop dbus[461]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Jun 20 15:13:31 flaptop org.gnome.Shell.desktop[992]: Window manager warning: Failed to set power save mode for output eDP-1: Permission denied Jun 20 15:13:31 flaptop systemd[1]: Starting Network Manager Script Dispatcher Service... Jun 20 15:13:31 flaptop dbus[461]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Jun 20 15:13:31 flaptop systemd[1]: Started Network Manager Script Dispatcher Service. Jun 20 15:13:31 flaptop nm-dispatcher: req:1 'connectivity-change': new request (1 scripts) Jun 20 15:13:31 flaptop nm-dispatcher: req:1 'connectivity-change': start running ordered scripts... Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2281] device (wlan0): state change: deactivating -> disconnected (reason 'sleeping') [110 30 37] Jun 20 15:13:31 flaptop avahi-daemon[454]: Withdrawing address record for fe80::b079:5155:c916:ae08 on wlan0. Jun 20 15:13:31 flaptop avahi-daemon[454]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::b079:5155:c916:ae08. Jun 20 15:13:31 flaptop avahi-daemon[454]: Interface wlan0.IPv6 no longer relevant for mDNS. Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2475] dhcp4 (wlan0): canceled DHCP transaction, DHCP client pid 7764 Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2476] dhcp4 (wlan0): state changed bound -> done Jun 20 15:13:31 flaptop avahi-daemon[454]: Withdrawing address record for 192.168.0.189 on wlan0. Jun 20 15:13:31 flaptop avahi-daemon[454]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.189. Jun 20 15:13:31 flaptop kernel: [43496.035431] wlan0: deauthenticating from e4:f4:c6:e0:bd:6f by local choice (Reason: 3=DEAUTH_LEAVING) Jun 20 15:13:31 flaptop kernel: [43496.043325] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Jun 20 15:13:31 flaptop wpa_supplicant[580]: wlan0: CTRL-EVENT-DISCONNECTED bssid=e4:f4:c6:e0:bd:6f reason=3 locally_generated=1 Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2551] device (wlan0): set-hw-addr: set MAC address to FA:BF:AC:88:E3:BE (scanning) Jun 20 15:13:31 flaptop avahi-daemon[454]: Interface wlan0.IPv4 no longer relevant for mDNS. Jun 20 15:13:31 flaptop nm-dispatcher: req:2 'down' [wlan0]: new request (1 scripts) Jun 20 15:13:31 flaptop nm-dispatcher: req:2 'down' [wlan0]: start running ordered scripts... Jun 20 15:13:31 flaptop wpa_supplicant[580]: p2p-dev-wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD Jun 20 15:13:31 flaptop NetworkManager[479]: <warn> [1497964411.2708] sup-iface[0x55dd696c9e80,wlan0]: connection disconnected (reason -3) Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2710] device (wlan0): supplicant interface state: completed -> disconnected Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2744] device (wlan0): state change: disconnected -> unmanaged (reason 'sleeping') [30 10 37] Jun 20 15:13:31 flaptop NetworkManager[479]: <info> [1497964411.2760] device (wlan0): set-hw-addr: reset MAC address to 0C:8B:FD:CB:C4:1F (unmanage) Jun 20 15:13:31 flaptop wpa_supplicant[580]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0 Jun 20 15:13:31 flaptop gnome-software-service.desktop[1344]: 13:13:31:0281 Gs no app for changed redshift@tommie-lie.de Jun 20 15:13:31 flaptop gnome-software-service.desktop[1344]: 13:13:31:0283 Gs no app for changed alternate-tab@gnome-shell-extensions.gcampax.github.com Jun 20 15:13:31 flaptop gnome-software-service.desktop[1344]: 13:13:31:0284 Gs no app for changed battery_status@milliburn.github.com Jun 20 15:13:31 flaptop gnome-software-service.desktop[1344]: 13:13:31:0285 Gs no app for changed refresh-wifi@kgshank.net Jun 20 15:13:31 flaptop gnome-software-service.desktop[1344]: 13:13:31:0288 Gs no app for changed nohotcorner@azuri.free.fr Jun 20 15:13:31 flaptop gnome-software-service.desktop[1344]: 13:13:31:0289 Gs no app for changed sound-output-device-chooser@kgshank.net Jun 20 15:13:31 flaptop gnome-software-service.desktop[1344]: 13:13:31:0303 Gs no app for changed places-menu@gnome-shell-extensions.gcampax.github.com Jun 20 15:13:31 flaptop gnome-software-service.desktop[1344]: 13:13:31:0304 Gs no app for changed launch-new-instance@gnome-shell-extensions.gcampax.github.com Jun 20 15:13:31 flaptop wpa_supplicant[580]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0 Jun 20 15:13:33 flaptop goa-daemon[1254]: secret_password_lookup_sync() returned NULL Jun 20 15:13:34 flaptop systemd[1]: Reached target Sleep. Jun 20 15:13:34 flaptop systemd[1]: Starting Suspend... Jun 20 15:13:34 flaptop systemd-sleep[8233]: Suspending system... waited one minute... Jun 20 15:14:31 flaptop kernel: [43499.500171] PM: Syncing filesystems ... done. Jun 20 15:14:31 flaptop kernel: [43499.523575] PM: Preparing system for sleep (mem) Jun 20 15:14:31 flaptop kernel: [43499.523813] (NULL device *): firmware: direct-loading firmware intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq Jun 20 15:14:31 flaptop kernel: [43499.523992] (NULL device *): firmware: direct-loading firmware iwlwifi-7260-17.ucode Jun 20 15:14:31 flaptop kernel: [43499.524001] Freezing user space processes ... (elapsed 0.001 seconds) done. Jun 20 15:14:31 flaptop kernel: [43499.525887] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Jun 20 15:14:31 flaptop kernel: [43499.527103] PM: Suspending system (mem) Jun 20 15:14:31 flaptop kernel: [43499.527135] Suspending console(s) (use no_console_suspend to debug) Jun 20 15:14:31 flaptop kernel: [43499.699910] sd 0:0:0:0: [sda] Synchronizing SCSI cache Jun 20 15:14:31 flaptop kernel: [43499.704481] sd 0:0:0:0: [sda] Stopping disk Jun 20 15:14:31 flaptop kernel: [43499.754809] ACPI : EC: event blocked Jun 20 15:14:31 flaptop kernel: [43500.376954] PM: suspend of devices complete after 849.796 msecs Jun 20 15:14:31 flaptop kernel: [43500.396637] PM: late suspend of devices complete after 19.682 msecs Jun 20 15:14:31 flaptop kernel: [43500.397094] ACPI : EC: interrupt blocked Jun 20 15:14:31 flaptop kernel: [43500.436621] PM: noirq suspend of devices complete after 39.986 msecs Jun 20 15:14:31 flaptop kernel: [43500.437058] ACPI: Preparing to enter system sleep state S3 Jun 20 15:14:31 flaptop kernel: [43500.439682] ACPI : EC: EC stopped Jun 20 15:14:31 flaptop kernel: [43500.439682] PM: Saving platform NVS memory Jun 20 15:14:31 flaptop kernel: [43500.439693] Disabling non-boot CPUs ... Jun 20 15:14:31 flaptop kernel: [43500.439911] Broke affinity for irq 23 Jun 20 15:14:31 flaptop kernel: [43500.439914] Broke affinity for irq 42 Jun 20 15:14:31 flaptop kernel: [43500.439915] Broke affinity for irq 45 Jun 20 15:14:31 flaptop kernel: [43500.440930] smpboot: CPU 1 is now offline Jun 20 15:14:31 flaptop kernel: [43500.441458] Broke affinity for irq 23 Jun 20 15:14:31 flaptop kernel: [43500.441462] Broke affinity for irq 42 Jun 20 15:14:31 flaptop kernel: [43500.441464] Broke affinity for irq 45 Jun 20 15:14:31 flaptop kernel: [43500.442771] smpboot: CPU 2 is now offline Jun 20 15:14:31 flaptop kernel: [43500.443253] Broke affinity for irq 1 Jun 20 15:14:31 flaptop kernel: [43500.443264] Broke affinity for irq 9 Jun 20 15:14:31 flaptop kernel: [43500.443269] Broke affinity for irq 12 Jun 20 15:14:31 flaptop kernel: [43500.443279] Broke affinity for irq 23 Jun 20 15:14:31 flaptop kernel: [43500.443285] Broke affinity for irq 41 Jun 20 15:14:31 flaptop kernel: [43500.443287] Broke affinity for irq 42 Jun 20 15:14:31 flaptop kernel: [43500.443290] Broke affinity for irq 45 Jun 20 15:14:31 flaptop kernel: [43500.443293] Broke affinity for irq 46 Jun 20 15:14:31 flaptop kernel: [43500.444327] smpboot: CPU 3 is now offline Jun 20 15:14:31 flaptop kernel: [43500.447281] ACPI: Low-level resume complete Jun 20 15:14:31 flaptop kernel: [43500.447359] ACPI : EC: EC started Jun 20 15:14:31 flaptop kernel: [43500.447359] PM: Restoring platform NVS memory Jun 20 15:14:31 flaptop kernel: [43500.447697] Suspended for 54.803 seconds Jun 20 15:14:31 flaptop kernel: [43500.447762] Enabling non-boot CPUs ... Jun 20 15:14:31 flaptop kernel: [43500.447844] x86: Booting SMP configuration: Jun 20 15:14:31 flaptop kernel: [43500.447845] smpboot: Booting Node 0 Processor 1 APIC 0x1 Jun 20 15:14:31 flaptop kernel: [43500.450729] cache: parent cpu1 should not be sleeping Jun 20 15:14:31 flaptop kernel: [43500.451001] CPU1 is up Jun 20 15:14:31 flaptop kernel: [43500.451079] smpboot: Booting Node 0 Processor 2 APIC 0x2 Jun 20 15:14:31 flaptop kernel: [43500.453754] cache: parent cpu2 should not be sleeping Jun 20 15:14:31 flaptop kernel: [43500.454069] CPU2 is up Jun 20 15:14:31 flaptop kernel: [43500.454131] smpboot: Booting Node 0 Processor 3 APIC 0x3 Jun 20 15:14:31 flaptop kernel: [43500.456895] cache: parent cpu3 should not be sleeping Jun 20 15:14:31 flaptop kernel: [43500.457216] CPU3 is up Jun 20 15:14:31 flaptop kernel: [43500.462382] ACPI: Waking up from system sleep state S3 Jun 20 15:14:31 flaptop kernel: [43500.607692] ACPI : EC: interrupt unblocked Jun 20 15:14:31 flaptop kernel: [43500.739412] PM: noirq resume of devices complete after 131.905 msecs Jun 20 15:14:31 flaptop kernel: [43500.740089] PM: early resume of devices complete after 0.632 msecs Jun 20 15:14:31 flaptop kernel: [43500.740295] ACPI : EC: event unblocked Jun 20 15:14:31 flaptop kernel: [43500.740978] rtc_cmos 00:01: System wakeup disabled by ACPI Jun 20 15:14:31 flaptop kernel: [43500.743335] sd 0:0:0:0: [sda] Starting disk Jun 20 15:14:31 flaptop kernel: [43500.803994] xhci_hcd 0000:00:14.0: port 4 resume PLC timeout Jun 20 15:14:31 flaptop kernel: [43500.820733] xhci_hcd 0000:00:14.0: port 3 resume PLC timeout Jun 20 15:14:31 flaptop kernel: [43500.887332] usb 3-1.7: reset full-speed USB device number 3 using ehci-pci Jun 20 15:14:31 flaptop kernel: [43501.054076] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) Jun 20 15:14:31 flaptop kernel: [43501.057001] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded Jun 20 15:14:31 flaptop kernel: [43501.057003] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out Jun 20 15:14:31 flaptop kernel: [43501.057065] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded Jun 20 15:14:31 flaptop kernel: [43501.057212] ata1.00: supports DRM functions and may not be fully accessible Jun 20 15:14:31 flaptop kernel: [43501.059486] usb 1-4: reset full-speed USB device number 3 using xhci_hcd Jun 20 15:14:31 flaptop kernel: [43501.062298] ata1.00: NCQ Send/Recv Log not supported Jun 20 15:14:31 flaptop kernel: [43501.062651] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded Jun 20 15:14:31 flaptop kernel: [43501.062653] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out Jun 20 15:14:31 flaptop kernel: [43501.062675] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded Jun 20 15:14:31 flaptop kernel: [43501.062799] ata1.00: supports DRM functions and may not be fully accessible Jun 20 15:14:31 flaptop kernel: [43501.062866] ata1.00: NCQ Send/Recv Log not supported Jun 20 15:14:31 flaptop kernel: [43501.062928] ata1.00: configured for UDMA/133 Jun 20 15:14:31 flaptop kernel: [43501.075304] usb 3-1.8: reset full-speed USB device number 10 using ehci-pci Jun 20 15:14:31 flaptop kernel: [43501.313587] psmouse serio1: synaptics: queried max coordinates: x [..5710], y [..4696] Jun 20 15:14:31 flaptop kernel: [43501.319369] usb 1-6: reset high-speed USB device number 5 using xhci_hcd Jun 20 15:14:31 flaptop kernel: [43501.358361] psmouse serio1: synaptics: queried min coordinates: x [1232..], y [1156..] Jun 20 15:14:31 flaptop kernel: [43501.358379] psmouse serio1: synaptics: quirked min/max coordinates: x [1232..5710], y [1156..4696] Jun 20 15:14:31 flaptop kernel: [43501.579416] usb 1-5: reset full-speed USB device number 4 using xhci_hcd Jun 20 15:14:31 flaptop kernel: [43501.725923] PM: resume of devices complete after 985.960 msecs Jun 20 15:14:31 flaptop kernel: [43501.726006] usb 1-4:1.0: rebind failed: -517 Jun 20 15:14:31 flaptop kernel: [43501.726018] usb 1-4:1.1: rebind failed: -517 Jun 20 15:14:31 flaptop kernel: [43501.726337] PM: Finishing wakeup. Jun 20 15:14:31 flaptop kernel: [43501.726338] Restarting tasks ... done. XHC enabled, suspend unsuccesful: Code: Select allJun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.1318] manager: sleep requested (sleeping: no enabled: yes) Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.1318] manager: sleeping... Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.1319] manager: NetworkManager state is now ASLEEP Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.1322] device (wlan0): state change: activated -> deactivating (reason 'sleeping') [100 110 37] Jun 20 15:34:33 flaptop dbus[461]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Jun 20 15:34:33 flaptop systemd[1]: Starting Network Manager Script Dispatcher Service... Jun 20 15:34:33 flaptop org.gnome.Shell.desktop[992]: Window manager warning: Failed to set power save mode for output eDP-1: Permission denied Jun 20 15:34:33 flaptop dbus[461]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Jun 20 15:34:33 flaptop systemd[1]: Started Network Manager Script Dispatcher Service. Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.1540] device (wlan0): state change: deactivating -> disconnected (reason 'sleeping') [110 30 37] Jun 20 15:34:33 flaptop avahi-daemon[454]: Withdrawing address record for fe80::b079:5155:c916:ae08 on wlan0. Jun 20 15:34:33 flaptop avahi-daemon[454]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::b079:5155:c916:ae08. Jun 20 15:34:33 flaptop avahi-daemon[454]: Interface wlan0.IPv6 no longer relevant for mDNS. Jun 20 15:34:33 flaptop nm-dispatcher: req:1 'connectivity-change': new request (1 scripts) Jun 20 15:34:33 flaptop nm-dispatcher: req:1 'connectivity-change': start running ordered scripts... Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.1878] dhcp4 (wlan0): canceled DHCP transaction, DHCP client pid 8301 Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.1878] dhcp4 (wlan0): state changed bound -> done Jun 20 15:34:33 flaptop avahi-daemon[454]: Withdrawing address record for 192.168.0.189 on wlan0. Jun 20 15:34:33 flaptop avahi-daemon[454]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.189. Jun 20 15:34:33 flaptop kernel: [44702.870459] wlan0: deauthenticating from e4:f4:c6:e0:bd:6f by local choice (Reason: 3=DEAUTH_LEAVING) Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.1941] device (wlan0): set-hw-addr: set MAC address to 4A:06:03:6C:B0:94 (scanning) Jun 20 15:34:33 flaptop avahi-daemon[454]: Interface wlan0.IPv4 no longer relevant for mDNS. Jun 20 15:34:33 flaptop kernel: [44702.877813] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Jun 20 15:34:33 flaptop wpa_supplicant[580]: wlan0: CTRL-EVENT-DISCONNECTED bssid=e4:f4:c6:e0:bd:6f reason=3 locally_generated=1 Jun 20 15:34:33 flaptop nm-dispatcher: req:2 'down' [wlan0]: new request (1 scripts) Jun 20 15:34:33 flaptop nm-dispatcher: req:2 'down' [wlan0]: start running ordered scripts... Jun 20 15:34:33 flaptop gnome-software-service.desktop[1344]: 13:34:33:0209 Gs no app for changed redshift@tommie-lie.de Jun 20 15:34:33 flaptop gnome-software-service.desktop[1344]: 13:34:33:0212 Gs no app for changed alternate-tab@gnome-shell-extensions.gcampax.github.com Jun 20 15:34:33 flaptop gnome-software-service.desktop[1344]: 13:34:33:0213 Gs no app for changed battery_status@milliburn.github.com Jun 20 15:34:33 flaptop gnome-software-service.desktop[1344]: 13:34:33:0215 Gs no app for changed refresh-wifi@kgshank.net Jun 20 15:34:33 flaptop NetworkManager[479]: <warn> [1497965673.2168] sup-iface[0x55dd69637530,wlan0]: connection disconnected (reason -3) Jun 20 15:34:33 flaptop gnome-software-service.desktop[1344]: 13:34:33:0217 Gs no app for changed nohotcorner@azuri.free.fr Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.2170] device (wlan0): supplicant interface state: completed -> disconnected Jun 20 15:34:33 flaptop NetworkManager[479]: <warn> [1497965673.2171] sup-iface[0x55dd69637530,wlan0]: connection disconnected (reason -3) Jun 20 15:34:33 flaptop gnome-software-service.desktop[1344]: 13:34:33:0219 Gs no app for changed sound-output-device-chooser@kgshank.net Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.2229] device (wlan0): state change: disconnected -> unmanaged (reason 'sleeping') [30 10 37] Jun 20 15:34:33 flaptop wpa_supplicant[580]: p2p-dev-wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD Jun 20 15:34:33 flaptop NetworkManager[479]: <info> [1497965673.2247] device (wlan0): set-hw-addr: reset MAC address to 0C:8B:FD:CB:C4:1F (unmanage) Jun 20 15:34:33 flaptop wpa_supplicant[580]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0 Jun 20 15:34:33 flaptop gnome-software-service.desktop[1344]: 13:34:33:0232 Gs no app for changed places-menu@gnome-shell-extensions.gcampax.github.com Jun 20 15:34:33 flaptop gnome-software-service.desktop[1344]: 13:34:33:0234 Gs no app for changed launch-new-instance@gnome-shell-extensions.gcampax.github.com Jun 20 15:34:33 flaptop wpa_supplicant[580]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0 Jun 20 15:34:35 flaptop goa-daemon[1254]: secret_password_lookup_sync() returned NULL Jun 20 15:34:36 flaptop systemd[1]: Reached target Sleep. Jun 20 15:34:36 flaptop systemd[1]: Starting Suspend... Jun 20 15:34:36 flaptop systemd-sleep[9437]: Suspending system... Jun 20 15:34:41 flaptop kernel: [44706.204437] PM: Syncing filesystems ... done. Jun 20 15:34:41 flaptop kernel: [44706.226957] PM: Preparing system for sleep (mem) Jun 20 15:34:41 flaptop kernel: [44706.227359] (NULL device *): firmware: direct-loading firmware iwlwifi-7260-17.ucode Jun 20 15:34:41 flaptop kernel: [44706.227370] Freezing user space processes ... (elapsed 0.001 seconds) done. Jun 20 15:34:41 flaptop kernel: [44706.229305] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Jun 20 15:34:41 flaptop kernel: [44706.230564] PM: Suspending system (mem) Jun 20 15:34:41 flaptop kernel: [44706.230598] Suspending console(s) (use no_console_suspend to debug) Jun 20 15:34:41 flaptop kernel: [44706.399720] sd 0:0:0:0: [sda] Synchronizing SCSI cache Jun 20 15:34:41 flaptop kernel: [44706.402885] sd 0:0:0:0: [sda] Stopping disk Jun 20 15:34:41 flaptop kernel: [44706.457867] ACPI : EC: event blocked Jun 20 15:34:41 flaptop kernel: [44707.404461] PM: suspend of devices complete after 1173.817 msecs Jun 20 15:34:41 flaptop kernel: [44707.424041] PM: late suspend of devices complete after 19.574 msecs Jun 20 15:34:41 flaptop kernel: [44707.424678] ACPI : EC: interrupt blocked Jun 20 15:34:41 flaptop kernel: [44707.425396] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI Jun 20 15:34:41 flaptop kernel: [44707.463966] PM: noirq suspend of devices complete after 39.924 msecs Jun 20 15:34:41 flaptop kernel: [44707.464679] ACPI: Preparing to enter system sleep state S3 Jun 20 15:34:41 flaptop kernel: [44707.468075] ACPI : EC: EC stopped Jun 20 15:34:41 flaptop kernel: [44707.468076] PM: Saving platform NVS memory Jun 20 15:34:41 flaptop kernel: [44707.468092] Disabling non-boot CPUs ... Jun 20 15:34:41 flaptop kernel: [44707.468452] Broke affinity for irq 23 Jun 20 15:34:41 flaptop kernel: [44707.468458] Broke affinity for irq 42 Jun 20 15:34:41 flaptop kernel: [44707.469997] smpboot: CPU 1 is now offline Jun 20 15:34:41 flaptop kernel: [44707.470721] Broke affinity for irq 23 Jun 20 15:34:41 flaptop kernel: [44707.470728] Broke affinity for irq 42 Jun 20 15:34:41 flaptop kernel: [44707.470731] Broke affinity for irq 45 Jun 20 15:34:41 flaptop kernel: [44707.471758] smpboot: CPU 2 is now offline Jun 20 15:34:41 flaptop kernel: [44707.472627] Broke affinity for irq 1 Jun 20 15:34:41 flaptop kernel: [44707.472636] Broke affinity for irq 9 Jun 20 15:34:41 flaptop kernel: [44707.472641] Broke affinity for irq 12 Jun 20 15:34:41 flaptop kernel: [44707.472651] Broke affinity for irq 23 Jun 20 15:34:41 flaptop kernel: [44707.472655] Broke affinity for irq 41 Jun 20 15:34:41 flaptop kernel: [44707.472658] Broke affinity for irq 42 Jun 20 15:34:41 flaptop kernel: [44707.472660] Broke affinity for irq 45 Jun 20 15:34:41 flaptop kernel: [44707.472662] Broke affinity for irq 46 Jun 20 15:34:41 flaptop kernel: [44707.473680] smpboot: CPU 3 is now offline Jun 20 15:34:41 flaptop kernel: [44707.476231] ACPI: Low-level resume complete Jun 20 15:34:41 flaptop kernel: [44707.476308] ACPI : EC: EC started Jun 20 15:34:41 flaptop kernel: [44707.476308] PM: Restoring platform NVS memory Jun 20 15:34:41 flaptop kernel: [44707.476648] Suspended for 2.670 seconds Jun 20 15:34:41 flaptop kernel: [44707.476712] Enabling non-boot CPUs ... Jun 20 15:34:41 flaptop kernel: [44707.476794] x86: Booting SMP configuration: Jun 20 15:34:41 flaptop kernel: [44707.476795] smpboot: Booting Node 0 Processor 1 APIC 0x1 Jun 20 15:34:41 flaptop kernel: [44707.479653] cache: parent cpu1 should not be sleeping Jun 20 15:34:41 flaptop kernel: [44707.479915] CPU1 is up Jun 20 15:34:41 flaptop kernel: [44707.479993] smpboot: Booting Node 0 Processor 2 APIC 0x2 Jun 20 15:34:41 flaptop kernel: [44707.482645] cache: parent cpu2 should not be sleeping Jun 20 15:34:41 flaptop kernel: [44707.482941] CPU2 is up Jun 20 15:34:41 flaptop kernel: [44707.483001] smpboot: Booting Node 0 Processor 3 APIC 0x3 Jun 20 15:34:41 flaptop kernel: [44707.485742] cache: parent cpu3 should not be sleeping Jun 20 15:34:41 flaptop kernel: [44707.486210] CPU3 is up Jun 20 15:34:41 flaptop kernel: [44707.496765] ACPI: Waking up from system sleep state S3 Jun 20 15:34:41 flaptop kernel: [44707.642703] ACPI : EC: interrupt unblocked Jun 20 15:34:41 flaptop kernel: [44707.774382] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI Jun 20 15:34:41 flaptop kernel: [44707.774481] PM: noirq resume of devices complete after 131.923 msecs Jun 20 15:34:41 flaptop kernel: [44707.775185] PM: early resume of devices complete after 0.666 msecs Jun 20 15:34:41 flaptop kernel: [44707.775381] ACPI : EC: event unblocked Jun 20 15:34:41 flaptop kernel: [44707.776207] sd 0:0:0:0: [sda] Starting disk Jun 20 15:34:41 flaptop kernel: [44707.776383] rtc_cmos 00:01: System wakeup disabled by ACPI Jun 20 15:34:41 flaptop kernel: [44707.839085] xhci_hcd 0000:00:14.0: port 4 resume PLC timeout Jun 20 15:34:41 flaptop kernel: [44707.855484] xhci_hcd 0000:00:14.0: port 3 resume PLC timeout Jun 20 15:34:41 flaptop kernel: [44707.942328] usb 3-1.7: reset full-speed USB device number 3 using ehci-pci Jun 20 15:34:41 flaptop kernel: [44708.089102] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) Jun 20 15:34:41 flaptop kernel: [44708.091773] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded Jun 20 15:34:41 flaptop kernel: [44708.091775] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out Jun 20 15:34:41 flaptop kernel: [44708.091852] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded Jun 20 15:34:41 flaptop kernel: [44708.092048] ata1.00: supports DRM functions and may not be fully accessible Jun 20 15:34:41 flaptop kernel: [44708.094489] usb 1-5: reset full-speed USB device number 4 using xhci_hcd Jun 20 15:34:41 flaptop kernel: [44708.097010] ata1.00: NCQ Send/Recv Log not supported Jun 20 15:34:41 flaptop kernel: [44708.097417] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded Jun 20 15:34:41 flaptop kernel: [44708.097419] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out Jun 20 15:34:41 flaptop kernel: [44708.097483] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded Jun 20 15:34:41 flaptop kernel: [44708.097667] ata1.00: supports DRM functions and may not be fully accessible Jun 20 15:34:41 flaptop kernel: [44708.097777] ata1.00: NCQ Send/Recv Log not supported Jun 20 15:34:41 flaptop kernel: [44708.097839] ata1.00: configured for UDMA/133 Jun 20 15:34:41 flaptop kernel: [44708.130345] usb 3-1.8: reset full-speed USB device number 10 using ehci-pci Jun 20 15:34:41 flaptop kernel: [44708.304313] psmouse serio1: synaptics: queried max coordinates: x [..5710], y [..4696] Jun 20 15:34:41 flaptop kernel: [44708.346318] psmouse serio1: synaptics: queried min coordinates: x [1232..], y [1156..] Jun 20 15:34:41 flaptop kernel: [44708.346322] psmouse serio1: synaptics: quirked min/max coordinates: x [1232..5710], y [1156..4696] Jun 20 15:34:41 flaptop kernel: [44708.354451] usb 1-4: reset full-speed USB device number 3 using xhci_hcd Jun 20 15:34:41 flaptop kernel: [44708.614496] usb 1-6: reset high-speed USB device number 5 using xhci_hcd Jun 20 15:34:41 flaptop kernel: [44708.766338] PM: resume of devices complete after 991.235 msecs Jun 20 15:34:41 flaptop kernel: [44708.766398] usb 1-4:1.0: rebind failed: -517 Jun 20 15:34:41 flaptop kernel: [44708.766407] usb 1-4:1.1: rebind failed: -517 Jun 20 15:34:41 flaptop kernel: [44708.766646] PM: Finishing wakeup. Jun 20 15:34:41 flaptop kernel: [44708.766648] Restarting tasks ... done. Thanks in advance for taking a look! Regards
j1ntr0 wrote:Also I have no idea what disabling XHC in /proc/acpi/wakeup precisely does. Check this: https://bugzilla.kernel.org/show_bug.cgi?id=62611#c8 So it means that after disabling XHC wakeup, you cannot wake up the computer by moving a mouse plugged into a USB3 port. j1ntr0 wrote:(although I did it with nano instead of echo, as echo complained of insufficient privileges, even when using sudo). As a sidenote, you probably would like to use any of the following commands since redirection is done by the shell which does not have sufficient privileges. Code: Select allecho XHC | sudo tee /proc/acpi/wakeup sudo sh -c "echo XHC >/proc/acpi/wakeup" j1ntr0 wrote:But this was no issue under Jessie, and I'd rather fix the underlying problem instead of using a workaround that might introduce new problems of its own. I cannot comment further on this issue, but I guess a kernel developer or a Lenovo staff would be in a better position to understand the underlying problem.
Hello all! I'm setting up a Stretch-based server following The Perfect Server tutorial for Jessie. Since each major version comes with major changes, I ended up with packages that are not present in Stretch. These are as follows: apache2.2-common apache2-mpm-prefork apache2-suexec php-auth Can somebody help me to find what are their updated names (similar to how php5 became php7.0), replacements or if they were merged into something else. Tried using google + Debian package search but t looks like I don't have the talent to obtain desired results. It would also be great if someone could explain me how to do the research myself so I don't need to fill the forum with posts each time similar changes occur. Thank you!
Have you seen? https://packages.debian.org/stretch/apache2