prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
I'm trying to set up this script from https://gist.github.com/shawnbon206/3a4 ... 084d9392cd to workaround the background/rendering weirdness between Nvidia and Gnome in Jessie when coming out of suspend and I'm running into a problem getting it to actually run. The script is meant to be run from the /usr/lib/systemd/system-sleep folder on resume (similar to the pm-utils hooks, I think, I'm not super used to systemd yet) but nothing happens. I can confirm it runs perfectly if manually run with the 'post suspend' argument both as user and root, but it doesn't seem to execute automatically on resume. I'm not sure if there is some option I have to enable to allow system-sleep scripts to be run or if there is some other blatant mistake I'm making but any advice would be appreciated Thanks! | It figures, but right after I put this up I found my mistake. It looks like these scripts are supposed to be executed from "/lib/systemd/system-sleep" instead, even though the script itself and the man pages say otherwise. Feel free to delete this if necessary, but I'm gonna leave it up in case anyone else has a similar issue, since I couldn't find this info anywhere else. |
Hi, after an uprade from debian squeeze to jessie I have perfect connection via wifi to my router and my server inside of my local network, but no connection to the internet - not from my internetbrowser, nor from the mail-client and also "aptitude update" from the console does not work. I guess it's about routing, nameserver or IPv6, but I don't achieve to fix it. I have a FritzBox router from avm which worked fine with debian squeeze on the upgraded notebook and still works with another notebook and a tablet. Below pls find some copies of config files, but as I don't have an idea how to fix my problem, pls. feel free to ask for more. thanks in advance for any support heriL sudo iwconfig wlan0 IEEE 802.11bg ESSID:"vvv.yxz" Mode:Managed Frequency:2.412 GHz Access Point: 00:1F:3e:15:78:86 Bit Rate=48 Mb/s Tx-Power=20 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=57/70 Signal level=-53 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:68 Missed beacon:0 /etc/hosts 127.0.0.1 localhost 127.0.1.1 d-nc10.loh d-nc10 # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters /etc/network/interfaces # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp #allow-hotplug wlan0 #iface wlan0 inet dhcp | Your eth0 reports being DOWN but has an "auto-assigned" 169.254... address (avahi is retarded). Your route lists it as the default device, so local traffic goes over wlan0, anything else will fail as eth0 is not connected. Maybe try commenting it out of /etc/network/interfaces and letting your network manager manage it as well. |
I have a Mbp 9,2 and I upgraded from Wheezy to Jessie. I thought that everything I did in the terminal was as the Jessie amd64 release notes say but I think that I may have accidentally hit Code: Select allapt-get upgrade instead of Code: Select allapt-get dist-upgrade right after the repositories had been switched to Jessie. The computer is pretty much totally screwed. I can't delete files, install any new packages or really do anything at all. (I previously started a thread about how the wi-fi would work but it is no longer relevant because I can't install firmware and the system configuration issue is different; I'd delete the thread if I could.) Should I just get rid of everything on my mbp now and reinstall Debian 8? This is the code I receive when I do Code: Select allapt-get upgrade: Code: Select allSetting up biomaj (1.2.3-4) ... Option dbhost requires an argument You need to configure the database access before executing the upgrade Execute the script manually once configuration is done *************************************************************************************** Before running the migration, please check that database configuration is correctly set and that the database schema and user are correctly created. To upgrade the database, the script must be run with the following arguments: For a first install, all arguments are mandatory, for an upgrade, only some parameters are required. - First install: [ -dbuser DBUSER -dbpwd DBPASSWORD -dbhost DBHOST -db (mysql|hsql)] - From v1.1 : [ -admin LOGIN -adminpwd PASSWORD -adminemail ADMINEMAIL] To get the current version, execute: biomaj --version Died at /var/lib/biomaj/migration/update.pl line 32. dpkg: error processing package biomaj (--configure): subprocess installed post-installation script returned error exit status 2 dpkg: dependency problems prevent configuration of biomaj-watcher: biomaj-watcher depends on biomaj (>= 1.2.1); however: Package biomaj is not configured yet. dpkg: error processing package biomaj-watcher (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: biomaj biomaj-watcher E: Sub-process /usr/bin/dpkg returned an error code (1) When I did Code: Select allapt-get install firmware-linux-nonfree I was given nearly the same message: Code: Select allReading package lists... Done Building dependency tree Reading state information... Done firmware-linux-nonfree is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up biomaj (1.2.3-4) ... Option dbhost requires an argument You need to configure the database access before executing the upgrade Execute the script manually once configuration is done *************************************************************************************** Before running the migration, please check that database configuration is correctly set and that the database schema and user are correctly created. To upgrade the database, the script must be run with the following arguments: For a first install, all arguments are mandatory, for an upgrade, only some parameters are required. - First install: [ -dbuser DBUSER -dbpwd DBPASSWORD -dbhost DBHOST -db (mysql|hsql)] - From v1.1 : [ -admin LOGIN -adminpwd PASSWORD -adminemail ADMINEMAIL] To get the current version, execute: biomaj --version Died at /var/lib/biomaj/migration/update.pl line 32. dpkg: error processing package biomaj (--configure): subprocess installed post-installation script returned error exit status 2 dpkg: dependency problems prevent configuration of biomaj-watcher: biomaj-watcher depends on biomaj (>= 1.2.1); however: Package biomaj is not configured yet. dpkg: error processing package biomaj-watcher (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: biomaj biomaj-watcher E: Sub-process /usr/bin/dpkg returned an error code (1) I'm not sure what went wrong. I didn't have a ton of unnecessary packages; maybe I upgraded to the Jessie sources before doing Code: Select alldist-upgrade. I looked on the Debian bug e-mailing list for an issue with biomaj, and similar issues involving errors processing and configuring it were posted by Debian users but they were apparently solved months before Jessie was released, so I am very sure than it isn't biomaj. So, guys, should I just erase everything on the hard drive and reinstall? Thanks.[/quote] | Have you tried: Code: Select all# apt-get dist-upgrade You haven't read the release notes carefully enough: https://www.debian.org/releases/stable/ ... al-upgrade |
Hello all. Just installed Debian 8.0 with the MATE GUI on my laptop; a Samsung RC512-S02US. I'm having some difficulty with the wifi however. I attempted to make Network Manager work for me before scrapping it and installing wicd instead. Unfortunately this did not solve my problems, but at least it is telling me there is one unlike NM so I'm fine with that. It's reporting, "No wireless network found." I'm thinking it is a firmware problem. I already ran Code: Select allsudo apt-get install firmware-linux This did not solve the problem. I have unfree and contrib enabled. If you need anymore information please let me know. I'll be off line for about eight or so hours. I'm turning it in for the night. Thanks for all of the help. | It might have helped if you had given us a copy of your sources list to look at. One thing, you refer to "unfree" when the term is "non-free". If you have just installed I assume that you have given the correct driver. |
Hello all I'm running Owncloud for some time. The problem is that file upload is limited to 2 GB due to 32 bit OS (that's what OC tells me). Can I install a 64 bit kernel over the existing system? The CPU supports 64 bit computing. Thanks! | No. As a matter of fact 64-bit kernel might work - assuming it is not pure 64-bit and has 32-bit enabled, but your 32-bit system will still restrict you to 32-bit. |
I hope you can help. I have moved from Squeeze to Wheezy (which was stable then) and I can no longer send mail. I use mutt and started trying to get exim4 to work as it did before. I was getting error messages about minimum Diffie-Hellman bits so I tried again with msmtp, which is much easier to set up. The config file is this: account phonecoop host "smtp.myphone.coop" port 587 tls on tls_starttls on tls_certcheck off auth login user tony123@phonecoop.coop password "......" from solon@debby.whittycat logfile ~/.msmtprc.log and the error message from mutt is this: msmtp: TLS handshake failed: The Diffie-Hellman prime sent by the server is not +acceptable (not long enough). msmtp: could not send mail (account phonecoop from /home/solon/.msmtprc) which is the same as the error message I got from exim4. I thought there might be something wrong with the server but no, because Thunderbird (Icedove) can send mail; it uses the same server with starttls. Is there a simple tweak to the config file that will fix this? I don't want to use Icedove; I want to use fetchmail and mutt as I have been doing for ten years. | See the reply to the thread "exim4 and Diffie-Hellman authentication" |
I hope you can help. I have recently moved from Debian Squeeze to Debian Wheezy (stable) and I can no longer send mail. . Exim4 is version 4.80. My ISP is The Phone Coop. The outgoing serever is smtp.myphone.coop. I get a mail delivery failure reply that says host smtp.myphone.coop [62.128.216.54]: 530 5.7.0 Authentication required As regards TLS I asked customer services at The Phone Coop and he assured me that the server smtp.myphone.coop does not require TLS though it can use it and there is a paragraph in /usr/share/doc/exim4-base/Debian.README that says: "Both exim4-daemon-heavy and exim4-daemon-light support TLS/SSL using the GnuTLS library and STARTTLS. Exim will use TLS via STARTTLS automatically as client if the server Exim connects to offers it. This means that you will not need any special configuration if you want to use TLS for outgoing mail. However, if your server setup mandates the use of client certificates, you need to amend your remote_smtp and/or remote_smtp_smarthost transports with a tls_certificate option. This is not commonly needed." The file /etc/exim4/passwd.client has the line smtp.myphone.coop:tony123@phonecoop.coop:abcd1234 and it looks as though this should be enough. I've tried to find out more with the command exim4 -d -i <recipient>. The response on the terminal was 700 lines long so I won't copy it here but in the middle it says that it looked for /exim4/passwd.client and seemed pleased with it. The information in /var/log/exim4/mainlog was shorter: 2015-05-19 10:03:02 1YudQ2-00017Q-BA <= solon@debby.whittycat U=solon P=local S=334 2015-05-19 10:03:17 1YudQ2-00017Q-BA TLS error on connection to smtp.myphone.coop [62.128.216.54] (gnutls_handshake): The Diffie-Hellman prime sent by the server is not acceptable (not long enough). 2015-05-19 10:03:17 1YudQ2-00017Q-BA TLS session failure: delivering unencrypted to smtp.myphone.coop [62.128.216.54] (not in hosts_require_tls) 2015-05-19 10:03:17 1YudQ2-00017Q-BA ** tony123@phonecoop.coop R=smarthost T=remote_smtp_smarthost: SMTP error from remote mail server after MAIL FROM:<solon@debby.whittycat> SIZE=1366: host smtp.myphone.coop [62.128.216.54]: 530 5.7.0 Authentication required 2015-05-19 10:03:22 1YudQo-00017V-Nu <= <> R=1YudQ2-00017Q-BA U=Debian-exim P=local S=1302 2015-05-19 10:03:22 1YudQ2-00017Q-BA Completed and this seems to suggest that TLS failed and it wanted some authentication that it did not get from passwd.client. My question is: where do I go to find out what is really going on? Is it just a matter of making the DH prime longer (the curent min is 1024) and how do I do that? Is there more information I need to supply here? Tony Sumner | http://www.gossamer-threads.com/lists/exim/users/98345 |
I copyed all 13 jessie dvd's. Copyed all debs to a ntfs partition Code: Select all/media/john/opslagNTFS/jessiedebs/contrib and in /media/john/opslagNTFS/jessiedebs/main they both have sub-dirs like 1-2-a-b-libg and so on mij sources.list Code: Select all# deb cdrom:[Debian GNU/Linux 8.0.0 _Jessie_ - Official amd64 DVD Binary-1 20150425-12:54]/ jessie contrib main # deb cdrom:[Debian GNU/Linux 8.0.0 _Jessie_ - Official amd64 DVD Binary-1 20150425-12:54]/ jessie contrib main # deb http://security.debian.org/ jessie/updates non-free contrib main # deb-src http://security.debian.org/ jessie/updates main contrib # jessie-updates, previously known as 'volatile' # A network mirror was not selected during install. The following entries # are provided as examples, but you should amend them as appropriate # for your mirror of choice. # deb http://ftp.us.debian.org/debian/ jessie-updates non-free contrib main # deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free # deb http://http.debian.net/debian/ jessie main contrib non-free # pakjes van opslag deb file:/media/john/opslagNTFS/jessiedebs ./ then I did Code: Select alldpkg-scanpackages /media/john/opslagNTFS/jessiedebs /dev/null | gzip -9c > Packages.gz with made a file packages.gz in /media/john/opslagNTFS/jessiedebs (11.8mb) at-get update gives Code: Select allIgn file: ./ InRelease Ign file: ./ Release.gpg Ign file: ./ Release Ign file: ./ Translation-en_US Ign file: ./ Translation-en Reading package lists... Done apt-get install aircrack-ng gives Code: Select allReading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: ieee-data The following NEW packages will be installed: aircrack-ng ieee-data 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/1,244 kB of archives. After this operation, 5,914 kB of additional disk space will be used. Do you want to continue? [Y/n] y WARNING: The following packages cannot be authenticated! aircrack-ng ieee-data Install these packages without verification? [y/N] y Err file:/media/john/opslagNTFS/jessiedebs/ ./ aircrack-ng 1:1.2-0~beta3-4 File not found Err file:/media/john/opslagNTFS/jessiedebs/ ./ ieee-data 20141019.1 File not found E: Failed to fetch file:/media/john/opslagNTFS/jessiedebs//media/john/opslagNTFS/jessiedebs/main/a/aircrack-ng/aircrack-ng_1.2-0~beta3-4_amd64.deb File not found E: Failed to fetch file:/media/john/opslagNTFS/jessiedebs//media/john/opslagNTFS/jessiedebs/main/i/ieee-data/ieee-data_20141019.1_all.deb File not found E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? But the file's are right there!!!! For the life of it, i can't figure out what's wrong, been at it for days... am I missing something? | Look at the paths reported:Code: Select allE: Failed to fetch file:/media/john/opslagNTFS/jessiedebs//media/john/opslagNTFS/jessiedebs/main/a/aircrack-ng/aircrack-ng_1.2-0~beta3-4_amd64.deb File not found That's /media/john/opslagNTFS/jessiedebs/ twice. The filenames in the Packages file must be relative to the correct directory. They probably have the full pathname now or at least too much of it. You can verify that by doing zcat Packages.gz | head -n20 (inside the jessiedebs directory) and looking at the Filename: field in the resulting output. To fix that, run dpkg-scanpackages again, from inside jessiedebs and like this:Code: Select alldpkg-scanpackages . /dev/null | gzip -9c > Packages.gz |
Hi, I just moved from Ubuntu to Debian (Because I got bored of ubuntu )... Anyway, during installation of Debian I encountered a network error and bypassed it by temporarily using a ethernet connection. Now that Debian finished installing, I am having trouble connecting to Wifi. The only option I have is to use Ethernet. I'm guessing the wifi firmware or something is not installed...? When I type ifconfig it says unknown command if that helps. | https://wiki.debian.org/WiFi |
Hi everybody, It's me, again, from my little mountain of problems ^^ today I would like to set this one: Past the 180 first seconds, every 30 seconds, my computer suddenly and quite instantly goes to sleep. I can wake it up (the power led is blinking as it's hibernating but not completely turned off). After several times, when I try to wake it up, it's like I start it up from the beginning (BIOS and OS restarting). On another computer, I believe I had the same problem by quickly trying LXDE on Ubuntu 15.04 there is 2 weeks (it was a disaster so I went back to Debian 8 without trying to understand anything apart from "run away you haven't started yet and it's already broken") Here is the content of /etc/log/messages.log (The first "going to sleep" is complete and the followings are all the same so I replaced them by comments and [...]) Code: Select allMay 8 17:20:21 Aspire1310 rsyslogd: [origin software="rsyslogd" swVersion="8.4.2" x-pid="362" x-info="http://www.rsyslog.com"] start May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Initializing cgroup subsys cpuset May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Initializing cgroup subsys cpu May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Initializing cgroup subsys cpuacct May 8 17:20:21 Aspire1310 kernel: [ 0.000000] 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.7-ckt9-3~deb8u1 (2015-04-24) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] e820: BIOS-provided physical RAM map: May 8 17:20:21 Aspire1310 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable May 8 17:20:21 Aspire1310 kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved May 8 17:20:21 Aspire1310 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved May 8 17:20:21 Aspire1310 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001dfeffff] usable May 8 17:20:21 Aspire1310 kernel: [ 0.000000] BIOS-e820: [mem 0x000000001dff0000-0x000000001dffffbf] ACPI data May 8 17:20:21 Aspire1310 kernel: [ 0.000000] BIOS-e820: [mem 0x000000001dffffc0-0x000000001dffffff] ACPI NVS May 8 17:20:21 Aspire1310 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fff80000-0x00000000ffffffff] reserved May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU! May 8 17:20:21 Aspire1310 kernel: [ 0.000000] SMBIOS 2.3 present. May 8 17:20:21 Aspire1310 kernel: [ 0.000000] e820: last_pfn = 0x1dff0 max_arch_pfn = 0x1000000 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7010600070106, new 0x7010600070106 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] init_memory_mapping: [mem 0x1dc00000-0x1ddfffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] init_memory_mapping: [mem 0x1c000000-0x1dbfffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] init_memory_mapping: [mem 0x1de00000-0x1dfeffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] RAMDISK: [mem 0x1caf2000-0x1d8dcfff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] ACPI: Early table checksum verification disabled May 8 17:20:21 Aspire1310 kernel: [ 0.000000] ACPI: RSDP 0x000E5010 000014 (v00 OID_00) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] ACPI: RSDT 0x1DFFFBC0 000030 (v01 INSYDE RSDT_000 00000001 _CSI 00010101) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] ACPI: FACP 0x1DFFFAC0 000074 (v01 INSYDE FACP_000 00000100 _CSI 00010101) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] ACPI: DSDT 0x1DFFC8D0 0031E4 (v01 INSYDE KN266 00001000 MSFT 0100000E) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] ACPI: FACS 0x1DFFFFC0 000040 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] ACPI: BOOT 0x1DFFFB50 000028 (v01 INSYDE SYS_BOOT 00000100 _CSI 00010101) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] ACPI: DBGP 0x1DFFFB80 000034 (v01 INSYDE DBGP_000 00000100 _CSI 00010101) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] 0MB HIGHMEM available. May 8 17:20:21 Aspire1310 kernel: [ 0.000000] 479MB LOWMEM available. May 8 17:20:21 Aspire1310 kernel: [ 0.000000] mapped low ram: 0 - 1dff0000 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] low ram: 0 - 1dff0000 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Zone ranges: May 8 17:20:21 Aspire1310 kernel: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Normal [mem 0x01000000-0x1dfeffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] HighMem empty May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Movable zone start for each node May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Early memory node ranges May 8 17:20:21 Aspire1310 kernel: [ 0.000000] node 0: [mem 0x00001000-0x0009efff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] node 0: [mem 0x00100000-0x1dfeffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Using APIC driver default May 8 17:20:21 Aspire1310 kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic" May 8 17:20:21 Aspire1310 kernel: [ 0.000000] APIC: disable apic facility May 8 17:20:21 Aspire1310 kernel: [ 0.000000] APIC: switched to apic NOOP May 8 17:20:21 Aspire1310 kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] May 8 17:20:21 Aspire1310 kernel: [ 0.000000] e820: [mem 0x1e000000-0xfff7ffff] available for PCI devices May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware May 8 17:20:21 Aspire1310 kernel: [ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] PERCPU: Embedded 14 pages/cpu @ddc1e000 s34752 r0 d22592 u57344 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 121806 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-686-pae root=UUID=ae9cb597-9417-4917-b2bb-b2be527e662c ro quiet May 8 17:20:21 Aspire1310 kernel: [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Initializing CPU#0 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Initializing HighMem for node 0 (00000000:00000000) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Memory: 464640K/491064K available (4598K kernel code, 522K rwdata, 1448K rodata, 656K init, 460K bss, 26424K reserved, 0K highmem) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] virtual kernel memory layout: May 8 17:20:21 Aspire1310 kernel: [ 0.000000] fixmap : 0xffd36000 - 0xfffff000 (2852 kB) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] pkmap : 0xff600000 - 0xff800000 (2048 kB) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] vmalloc : 0xde7f0000 - 0xff5fe000 ( 526 MB) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] lowmem : 0xc0000000 - 0xddff0000 ( 479 MB) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] .init : 0xc166d000 - 0xc1711000 ( 656 kB) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] .data : 0xc147dc40 - 0xc166b880 (1975 kB) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] .text : 0xc1000000 - 0xc147dc40 (4599 kB) May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Hierarchical RCU implementation. May 8 17:20:21 Aspire1310 kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. May 8 17:20:21 Aspire1310 kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=1. May 8 17:20:21 Aspire1310 kernel: [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] NR_IRQS:2304 nr_irqs:256 16 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] Console: colour VGA+ 80x25 May 8 17:20:21 Aspire1310 kernel: [ 0.000000] console [tty0] enabled May 8 17:20:21 Aspire1310 kernel: [ 0.000000] tsc: Fast TSC calibration using PIT May 8 17:20:21 Aspire1310 kernel: [ 0.000000] tsc: Detected 1658.558 MHz processor May 8 17:20:21 Aspire1310 kernel: [ 0.004023] Calibrating delay loop (skipped), value calculated using timer frequency.. 3317.11 BogoMIPS (lpj=6634232) May 8 17:20:21 Aspire1310 kernel: [ 0.004032] pid_max: default: 32768 minimum: 301 May 8 17:20:21 Aspire1310 kernel: [ 0.004071] ACPI: Core revision 20140424 May 8 17:20:21 Aspire1310 kernel: [ 0.013289] ACPI: All ACPI Tables successfully acquired May 8 17:20:21 Aspire1310 kernel: [ 0.013302] ACPI: setting ELCR to 0200 (from 0e20) May 8 17:20:21 Aspire1310 kernel: [ 0.016058] Security Framework initialized May 8 17:20:21 Aspire1310 kernel: [ 0.016112] AppArmor: AppArmor disabled by boot time parameter May 8 17:20:21 Aspire1310 kernel: [ 0.016116] Yama: disabled by default; enable with sysctl kernel.yama.* May 8 17:20:21 Aspire1310 kernel: [ 0.016158] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.016163] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.016869] Initializing cgroup subsys memory May 8 17:20:21 Aspire1310 kernel: [ 0.016887] Initializing cgroup subsys devices May 8 17:20:21 Aspire1310 kernel: [ 0.016909] Initializing cgroup subsys freezer May 8 17:20:21 Aspire1310 kernel: [ 0.016918] Initializing cgroup subsys net_cls May 8 17:20:21 Aspire1310 kernel: [ 0.016935] Initializing cgroup subsys blkio May 8 17:20:21 Aspire1310 kernel: [ 0.016947] Initializing cgroup subsys perf_event May 8 17:20:21 Aspire1310 kernel: [ 0.016953] Initializing cgroup subsys net_prio May 8 17:20:21 Aspire1310 kernel: [ 0.017008] mce: CPU supports 4 MCE banks May 8 17:20:21 Aspire1310 kernel: [ 0.017033] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 May 8 17:20:21 Aspire1310 kernel: [ 0.017033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 May 8 17:20:21 Aspire1310 kernel: [ 0.017033] tlb_flushall_shift: -1 May 8 17:20:21 Aspire1310 kernel: [ 0.024626] Freeing SMP alternatives memory: 20K (c1711000 - c1716000) May 8 17:20:21 Aspire1310 kernel: [ 0.026196] ftrace: allocating 20747 entries in 41 pages May 8 17:20:21 Aspire1310 kernel: [ 0.036331] smpboot: weird, boot CPU (#0) not listed by the BIOS May 8 17:20:21 Aspire1310 kernel: [ 0.036341] smpboot: SMP motherboard not detected May 8 17:20:21 Aspire1310 kernel: [ 0.036347] smpboot: Local APIC not detected. Using dummy APIC emulation. May 8 17:20:21 Aspire1310 kernel: [ 0.036349] smpboot: SMP disabled May 8 17:20:21 Aspire1310 kernel: [ 0.036422] Performance Events: May 8 17:20:21 Aspire1310 kernel: [ 0.036432] no APIC, boot with the "lapic" boot parameter to force-enable it. May 8 17:20:21 Aspire1310 kernel: [ 0.036434] no hardware sampling interrupt available. May 8 17:20:21 Aspire1310 kernel: [ 0.036439] AMD PMU driver. May 8 17:20:21 Aspire1310 kernel: [ 0.036445] ... version: 0 May 8 17:20:21 Aspire1310 kernel: [ 0.036447] ... bit width: 48 May 8 17:20:21 Aspire1310 kernel: [ 0.036449] ... generic registers: 4 May 8 17:20:21 Aspire1310 kernel: [ 0.036452] ... value mask: 0000ffffffffffff May 8 17:20:21 Aspire1310 kernel: [ 0.036454] ... max period: 00007fffffffffff May 8 17:20:21 Aspire1310 kernel: [ 0.036456] ... fixed-purpose events: 0 May 8 17:20:21 Aspire1310 kernel: [ 0.036458] ... event mask: 000000000000000f May 8 17:20:21 Aspire1310 kernel: [ 0.040641] x86: Booted up 1 node, 1 CPUs May 8 17:20:21 Aspire1310 kernel: [ 0.040654] smpboot: Total of 1 processors activated (3317.11 BogoMIPS) May 8 17:20:21 Aspire1310 kernel: [ 0.040843] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. May 8 17:20:21 Aspire1310 kernel: [ 0.041116] devtmpfs: initialized May 8 17:20:21 Aspire1310 kernel: [ 0.041664] PM: Registering ACPI NVS region [mem 0x1dffffc0-0x1dffffff] (64 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.044482] pinctrl core: initialized pinctrl subsystem May 8 17:20:21 Aspire1310 kernel: [ 0.044750] NET: Registered protocol family 16 May 8 17:20:21 Aspire1310 kernel: [ 0.045100] cpuidle: using governor ladder May 8 17:20:21 Aspire1310 kernel: [ 0.045106] cpuidle: using governor menu May 8 17:20:21 Aspire1310 kernel: [ 0.045251] ACPI: bus type PCI registered May 8 17:20:21 Aspire1310 kernel: [ 0.045259] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 May 8 17:20:21 Aspire1310 kernel: [ 0.045565] PCI: PCI BIOS revision 2.10 entry at 0xe8a04, last bus=1 May 8 17:20:21 Aspire1310 kernel: [ 0.045568] PCI: Using configuration type 1 for base access May 8 17:20:21 Aspire1310 kernel: [ 0.047848] ACPI: Added _OSI(Module Device) May 8 17:20:21 Aspire1310 kernel: [ 0.047855] ACPI: Added _OSI(Processor Device) May 8 17:20:21 Aspire1310 kernel: [ 0.047858] ACPI: Added _OSI(3.0 _SCP Extensions) May 8 17:20:21 Aspire1310 kernel: [ 0.047861] ACPI: Added _OSI(Processor Aggregator Device) May 8 17:20:21 Aspire1310 kernel: [ 0.053971] ACPI: Interpreter enabled May 8 17:20:21 Aspire1310 kernel: [ 0.053988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580) May 8 17:20:21 Aspire1310 kernel: [ 0.053997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580) May 8 17:20:21 Aspire1310 kernel: [ 0.054022] ACPI: (supports S0 S3 S4 S5) May 8 17:20:21 Aspire1310 kernel: [ 0.054027] ACPI: Using PIC for interrupt routing May 8 17:20:21 Aspire1310 kernel: [ 0.054078] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug May 8 17:20:21 Aspire1310 kernel: [ 0.061320] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) May 8 17:20:21 Aspire1310 kernel: [ 0.061342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] May 8 17:20:21 Aspire1310 kernel: [ 0.061354] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM May 8 17:20:21 Aspire1310 kernel: [ 0.061602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. May 8 17:20:21 Aspire1310 kernel: [ 0.061812] PCI host bridge to bus 0000:00 May 8 17:20:21 Aspire1310 kernel: [ 0.061820] pci_bus 0000:00: root bus resource [bus 00-ff] May 8 17:20:21 Aspire1310 kernel: [ 0.061824] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] May 8 17:20:21 Aspire1310 kernel: [ 0.061829] pci_bus 0000:00: root bus resource [mem 0x00000000-0x3ffffffff] May 8 17:20:21 Aspire1310 kernel: [ 0.064113] pci 0000:00:10.0: System wakeup disabled by ACPI May 8 17:20:21 Aspire1310 kernel: [ 0.064361] pci 0000:00:10.1: System wakeup disabled by ACPI May 8 17:20:21 Aspire1310 kernel: [ 0.064609] pci 0000:00:10.3: System wakeup disabled by ACPI May 8 17:20:21 Aspire1310 kernel: [ 0.064783] HPET not enabled in BIOS. You might try hpet=force boot option May 8 17:20:21 Aspire1310 kernel: [ 0.064796] pci 0000:00:11.0: can't claim BAR 13 [io 0x1000-0x107f]: address conflict with ACPI CPU throttle [io 0x1010-0x1015] May 8 17:20:21 Aspire1310 kernel: [ 0.064803] pci 0000:00:11.0: quirk: [io 0x1400-0x140f] claimed by vt8235 SMB May 8 17:20:21 Aspire1310 kernel: [ 0.065022] pci 0000:00:11.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] May 8 17:20:21 Aspire1310 kernel: [ 0.065026] pci 0000:00:11.1: legacy IDE quirk: reg 0x14: [io 0x03f6] May 8 17:20:21 Aspire1310 kernel: [ 0.065031] pci 0000:00:11.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] May 8 17:20:21 Aspire1310 kernel: [ 0.065035] pci 0000:00:11.1: legacy IDE quirk: reg 0x1c: [io 0x0376] May 8 17:20:21 Aspire1310 kernel: [ 0.065327] pci 0000:00:11.5: System wakeup disabled by ACPI May 8 17:20:21 Aspire1310 kernel: [ 0.065571] pci 0000:00:11.6: System wakeup disabled by ACPI May 8 17:20:21 Aspire1310 kernel: [ 0.065831] pci 0000:00:12.0: System wakeup disabled by ACPI May 8 17:20:21 Aspire1310 kernel: [ 0.066259] pci 0000:00:01.0: PCI bridge to [bus 01] May 8 17:20:21 Aspire1310 kernel: [ 0.068225] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 14 15) May 8 17:20:21 Aspire1310 kernel: [ 0.068321] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *10 11 14 15) May 8 17:20:21 Aspire1310 kernel: [ 0.068411] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 10 11 14 15) May 8 17:20:21 Aspire1310 kernel: [ 0.068501] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 *11 14 15) May 8 17:20:21 Aspire1310 kernel: [ 0.068634] ACPI: Enabled 2 GPEs in block 00 to 0F May 8 17:20:21 Aspire1310 kernel: [ 0.068642] ACPI: Enabled 1 GPEs in block 10 to 1F May 8 17:20:21 Aspire1310 kernel: [ 0.068748] ACPI : EC: GPE = 0x1, I/O: command/status = 0x66, data = 0x62 May 8 17:20:21 Aspire1310 kernel: [ 0.069126] vgaarb: setting as boot device: PCI:0000:01:00.0 May 8 17:20:21 Aspire1310 kernel: [ 0.069131] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none May 8 17:20:21 Aspire1310 kernel: [ 0.069133] vgaarb: loaded May 8 17:20:21 Aspire1310 kernel: [ 0.069139] vgaarb: bridge control possible 0000:01:00.0 May 8 17:20:21 Aspire1310 kernel: [ 0.069309] PCI: Using ACPI for IRQ routing May 8 17:20:21 Aspire1310 kernel: [ 0.069347] pci 0000:00:0a.0: can't claim BAR 0 [mem 0x0c000000-0x0c000fff]: address conflict with System RAM [mem 0x00100000-0x1dfeffff] May 8 17:20:21 Aspire1310 kernel: [ 0.069890] Switched to clocksource pit May 8 17:20:21 Aspire1310 kernel: [ 0.085584] pnp: PnP ACPI init May 8 17:20:21 Aspire1310 kernel: [ 0.085627] ACPI: bus type PNP registered May 8 17:20:21 Aspire1310 kernel: [ 0.086370] system 00:01: [mem 0xfffc0000-0xffffffff] has been reserved May 8 17:20:21 Aspire1310 kernel: [ 0.086499] system 00:02: [io 0x1000-0x107f] could not be reserved May 8 17:20:21 Aspire1310 kernel: [ 0.086505] system 00:02: [io 0x1400-0x140f] has been reserved May 8 17:20:21 Aspire1310 kernel: [ 0.086510] system 00:02: [io 0x1600-0x167f] has been reserved May 8 17:20:21 Aspire1310 kernel: [ 0.086515] system 00:02: [io 0x02c8-0x02cf] has been reserved May 8 17:20:21 Aspire1310 kernel: [ 0.086519] system 00:02: [io 0x04d0-0x04d1] has been reserved May 8 17:20:21 Aspire1310 kernel: [ 0.086524] system 00:02: [io 0x0600-0x060f] has been reserved May 8 17:20:21 Aspire1310 kernel: [ 0.086529] system 00:02: [io 0x03e0-0x03e3] has been reserved May 8 17:20:21 Aspire1310 kernel: [ 0.086534] system 00:02: [mem 0x000d4000-0x000d7fff] has been reserved May 8 17:20:21 Aspire1310 kernel: [ 0.088554] pnp: PnP ACPI: found 7 devices May 8 17:20:21 Aspire1310 kernel: [ 0.088557] ACPI: bus type PNP unregistered May 8 17:20:21 Aspire1310 kernel: [ 0.088573] PnPBIOS: Disabled by ACPI PNP May 8 17:20:21 Aspire1310 kernel: [ 0.127658] Switched to clocksource acpi_pm May 8 17:20:21 Aspire1310 kernel: [ 0.127689] pci 0000:01:00.0: can't claim BAR 6 [mem 0x000c0000-0x000cffff pref]: no compatible bridge window May 8 17:20:21 Aspire1310 kernel: [ 0.127746] pci 0000:00:11.0: BAR 13: [io 0x1000-0x107f] has bogus alignment May 8 17:20:21 Aspire1310 kernel: [ 0.127801] pci 0000:00:0a.0: BAR 0: assigned [mem 0x20000000-0x20000fff] May 8 17:20:21 Aspire1310 kernel: [ 0.127814] pci 0000:00:0a.0: BAR 15: assigned [mem 0x24000000-0x27ffffff pref] May 8 17:20:21 Aspire1310 kernel: [ 0.127820] pci 0000:00:0a.0: BAR 16: assigned [mem 0x28000000-0x2bffffff] May 8 17:20:21 Aspire1310 kernel: [ 0.127831] pci 0000:00:0a.0: BAR 13: assigned [io 0x1800-0x18ff] May 8 17:20:21 Aspire1310 kernel: [ 0.127837] pci 0000:00:0a.0: BAR 14: assigned [io 0x1c00-0x1cff] May 8 17:20:21 Aspire1310 kernel: [ 0.127847] pci 0000:01:00.0: BAR 6: assigned [mem 0xa0000000-0xa000ffff pref] May 8 17:20:21 Aspire1310 kernel: [ 0.127853] pci 0000:00:01.0: PCI bridge to [bus 01] May 8 17:20:21 Aspire1310 kernel: [ 0.127859] pci 0000:00:01.0: bridge window [io 0xc000-0xdfff] May 8 17:20:21 Aspire1310 kernel: [ 0.127866] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff] May 8 17:20:21 Aspire1310 kernel: [ 0.127872] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xafffffff pref] May 8 17:20:21 Aspire1310 kernel: [ 0.127880] pci 0000:00:0a.0: CardBus bridge to [bus 02-05] May 8 17:20:21 Aspire1310 kernel: [ 0.127884] pci 0000:00:0a.0: bridge window [io 0x1800-0x18ff] May 8 17:20:21 Aspire1310 kernel: [ 0.127890] pci 0000:00:0a.0: bridge window [io 0x1c00-0x1cff] May 8 17:20:21 Aspire1310 kernel: [ 0.127897] pci 0000:00:0a.0: bridge window [mem 0x24000000-0x27ffffff pref] May 8 17:20:21 Aspire1310 kernel: [ 0.127903] pci 0000:00:0a.0: bridge window [mem 0x28000000-0x2bffffff] May 8 17:20:21 Aspire1310 kernel: [ 0.128028] NET: Registered protocol family 2 May 8 17:20:21 Aspire1310 kernel: [ 0.128549] TCP established hash table entries: 4096 (order: 2, 16384 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.128611] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.128719] TCP: Hash tables configured (established 4096 bind 4096) May 8 17:20:21 Aspire1310 kernel: [ 0.128853] TCP: reno registered May 8 17:20:21 Aspire1310 kernel: [ 0.128859] UDP hash table entries: 256 (order: 1, 8192 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.128884] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.129021] NET: Registered protocol family 1 May 8 17:20:21 Aspire1310 kernel: [ 0.129068] pci 0000:00:01.0: disabling DAC on VIA PCI bridge May 8 17:20:21 Aspire1310 kernel: [ 0.129430] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 May 8 17:20:21 Aspire1310 kernel: [ 0.129629] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 May 8 17:20:21 Aspire1310 kernel: [ 0.129642] pci 0000:00:10.1: VIA VLink IRQ fixup, from 255 to 10 May 8 17:20:21 Aspire1310 kernel: [ 0.129835] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 May 8 17:20:21 Aspire1310 kernel: [ 0.130244] Unpacking initramfs... May 8 17:20:21 Aspire1310 kernel: [ 0.767699] Freeing initrd memory: 14252K (dcaf2000 - dd8dd000) May 8 17:20:21 Aspire1310 kernel: [ 0.767951] Simple Boot Flag at 0x37 set to 0x1 May 8 17:20:21 Aspire1310 kernel: [ 0.768211] microcode: AMD CPU family 0x6 not supported May 8 17:20:21 Aspire1310 kernel: [ 0.769023] futex hash table entries: 256 (order: 2, 16384 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.769138] audit: initializing netlink subsys (disabled) May 8 17:20:21 Aspire1310 kernel: [ 0.769219] audit: type=2000 audit(1431105604.767:1): initialized May 8 17:20:21 Aspire1310 kernel: [ 0.770061] HugeTLB registered 2 MB page size, pre-allocated 0 pages May 8 17:20:21 Aspire1310 kernel: [ 0.770099] zbud: loaded May 8 17:20:21 Aspire1310 kernel: [ 0.770262] VFS: Disk quotas dquot_6.5.2 May 8 17:20:21 Aspire1310 kernel: [ 0.770301] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) May 8 17:20:21 Aspire1310 kernel: [ 0.770457] msgmni has been set to 935 May 8 17:20:21 Aspire1310 kernel: [ 0.771150] alg: No test for stdrng (krng) May 8 17:20:21 Aspire1310 kernel: [ 0.771212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) May 8 17:20:21 Aspire1310 kernel: [ 0.771300] io scheduler noop registered May 8 17:20:21 Aspire1310 kernel: [ 0.771305] io scheduler deadline registered May 8 17:20:21 Aspire1310 kernel: [ 0.771365] io scheduler cfq registered (default) May 8 17:20:21 Aspire1310 kernel: [ 0.771618] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 May 8 17:20:21 Aspire1310 kernel: [ 0.771666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 May 8 17:20:21 Aspire1310 kernel: [ 0.771803] GHES: HEST is not enabled! May 8 17:20:21 Aspire1310 kernel: [ 0.771857] isapnp: Scanning for PnP cards... May 8 17:20:21 Aspire1310 kernel: [ 1.125807] isapnp: No Plug & Play device found May 8 17:20:21 Aspire1310 kernel: [ 1.126027] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled May 8 17:20:21 Aspire1310 kernel: [ 1.126923] Linux agpgart interface v0.103 May 8 17:20:21 Aspire1310 kernel: [ 1.127182] agpgart: Detected VIA Apollo Pro266 chipset May 8 17:20:21 Aspire1310 kernel: [ 1.139813] agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xb0000000 May 8 17:20:21 Aspire1310 kernel: [ 1.140120] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 May 8 17:20:21 Aspire1310 kernel: [ 1.155328] i8042: Detected active multiplexing controller, rev 1.1 May 8 17:20:21 Aspire1310 kernel: [ 1.165713] serio: i8042 KBD port at 0x60,0x64 irq 1 May 8 17:20:21 Aspire1310 kernel: [ 1.165729] serio: i8042 AUX0 port at 0x60,0x64 irq 12 May 8 17:20:21 Aspire1310 kernel: [ 1.165817] serio: i8042 AUX1 port at 0x60,0x64 irq 12 May 8 17:20:21 Aspire1310 kernel: [ 1.165881] serio: i8042 AUX2 port at 0x60,0x64 irq 12 May 8 17:20:21 Aspire1310 kernel: [ 1.165947] serio: i8042 AUX3 port at 0x60,0x64 irq 12 May 8 17:20:21 Aspire1310 kernel: [ 1.166276] mousedev: PS/2 mouse device common for all mice May 8 17:20:21 Aspire1310 kernel: [ 1.166394] rtc_cmos 00:00: RTC can wake from S4 May 8 17:20:21 Aspire1310 kernel: [ 1.166695] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 May 8 17:20:21 Aspire1310 kernel: [ 1.166740] rtc_cmos 00:00: alarms up to one year, y3k, 242 bytes nvram May 8 17:20:21 Aspire1310 kernel: [ 1.166776] ledtrig-cpu: registered to indicate activity on CPUs May 8 17:20:21 Aspire1310 kernel: [ 1.167441] TCP: cubic registered May 8 17:20:21 Aspire1310 kernel: [ 1.167482] NET: Registered protocol family 10 May 8 17:20:21 Aspire1310 kernel: [ 1.168185] mip6: Mobile IPv6 May 8 17:20:21 Aspire1310 kernel: [ 1.168196] NET: Registered protocol family 17 May 8 17:20:21 Aspire1310 kernel: [ 1.168208] mpls_gso: MPLS GSO support May 8 17:20:21 Aspire1310 kernel: [ 1.168579] Using IPI No-Shortcut mode May 8 17:20:21 Aspire1310 kernel: [ 1.168871] registered taskstats version 1 May 8 17:20:21 Aspire1310 kernel: [ 1.169688] rtc_cmos 00:00: setting system clock to 2015-05-08 17:20:06 UTC (1431105606) May 8 17:20:21 Aspire1310 kernel: [ 1.171536] Freeing unused kernel memory: 656K (c166d000 - c1711000) May 8 17:20:21 Aspire1310 kernel: [ 1.171619] Write protecting the kernel text: 4600k May 8 17:20:21 Aspire1310 kernel: [ 1.171674] Write protecting the kernel read-only data: 1452k May 8 17:20:21 Aspire1310 kernel: [ 1.194298] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 May 8 17:20:21 Aspire1310 kernel: [ 1.211128] random: systemd-udevd urandom read with 5 bits of entropy available May 8 17:20:21 Aspire1310 kernel: [ 1.279094] ACPI: bus type USB registered May 8 17:20:21 Aspire1310 kernel: [ 1.279191] usbcore: registered new interface driver usbfs May 8 17:20:21 Aspire1310 kernel: [ 1.279227] usbcore: registered new interface driver hub May 8 17:20:21 Aspire1310 kernel: [ 1.285537] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5 May 8 17:20:21 Aspire1310 kernel: [ 1.289469] usbcore: registered new device driver usb May 8 17:20:21 Aspire1310 kernel: [ 1.290973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver May 8 17:20:21 Aspire1310 kernel: [ 1.291976] uhci_hcd: USB Universal Host Controller Interface driver May 8 17:20:21 Aspire1310 kernel: [ 1.306286] Floppy drive(s): fd0 is 1.44M May 8 17:20:21 Aspire1310 kernel: [ 1.309241] ehci-pci: EHCI PCI platform driver May 8 17:20:21 Aspire1310 kernel: [ 1.319729] via_rhine: v1.10-LK1.5.1 2010-10-09 Written by Donald Becker May 8 17:20:21 Aspire1310 kernel: [ 1.323813] FDC 0 is a National Semiconductor PC87306 May 8 17:20:21 Aspire1310 kernel: [ 1.332846] SCSI subsystem initialized May 8 17:20:21 Aspire1310 kernel: [ 1.340151] firewire_ohci 0000:00:0c.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2 May 8 17:20:21 Aspire1310 kernel: [ 1.340759] uhci_hcd 0000:00:10.0: UHCI Host Controller May 8 17:20:21 Aspire1310 kernel: [ 1.340779] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1 May 8 17:20:21 Aspire1310 kernel: [ 1.340797] uhci_hcd 0000:00:10.0: detected 2 ports May 8 17:20:21 Aspire1310 kernel: [ 1.438027] random: nonblocking pool is initialized May 8 17:20:21 Aspire1310 kernel: [ 2.575724] CPU: 0 PID: 60 Comm: systemd-udevd Not tainted 3.16.0-4-686-pae #1 Debian 3.16.7-ckt9-3~deb8u1 May 8 17:20:21 Aspire1310 kernel: [ 2.575727] Hardware name: Acer Aspire 1310/Aspire 1310, BIOS 3A22 06/23/03 May 8 17:20:21 Aspire1310 kernel: [ 2.575731] 0000000b dc407f78 c1476d98 dc404860 c10a51b9 c1553480 0000000b c1648ba0 May 8 17:20:21 Aspire1310 kernel: [ 2.575739] 00000001 dc404860 0000000b dc407f9c c10a562b 00000018 31c726bb fffedd8b May 8 17:20:21 Aspire1310 kernel: [ 2.575745] dc404860 dc404860 dc404860 00000000 dc407fd8 c10a3443 5d74b14b dfef0521 May 8 17:20:21 Aspire1310 kernel: [ 2.575752] Call Trace: May 8 17:20:21 Aspire1310 kernel: [ 2.575771] [<c1476d98>] ? dump_stack+0x3e/0x4e May 8 17:20:21 Aspire1310 kernel: [ 2.575779] [<c10a51b9>] ? __report_bad_irq+0x29/0xd0 May 8 17:20:21 Aspire1310 kernel: [ 2.575784] [<c10a562b>] ? note_interrupt+0x1cb/0x210 May 8 17:20:21 Aspire1310 kernel: [ 2.575793] [<c10a3443>] ? handle_irq_event_percpu+0xa3/0x180 May 8 17:20:21 Aspire1310 kernel: [ 2.575798] [<c10a354a>] ? handle_irq_event+0x2a/0x50 May 8 17:20:21 Aspire1310 kernel: [ 2.575802] [<c10a5ab0>] ? handle_nested_irq+0xb0/0xb0 May 8 17:20:21 Aspire1310 kernel: [ 2.575806] [<c10a5b12>] ? handle_level_irq+0x62/0xe0 May 8 17:20:21 Aspire1310 kernel: [ 2.575816] [<c10116d1>] ? handle_irq+0x71/0x90 May 8 17:20:21 Aspire1310 kernel: [ 2.575818] <IRQ> [<c147ce3c>] ? do_IRQ+0x3c/0xd0 May 8 17:20:21 Aspire1310 kernel: [ 2.575828] [<c147c373>] ? common_interrupt+0x33/0x38 May 8 17:20:21 Aspire1310 kernel: [ 2.575836] [<c105b4cd>] ? __do_softirq+0x6d/0x230 May 8 17:20:21 Aspire1310 kernel: [ 2.575840] [<c105b460>] ? cpu_callback+0x160/0x160 May 8 17:20:21 Aspire1310 kernel: [ 2.575845] [<c1011652>] ? do_softirq_own_stack+0x22/0x30 May 8 17:20:21 Aspire1310 kernel: [ 2.575847] <IRQ> [<c105b8ad>] ? irq_exit+0x8d/0xa0 May 8 17:20:21 Aspire1310 kernel: [ 2.575853] [<c147ce45>] ? do_IRQ+0x45/0xd0 May 8 17:20:21 Aspire1310 kernel: [ 2.575857] [<c147c373>] ? common_interrupt+0x33/0x38 May 8 17:20:21 Aspire1310 kernel: [ 2.575865] [<c147b48f>] ? _raw_spin_unlock_irqrestore+0xf/0x20 May 8 17:20:21 Aspire1310 kernel: [ 2.575871] [<c10a4b4c>] ? __setup_irq+0x33c/0x4b0 May 8 17:20:21 Aspire1310 kernel: [ 2.575883] [<c12596e0>] ? vsnprintf+0x2f0/0x430 May 8 17:20:21 Aspire1310 kernel: [ 2.575888] [<c10a4da8>] ? request_threaded_irq+0x68/0x120 May 8 17:20:21 Aspire1310 kernel: [ 2.575914] [<de890e60>] ? usb_mon_register+0x30/0x30 [usbcore] May 8 17:20:21 Aspire1310 kernel: [ 2.575919] [<c10a4de2>] ? request_threaded_irq+0xa2/0x120 May 8 17:20:21 Aspire1310 kernel: [ 2.575929] [<de892a0c>] ? usb_add_hcd+0x51c/0x810 [usbcore] May 8 17:20:21 Aspire1310 kernel: [ 2.575938] [<c1283b36>] ? pcibios_set_master+0x36/0x90 May 8 17:20:21 Aspire1310 kernel: [ 2.575952] [<de8a2e0f>] ? usb_hcd_pci_probe+0x1ef/0x650 [usbcore] May 8 17:20:21 Aspire1310 kernel: [ 2.575958] [<c1285e3f>] ? pci_device_probe+0x6f/0xc0 May 8 17:20:21 Aspire1310 kernel: [ 2.575965] [<c11cb565>] ? sysfs_create_link+0x25/0x40 May 8 17:20:21 Aspire1310 kernel: [ 2.575973] [<c1340293>] ? driver_probe_device+0x93/0x3a0 May 8 17:20:21 Aspire1310 kernel: [ 2.575977] [<c1340651>] ? __driver_attach+0x71/0x80 May 8 17:20:21 Aspire1310 kernel: [ 2.575981] [<c13405e0>] ? __device_attach+0x40/0x40 May 8 17:20:21 Aspire1310 kernel: [ 2.575985] [<c133e767>] ? bus_for_each_dev+0x47/0x80 May 8 17:20:21 Aspire1310 kernel: [ 2.575989] [<c133fd9e>] ? driver_attach+0x1e/0x20 May 8 17:20:21 Aspire1310 kernel: [ 2.575993] [<c13405e0>] ? __device_attach+0x40/0x40 May 8 17:20:21 Aspire1310 kernel: [ 2.575997] [<c133f9f7>] ? bus_add_driver+0x157/0x230 May 8 17:20:21 Aspire1310 kernel: [ 2.576003] [<de835000>] ? 0xde834fff May 8 17:20:21 Aspire1310 kernel: [ 2.576007] [<c1340d19>] ? driver_register+0x59/0xe0 May 8 17:20:21 Aspire1310 kernel: [ 2.576019] [<de8350b7>] ? uhci_hcd_init+0xb7/0x1000 [uhci_hcd] May 8 17:20:21 Aspire1310 kernel: [ 2.576023] [<c1002132>] ? do_one_initcall+0xc2/0x1f0 May 8 17:20:21 Aspire1310 kernel: [ 2.576023] [<de835000>] ? 0xde834fff May 8 17:20:21 Aspire1310 kernel: [ 2.576023] [<c111d92d>] ? free_pages_prepare+0xed/0x170 May 8 17:20:21 Aspire1310 kernel: [ 2.576023] [<c1149c88>] ? __vunmap+0x88/0xf0 May 8 17:20:21 Aspire1310 kernel: [ 2.576023] [<c1149c88>] ? __vunmap+0x88/0xf0 May 8 17:20:21 Aspire1310 kernel: [ 2.576023] [<c10c13eb>] ? load_module+0x1cbb/0x2390 May 8 17:20:21 Aspire1310 kernel: [ 2.576023] [<c10c1c25>] ? SyS_finit_module+0x75/0xc0 May 8 17:20:21 Aspire1310 kernel: [ 2.576023] [<c112f86b>] ? vm_mmap_pgoff+0x7b/0xa0 May 8 17:20:21 Aspire1310 kernel: [ 2.576023] [<c147bdc9>] ? syscall_call+0x7/0x7 May 8 17:20:21 Aspire1310 kernel: [ 2.577260] tsc: Refined TSC clocksource calibration: 1658.522 MHz May 8 17:20:21 Aspire1310 kernel: [ 2.637083] uhci_hcd 0000:00:10.0: irq 11, io base 0x00001200 May 8 17:20:21 Aspire1310 kernel: [ 2.637288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 May 8 17:20:21 Aspire1310 kernel: [ 2.637293] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 May 8 17:20:21 Aspire1310 kernel: [ 2.637297] usb usb1: Product: UHCI Host Controller May 8 17:20:21 Aspire1310 kernel: [ 2.637301] usb usb1: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd May 8 17:20:21 Aspire1310 kernel: [ 2.637304] usb usb1: SerialNumber: 0000:00:10.0 May 8 17:20:21 Aspire1310 kernel: [ 2.637901] hub 1-0:1.0: USB hub found May 8 17:20:21 Aspire1310 kernel: [ 2.637922] hub 1-0:1.0: 2 ports detected May 8 17:20:21 Aspire1310 kernel: [ 2.638682] ehci-pci 0000:00:10.3: EHCI Host Controller May 8 17:20:21 Aspire1310 kernel: [ 2.638700] ehci-pci 0000:00:10.3: new USB bus registered, assigned bus number 2 May 8 17:20:21 Aspire1310 kernel: [ 3.931295] CPU: 0 PID: 63 Comm: systemd-udevd Not tainted 3.16.0-4-686-pae #1 Debian 3.16.7-ckt9-3~deb8u1 May 8 17:20:21 Aspire1310 kernel: [ 3.931299] Hardware name: Acer Aspire 1310/Aspire 1310, BIOS 3A22 06/23/03 May 8 17:20:21 Aspire1310 kernel: [ 3.931303] 0000000b dc407f78 c1476d98 dc404860 c10a51b9 c1553480 0000000b c1648ba0 May 8 17:20:21 Aspire1310 kernel: [ 3.931311] 00000001 dc404860 0000000b dc407f9c c10a562b 00000018 b7c88fe5 fffedede May 8 17:20:21 Aspire1310 kernel: [ 3.931317] dc404860 dc404860 dc404860 00000000 dc407fd8 c10a3443 5d74b14b dfef0521 May 8 17:20:21 Aspire1310 kernel: [ 3.931324] Call Trace: May 8 17:20:21 Aspire1310 kernel: [ 3.931346] [<c1476d98>] ? dump_stack+0x3e/0x4e May 8 17:20:21 Aspire1310 kernel: [ 3.931355] [<c10a51b9>] ? __report_bad_irq+0x29/0xd0 May 8 17:20:21 Aspire1310 kernel: [ 3.931360] [<c10a562b>] ? note_interrupt+0x1cb/0x210 May 8 17:20:21 Aspire1310 kernel: [ 3.931371] [<c10a3443>] ? handle_irq_event_percpu+0xa3/0x180 May 8 17:20:21 Aspire1310 kernel: [ 3.931376] [<c10a354a>] ? handle_irq_event+0x2a/0x50 May 8 17:20:21 Aspire1310 kernel: [ 3.931380] [<c10a5ab0>] ? handle_nested_irq+0xb0/0xb0 May 8 17:20:21 Aspire1310 kernel: [ 3.931384] [<c10a5b12>] ? handle_level_irq+0x62/0xe0 May 8 17:20:21 Aspire1310 kernel: [ 3.931396] [<c10116d1>] ? handle_irq+0x71/0x90 May 8 17:20:21 Aspire1310 kernel: [ 3.931399] <IRQ> [<c147ce3c>] ? do_IRQ+0x3c/0xd0 May 8 17:20:21 Aspire1310 kernel: [ 3.931414] [<c10905ad>] ? complete+0x2d/0x40 May 8 17:20:21 Aspire1310 kernel: [ 3.931419] [<c147c373>] ? common_interrupt+0x33/0x38 May 8 17:20:21 Aspire1310 kernel: [ 3.931426] [<c105b4cd>] ? __do_softirq+0x6d/0x230 May 8 17:20:21 Aspire1310 kernel: [ 3.931431] [<c105b460>] ? cpu_callback+0x160/0x160 May 8 17:20:21 Aspire1310 kernel: [ 3.931435] [<c1011652>] ? do_softirq_own_stack+0x22/0x30 May 8 17:20:21 Aspire1310 kernel: [ 3.931437] <IRQ> [<c105b8ad>] ? irq_exit+0x8d/0xa0 May 8 17:20:21 Aspire1310 kernel: [ 3.931443] [<c147ce45>] ? do_IRQ+0x45/0xd0 May 8 17:20:21 Aspire1310 kernel: [ 3.931447] [<c147c373>] ? common_interrupt+0x33/0x38 May 8 17:20:21 Aspire1310 kernel: [ 3.931458] [<c147b48f>] ? _raw_spin_unlock_irqrestore+0xf/0x20 May 8 17:20:21 Aspire1310 kernel: [ 3.931463] [<c10a4b4c>] ? __setup_irq+0x33c/0x4b0 May 8 17:20:21 Aspire1310 kernel: [ 3.931478] [<c12596e0>] ? vsnprintf+0x2f0/0x430 May 8 17:20:21 Aspire1310 kernel: [ 3.931483] [<c10a4da8>] ? request_threaded_irq+0x68/0x120 May 8 17:20:21 Aspire1310 kernel: [ 3.931514] [<de890e60>] ? usb_mon_register+0x30/0x30 [usbcore] May 8 17:20:21 Aspire1310 kernel: [ 3.931519] [<c10a4de2>] ? request_threaded_irq+0xa2/0x120 May 8 17:20:21 Aspire1310 kernel: [ 3.931530] [<de892a0c>] ? usb_add_hcd+0x51c/0x810 [usbcore] May 8 17:20:21 Aspire1310 kernel: [ 3.931546] [<de8a23d9>] ? for_each_companion+0x39/0x80 [usbcore] May 8 17:20:21 Aspire1310 kernel: [ 3.931557] [<de8a3159>] ? usb_hcd_pci_probe+0x539/0x650 [usbcore] May 8 17:20:21 Aspire1310 kernel: [ 3.931568] [<c1285e3f>] ? pci_device_probe+0x6f/0xc0 May 8 17:20:21 Aspire1310 kernel: [ 3.931575] [<c11cb565>] ? sysfs_create_link+0x25/0x40 May 8 17:20:21 Aspire1310 kernel: [ 3.931583] [<c1340293>] ? driver_probe_device+0x93/0x3a0 May 8 17:20:21 Aspire1310 kernel: [ 3.931587] [<c1340651>] ? __driver_attach+0x71/0x80 May 8 17:20:21 Aspire1310 kernel: [ 3.931591] [<c13405e0>] ? __device_attach+0x40/0x40 May 8 17:20:21 Aspire1310 kernel: [ 3.931595] [<c133e767>] ? bus_for_each_dev+0x47/0x80 May 8 17:20:21 Aspire1310 kernel: [ 3.931599] [<c133fd9e>] ? driver_attach+0x1e/0x20 May 8 17:20:21 Aspire1310 kernel: [ 3.931603] [<c13405e0>] ? __device_attach+0x40/0x40 May 8 17:20:21 Aspire1310 kernel: [ 3.931607] [<c133f9f7>] ? bus_add_driver+0x157/0x230 May 8 17:20:21 Aspire1310 kernel: [ 3.931612] [<de863000>] ? 0xde862fff May 8 17:20:21 Aspire1310 kernel: [ 3.931616] [<c1340d19>] ? driver_register+0x59/0xe0 May 8 17:20:21 Aspire1310 kernel: [ 3.931620] [<de863000>] ? 0xde862fff May 8 17:20:21 Aspire1310 kernel: [ 3.931627] [<c1002132>] ? do_one_initcall+0xc2/0x1f0 May 8 17:20:21 Aspire1310 kernel: [ 3.931630] [<de863000>] ? 0xde862fff May 8 17:20:21 Aspire1310 kernel: [ 3.931642] [<c111d92d>] ? free_pages_prepare+0xed/0x170 May 8 17:20:21 Aspire1310 kernel: [ 3.931646] [<de85e000>] ? 0xde85dfff May 8 17:20:21 Aspire1310 kernel: [ 3.931655] [<c1149c88>] ? __vunmap+0x88/0xf0 May 8 17:20:21 Aspire1310 kernel: [ 3.931659] [<c1149c88>] ? __vunmap+0x88/0xf0 May 8 17:20:21 Aspire1310 kernel: [ 3.931668] [<c10c13eb>] ? load_module+0x1cbb/0x2390 May 8 17:20:21 Aspire1310 kernel: [ 3.931675] [<c10c1c25>] ? SyS_finit_module+0x75/0xc0 May 8 17:20:21 Aspire1310 kernel: [ 3.931688] [<c112f86b>] ? vm_mmap_pgoff+0x7b/0xa0 May 8 17:20:21 Aspire1310 kernel: [ 3.931696] [<c147bdc9>] ? syscall_call+0x7/0x7 May 8 17:20:21 Aspire1310 kernel: [ 3.932321] thermal LNXTHERM:00: registered as thermal_zone0 May 8 17:20:21 Aspire1310 kernel: [ 3.932325] ACPI: Thermal Zone [THRM] (76 C) May 8 17:20:21 Aspire1310 kernel: [ 3.933051] ehci-pci 0000:00:10.3: irq 11, io mem 0xf0008000 May 8 17:20:21 Aspire1310 kernel: [ 3.933329] firewire_core 0000:00:0c.0: created device fw0: GUID 00c09f00000afadc, S400 May 8 17:20:21 Aspire1310 kernel: [ 3.934621] Switched to clocksource tsc May 8 17:20:21 Aspire1310 kernel: [ 3.944065] ehci-pci 0000:00:10.3: USB 2.0 started, EHCI 1.00 May 8 17:20:21 Aspire1310 kernel: [ 3.944249] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 May 8 17:20:21 Aspire1310 kernel: [ 3.944254] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 May 8 17:20:21 Aspire1310 kernel: [ 3.944258] usb usb2: Product: EHCI Host Controller May 8 17:20:21 Aspire1310 kernel: [ 3.944262] usb usb2: Manufacturer: Linux 3.16.0-4-686-pae ehci_hcd May 8 17:20:21 Aspire1310 kernel: [ 3.944265] usb usb2: SerialNumber: 0000:00:10.3 May 8 17:20:21 Aspire1310 kernel: [ 3.944892] hub 2-0:1.0: USB hub found May 8 17:20:21 Aspire1310 kernel: [ 3.944975] hub 2-0:1.0: 4 ports detected May 8 17:20:21 Aspire1310 kernel: [ 3.968159] hub 1-0:1.0: USB hub found May 8 17:20:21 Aspire1310 kernel: [ 3.968262] hub 1-0:1.0: 2 ports detected May 8 17:20:21 Aspire1310 kernel: [ 3.975315] via-rhine 0000:00:12.0 eth0: VIA Rhine II at 0x1e200, 00:c0:9f:25:96:5c, IRQ 11 May 8 17:20:21 Aspire1310 kernel: [ 3.976167] via-rhine 0000:00:12.0 eth0: MII PHY found at address 1, status 0x782d advertising 01e1 Link c5e1 May 8 17:20:21 Aspire1310 kernel: [ 3.976330] pata_via 0000:00:11.1: can't derive routing for PCI INT A May 8 17:20:21 Aspire1310 kernel: [ 3.981241] scsi0 : pata_via May 8 17:20:21 Aspire1310 kernel: [ 3.981699] scsi1 : pata_via May 8 17:20:21 Aspire1310 kernel: [ 3.981834] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1100 irq 14 May 8 17:20:21 Aspire1310 kernel: [ 3.981839] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1108 irq 15 May 8 17:20:21 Aspire1310 kernel: [ 3.982335] uhci_hcd 0000:00:10.1: UHCI Host Controller May 8 17:20:21 Aspire1310 kernel: [ 3.982356] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3 May 8 17:20:21 Aspire1310 kernel: [ 3.982375] uhci_hcd 0000:00:10.1: detected 2 ports May 8 17:20:21 Aspire1310 kernel: [ 3.982416] uhci_hcd 0000:00:10.1: irq 10, io base 0x00001300 May 8 17:20:21 Aspire1310 kernel: [ 3.983172] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 May 8 17:20:21 Aspire1310 kernel: [ 3.983181] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 May 8 17:20:21 Aspire1310 kernel: [ 3.983185] usb usb3: Product: UHCI Host Controller May 8 17:20:21 Aspire1310 kernel: [ 3.983190] usb usb3: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd May 8 17:20:21 Aspire1310 kernel: [ 3.983193] usb usb3: SerialNumber: 0000:00:10.1 May 8 17:20:21 Aspire1310 kernel: [ 3.983746] hub 3-0:1.0: USB hub found May 8 17:20:21 Aspire1310 kernel: [ 3.983824] hub 3-0:1.0: 2 ports detected May 8 17:20:21 Aspire1310 kernel: [ 4.144700] ata1.00: ATA-6: IC25N060ATMR04-0, MO3OAD5A, max UDMA/100 May 8 17:20:21 Aspire1310 kernel: [ 4.144718] ata1.00: 117210240 sectors, multi 16: LBA48 May 8 17:20:21 Aspire1310 kernel: [ 4.160507] ata1.00: configured for UDMA/100 May 8 17:20:21 Aspire1310 kernel: [ 4.160802] scsi 0:0:0:0: Direct-Access ATA IC25N060ATMR04-0 AD5A PQ: 0 ANSI: 5 May 8 17:20:21 Aspire1310 kernel: [ 4.324799] ata2.00: ATAPI: UJDA740 DVD/CDRW, 1.00, max UDMA/33 May 8 17:20:21 Aspire1310 kernel: [ 4.340669] ata2.00: configured for UDMA/33 May 8 17:20:21 Aspire1310 kernel: [ 4.344559] scsi 1:0:0:0: CD-ROM MATSHITA UJDA740 DVD/CDRW 1.00 PQ: 0 ANSI: 5 May 8 17:20:21 Aspire1310 kernel: [ 4.367812] sd 0:0:0:0: [sda] 117210240 512-byte logical blocks: (60.0 GB/55.8 GiB) May 8 17:20:21 Aspire1310 kernel: [ 4.367916] sd 0:0:0:0: [sda] Write Protect is off May 8 17:20:21 Aspire1310 kernel: [ 4.367964] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA May 8 17:20:21 Aspire1310 kernel: [ 4.374723] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray May 8 17:20:21 Aspire1310 kernel: [ 4.374737] cdrom: Uniform CD-ROM driver Revision: 3.20 May 8 17:20:21 Aspire1310 kernel: [ 4.379199] sd 0:0:0:0: Attached scsi generic sg0 type 0 May 8 17:20:21 Aspire1310 kernel: [ 4.379374] sr 1:0:0:0: Attached scsi generic sg1 type 5 May 8 17:20:21 Aspire1310 kernel: [ 4.426964] sda: sda1 sda2 May 8 17:20:21 Aspire1310 kernel: [ 4.428173] sd 0:0:0:0: [sda] Attached SCSI disk May 8 17:20:21 Aspire1310 kernel: [ 4.827279] PM: Starting manual resume from disk May 8 17:20:21 Aspire1310 kernel: [ 5.054455] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) May 8 17:20:21 Aspire1310 kernel: [ 7.774934] fuse init (API version 7.23) May 8 17:20:21 Aspire1310 kernel: [ 10.307687] tsc: Marking TSC unstable due to TSC halts in idle May 8 17:20:21 Aspire1310 kernel: [ 10.312108] Switched to clocksource acpi_pm May 8 17:20:21 Aspire1310 kernel: [ 10.372930] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5 May 8 17:20:21 Aspire1310 kernel: [ 10.373043] ACPI: Lid Switch [LID] May 8 17:20:21 Aspire1310 kernel: [ 10.376853] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6 May 8 17:20:21 Aspire1310 kernel: [ 10.376871] ACPI: Power Button [PBTN] May 8 17:20:21 Aspire1310 kernel: [ 10.377063] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7 May 8 17:20:21 Aspire1310 kernel: [ 10.377069] ACPI: Power Button [PWRF] May 8 17:20:21 Aspire1310 kernel: [ 10.520796] ACPI: AC Adapter [ADP0] (on-line) May 8 17:20:21 Aspire1310 kernel: [ 10.564983] ACPI: Video Device [VGA0] (multi-head: yes rom: no post: no) May 8 17:20:21 Aspire1310 kernel: [ 10.565306] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:00/LNXVIDEO:00/input/input8 May 8 17:20:21 Aspire1310 kernel: [ 10.612688] NET: Registered protocol family 23 May 8 17:20:21 Aspire1310 kernel: [ 10.701636] ACPI: Battery Slot [BAT0] (battery absent) May 8 17:20:21 Aspire1310 kernel: [ 10.824933] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 May 8 17:20:21 Aspire1310 kernel: [ 10.870280] parport_pc 00:06: reported by Plug and Play ACPI May 8 17:20:21 Aspire1310 kernel: [ 10.870358] parport0: PC-style at 0x378, irq 7 [PCSPP] May 8 17:20:21 Aspire1310 kernel: [ 11.377149] yenta_cardbus 0000:00:0a.0: CardBus bridge found [10cf:10e7] May 8 17:20:21 Aspire1310 kernel: [ 11.377192] yenta_cardbus 0000:00:0a.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off' May 8 17:20:21 Aspire1310 kernel: [ 11.504441] yenta_cardbus 0000:00:0a.0: ISA IRQ mask 0x0018, PCI irq 11 May 8 17:20:21 Aspire1310 kernel: [ 11.504459] yenta_cardbus 0000:00:0a.0: Socket status: 30000827 May 8 17:20:21 Aspire1310 kernel: [ 11.820916] input: PC Speaker as /devices/platform/pcspkr/input/input12 May 8 17:20:21 Aspire1310 kernel: [ 11.950547] ppdev: user-space parallel port driver May 8 17:20:21 Aspire1310 kernel: [ 11.956613] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro May 8 17:20:21 Aspire1310 kernel: [ 11.962750] powernow: PowerNOW! Technology present. Can scale: frequency and voltage. May 8 17:20:21 Aspire1310 kernel: [ 11.972209] powernow: SGTC: 13333 May 8 17:20:21 Aspire1310 kernel: [ 11.972223] powernow: Minimum speed 663 MHz. Maximum speed 1658 MHz. May 8 17:20:21 Aspire1310 kernel: [ 12.460564] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: May 8 17:20:21 Aspire1310 kernel: [ 12.461701] excluding 0x170-0x177 0x1f0-0x1f7 0x2c8-0x2cf 0x370-0x37f May 8 17:20:21 Aspire1310 kernel: [ 12.462562] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: May 8 17:20:21 Aspire1310 kernel: [ 12.462966] excluding 0x3e0-0x3e7 0x3f0-0x3f7 0x4d0-0x4d7 May 8 17:20:21 Aspire1310 kernel: [ 12.463437] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: May 8 17:20:21 Aspire1310 kernel: [ 12.470003] clean. May 8 17:20:21 Aspire1310 kernel: [ 12.470234] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: May 8 17:20:21 Aspire1310 kernel: [ 12.470979] clean. May 8 17:20:21 Aspire1310 kernel: [ 12.471066] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: May 8 17:20:21 Aspire1310 kernel: [ 12.471087] excluding 0xc0000-0xcffff 0xd4000-0xd7fff 0xe0000-0xfffff May 8 17:20:21 Aspire1310 kernel: [ 12.471177] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: May 8 17:20:21 Aspire1310 kernel: [ 12.471217] excluding 0xa0000000-0xa0ffffff May 8 17:20:21 Aspire1310 kernel: [ 12.471277] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: May 8 17:20:21 Aspire1310 kernel: [ 12.471321] clean. May 8 17:20:21 Aspire1310 kernel: [ 12.471376] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: May 8 17:20:21 Aspire1310 kernel: [ 12.481118] clean. May 8 17:20:21 Aspire1310 kernel: [ 12.850724] Adding 498684k swap on /dev/sda2. Priority:-1 extents:1 across:498684k FS May 8 17:20:21 Aspire1310 kernel: [ 12.872326] snd_via82xx_modem 0000:00:11.6: MC'97 0 converters and GPIO not ready (0x1) May 8 17:20:21 Aspire1310 kernel: [ 12.877873] ACPI Warning: SystemIO range 0x00001400-0x00001407 conflicts with OpRegion 0x00001400-0x00001407 (\SMB_) (20140424/utaddress-258) May 8 17:20:21 Aspire1310 kernel: [ 12.877911] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver May 8 17:20:21 Aspire1310 kernel: [ 13.034769] input: ALPS PS/2 Device as /devices/platform/i8042/serio4/input/input14 May 8 17:20:21 Aspire1310 kernel: [ 13.063723] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio4/input/input13 May 8 17:20:21 Aspire1310 rsyslogd-2007: action 'action 17' suspended, next retry is Fri May 8 17:20:51 2015 [try http://www.rsyslog.com/e/2007 ] May 8 17:23:06 Aspire1310 kernel: [ 180.444137] PM: Syncing filesystems ... done. May 8 17:23:20 Aspire1310 kernel: [ 181.201613] Freezing user space processes ... (elapsed 0.001 seconds) done. May 8 17:23:20 Aspire1310 kernel: [ 181.202860] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. May 8 17:23:20 Aspire1310 kernel: [ 181.204184] Suspending console(s) (use no_console_suspend to debug) May 8 17:23:20 Aspire1310 kernel: [ 181.205278] sd 0:0:0:0: [sda] Synchronizing SCSI cache May 8 17:23:20 Aspire1310 kernel: [ 181.238246] parport_pc 00:06: disabled May 8 17:23:20 Aspire1310 kernel: [ 181.256091] agpgart-via 0000:00:00.0: Refused to change power state, currently in D0 May 8 17:23:20 Aspire1310 kernel: [ 181.358890] sd 0:0:0:0: [sda] Stopping disk May 8 17:23:20 Aspire1310 kernel: [ 181.816540] pata_via 0000:00:11.1: can't derive routing for PCI INT A May 8 17:23:20 Aspire1310 kernel: [ 181.816578] PM: suspend of devices complete after 611.984 msecs May 8 17:23:20 Aspire1310 kernel: [ 181.817426] PM: late suspend of devices complete after 0.835 msecs May 8 17:23:20 Aspire1310 kernel: [ 181.818061] ehci-pci 0000:00:10.3: System wakeup enabled by ACPI May 8 17:23:20 Aspire1310 kernel: [ 181.818128] uhci_hcd 0000:00:10.1: System wakeup enabled by ACPI May 8 17:23:20 Aspire1310 kernel: [ 181.818192] uhci_hcd 0000:00:10.0: System wakeup enabled by ACPI May 8 17:23:20 Aspire1310 kernel: [ 181.832140] PM: noirq suspend of devices complete after 14.703 msecs May 8 17:23:20 Aspire1310 kernel: [ 181.832440] ACPI: Preparing to enter system sleep state S3 May 8 17:23:20 Aspire1310 kernel: [ 181.836461] PM: Saving platform NVS memory May 8 17:23:20 Aspire1310 kernel: [ 181.836469] Disabling non-boot CPUs ... May 8 17:23:20 Aspire1310 kernel: [ 181.836469] ACPI: Low-level resume complete May 8 17:23:20 Aspire1310 kernel: [ 181.836469] PM: Restoring platform NVS memory May 8 17:23:20 Aspire1310 kernel: [ 181.836469] ACPI: Waking up from system sleep state S3 May 8 17:23:20 Aspire1310 kernel: [ 181.836469] yenta_cardbus 0000:00:0a.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off' May 8 17:23:20 Aspire1310 kernel: [ 181.852462] uhci_hcd 0000:00:10.0: System wakeup disabled by ACPI May 8 17:23:20 Aspire1310 kernel: [ 181.852590] uhci_hcd 0000:00:10.1: System wakeup disabled by ACPI May 8 17:23:20 Aspire1310 kernel: [ 181.852711] ehci-pci 0000:00:10.3: System wakeup disabled by ACPI May 8 17:23:20 Aspire1310 kernel: [ 181.854341] PM: noirq resume of devices complete after 13.554 msecs May 8 17:23:20 Aspire1310 kernel: [ 181.855218] PM: early resume of devices complete after 0.305 msecs May 8 17:23:20 Aspire1310 kernel: [ 181.855660] usb usb1: root hub lost power or was reset May 8 17:23:20 Aspire1310 kernel: [ 181.855816] usb usb3: root hub lost power or was reset May 8 17:23:20 Aspire1310 kernel: [ 181.856032] pata_via 0000:00:11.1: can't derive routing for PCI INT A May 8 17:23:20 Aspire1310 kernel: [ 181.858622] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000020) is beyond end of object (length 0xF) (20140424/exoparg2-420) May 8 17:23:20 Aspire1310 kernel: [ 181.858652] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.GTF_] (Node dc419de0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536) May 8 17:23:20 Aspire1310 kernel: [ 181.858676] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRI_.MAST._GTF] (Node dc419f30), AE_AML_PACKAGE_LIMIT (20140424/psparse-536) May 8 17:23:20 Aspire1310 kernel: [ 181.858690] ata1.00: _GTF evaluation failed (AE 0x300b) May 8 17:23:20 Aspire1310 kernel: [ 181.860040] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000020) is beyond end of object (length 0xF) (20140424/exoparg2-420) May 8 17:23:20 Aspire1310 kernel: [ 181.860040] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.GTF_] (Node dc419de0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536) May 8 17:23:20 Aspire1310 kernel: [ 181.860040] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.SEC_.MAST._GTF] (Node dc419e40), AE_AML_PACKAGE_LIMIT (20140424/psparse-536) May 8 17:23:20 Aspire1310 kernel: [ 181.860040] ata2.00: _GTF evaluation failed (AE 0x300b) May 8 17:23:20 Aspire1310 kernel: [ 181.860040] sd 0:0:0:0: [sda] Starting disk May 8 17:23:20 Aspire1310 kernel: [ 181.862362] parport_pc 00:06: activated May 8 17:23:20 Aspire1310 kernel: [ 182.037590] ata2.00: configured for UDMA/33 May 8 17:23:20 Aspire1310 kernel: [ 182.408649] firewire_core 0000:00:0c.0: rediscovered device fw0 May 8 17:23:20 Aspire1310 kernel: [ 182.612655] ata1.00: configured for UDMA/100 May 8 17:23:20 Aspire1310 kernel: [ 184.888153] May 8 17:23:20 Aspire1310 kernel: [ 184.888157] floppy driver state May 8 17:23:20 Aspire1310 kernel: [ 184.888159] ------------------- May 8 17:23:20 Aspire1310 kernel: [ 184.888281] now=4294938518 last interrupt=4294892627 diff=45891 last called handler=reset_interrupt [floppy] May 8 17:23:20 Aspire1310 kernel: [ 184.888284] timeout_message=lock fdc May 8 17:23:20 Aspire1310 kernel: [ 184.888285] last output bytes: May 8 17:23:20 Aspire1310 kernel: [ 184.888288] 8 80 4294892623 May 8 17:23:20 Aspire1310 kernel: [ 184.888292] 8 80 4294892623 May 8 17:23:20 Aspire1310 kernel: [ 184.888295] 8 80 4294892623 May 8 17:23:20 Aspire1310 kernel: [ 184.888298] 8 80 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888301] 8 80 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888303] 8 80 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888306] 8 80 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888309] e 80 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888312] 13 80 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888315] 0 90 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888317] 1a 90 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888320] 0 90 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888323] 12 80 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888326] 0 90 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888328] 14 80 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888331] 18 80 4294892626 May 8 17:23:20 Aspire1310 kernel: [ 184.888334] 8 80 4294892627 May 8 17:23:20 Aspire1310 kernel: [ 184.888337] 8 80 4294892627 May 8 17:23:20 Aspire1310 kernel: [ 184.888340] 8 80 4294892627 May 8 17:23:20 Aspire1310 kernel: [ 184.888342] 8 80 4294892627 May 8 17:23:20 Aspire1310 kernel: [ 184.888344] last result at 4294892627 May 8 17:23:20 Aspire1310 kernel: [ 184.888347] last redo_fd_request at 4294892627 May 8 17:23:20 Aspire1310 kernel: [ 184.888375] status=0 May 8 17:23:20 Aspire1310 kernel: [ 184.888377] fdc_busy=1 May 8 17:23:20 Aspire1310 kernel: [ 184.888388] do_floppy=reset_interrupt [floppy] May 8 17:23:20 Aspire1310 kernel: [ 184.888392] cont=de9af294 May 8 17:23:20 Aspire1310 kernel: [ 184.888396] current_req= (null) May 8 17:23:20 Aspire1310 kernel: [ 184.888398] command_status=-1 May 8 17:23:20 Aspire1310 kernel: [ 184.888400] May 8 17:23:20 Aspire1310 kernel: [ 184.888413] floppy0: floppy timeout called I start it up : May 8 17:23:20 Aspire1310 kernel: [ 185.028279] PM: resume of devices complete after 3174.822 msecs May 8 17:23:20 Aspire1310 kernel: [ 185.028563] Restarting tasks ... done. Again, at 210.496501 And again, at 240.758886 : PM: Syncing filesystems ... done.] [...] And then I wake it up. [ 271.018419] PM: Syncing filesystems ... done. [going to sleep... and then I wake it up] [ 301.259196] PM: Syncing filesystems ... done. [going to sleep... and then I wake it up] [ 331.512649] PM: Syncing filesystems ... done. Thank you for your help and help attempts ! | I was not able to write more characters on the previous message but : The computer is not doing this everytime (if I'm lucky it will work without going to sleep every 30 seconds) The motherboard is quite simple : a VIA KM266 chip at the middle with an Athlon XP at side of it. No problem with Memtest Completely clean and no overheating problems I will verify if at installation with quite nothing (minimalist installation) it works all the time, and then, starting frow what package it's going to sleep. Problem is encountered with LXDE and Mate also No problem with Debian 7.8.0, the problem appeared since Debian 8 |
Hello everyone, sorry if I'm posting this in the wrong area but here goes... I have recently begun self teaching myself how to configure and run a Debian server. During this process I noticed that Linux/Debian see my server's NICs incorrectly. For whatever reason it insists NIC 0 is 1 and NIC 1 is 0, when I look in my BIOS I can see the cable plugged into NIC 0 that it thinks is 1, and Windows Server 2008 R2 also sees the NICs correctly. I know it really isn't that big of a deal but stuff like this irks me to no end and will never stop bugging me, so basically what I want to know is... How can I change it or make it so Linux/Debian see my NICs correctly? | /etc/udev/rules.d/70-persistent-net.rules Set it as you like. |
Hi all, I just installed Jessie and now would like to install Spotify client. I followed the steps described in the official website but aptitude does not update the packages contained in the new repository: Code: Select all# cat /etc/apt/sources.list ... deb http://repository.spotify.com stable non-free Code: Select all# aptitude update ... Ign http://repository.spotify.com stable/non-free Translation-zh_TW Ign http://repository.spotify.com stable/non-free Translation-zh Ign http://repository.spotify.com stable/non-free Translation-en As expected apt-get does not know about Spotify: Code: Select all# apt-get install spotify-client E: could not find package spotify-client Could anyone help me solving this issue? Thank you! | Post the output of these commands Code: Select allapt-cache policy aptitude search "spotify" |
I have installed the LAMP server on wheezy as described here https://www.linode.com/docs/websites/la ... n-7-wheezy Browsers open html files OK. But when I open php files in a browser, it asks me what I want to do with it. The same problem with both iceweasel and midori. I have checked this Code: Select all$ cat /etc/apache2/mods-enabled/php5.load LoadModule php5_module /usr/lib/apache2/modules/libphp5.so When I telnet, I got these responses. Code: Select all$ telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. get <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>501 Method Not Implemented</title> </head><body> <h1>Method Not Implemented</h1> <p>get to /index.html not supported.<br /> </p> <hr> <address>Apache/2.2.22 (Debian) Server at mycomputer.mydomain.net Port 80</address> </body></html> Connection closed by foreign host. Code: Select all$ telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. get index.php <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>400 Bad Request</title> </head><body> <h1>Bad Request</h1> <p>Your browser sent a request that this server could not understand.<br /> </p> <hr> <address>Apache/2.2.22 (Debian) Server at mycomputer.mydomain.net Port 80</address> </body></html> Connection closed by foreign host. I would appreciate if someone can help me sort it out. Thank you. | Can you check the output of /var/log/apache2/error.log and paste it here. Also, what is the PHP file that you are trying to run? Lastly, are you positive that you installed php5 (sudo apt-get install php5). |
Previously I uses xubuntu, recently I installed Debian "jessie". On xubuntuall Fn keys worked after installation. On debian sound control keys are not working (only mute works). All other Fn keys work correctly. How to fix it? Edit: It's lenovo Ideapad Z510 | After starting Sound Mixer from programs menu it works. But why it doesn't work without starting it? //Update: It's fixed. After next restart it worked correctly. I have no idea why. |
OS: Debian testing, now stretch. Computer was working, installed system from scratch with a netinst CD. The wired setup in my small network is as follows: Computer 1 works OK, it is in eth1 because I installed an SSD in it and cloned to it the previous setup I had on a mechanical disk, it would not connect on eth0, so had to set it to eth1. Computer 2 has the problem, it does have connectivity (on eth0, will not work on eth1), but it is erratic and getting worse, knemo detects connectivity but browser times out, I tried using commands: dhcclient -r eth0 returns the prompt dhclient etho returns error: /sbin/dhclient-script: 28: .: Can't open /usr/share/sendmail/dynamic Both computers are wired directly into the router with happy lights. Please help. | Please post back the outputs of - Code: Select allsudo lshw -C network cat /etc/udev/rules.d/70-persistent-net.rules ifconfig ..from both computers. Please indicate which output is from which computer. |
Hello all, my first time here. Today I upgraded from Wheezy to Jessie. I cannot stop lightdm from loading at system boot. My Wheezy setup was boot to a console login prompt, login, startx to go to Openbox plus tint2. Under Wheezy I had disabled lightdm and chosen Openbox as my x-session-manager instead of LXDE. After upgrade to Jessie lightdm had been re-enabled. To disable lightdm I ran; systemctl disable lightdm.service which did not stop lightdm loading at boot. A bug report (#769796) suggested I also run; systemctl disable display-manager.service which did not stop lightdm loading either. Using "systemctl status" I noticed that these services had a status of "static". A bit of futher reading told me that "static" services cannot be disabled but they can be "masked" to render them impossible to start. I therefore executed; systemctl mask display-manager.service systemctl mask lightdm.service You know what's coming, lightdm still started at system boot. Even more confusing, if I manually stop lightdm from within X, to get myself back to the console, I can still manually start lightdm, even though systemctl says the service is masked, and the systemd documentation I have looked at says a masked service cannot be started. Can anybody explain the symptoms I am seeing? I simply want to login without a GUI, while the display manager is installed on the system, as I did under Wheezy. Regards, Martin. | MartinK wrote:Head_on_a_stick, you have saved my sanity. Yes, I could have removed the lightdm package but I considered that a workaround, not a solution. The commands you offered revealed; Code: Select alllrwxrwxrwx 1 root root 9 May 14 20:41 /etc/systemd/system/display-manager.service -> /dev/null as expected, but Code: Select all-rw-r--r-- 1 root root 412 Sep 15 2014 /lib/systemd/system/lightdm.service looks like the culprit! For completness I also ran Code: Select allls -l /etc/systemd/system/lightdm.service lrwxrwxrwx 1 root root 9 May 14 20:49 /etc/systemd/system/lightdm.service -> /dev/null I have not yet manually created a symlink to /dev/null for lightdm in /lib/systemd/system as I am guessing a future package upgrade will undo my work, so the question remains, what is the "proper way" to disable lightdm? Martin. p.s. (So easy under wheezy, just "update-rc.d lightdm disable") You probably have the graphical target as default. If you don't want that, the "normal" thing to do would be to choose another default ("runlevel" in sysvinit-speak). # systemctl set-default multi-user.target This will (if things are properly configured) leave you at the console without a display manager. (This is what I use as well, but I also don't have any display manager installed -- use startx -- so it might be that it also doesn't work) |
Hi. I'm using Jessie on my Thinkpad T430, with XFCE, Network Manager, and firmware-realtek from non-free. lspci reports the wifi device as a Realtek RTL8188CE. The problem is that my wifi connection hangs unpredictably, a few times a day, at intervals between a few minutes and several hours. I can always get it back again by simply disconnecting and reconnecting using the Network Manager panel applet, but it's still very annoying. I never had this problem when I was using Wheezy with Gnome. Does anybody have any suggestions? Thanks a lot. Tony. | tongro wrote:lspci reports the wifi device as a Realtek RTL8188CE Can we see the actual output please? Code: Select all# update-pciids lspci -knn|grep -iA2 net You could try leaving a terminal window open running either (or both) of these commands: Code: Select alldmesg -w journalctl -xf And see if anything is written to the kernel ring buffer or systemd logs during the hang. |
Hello I am using gummiboot as the bootloader on my Arch system. I like it because of its simplicity. Now I would like to add Debian to gummiboot for dualbooting. This raises some questions, for which I have not found an answers yet. do I have to manually copy the Debian Kernel to my $esp (which is @ /boot) how are the distro specific files on $esp updated, i.e. vmlinuz-linux and initrd? could I use symlinks instead of manually copying the kernel files? The efibootmgr is of no help so far, I do not understand the output. Where do all those entries come from? I do not have Ubuntu installed, the otheres I do not understand: Code: Select allefibootmgr BootCurrent: 0001 Timeout: 1 seconds BootOrder: 0001,0005,0002,0000,0003,0004 Boot0000* debian Boot0001* Linux Boot Manager Boot0002* ubuntu Boot0003* ubuntu Boot0004* UEFI OS Boot0005* grub_uefi My biggest concern for the moment is the question on how those files on $esp are getting updated. Any advice is appreciated. Lokesh | I boot my Debian systems using gummiboot in Arch The important point to remember is that gummiboot can only boot a kernel image (and initial ram disk) that is located on the EFI system partition -- this is why it is recommended to mount /boot to the ESP in Arch (all other distributions mount /boot/efi to the ESP & use GRUB or syslinux instead). In Debian, the current kernel image and initrd are symlinked to /vmlinuz & /initrd.img so you can copy these over to the Arch /boot partition (ie, the EFI system partition): Code: Select all# mount /dev/sdXY /mnt # mkdir /mnt/debian # cp /vmlinuz /initrd.img /mnt/debian/ Replace "XY" with the drive letter & partition number of your EFI system partition (Arch /boot -- eg, /dev/sda1) Then create a gummiboot configuration file in Arch for your Debian system at /boot/loader/entries/debian.conf with this content: Code: Select alltitle Debian linux /debian/vmlinuz initrd /debian/initrd.img options root=/dev/sdXZ ro Replace "XZ" with the drive letter & partition number of your Debian root partition (eg, /dev/sda3)*; use "ro" as a kernel parameter (Arch uses "rw") and add all other needed kernel parameters after this. Then create a kernel post-install script in your Debian system at /etc/kernel/postinst.d/zz-update-gummiboot to copy over the new kernel image & initrd every time the kernel is upgraded: Code: Select all#!/bin/sh mount /dev/sdXY /mnt cp /vmlinuz /initrd.img /mnt/debian/ umount -R /mnt Finally, make this script executable: Code: Select all# chmod +x /etc/kernel/postinst.d/zz-update-gummiboot This works for me with both my sid system and my jessie system -- I've been through many kernel upgrades successfully. Re: efibootmgr output -- the gummiboot entry is called "Linux Boot Manager" and this entry is generated (and selected as the default NVRAM entry) every time you run `gummiboot install` You can delete the other entries if you want using: Code: Select all# efibootmgr -b xxxx -B Replace "xxxx" with the bootnumber of the entry you wish to delete. * Alternatively, UUIDs can be used by specifying "root=UUID=<UUID>" in the "options" line of the gummiboot configuration file. |
Today I installed Debian, because I wanted to have STABLE OS without problems with anything and after I installed it, there was two problems: 1) When i close my notebook and open it again, screen went blank and i must hard restart my notebook to use it again. I have no idea what is going on. 2) Wifi not working the way i want. I can click on that icon, but when I click on it, it says Wired Network - disconnected. No wireless network is there and i can't just click on my wifi and enter the password 3) I can't search in my files. when i click the search button in file browser and write something in it, it dont' find anything I will really apprenciate your help, i tried google it, but I was unable to found it. Also, when I was installing Debian, there was two missing I-don't-know-what-they-are's: brcm/bcm43xx-0.fw and rtl_nic/rtl8105e-1.fw if it means anything I have Debian 7.8 (x64) and notebook Acer Aspire ao725 | Re-install using these ISO images instead: http://cdimage.debian.org/cdimage/unoff ... -firmware/ Read these links: https://wiki.debian.org/Firmware https://www.debian.org/social_contract For your blank screen problem read try this: http://forums.debian.net/viewtopic.php?p=577915#p577915 |
Hello, I just installed Debian 8.0 for the first time on an ASUS X200MA laptop. I'm rather new to Debian and linux in general. A major problem I ran into was that my WLAN card is not showing up under the network settings. This is the lspci output: Code: Select allNetwork controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01) I tried to download and untar the driver from Realtek's website, but it gave me an error that there was "no such directory or package". Is there anythign I can do to get my WiFi working? Thank you! | Did you install firmware-realtek from the non-free repository? Do a little searching on this forum. The subject comes up frequently and has been answered many, many times. |
Dear all, I just discovered, that the profile-sync-daemon is not running properly anymore. I noticed it, when I could not access my firefox profiles. psd.conf lists google-chrome, google-chrome-unstable and firefox profiles to be sync. psd seems to think, only google-chrome is to be sync'ed (and chrome is working properly) Code: Select all> profile-sync-daemon parse Profile-sync-daemon v5.73 on Debian GNU/Linux 8 (jessie) Systemd service is currently failed. Systemd resync service is currently active. Overlayfs technology is currently inactive. Psd will manage the following per /run/psd.conf settings: browser/psname: google-chrome/chrome owner/group id: wichmann/1000 sync target: /home/wichmann/.config/google-chrome tmpfs dir: /run/shm/wichmann-google-chrome profile size: 550M recovery dirs: none > systemctl status psd ● psd.service - Profile-sync-daemon Loaded: loaded (/usr/lib/systemd/system/psd.service; enabled) Active: failed (Result: exit-code) since Mi 2015-05-06 10:54:16 CEST; 29min ago Docs: man:psd(1) man:profile-sync-daemon(1) https://wiki.archlinux.org/index.php/Profile-sync-daemon Process: 733 ExecStart=/usr/bin/profile-sync-daemon sync (code=exited, status=1/FAILURE) Main PID: 733 (code=exited, status=1/FAILURE) Restart didn't do the trick. Any ideas? Thanks and cheers! | OK, I guess there was only a problem of broken links or missing profile directories, which caused psd to crash. I found that by using -l with systemctl status. Code: Select all> sudo systemctl -l status psd ● psd.service - Profile-sync-daemon Loaded: loaded (/usr/lib/systemd/system/psd.service; enabled) Active: failed (Result: exit-code) since Mi 2015-05-06 13:42:03 CEST; 3s ago Docs: man:psd(1) man:profile-sync-daemon(1) https://wiki.archlinux.org/index.php/Profile-sync-daemon Process: 29905 ExecStart=/usr/bin/profile-sync-daemon sync (code=exited, status=1/FAILURE) Main PID: 29905 (code=exited, status=1/FAILURE) Mai 06 13:42:03 mpyubriko profile-sync-daemon[29905]: /home/wichmann/.mozilla/firefox/x3a282sz.Default does not exist or is a broken symlink! Is /run/shm unmounted? Mai 06 13:42:03 mpyubriko systemd[1]: psd.service: main process exited, code=exited, status=1/FAILURE Mai 06 13:42:03 mpyubriko systemd[1]: Failed to start Profile-sync-daemon. Mai 06 13:42:03 mpyubriko systemd[1]: Unit psd.service entered failed state. After removing the link and restoring the profile dirs from the backup, it all runs again. Must have been so crash or uncontrolled shutdown of the machine. Cheers! |
I need non free formware for my radeon GPU it is currently using Gallium 0.4 on llvmpipe (LLVM 0x209) with no hardware acceleration. I changed my sources list a little bit: Code: Select all# # deb cdrom:[Debian GNU/Linux 7.8.0 _Wheezy_ - Official amd64 DVD Binary-1 20150110-14:43]/ trusty contrib main non-free # deb cdrom:[Debian GNU/Linux 7.8.0 _Wheezy_ - Official amd64 DVD Binary-1 20150110-14:43]/ wheezy contrib main deb cdrom:[Debian GNU/Linux 7.8.0 _Wheezy_ - Official amd64 DVD Binary-1 20150110-14:43]/ trusty contrib main non-free deb cdrom:[Debian GNU/Linux 7.8.0 _Wheezy_ - Official amd64 DVD Binary-1 20150110-14:43]/ wheezy contrib main deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free deb http://ftp.us.debian.org/debian stable main contrib non-free deb-src http://ftp.us.debian.org/debian stable main contrib non-free deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free # wheezy-updates, previously known as 'volatile' # A network mirror was not selected during install. The following entries # are provided as examples, but you should amend them as appropriate # for your mirror of choice. # # deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free # deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free But when I enter Code: Select all# apt-get install linux-firmware-nonfree Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-firmware-nonfree What I am doing wrong here ? | trusty? Not Debian... |
I'm regularly loosing the wifi connection on a recent Jessie installation. Reconnecting via nm-applet re-esstablishes the connection but it's getting precarious again after 5-10minutes. Same issues are reported on this thread: http://comments.gmane.org/gmane.linux.d ... ser/493069 here're wlan0 related message from /var/log/kern.log Mar 19 19:03:35 lambda-lambada kernel: [32092.991757] wlan0: authenticated Mar 19 19:03:35 lambda-lambada kernel: [32092.994396] wlan0: associate with 84:9c:a6:ed:0b:7d (try 1/3) Mar 19 19:03:35 lambda-lambada kernel: [32092.998218] wlan0: RX AssocResp from 84:9c:a6:ed:0b:7d (capab=0x411 status=0 aid=4) Mar 19 19:03:35 lambda-lambada kernel: [32093.001784] wlan0: associated Mar 19 19:03:35 lambda-lambada kernel: [32093.001809] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready Mar 19 19:20:54 lambda-lambada kernel: [33132.137344] wlan0: deauthenticating from 84:9c:a6:ed:0b:7d by local choice (Reason: 3=DEAUTH_LEAVING) Mar 19 19:20:54 lambda-lambada kernel: [33132.152518] cfg80211: Calling CRDA to update world regulatory domain Mar 19 19:20:54 lambda-lambada kernel: [33132.159351] cfg80211: World regulatory domain updated: Mar 19 19:20:54 lambda-lambada kernel: [33132.159356] cfg80211: DFS Master region: unset var/log/daemon.log: ... Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> (wlan0): supplicant interface state: authenticating -> associating Mar 19 19:38:55 lambda-lambada wpa_supplicant[7915]: wlan0: Associated with 84:9c:a6:ed:0b:7d Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> (wlan0): supplicant interface state: associating -> associated Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake Mar 19 19:38:55 lambda-lambada wpa_supplicant[7915]: wlan0: WPA: Key negotiation completed with 84:9c:a6:ed:0b:7d [PTK=CCMP GTK=TKIP] Mar 19 19:38:55 lambda-lambada wpa_supplicant[7915]: wlan0: CTRL-EVENT-CONNECTED - Connection to 84:9c:a6:ed:0b:7d completed [id=0 id_str=] Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'EE-BrightBox-447f77'. Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled. Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started... Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0] Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds) Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> dhclient started with pid 7937 Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete. Mar 19 19:38:55 lambda-lambada NetworkManager[662]: <info> (wlan0): DHCPv4 state changed nbi -> preinit Mar 19 19:38:56 lambda-lambada dhclient: DHCPREQUEST on wlan0 to 255.255.255.255 port 67 Mar 19 19:38:56 lambda-lambada dhclient: DHCPACK from 192.168.1.1 Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> (wlan0): DHCPv4 state changed preinit -> reboot Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> address 192.168.1.17 Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> plen 24 (255.255.255.0) Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> gateway 192.168.1.1 Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> server identifier 192.168.1.1 Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> lease time 172800 Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> hostname 'lambda-lambada' Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> nameserver '192.168.1.1' Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> domain name 'default' Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) started... Mar 19 19:38:56 lambda-lambada avahi-daemon[673]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.17. Mar 19 19:38:56 lambda-lambada avahi-daemon[673]: New relevant interface wlan0.IPv4 for mDNS. Mar 19 19:38:56 lambda-lambada avahi-daemon[673]: Registering new address record for 192.168.1.17 on wlan0.IPv4. Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> (wlan0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) complete. Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> (wlan0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> (wlan0): device state change: secondaries -> activated (reason 'none') [90 100 0] Mar 19 19:38:56 lambda-lambada dhclient: bound to 192.168.1.17 -- renewal in 65188 seconds. Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> Policy set 'EE-BrightBox-447f77 1' (wlan0) as default for IPv4 routing and DNS. Mar 19 19:38:56 lambda-lambada NetworkManager[662]: <info> Activation (wlan0) successful, device activated. Mar 19 19:38:56 lambda-lambada nm-dispatcher: Dispatching action 'up' for wlan0 Mar 19 19:38:57 lambda-lambada avahi-daemon[673]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::6257fe91:8d95. Mar 19 19:38:57 lambda-lambada avahi-daemon[673]: New relevant interface wlan0.IPv6 for mDNS. Mar 19 19:38:57 lambda-lambada avahi-daemon[673]: Registering new address record for fe80::6257fe91:8d95 on wlan0.*. Mar 19 19:39:02 lambda-lambada NetworkManager[662]: <info> wpa_supplicant die count reset Mar 19 19:43:00 lambda-lambada dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 Mar 19 19:43:04 lambda-lambada dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 Mar 19 19:43:09 lambda-lambada dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 Mar 19 19:43:14 lambda-lambada dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11 Mar 19 19:43:25 lambda-lambada dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16 Mar 19 19:43:41 lambda-lambada dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18 Mar 19 19:43:59 lambda-lambada dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 2 Mar 19 19:44:01 lambda-lambada dhclient: No DHCPOFFERS received. Mar 19 19:44:01 lambda-lambada dhclient: No working leases in persistent database - sleeping. Mar 19 19:44:01 lambda-lambada avahi-autoipd(eth0)[8230]: Found user 'avahi-autoipd' (UID 108) and group 'avahi-autoipd' (GID 117). Mar 19 19:44:01 lambda-lambada avahi-autoipd(eth0)[8230]: Successfully called chroot(). Mar 19 19:44:01 lambda-lambada avahi-autoipd(eth0)[8230]: Successfully dropped root privileges. Mar 19 19:44:01 lambda-lambada avahi-autoipd(eth0)[8230]: Starting with address 169.254.5.197 Mar 19 19:44:06 lambda-lambada avahi-autoipd(eth0)[8230]: Callout BIND, address 169.254.5.197 on interface eth0 Mar 19 19:44:06 lambda-lambada avahi-daemon[673]: Joining mDNS multicast group on interface eth0.IPv4 with address 169.254.5.197. Mar 19 19:44:06 lambda-lambada avahi-daemon[673]: New relevant interface eth0.IPv4 for mDNS. Mar 19 19:44:06 lambda-lambada avahi-daemon[673]: Registering new address record for 169.254.5.197 on eth0.IPv4. Mar 19 19:44:10 lambda-lambada avahi-autoipd(eth0)[8230]: Successfully claimed IP address 169.254.5.197 ping returns after loosing the connection: From lambda-lambada.local (169.254.5.197) icmp_seq=35 Destination Host Unreachable | What is your hardware? Code: Select alllspci -knn|grep -iA2 net |
Hey guys, hopefully you can shed some light on an issue I have. I set up a test installation of debian wheezy(192.168.0.125), installed libvirt and one guest(192.168.122.100), also debian wheezy. network type is set to NAT with a static IP. So far so good, everything works as expected, I can ping the guest and login via ssh. Now, I want to forward several ports to the guest system, including port 80 as a privileged port. I started with a port forwarding from 2222 on the host to 22 on the guest to keep it simple and tried to follow several guides I found on the internet. - Using network type user with the qemu parameter -redir does work, but apparently only for unprivileged ports, which doesn't help me since I want/need 80 and 443 on the host. - Using network type network with the script that is posted on the libvirt wiki page exits with just exit code 512 without any further hint what the error is: Code: Select all#!/bin/sh # used some from advanced script to have multiple ports: use an equal number of guest and host ports Guest_name=debian7 Guest_ipaddr=192.168.122.100 Host_port=( '2222' ) Guest_port=( '22' ) length=$(( ${#Host_port[@]} - 1 )) if [ "${1}" = "${Guest_name}" ]; then if [ "${2}" = "stopped" -o "${2}" = "reconnect" ]; then for i in `seq 0 $length`; do iptables -t nat -D PREROUTING -p tcp --dport ${Host_port[$i]} -j DNAT \ --to ${Guest_ipaddr}:${Guest_port[$i]} iptables -D FORWARD -d ${Guest_ipaddr}/32 -p tcp -m state --state NEW \ -m tcp --dport ${Guest_port[$i]} -j ACCEPT done fi if [ "${2}" = "start" -o "${2}" = "reconnect" ]; then for i in `seq 0 $length`; do iptables -t nat -A PREROUTING -p tcp --dport ${Host_port[$i]} -j DNAT \ --to ${Guest_ipaddr}:${Guest_port[$i]} iptables -I FORWARD -d ${Guest_ipaddr}/32 -p tcp -m state --state NEW \ -m tcp --dport ${Guest_port[$i]} -j ACCEPT done fi fi Other posts suggest the simple use of these two iptables commands which are basically the script from above. Code: Select all/sbin/iptables -t nat -A PREROUTING -p tcp -d 192.168.0.125 --dport 2222 -j DNAT --to-destination 192.168.122.100:22 /sbin/iptables -I FORWARD -m state -d 192.168.122.0/24 --state NEW,RELATED,ESTABLISHED -j ACCEPT Here the port forwarding doesn't work. tcpdump -i virbr0 doesn't show anything when run on the host while trying to ssh into the guest via ssh 192.168.0.125 -p 2222. Last but not least, here is the output of iptables-save Code: Select all# Generated by iptables-save v1.4.14 on Sun Apr 19 23:05:51 2015 *nat :PREROUTING ACCEPT [0:0] :INPUT ACCEPT [0:0] :OUTPUT ACCEPT [1:328] :POSTROUTING ACCEPT [1:328] -A PREROUTING -d 192.168.0.125/32 -p tcp -m tcp --dport 2222 -j DNAT --to-destination 192.168.122.100:22 -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p tcp -j MASQUERADE --to-ports 1024-65535 -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p udp -j MASQUERADE --to-ports 1024-65535 -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -j MASQUERADE COMMIT # Completed on Sun Apr 19 23:05:51 2015 # Generated by iptables-save v1.4.14 on Sun Apr 19 23:05:51 2015 *mangle :PREROUTING ACCEPT [421:31944] :INPUT ACCEPT [421:31944] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [286:33416] :POSTROUTING ACCEPT [286:33416] -A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill COMMIT # Completed on Sun Apr 19 23:05:51 2015 # Generated by iptables-save v1.4.14 on Sun Apr 19 23:05:51 2015 *filter :INPUT ACCEPT [421:31944] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [290:33960] -A INPUT -i virbr0 -p udp -m udp --dport 53 -j ACCEPT -A INPUT -i virbr0 -p tcp -m tcp --dport 53 -j ACCEPT -A INPUT -i virbr0 -p udp -m udp --dport 67 -j ACCEPT -A INPUT -i virbr0 -p tcp -m tcp --dport 67 -j ACCEPT -A FORWARD -d 192.168.122.0/24 -o virbr0 -m state --state RELATED,ESTABLISHED -j ACCEPT -A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT -A FORWARD -i virbr0 -o virbr0 -j ACCEPT -A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable -A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable -A FORWARD -d 192.168.122.0/24 -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT COMMIT # Completed on Sun Apr 19 23:05:51 2015 If anyone could tell me where to look or what exactly is wrong here, I would appreciate that. Thanks guys! EDIT: Forgot to mention one thing: Code: Select allnet.ipv4.ip_forward = 1 | Nobody with a suggestion what could cause the error? Thanks guys! |
Hi, This is probably trivial but I've spent way too many hours trying to find a solution but just don't get it. On a local network, I have a computer A 192.168.0.101 (win 7) running the Apache web server and a computer B (debian) from which I'm connection to it. The default document root for serving web contents on A is c:/apache/apache2.2/htdocs (stated in Apaches httpd.conf). The I have different "sites" on the server located in subfolders to c:/apache/apache2.2/htdocs like c:/apache/apache2.2/htdocs/s1.com/ c:/apache/apache2.2/htdocs/s2.com/ Now, when I on computer B type "192.168.0.101/s1.com" as the url in my webbrowser, the correct index.php displays, i.e. c:/apache/apache2.2/htdocs/index.php. However, my problem is that all php includes, requires etc fails beacuse the apache document root is c:/apache/apache2.2/htdocs and not c:/apache/apache2.2/htdocs/s1.com. How can make apache change the document root depending the url I request? Any help appreciated! | https://httpd.apache.org/docs/2.2/vhost ... based.html |
Hi, Everyone I have just installed Debian Jessie for my parents computer since it is supposed to be released on the 25th of april. I am having a horrible time with Ethernet connectivity though. In wheezy my ethernet card worked no issues. Jessie, on the other hand does not recognize this ethernet card cable being plugged in when it is. The ethernet cable works fine in bios and lights. It also does the same thing in debian rescue mode until it tries to detect network drivers. Then the ethernet light shuts off when network drivers are detected or until debian boots. I was able to get some internet on here with a proprietary wifi stick but it isn't really ideal. I was wondering why debian isn't able to see that this ethernet card isn't plugged in any more. Dmesg Code: Select all[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt9-2 (2015-04-13) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=15db0415-1ece-49b9-b891-8267f238a59a ro quiet [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f58ffff] usable [ 0.000000] BIOS-e820: [mem 0x000000007f590000-0x000000007f5e2fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007f5e3000-0x000000007f5effff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000007f5f0000-0x000000007f5fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: Dell Inc. Inspiron 530/0G679R, BIOS 1.0.16 12/12/2008 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] AGP: No AGP bridge found [ 0.000000] e820: last_pfn = 0x7f590 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-CAFFF write-protect [ 0.000000] CB000-EFFFF uncachable [ 0.000000] F0000-FFFFF write-through [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 base 07F700000 mask FFFF00000 uncachable [ 0.000000] 2 base 07F800000 mask FFF800000 uncachable [ 0.000000] 3 base 07F600000 mask FFFF00000 uncachable [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f3f00-0x000f3f0f] mapped at [ffff8800000f3f00] [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576 [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x01af4000, 0x01af4fff] PGTABLE [ 0.000000] BRK [0x01af5000, 0x01af5fff] PGTABLE [ 0.000000] BRK [0x01af6000, 0x01af6fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x7f200000-0x7f3fffff] [ 0.000000] [mem 0x7f200000-0x7f3fffff] page 2M [ 0.000000] BRK [0x01af7000, 0x01af7fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7f1fffff] [ 0.000000] [mem 0x7c000000-0x7f1fffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x7bffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x7f400000-0x7f58ffff] [ 0.000000] [mem 0x7f400000-0x7f58ffff] page 4k [ 0.000000] BRK [0x01af8000, 0x01af8fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x35c08000-0x36dfbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F97A0 000024 (v02 DELL ) [ 0.000000] ACPI: XSDT 0x000000007F5E3080 000054 (v01 DELL FX09 42302E31 AWRD 00000000) [ 0.000000] ACPI: FACP 0x000000007F5E7200 0000F4 (v03 DELL FX09 42302E31 AWRD 00000000) [ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aEventBlock: 32/8 (20140424/tbfadt-618) [ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aControlBlock: 16/8 (20140424/tbfadt-618) [ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/PmTimerBlock: 32/8 (20140424/tbfadt-618) [ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/8 (20140424/tbfadt-618) [ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aEventBlock: 8, using default 32 (20140424/tbfadt-699) [ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 8, using default 16 (20140424/tbfadt-699) [ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/PmTimerBlock: 8, using default 32 (20140424/tbfadt-699) [ 0.000000] ACPI: DSDT 0x000000007F5E3200 003FFC (v01 DELL AWRDACPI 00001000 MSFT 03000000) [ 0.000000] ACPI: FACS 0x000000007F590000 000040 [ 0.000000] ACPI: HPET 0x000000007F5E73C0 000038 (v01 DELL FX09 42302E31 AWRD 00000098) [ 0.000000] ACPI: MCFG 0x000000007F5E7400 00003C (v01 DELL FX09 42302E31 AWRD 00000000) [ 0.000000] ACPI: SLIC 0x000000007F5E7440 000176 (v01 DELL FX09 42302E31 AWRD 00000000) [ 0.000000] ACPI: DMY2 0x000000007F5E75C0 000080 (v01 DELL FX09 42302E31 AWRD 00000000) [ 0.000000] ACPI: APIC 0x000000007F5E7300 000084 (v01 DELL FX09 42302E31 AWRD 00000000) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007f58ffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7f58ffff] [ 0.000000] NODE_DATA [mem 0x7f58b000-0x7f58ffff] [ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88007cc00000-ffff88007e7fffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009dfff] [ 0.000000] node 0: [mem 0x00100000-0x7f58ffff] [ 0.000000] On node 0 totalpages: 521517 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3997 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 7076 pages used for memmap [ 0.000000] DMA32 zone: 517520 pages, LIFO batch:31 [ 0.000000] Reserving Intel graphics stolen memory at 0x7f800000-0x7fffffff [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 3 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88007f200000 s80896 r8192 d21504 u524288 [ 0.000000] pcpu-alloc: s80896 r8192 d21504 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 514364 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=15db0415-1ece-49b9-b891-8267f238a59a ro quiet [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] AGP: Checking aperture... [ 0.000000] AGP: No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 2026984K/2086068K available (5207K kernel code, 946K rwdata, 1832K rodata, 1204K init, 840K bss, 59084K reserved) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS:33024 nr_irqs:712 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 2194.414 MHz processor [ 0.004012] Calibrating delay loop (skipped), value calculated using timer frequency.. 4388.82 BogoMIPS (lpj=8777656) [ 0.004016] pid_max: default: 32768 minimum: 301 [ 0.004031] ACPI: Core revision 20140424 [ 0.007301] ACPI: All ACPI Tables successfully acquired [ 0.008056] Security Framework initialized [ 0.008069] AppArmor: AppArmor disabled by boot time parameter [ 0.008070] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.012101] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013174] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013723] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.013730] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014088] Initializing cgroup subsys memory [ 0.014101] Initializing cgroup subsys devices [ 0.014112] Initializing cgroup subsys freezer [ 0.014116] Initializing cgroup subsys net_cls [ 0.014123] Initializing cgroup subsys blkio [ 0.014129] Initializing cgroup subsys perf_event [ 0.014132] Initializing cgroup subsys net_prio [ 0.014170] mce: CPU supports 6 MCE banks [ 0.014180] CPU0: Thermal monitoring enabled (TM2) [ 0.014187] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4 Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0 tlb_flushall_shift: -1 [ 0.021263] ftrace: allocating 21614 entries in 85 pages [ 0.028481] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.068239] smpboot: CPU0: Intel(R) Celeron(R) CPU 450 @ 2.20GHz (fam: 06, model: 16, stepping: 01) [ 0.072000] Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver. [ 0.072000] ... version: 2 [ 0.072000] ... bit width: 40 [ 0.072000] ... generic registers: 2 [ 0.072000] ... value mask: 000000ffffffffff [ 0.072000] ... max period: 000000007fffffff [ 0.072000] ... fixed-purpose events: 3 [ 0.072000] ... event mask: 0000000700000003 [ 0.072000] x86: Booted up 1 node, 1 CPUs [ 0.072000] smpboot: Total of 1 processors activated (4388.82 BogoMIPS) [ 0.072000] devtmpfs: initialized [ 0.078914] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.079186] PM: Registering ACPI NVS region [mem 0x7f590000-0x7f5e2fff] (339968 bytes) [ 0.080475] pinctrl core: initialized pinctrl subsystem [ 0.080593] NET: Registered protocol family 16 [ 0.080762] cpuidle: using governor ladder [ 0.080766] cpuidle: using governor menu [ 0.080818] ACPI: bus type PCI registered [ 0.080822] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.080919] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.080922] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.081354] PCI: Using configuration type 1 for base access [ 0.082725] ACPI: Added _OSI(Module Device) [ 0.082729] ACPI: Added _OSI(Processor Device) [ 0.082731] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.082732] ACPI: Added _OSI(Processor Aggregator Device) [ 0.086398] ACPI: Interpreter enabled [ 0.086405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580) [ 0.086411] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580) [ 0.086425] ACPI: (supports S0 S3 S4 S5) [ 0.086427] ACPI: Using IOAPIC for interrupt routing [ 0.086466] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.090943] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.090952] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.090960] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.091256] PCI host bridge to bus 0000:00 [ 0.091260] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.091263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.091265] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.091268] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.091270] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] [ 0.091272] pci_bus 0000:00: root bus resource [mem 0x7f600000-0xfebfffff] [ 0.091283] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000 [ 0.091407] pci 0000:00:01.0: [8086:29c1] type 01 class 0x060400 [ 0.091451] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.091546] pci 0000:00:02.0: [8086:29c2] type 00 class 0x030000 [ 0.091558] pci 0000:00:02.0: reg 0x10: [mem 0xfdf00000-0xfdf7ffff] [ 0.091563] pci 0000:00:02.0: reg 0x14: [io 0xff00-0xff07] [ 0.091569] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref] [ 0.091575] pci 0000:00:02.0: reg 0x1c: [mem 0xfdb00000-0xfdbfffff] [ 0.091715] pci 0000:00:19.0: [8086:10c0] type 00 class 0x020000 [ 0.091733] pci 0000:00:19.0: reg 0x10: [mem 0xfdfc0000-0xfdfdffff] [ 0.091742] pci 0000:00:19.0: reg 0x14: [mem 0xfdfff000-0xfdffffff] [ 0.091750] pci 0000:00:19.0: reg 0x18: [io 0xfe00-0xfe1f] [ 0.091810] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold [ 0.091866] pci 0000:00:19.0: System wakeup disabled by ACPI [ 0.091920] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300 [ 0.091961] pci 0000:00:1a.0: reg 0x20: [io 0xfd00-0xfd1f] [ 0.092064] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 0.092122] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300 [ 0.092164] pci 0000:00:1a.1: reg 0x20: [io 0xfc00-0xfc1f] [ 0.092251] pci 0000:00:1a.1: System wakeup disabled by ACPI [ 0.092304] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300 [ 0.092345] pci 0000:00:1a.2: reg 0x20: [io 0xfb00-0xfb1f] [ 0.092430] pci 0000:00:1a.2: System wakeup disabled by ACPI [ 0.092492] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320 [ 0.092513] pci 0000:00:1a.7: reg 0x10: [mem 0xfdffe000-0xfdffe3ff] [ 0.092600] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 0.092657] pci 0000:00:1a.7: System wakeup disabled by ACPI [ 0.092713] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300 [ 0.092731] pci 0000:00:1b.0: reg 0x10: [mem 0xfdff4000-0xfdff7fff 64bit] [ 0.092801] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.092859] pci 0000:00:1b.0: System wakeup disabled by ACPI [ 0.092914] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300 [ 0.092955] pci 0000:00:1d.0: reg 0x20: [io 0xfa00-0xfa1f] [ 0.093040] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.093092] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300 [ 0.093133] pci 0000:00:1d.1: reg 0x20: [io 0xf900-0xf91f] [ 0.093220] pci 0000:00:1d.1: System wakeup disabled by ACPI [ 0.093274] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300 [ 0.093315] pci 0000:00:1d.2: reg 0x20: [io 0xf800-0xf81f] [ 0.093399] pci 0000:00:1d.2: System wakeup disabled by ACPI [ 0.093461] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320 [ 0.093482] pci 0000:00:1d.7: reg 0x10: [mem 0xfdffd000-0xfdffd3ff] [ 0.093569] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.093626] pci 0000:00:1d.7: System wakeup disabled by ACPI [ 0.093679] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 [ 0.093772] pci 0000:00:1e.0: System wakeup disabled by ACPI [ 0.093828] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100 [ 0.093905] pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO [ 0.093910] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO [ 0.093914] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 003f) [ 0.093917] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 003f) [ 0.094040] pci 0000:00:1f.2: [8086:2920] type 00 class 0x01018f [ 0.094056] pci 0000:00:1f.2: reg 0x10: [io 0xf700-0xf707] [ 0.094064] pci 0000:00:1f.2: reg 0x14: [io 0xf600-0xf603] [ 0.094072] pci 0000:00:1f.2: reg 0x18: [io 0xf500-0xf507] [ 0.094080] pci 0000:00:1f.2: reg 0x1c: [io 0xf400-0xf403] [ 0.094087] pci 0000:00:1f.2: reg 0x20: [io 0xf300-0xf30f] [ 0.094095] pci 0000:00:1f.2: reg 0x24: [io 0xf200-0xf20f] [ 0.094218] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500 [ 0.094234] pci 0000:00:1f.3: reg 0x10: [mem 0xfdffc000-0xfdffc0ff 64bit] [ 0.094254] pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f] [ 0.094364] pci 0000:00:1f.5: [8086:2926] type 00 class 0x010185 [ 0.094380] pci 0000:00:1f.5: reg 0x10: [io 0xf000-0xf007] [ 0.094387] pci 0000:00:1f.5: reg 0x14: [io 0xef00-0xef03] [ 0.094395] pci 0000:00:1f.5: reg 0x18: [io 0xee00-0xee07] [ 0.094403] pci 0000:00:1f.5: reg 0x1c: [io 0xed00-0xed03] [ 0.094410] pci 0000:00:1f.5: reg 0x20: [io 0xec00-0xec0f] [ 0.094418] pci 0000:00:1f.5: reg 0x24: [io 0xeb00-0xeb0f] [ 0.094583] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.094587] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff] [ 0.094590] pci 0000:00:01.0: bridge window [mem 0xfde00000-0xfdefffff] [ 0.094595] pci 0000:00:01.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref] [ 0.094646] pci 0000:02:00.0: [14f1:2f20] type 00 class 0x078000 [ 0.094663] pci 0000:02:00.0: reg 0x10: [mem 0xfddf0000-0xfddfffff] [ 0.094672] pci 0000:02:00.0: reg 0x14: [io 0xdf00-0xdf07] [ 0.094735] pci 0000:02:00.0: PME# supported from D3hot D3cold [ 0.094824] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode) [ 0.094828] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff] [ 0.094832] pci 0000:00:1e.0: bridge window [mem 0xfdd00000-0xfddfffff] [ 0.094838] pci 0000:00:1e.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref] [ 0.094840] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.094843] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.094845] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.094847] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode) [ 0.094849] pci 0000:00:1e.0: bridge window [mem 0x7f600000-0xfebfffff] (subtractive decode) [ 0.095436] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 15) [ 0.095504] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.095569] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.095633] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.095697] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 *10 11 12 14 15) [ 0.095760] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 *4 5 7 9 10 11 12 14 15) [ 0.095823] ACPI: PCI Interrupt Link [LNK0] (IRQs *3 4 5 7 9 10 11 12 14 15) [ 0.095887] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 *9 10 11 12 14 15) [ 0.096018] ACPI: Enabled 2 GPEs in block 00 to 3F [ 0.096184] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.096187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.096191] vgaarb: loaded [ 0.096193] vgaarb: bridge control possible 0000:00:02.0 [ 0.096272] PCI: Using ACPI for IRQ routing [ 0.102141] PCI: pci_cache_line_size set to 64 bytes [ 0.102191] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff] [ 0.102194] e820: reserve RAM buffer [mem 0x7f590000-0x7fffffff] [ 0.102375] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.102380] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.102385] hpet0: 4 comparators, 64-bit 14.318180 MHz counter [ 0.104087] Switched to clocksource hpet [ 0.111027] pnp: PnP ACPI init [ 0.111045] ACPI: bus type PNP registered [ 0.111231] system 00:00: [io 0x04d0-0x04d1] has been reserved [ 0.111235] system 00:00: [io 0x0800-0x087f] has been reserved [ 0.111237] system 00:00: [io 0x0290-0x0297] has been reserved [ 0.111240] system 00:00: [io 0x0880-0x088f] has been reserved [ 0.111244] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.111348] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.111518] pnp 00:02: [dma 2] [ 0.111570] pnp 00:02: Plug and Play ACPI device, IDs PNP0700 (active) [ 0.111681] system 00:03: [io 0x0400-0x04bf] could not be reserved [ 0.111686] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.111938] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved [ 0.111942] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.112106] system 00:05: [mem 0x000f0000-0x000fffff] could not be reserved [ 0.112110] system 00:05: [mem 0x7f600000-0x7f6fffff] has been reserved [ 0.112113] system 00:05: [mem 0xfed00000-0xfed000ff] has been reserved [ 0.112115] system 00:05: [mem 0x7f590000-0x7f5fffff] could not be reserved [ 0.112118] system 00:05: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.112121] system 00:05: [mem 0x00100000-0x7f58ffff] could not be reserved [ 0.112123] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.112126] system 00:05: [mem 0xfed14000-0xfed1dfff] has been reserved [ 0.112128] system 00:05: [mem 0xfed20000-0xfed9ffff] has been reserved [ 0.112131] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.112133] system 00:05: [mem 0xffb00000-0xffb7ffff] has been reserved [ 0.112136] system 00:05: [mem 0xfff00000-0xffffffff] has been reserved [ 0.112138] system 00:05: [mem 0x000e0000-0x000effff] has been reserved [ 0.112142] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.112152] pnp: PnP ACPI: found 6 devices [ 0.112154] ACPI: bus type PNP unregistered [ 0.118996] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.119003] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff] [ 0.119007] pci 0000:00:01.0: bridge window [mem 0xfde00000-0xfdefffff] [ 0.119011] pci 0000:00:01.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref] [ 0.119016] pci 0000:00:1e.0: PCI bridge to [bus 02] [ 0.119018] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff] [ 0.119023] pci 0000:00:1e.0: bridge window [mem 0xfdd00000-0xfddfffff] [ 0.119027] pci 0000:00:1e.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref] [ 0.119034] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.119036] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.119038] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.119040] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff] [ 0.119042] pci_bus 0000:00: resource 8 [mem 0x7f600000-0xfebfffff] [ 0.119044] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff] [ 0.119046] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdefffff] [ 0.119049] pci_bus 0000:01: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref] [ 0.119051] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] [ 0.119053] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff] [ 0.119055] pci_bus 0000:02: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref] [ 0.119057] pci_bus 0000:02: resource 4 [io 0x0000-0x0cf7] [ 0.119059] pci_bus 0000:02: resource 5 [io 0x0d00-0xffff] [ 0.119061] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff] [ 0.119063] pci_bus 0000:02: resource 7 [mem 0x000c0000-0x000dffff] [ 0.119065] pci_bus 0000:02: resource 8 [mem 0x7f600000-0xfebfffff] [ 0.119106] NET: Registered protocol family 2 [ 0.119361] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.119426] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.119509] TCP: Hash tables configured (established 16384 bind 16384) [ 0.119577] TCP: reno registered [ 0.119589] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.119609] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.119734] NET: Registered protocol family 1 [ 0.119764] pci 0000:00:02.0: Video device with shadowed ROM [ 0.120916] PCI: CLS 64 bytes, default 64 [ 0.120981] Unpacking initramfs... [ 0.512662] Freeing initrd memory: 18384K (ffff880035c08000 - ffff880036dfc000) [ 0.512883] microcode: CPU0 sig=0x10661, pf=0x1, revision=0x38 [ 0.512951] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 0.513299] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.513348] audit: initializing netlink subsys (disabled) [ 0.513373] audit: type=2000 audit(1429750400.512:1): initialized [ 0.513743] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513771] zbud: loaded [ 0.513934] VFS: Disk quotas dquot_6.5.2 [ 0.513952] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514026] msgmni has been set to 3994 [ 0.514392] alg: No test for stdrng (krng) [ 0.514426] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.514487] io scheduler noop registered [ 0.514491] io scheduler deadline registered [ 0.514527] io scheduler cfq registered (default) [ 0.514730] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X [ 0.514834] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514855] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514881] intel_idle: does not run on family 6 model 22 [ 0.514923] GHES: HEST is not enabled! [ 0.515040] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.515559] Linux agpgart interface v0.103 [ 0.515615] agpgart-intel 0000:00:00.0: Intel G33 Chipset [ 0.515637] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable [ 0.515703] agpgart-intel 0000:00:00.0: detected 8192K stolen memory [ 0.515824] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 [ 0.515936] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 0.516373] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.516382] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.516553] mousedev: PS/2 mouse device common for all mice [ 0.516624] rtc_cmos 00:01: RTC can wake from S4 [ 0.516764] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 0.516791] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs [ 0.516815] ledtrig-cpu: registered to indicate activity on CPUs [ 0.517118] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com> [ 0.517120] AMD IOMMUv2 functionality not available on this system [ 0.517228] TCP: cubic registered [ 0.517250] NET: Registered protocol family 10 [ 0.517513] mip6: Mobile IPv6 [ 0.517519] NET: Registered protocol family 17 [ 0.517527] mpls_gso: MPLS GSO support [ 0.517884] registered taskstats version 1 [ 0.518305] rtc_cmos 00:01: setting system clock to 2015-04-23 00:53:20 UTC (1429750400) [ 0.518372] PM: Hibernation image not present or could not be loaded. [ 0.519578] Freeing unused kernel memory: 1204K (ffffffff818ee000 - ffffffff81a1b000) [ 0.519584] Write protecting the kernel read-only data: 8192k [ 0.522282] Freeing unused kernel memory: 924K (ffff880001519000 - ffff880001600000) [ 0.522926] Freeing unused kernel memory: 216K (ffff8800017ca000 - ffff880001800000) [ 0.540267] systemd-udevd[54]: starting version 215 [ 0.540738] random: systemd-udevd urandom read with 1 bits of entropy available [ 0.561729] pps_core: LinuxPPS API ver. 1 registered [ 0.561733] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.562000] PTP clock support registered [ 0.563190] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k [ 0.563194] e1000e: Copyright(c) 1999 - 2014 Intel Corporation. [ 0.563383] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 0.563404] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X [ 0.566267] ACPI: bus type USB registered [ 0.566307] usbcore: registered new interface driver usbfs [ 0.566321] usbcore: registered new interface driver hub [ 0.574934] usbcore: registered new device driver usb [ 0.575567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.575993] uhci_hcd: USB Universal Host Controller Interface driver [ 0.594141] ACPI: Fan [FAN] (on) [ 0.596378] ehci-pci: EHCI PCI platform driver [ 0.600218] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.600222] ACPI: Thermal Zone [THRM] (40 C) [ 0.604075] FDC 0 is a post-1991 82077 [ 0.610569] SCSI subsystem initialized [ 0.616252] libata version 3.00 loaded. [ 0.755728] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:24:e8:01:98:2a [ 0.755733] e1000e 0000:00:19.0 eth0: Intel(R) PRO/10/100 Network Connection [ 0.755760] e1000e 0000:00:19.0 eth0: MAC: 7, PHY: 7, PBA No: FFFFFF-0FF [ 0.755904] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 0.755914] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 0.755923] uhci_hcd 0000:00:1a.0: detected 2 ports [ 0.755959] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000fd00 [ 0.756056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.756059] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.756061] usb usb1: Product: UHCI Host Controller [ 0.756063] usb usb1: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd [ 0.756065] usb usb1: SerialNumber: 0000:00:1a.0 [ 0.756236] hub 1-0:1.0: USB hub found [ 0.756251] hub 1-0:1.0: 2 ports detected [ 0.756470] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 0.756480] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2 [ 0.756488] uhci_hcd 0000:00:1a.1: detected 2 ports [ 0.756520] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fc00 [ 0.756600] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.756603] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.756606] usb usb2: Product: UHCI Host Controller [ 0.756608] usb usb2: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd [ 0.756610] usb usb2: SerialNumber: 0000:00:1a.1 [ 0.756765] hub 2-0:1.0: USB hub found [ 0.756777] hub 2-0:1.0: 2 ports detected [ 0.756990] uhci_hcd 0000:00:1a.2: UHCI Host Controller [ 0.757000] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3 [ 0.757007] uhci_hcd 0000:00:1a.2: detected 2 ports [ 0.757051] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000fb00 [ 0.757185] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.757189] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.757193] usb usb3: Product: UHCI Host Controller [ 0.757196] usb usb3: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd [ 0.757200] usb usb3: SerialNumber: 0000:00:1a.2 [ 0.757470] hub 3-0:1.0: USB hub found [ 0.760049] hub 3-0:1.0: 2 ports detected [ 0.760953] ehci-pci 0000:00:1a.7: EHCI Host Controller [ 0.760968] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 4 [ 0.760994] ehci-pci 0000:00:1a.7: debug port 1 [ 0.764932] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported [ 0.765382] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfdffe000 [ 0.776036] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 0.776180] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.776185] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.776188] usb usb4: Product: EHCI Host Controller [ 0.776192] usb usb4: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd [ 0.776196] usb usb4: SerialNumber: 0000:00:1a.7 [ 0.776482] hub 4-0:1.0: USB hub found [ 0.776503] hub 4-0:1.0: 6 ports detected [ 0.784872] random: nonblocking pool is initialized [ 0.800149] hub 1-0:1.0: USB hub found [ 0.800170] hub 1-0:1.0: 2 ports detected [ 0.824158] hub 2-0:1.0: USB hub found [ 0.824179] hub 2-0:1.0: 2 ports detected [ 0.848150] hub 3-0:1.0: USB hub found [ 0.848173] hub 3-0:1.0: 2 ports detected [ 0.848567] ehci-pci 0000:00:1d.7: EHCI Host Controller [ 0.848585] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5 [ 0.848610] ehci-pci 0000:00:1d.7: debug port 1 [ 0.852519] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported [ 0.853703] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfdffd000 [ 0.864035] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 0.864155] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.864160] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.864164] usb usb5: Product: EHCI Host Controller [ 0.864167] usb usb5: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd [ 0.864171] usb usb5: SerialNumber: 0000:00:1d.7 [ 0.865619] hub 5-0:1.0: USB hub found [ 0.865648] hub 5-0:1.0: 6 ports detected [ 0.867115] ata_piix 0000:00:1f.2: version 2.13 [ 0.867294] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ] [ 0.871006] scsi0 : ata_piix [ 0.876100] scsi1 : ata_piix [ 0.876191] ata1: SATA max UDMA/133 cmd 0xf700 ctl 0xf600 bmdma 0xf300 irq 19 [ 0.876196] ata2: SATA max UDMA/133 cmd 0xf500 ctl 0xf400 bmdma 0xf308 irq 19 [ 0.876326] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ] [ 0.880783] scsi2 : ata_piix [ 0.885185] scsi3 : ata_piix [ 0.885273] ata3: SATA max UDMA/133 cmd 0xf000 ctl 0xef00 bmdma 0xec00 irq 19 [ 0.885277] ata4: SATA max UDMA/133 cmd 0xee00 ctl 0xed00 bmdma 0xec08 irq 19 [ 0.885440] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 0.885450] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6 [ 0.885461] uhci_hcd 0000:00:1d.0: detected 2 ports [ 0.885483] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fa00 [ 0.885563] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.885566] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.885569] usb usb6: Product: UHCI Host Controller [ 0.885571] usb usb6: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd [ 0.885573] usb usb6: SerialNumber: 0000:00:1d.0 [ 0.885745] hub 6-0:1.0: USB hub found [ 0.885760] hub 6-0:1.0: 2 ports detected [ 0.885976] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 0.885985] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7 [ 0.885995] uhci_hcd 0000:00:1d.1: detected 2 ports [ 0.886016] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000f900 [ 0.886092] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.886095] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.886098] usb usb7: Product: UHCI Host Controller [ 0.886100] usb usb7: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd [ 0.886102] usb usb7: SerialNumber: 0000:00:1d.1 [ 0.886335] hub 7-0:1.0: USB hub found [ 0.886353] hub 7-0:1.0: 2 ports detected [ 0.886570] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 0.886580] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8 [ 0.886590] uhci_hcd 0000:00:1d.2: detected 2 ports [ 0.886612] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000f800 [ 0.886680] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.886683] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.886685] usb usb8: Product: UHCI Host Controller [ 0.886688] usb usb8: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd [ 0.886690] usb usb8: SerialNumber: 0000:00:1d.2 [ 0.886846] hub 8-0:1.0: USB hub found [ 0.886859] hub 8-0:1.0: 2 ports detected [ 1.214601] ata3: SATA link down (SStatus 0 SControl 300) [ 1.225210] ata4: SATA link down (SStatus 0 SControl 300) [ 1.512014] tsc: Refined TSC clocksource calibration: 2194.499 MHz [ 1.592023] usb 2-1: new low-speed USB device number 2 using uhci_hcd [ 1.672060] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.672073] ata2.01: SATA link down (SStatus 0 SControl 300) [ 1.672083] ata2.01: link offline, clearing class 3 to NONE [ 1.680122] ata2.00: ATAPI: PLDS DVD+/-RW DH-16A6S, YD11, max UDMA/100 [ 1.692057] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.692067] ata1.01: SATA link down (SStatus 0 SControl 300) [ 1.696115] ata2.00: configured for UDMA/100 [ 1.700221] ata1.00: ATA-8: ST3250310AS, 4.ADA, max UDMA/133 [ 1.700224] ata1.00: 488281250 sectors, multi 16: LBA48 NCQ (depth 0/32) [ 1.716237] ata1.00: configured for UDMA/133 [ 1.716355] scsi 0:0:0:0: Direct-Access ATA ST3250310AS A PQ: 0 ANSI: 5 [ 1.717578] scsi 1:0:0:0: CD-ROM PLDS DVD+-RW DH-16A6S YD11 PQ: 0 ANSI: 5 [ 1.731714] sd 0:0:0:0: [sda] 488281250 512-byte logical blocks: (250 GB/232 GiB) [ 1.731778] sd 0:0:0:0: [sda] Write Protect is off [ 1.731782] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.731809] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.735284] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.735290] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.735465] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 1.736253] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.736623] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 1.766163] sda: sda1 sda2 < sda5 > [ 1.766907] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.767103] usb 2-1: New USB device found, idVendor=413c, idProduct=2003 [ 1.767107] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.767109] usb 2-1: Product: Dell USB Keyboard [ 1.767112] usb 2-1: Manufacturer: Dell [ 1.771672] hidraw: raw HID events driver (C) Jiri Kosina [ 1.788329] usbcore: registered new interface driver usbhid [ 1.788332] usbhid: USB HID core driver [ 1.789546] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1a.1/usb2/2-1/2-1:1.0/0003:413C:2003.0001/input/input2 [ 1.789929] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1a.1-1/input0 [ 2.012048] usb 3-1: new low-speed USB device number 2 using uhci_hcd [ 2.172226] PM: Starting manual resume from disk [ 2.172233] PM: Hibernation image partition 8:5 present [ 2.172234] PM: Looking for hibernation image. [ 2.172509] PM: Image not found (code -22) [ 2.172511] PM: Hibernation image not present or could not be loaded. [ 2.188067] usb 3-1: New USB device found, idVendor=046d, idProduct=c05a [ 2.188073] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.188075] usb 3-1: Product: USB Optical Mouse [ 2.188078] usb 3-1: Manufacturer: Logitech [ 2.204556] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.2/usb3/3-1/3-1:1.0/0003:046D:C05A.0002/input/input3 [ 2.204876] hid-generic 0003:046D:C05A.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.2-1/input0 [ 2.316043] usb 5-1: new high-speed USB device number 2 using ehci-pci [ 2.400862] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 2.450001] usb 5-1: New USB device found, idVendor=4971, idProduct=1023 [ 2.450006] usb 5-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 2.450008] usb 5-1: Product: TOURO S [ 2.450010] usb 5-1: Manufacturer: HGST [ 2.450012] usb 5-1: SerialNumber: 21001410240002300277 [ 2.452632] usb-storage 5-1:1.0: USB Mass Storage device detected [ 2.452732] scsi4 : usb-storage 5-1:1.0 [ 2.452837] usbcore: registered new interface driver usb-storage [ 2.512305] Switched to clocksource tsc [ 3.452645] scsi 4:0:0:0: Direct-Access HGST TOURO S 0 PQ: 0 ANSI: 6 [ 3.452938] sd 4:0:0:0: Attached scsi generic sg2 type 0 [ 3.454641] sd 4:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 3.455628] sd 4:0:0:0: [sdb] Write Protect is off [ 3.455632] sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 3.456630] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.615540] sdb: sdb1 [ 4.618630] sd 4:0:0:0: [sdb] Attached SCSI disk [ 5.314233] lp: driver loaded but no devices found [ 5.445145] ppdev: user-space parallel port driver [ 5.580219] fuse init (API version 7.23) [ 5.803723] systemd-udevd[162]: starting version 215 [ 7.429368] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 7.771796] systemd-journald[150]: Received request to flush runtime journal from PID 1 [ 7.875284] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4 [ 7.875291] ACPI: Power Button [PWRB] [ 7.875381] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5 [ 7.875385] ACPI: Power Button [PWRF] [ 8.351208] [drm] Initialized drm 1.1.0 20060810 [ 8.400884] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 8.845671] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt [ 9.238407] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X [ 9.446519] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000429-0x0000000000000429 (\PM2S) (20140424/utaddress-258) [ 9.446527] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.446531] ACPI Warning: SystemIO range 0x00000000000004b0-0x00000000000004bf conflicts with OpRegion 0x00000000000004b8-0x00000000000004bb (\GPO2) (20140424/utaddress-258) [ 9.446535] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.446536] ACPI Warning: SystemIO range 0x0000000000000480-0x00000000000004af conflicts with OpRegion 0x000000000000048c-0x000000000000048f (\GPO_) (20140424/utaddress-258) [ 9.446540] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.446541] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 9.512595] input: PC Speaker as /devices/platform/pcspkr/input/input6 [ 9.599090] coretemp coretemp.0: Using relative temperature scale! [ 9.675005] [drm] Memory usable by graphics device = 512M [ 9.675012] [drm] Replacing VGA console driver [ 9.675488] Console: switching to colour dummy device 80x25 [ 9.740073] i915 0000:00:02.0: irq 43 for MSI/MSI-X [ 9.740089] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 9.740091] [drm] Driver supports precise vblank timestamp query. [ 9.740167] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 9.741177] [drm] initialized overlay support [ 9.773908] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 9.811048] iTCO_vendor_support: vendor-support=0 [ 9.829002] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 9.829048] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0460) [ 9.829187] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 9.842069] fbcon: inteldrmfb (fb0) is primary device [ 9.857942] Console: switching to colour frame buffer device 160x64 [ 9.861672] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 9.861674] i915 0000:00:02.0: registered panic notifier [ 9.861701] i915: No ACPI video bus found [ 9.862114] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 9.916439] sound hdaudioC0D2: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line [ 9.916444] sound hdaudioC0D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 9.916447] sound hdaudioC0D2: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 9.916449] sound hdaudioC0D2: mono: mono_out=0x0 [ 9.916451] sound hdaudioC0D2: inputs: [ 9.916454] sound hdaudioC0D2: Front Mic=0x19 [ 9.916456] sound hdaudioC0D2: Rear Mic=0x18 [ 9.916458] sound hdaudioC0D2: Line=0x1a [ 9.945047] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D2/input8 [ 9.950703] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 9.951872] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 9.955174] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 9.955296] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 9.956926] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 9.960247] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 9.962046] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 [ 9.963818] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 [ 9.984085] Adding 4170748k swap on /dev/sda5. Priority:-1 extents:1 across:4170748k FS [ 10.791914] RPC: Registered named UNIX socket transport module. [ 10.791919] RPC: Registered udp transport module. [ 10.791921] RPC: Registered tcp transport module. [ 10.791922] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 10.837511] FS-Cache: Loaded [ 10.865580] FS-Cache: Netfs 'nfs' registered for caching [ 10.926902] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 12.435412] vboxdrv: Found 1 processor cores. [ 12.437772] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'. [ 12.437777] vboxdrv: Successfully loaded version 4.3.18_Debian (interface 0x001a0008). [ 13.129853] vboxpci: IOMMU not found (not registered) [ 18.925848] cfg80211: Calling CRDA to update world regulatory domain [ 21.177654] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X [ 21.280077] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X [ 21.280255] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 21.342008] cfg80211: World regulatory domain updated: [ 21.342014] cfg80211: DFS Master region: unset [ 21.342016] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 21.342019] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 21.342021] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 21.342023] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 21.342026] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 21.342029] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 21.342031] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 21.342033] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 21.342035] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 43.377192] usb 5-1: USB disconnect, device number 2 [ 43.380562] sd 4:0:0:0: [sdb] Synchronizing SCSI cache [ 43.380616] sd 4:0:0:0: [sdb] [ 43.380619] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK [ 83.308046] usb 5-2: new high-speed USB device number 3 using ehci-pci [ 83.459272] usb 5-2: unable to read config index 0 descriptor/all [ 83.459279] usb 5-2: can't read configurations, error -71 [ 83.784068] usb 6-2: new full-speed USB device number 2 using uhci_hcd [ 83.930054] usb 6-2: not running at top speed; connect to a high speed hub [ 83.969044] usb 6-2: New USB device found, idVendor=07d1, idProduct=3c16 [ 83.969050] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 83.969052] usb 6-2: Product: 11n Adapter [ 83.969055] usb 6-2: Manufacturer: Ralink [ 83.969057] usb 6-2: SerialNumber: 1.0 [ 85.696235] usb 6-2: reset full-speed USB device number 2 using uhci_hcd [ 85.859162] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected [ 86.094075] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected [ 86.165270] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 86.165706] usbcore: registered new interface driver rt2800usb [ 86.239123] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin' [ 86.342004] rt2800usb 6-2:1.0: firmware: direct-loading firmware rt2870.bin [ 86.342016] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29 [ 87.820260] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 90.993062] wlan0: authenticate with 74:9d:dc:0c:f3:b1 [ 91.147070] wlan0: send auth to 74:9d:dc:0c:f3:b1 (try 1/3) [ 91.150104] wlan0: authenticated [ 91.150342] rt2800usb 6-2:1.0 wlan0: disabling HT/VHT due to WEP/TKIP use [ 91.150347] rt2800usb 6-2:1.0 wlan0: disabling HT as WMM/QoS is not supported by the AP [ 91.150350] rt2800usb 6-2:1.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP [ 91.152080] wlan0: associate with 74:9d:dc:0c:f3:b1 (try 1/3) [ 91.154295] wlan0: RX AssocResp from 74:9d:dc:0c:f3:b1 (capab=0x431 status=0 aid=8) [ 91.208057] wlan0: associated [ 91.208098] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 91.208145] cfg80211: Calling CRDA for country: US [ 91.226751] cfg80211: Regulatory domain changed to country: US [ 91.226756] cfg80211: DFS Master region: FCC [ 91.226758] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 91.226760] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A) [ 91.226763] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A) [ 91.226766] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s) [ 91.226768] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A) [ 91.226770] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A) [ 95.246548] UDF-fs: warning (device sr0): udf_fill_super: No partition found (2) [ 95.295203] ISO 9660 Extensions: Microsoft Joliet Level 3 [ 95.723897] ISO 9660 Extensions: RRIP_1991A [ 142.798595] tracker-extract[1810]: segfault at 18 ip 00007f7b0b2243d5 sp 00007fff52b584f8 error 6 in libglib-2.0.so.0.4200.1[7f7b0b196000+10c000] [ 240.445349] perf interrupt took too long (2518 > 2500), lowering kernel.perf_event_max_sample_rate to 50000 Ethtool Code: Select allSupported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Speed: Unknown! Duplex: Unknown! (255) Port: Twisted Pair PHYAD: 1 Transceiver: internal Auto-negotiation: on MDI-X: Unknown (auto) Supports Wake-on: pumbg Wake-on: g Current message level: 0x00000007 (7) drv probe link Link detected: no any help would be greatly appreciated EDIT: I took out the iwconfig because that covers wifi only when this is an ethernet issues and I added ethtool | Why have you posted 'iwconfig' when you need help with Ethernet, not wifi? It may confuse helpers. Please post outputs of - Code: Select allsudo lshw -C network sudo ethtool eth0 dmesg | grep e1000e The package 'ethtool' may not be available by default, so you may have to install it beforehand - Code: Select allsudo apt-get install ethtool |
Dear All, I run debian testing (amd64+xfce) on my box and I use the standard repositories. Recently, it has become impossible to shut down normally my system: whether I use the command line or the gui to shutdown, the screen becomes black but the power does not really switch off and I have to shut down my system manually. I am banging my head against the wall. What info should I post here which can be useful? Regards larry77 | Which command(s) are you using to attampt to shutdown the system? Will your system shutdown successfully if you use SysVinit rather than systemd? You can either select "SysVinit" from the "Advanced Options" in the GRUB menu or simply add "init=/lib/sysvinit/init" to the kernel command line parameters (you must have the sysvinit package installed). https://wiki.debian.org/FAQsFromDebianU ... _Jessie.3F |
Hi, I followed this guide https://wiki.debian.org/iptables to the letter, except I left out the rules allowing inbound on 80, 443 and 22 This is my first time ever trying to configure iptables, but I am getting confused because the guides I follow don't produce the expected results. The hack at the end of this guide to start the rules at boot time gave an error on the executable /etc/network/if-pre-up.d/iptables (Exec format error) I then installed iptables-persistent and removed the file /etc/network/if-pre-up.d/iptables I copied the rules in the file /etc/iptables.up.rules that I made earlier to the files /etc/iptables/rules.v4 and /etc/iptables.rules.v6 Now, for some reason upon reboot I still have no firewall rules and the files rules.v4 and rules.v6 show different rules then what I copied there earlier. It's as if some other process overwrites these files. The files say generated by iptables-save, but I never asked iptables-save to do what it did to those files. I have debian wheezy, current version, a clean install, with desktop and utilities selected during install process. My goal is to have a working iptables firewall that blocks all incoming connections except for icmp. How do I help you help me solve this? Thanks in advance | http://forums.debian.net/viewtopic.php?f=16&t=117514 You may want to flush your existing ruleset first with (as root): Code: Select alliptables -F Also: http://www.thegeekstuff.com/2011/06/ipt ... -examples/ |
Hi! I just upgraded my notebook from wheezie to jessie, and now when I'm closing the lid it goes to sleep, it didn't do this on wheezy, just turned the screen off. How can I set this back? I don't have any GUI, and I never had one on this notebook, and I don't want to install one, so I need a CLI-only solution. Thank you! | wizard10000 wrote:I have a netbook acting as a DLNA server that runs 24/7 with the lid closed. I set Code: Select allHandleLidSwitch=ignore in /etc/systemd/logind.conf and that works just fine. Hope this helps - That did the trick, thanks! Mine is also a netbook, I use it as a torrentserver / NAS. These old netbooks are almost perfect for this |
hi, got some problems running maildrop, it just hangs when run: Code: Select allmaildrop -V9 -d vmail /home/vmail/julius\@myvirtualdomain/cur/1430574121.Vfe05I20118M791585.yellowstone\:2\,S maildrop: authlib: groupid=1002 maildrop: authlib: userid=1001 maildrop: authlib: logname=vmail, home=/home/vmail, mail=(default) maildrop: Changing to /home/vmail i was hoping to use it for filtering mails that postfix receives. when run from postfix, the mail.info log says: Code: Select allMay 2 21:29:17 yellowstone postfix/pipe[16137]: B9ECCDD0: to=<julius@myvirtualdomain>, relay=maildrop, delay=0.67, delays=0.51/0.01/0/0.15, dsn=5.1.1, status=bounced (user unknown. Command output: Invalid user specified. ) which is kinda awkward because i specified "vmail" in the postfix master.cf Code: Select allmaildrop unix - n n - - pipe flags=ODRhu user=vmail argv=/usr/bin/maildrop -d ${recipient} any ideas? | the uid & gid look funny for vmail (5000 is more normal) - is julius a system user? is that his uid? Have you read this? http://www.postfix.org/MAILDROP_README.html The maildrop man page seems to be aimed at delivery to system users |
hi, ive two soundcards in the system, the motherboard one and a soundblaster x-fi. after fresh installation (and unmuting with alsamixer) i can hear sound from the x-fi as expected. but the gnome volume controller in upper right corner does nothing, watching flash videos the only way to control volume is with the flash player. how can debian be so intelligent and use the right soundcard but provide me with a non working volume controler? starting alsamixer, selecting the right sound card with f6 gives me a volume control...but still. gnome mixer would be nice | had to reinstall because of some partition moving around, now it just worked. |
Hi all, Firstly, sorry for my bad english. I've got a problem to connect to my wifi network through debian (command line only, I don't have any gui actually). So, before explaining in details, here are some informations: My debian version: 7.8 My hardware: usb adapter belkin n300 The connection works well with this adapter on my laptop (xubuntu) My wifi is protected with WPA2 Before doing a new test, I check that /etc/network/interfaces file is clean (contains only lo config) My problem is that I can't connect to the network. I have tried two methods (based on these explanations: https://wiki.debian.org/WiFi/HowToUse): Command line Wicd With Wicd, it doesn't work at all. It can't event scan the networks Code: Select allwicd-cli --wireless --scan Doesn't return any output, and the following tuto didn't helped me more. With "command line" (network manager I guess), I can't connect but I can scan available networks: Based on an answer on this issue issue, I have tried the following: Code: Select allifconfig wlan0 up #to be sure the interface is up iwlist wlan0 scan #to scan for networks iwconfig wlan0 essid mynetwork #to set the network you want dhclient -v wlan0 #to request network information But the last command outputs: Code: Select allDHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval ... ... ... No DHCPOFFERS received That's it, I don't understand the problem and searched a little but without success, so I would really appreciate some help... Thanks in advance. | rageice wrote:Based on an answer on this issue issue, I have tried the following: Code: Select allifconfig wlan0 up #to be sure the interface is up iwlist wlan0 scan #to scan for networks iwconfig wlan0 essid mynetwork #to set the network you want dhclient -v wlan0 #to request network information You haven't set the password. Also, I'm presuming you have used the actual name of your connection point rather than "mynetwork". Code: Select all# iwconfig wlan0 essid <name of access point> key s:<ASCII password> # use "key <password>" if you have a hexadecimal password Alternatively, use NetworkManager from the command line: Code: Select all# nmcli dev wifi con <name of access point> password <password> There's also the /etc/network/interfaces method; add this stanza at the end of the file: Code: Select allauto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-ssid <name of access point> wpa-psk <password> This will bring the connection up at the next boot, or you can bring it up immediately using: Code: Select all# ifup wlan0 |
Hello in everyone, I have problem with the Skype programme. I followed the installation instructions from site of wiki Debian. However, I tried many instructions on the internet but I could not solve my problem. I installed the Debian wheezy (amd64) seven days ago. I am newcomer in Debian distribution. Thanks in advance for your answers | More information? What is the problem? What do you see? What happens? What are the basic specs of your computer? |
Greetings, good fellows of the Debian forums. My name is Alex, and I am new to Debian and these forums. To start of, I'd like to emphasise that I am indeed a beginner when it comes to the linux systems, though I've been working, albeit briefly, with both Ubuntu and Fedora. Now, sadly, my first post on these forums will be one asking for help. I've been googling for a couple of days now, and I just cannot figure this one out on my own. When I boot my system, I am first presented with the GRUB screen, followed by a few lines of text in a console, before the screen goes black. The last line on the screen before it goes black says something about waiting for /dev to mount. Now, I'm able to press 'e' in the GRUB menu and add 'nomodeset', and this will allow me to boot normally. I'd just add that as a permanent line in the GRUB, but there is still a problem, and I will not be satisfied before it is solved. Whenever I work-around using 'nomodeset', I will get stuck with a black screen whenever I either log out, or try to use a tty (ctrl + alt + F1-6). Trying to switch back does nothing. The screen stays black. When I boot without 'nomodeset', I am indeed able to do a blind login, I will get the login sound and everything, but once the screen goes black, it never goes back. I have made sure the xserver-xorg-video-intel is up to date, and then I tried reinstalling it. lspci -v returns the following about my graphics card: Code: Select all00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device 0685 Flags: bus master, fast devsel, latency 0, IRQ 43 Memory at c2000000 (64-bit, non-prefetchable) [size=4M] Memory at b0000000 (64-bit, prefetchable) [size=256M] I/O ports at 4000 [size=64] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Any ideas what to try next? I am currently using a laptop with a fresh Wheezy install. There's nothing important on here, and I've got a Fedora, Debian and Ubuntu live CD ready if I break something --- Give me your worst! Thanks. [Edit: Added 'Solved' to the title] | Not familiar with your hardware but a black screen boot is probably the most popular thread title on this forum. Most likely a graphic driver issue. Take a look through these potential helps and report back if still unresolved or require additional help. https://www.google.ca/search?q=black+sc ... yASUnIGwDA |
Hello all, I've recently installed a fresh Debian 8 RC1 on my computer, and I'm unable to make a clean poweroff/reboot of my computer. I've tried to close my system properly using those commands : Code: Select allpoweroff poweroff -f poweroff -i But each time, my computer get stuck after displaying Code: Select all[Ok] Reached target shutdown From here, I have no other choice than to use the power button to shutdown my computer. Here is the result of a lspci : Code: Select all00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09) 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09) 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) 00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04) 00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) 00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4) 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) 00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04) 00:1f.2 IDE interface: Intel Corporation 7 Series Chipset Family 4-port SATA Controller [IDE mode] (rev 04) 00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04) 00:1f.5 IDE interface: Intel Corporation 7 Series Chipset Family 2-port SATA Controller [IDE mode] (rev 04) 01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev ff) 02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4) 03:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10) Thank you in advance for your help. | Have you tried: Code: Select allsystemctl poweroff --force Do you have any attached devices? |
I had to make one of the machines at work dual boot. Before doing anything there was one partition for /, one for home / (the largest one) and one for swap (only 1 Gb). Now the only way I found to install Windows 7 is if the partition for it is at the very end of the list. Since the available space is in the home partition (which was the middle one) I had to delete the swap partition. Resize the home partition and recreate then swap partition. All the remaining unallocated space was used to create an NTFS partition for Windows. Everything went OK. But after all was said and done when booting for Linux a strange message appears that a Job is being run and it ALWAYS takes 1 minute 30 seconds (it is shown in the screen). After it is done (it never succeeds, it times out which is why the time is constant) this is what gets registered by the kernlog (the first line is the name of the job that takes one and half minutes): Feb 27 07:54:40 pc07 systemd[1]: Job dev-disk-by\x2duuid-ecbbaf8a\x2db26e\x2d486f\x2da654\x2da9b4871efad7.device/start timed out. Feb 27 07:54:40 pc07 systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-ecbbaf8a\x2db26e\x2d486f\x2da654\x2da9b4871efad7.device. Feb 27 07:54:40 pc07 systemd[1]: Dependency failed for /dev/disk/by-uuid/ecbbaf8a-b26e-486f-a654-a9b4871efad7. I'm gessing this has something to do with the new swap partition having a different uid than before. Can anyone give an idea on how I can fix this? Thank you very much in advance. | aarelovich wrote:I'm gessing this has something to do with the new swap partition having a different uid than before. A very apt guess. You are almost certainly correct. aarelovich wrote:Can anyone give an idea on how I can fix this? I can do better. I can point you to tens of thousands of people who not only can answer it, they already have answered it. As a bonus, their answer is available on demand, free of charge, and without any wait time at all. All they ask in return is that you spend 15 seconds typing in an abbreviated form of your question (say, how to change uuid) and then read a little. |
hi, disclaimer: i am sort of inexperienced with linux. i spent two days beating my head against the wall trying to get the wifi to work on my new hp pavilion laptop, but to no avail. this is basically a redux of this thread from over a year ago - http://forums.debian.net/viewtopic.php?t=107377 i seem to be in the same situation as the person above, but i can't seem to get it to work. i'm running debian wheezy 7.8 64bit with GNOME, and my kernel is version 3.2.0-4 the "lspci" command identifies the card - Code: Select all02:00.0 Network controller: Atheros Communications Inc. AR9565 Wireless Network Adapter (rev 01) the "lshw -c network" command shows this - Code: Select all *-network UNCLAIMED description: Network controller product: AR9565 Wireless Network Adapter vendor: Atheros Communications Inc. ... this driver page - https://wireless.wiki.kernel.org/en/users/Drivers/ath9k - shows that my wifi card needs the ath9k driver, which should automatically install once my hardware is detected. i guess there lies the problem. however, the lspci and lshw commands above indicate the hardware is detected.. the user from the referenced thread above managed to get it working by backporting the driver using the "sudo aptitude -s install linux-image-3.10-0.bpo.2-amd64" command. however, this makes no sense as my stable debian version is ahead of the unstable version he's backporting from. but regardless, i've done all the backporting steps: here is a copy of my sources.list file - deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free # wheezy-updates, previously known as 'volatile' deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free deb http://ftp.debian.org/debian wheezy-backports main contrib non-free deb-src http://ftp.debian.org/debian wheezy-backports main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free i basically followed all of the instructions on here for installing the backports - http://backports.debian.org/Instructions/ i've updated the card firmware using "aptitude install firmware-athero", which seemed to work fine but wifi is still no go. i did "modprobe ath9k"... doesn't seem to do anything. the "iwconfig" command just shows me this - Code: Select alllo no wireless extensions. eth0 no wireless extensions. trying "ifconfig wlan0 up" will tell me no such device exists (indeed, wlan0 is not displayed in my "iwconfig" output). and no, there is no button on my laptop to turn on wifi. "rfkill list" shows no blocks - Code: Select all0: hp-wwan: Wireless WAN Soft blocked: no Hard blocked: no 1: hp-wifi: Wireless LAN Soft blocked: no Hard blocked: no 2: hp-bluetooth: Bluetooth Soft blocked: no Hard blocked: no 3: hci0: Bluetooth Soft blocked: no Hard blocked: no the wifi works perfectly fine when run off of a ubuntu live cd, so i know the hardware works.. any help would be much appreciated. | ray_midge wrote:i've updated the card firmware using "aptitude install firmware-athero" Is this a typo? It should be firmware-atheros Try the newer firmware and the most recent kernel image (3.16) from wheezy-backports: Code: Select all# apt-get update # apt-get install -t wheezy-backports linux-image-amd64 firmware-atheros |
- | cuaderno wrote:I am currently trying to install the drivers to get my ethernet to work. (killer e2200) Should work with a newer kernel, see: https://wiki.debian.org/alx --> installing debian jessie would solve your problem at once. cuaderno wrote:Now when I run 'sudo apt-get install make' for example, it is asking me to input the dvd so it can install it. Disable the DVD entries in /etc/apt/sources.list (# at the beginning of the line) |
I applied few tweaks to Chromium described here http://wiki.mikejung.biz/Chrome and when I attempted to restart the browser, I only got this error: Failed to execute command "/usr/bin/chromium %U" plus a notion about failing to allocate memory. The fact however is that it allocates almost 6G and does nothing Because I suspect the problem was caused by setting max-tiles-for-interest-area to 512, I tried to run as a root Code: Select allchromium --max-tiles-for-interest-area="Default" Unfortunately it returned Code: Select all/usr/bin/chromium: 3: /etc/chromium/default: Cannot fork [4600:4600:0221/193727:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable If I run the command as a standard user, I get Code: Select all/usr/bin/chromium: 3: /etc/chromium/default: Cannot fork [4349:4349:0221/200504:FATAL:zygote_host_impl_linux.cc(164)] Check failed: process != -1. Failed to launch zygote process Aborted Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Cannot allocate memory How can I restore default settings of Chromium or reset this property? | Try removing the chromium folder in your home drive. |
Hello, I am new to Debian. I just installed Debian on my Thinkpad T60. Only 4 levels of display brightness are allowed with the Fn+Home/End keys. While, there should be 7 possible levels. How can I get that 7-level brightness adjustments possible? Thanks in advance. | Have you tried the proprietary driver for your Radeon card? https://wiki.debian.org/ATIProprietary Old guide here, may not be relevant for wheezy or later: https://wiki.debian.org/InstallingDebia ... d/T60/etch |
Hello guys, Updating debian on my PC kind of destroy my os (learned to safe-upgrade next time). It killed my xserver, video drivers and now i can't use apt-get / aptitude - which is my main problem right now. I CAN use dpkg. bzip2 is installed. uname -a: Linux wheezy 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux here are some logs, tell me if you need anything else. root@wheezy:/etc/apt# cat /etc/apt/sources.list deb http://http.debian.net/debian wheezy main deb-src http://http.debian.net/debian wheezy main root@wheezy:/etc/apt# aptitude update Hit http://http.debian.net wheezy Release.gpg Hit http://http.debian.net wheezy Release Hit http://http.debian.net wheezy/main Sources Hit http://http.debian.net wheezy/main amd64 Packages Hit http://http.debian.net wheezy/main i386 Packages 100% [Working]W: Failed to fetch http://http.debian.net/debian/dists/wheezy/Release: Unable to find expected entry 'main/binary-i686/Packages' in Release file (Wrong sources.list entry or malformed file) E: Some index files failed to download. They have been ignored, or old ones used instead. E: Couldn't rebuild package cache root@wheezy:/etc/apt# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@wheezy:/etc/apt# dpkg -i /media/storage_B/downloads/browser/linux-headers-3.2.0-4-amd64_3.2.65-1_amd64.deb (Reading database ... 164744 files and directories currently installed.) Preparing to replace linux-headers-3.2.0-4-amd64 3.2.65-1 (using .../linux-headers-3.2.0-4-amd64_3.2.65-1_amd64.deb) ... Unpacking replacement linux-headers-3.2.0-4-amd64 ... Setting up linux-headers-3.2.0-4-amd64 (3.2.65-1) ... Examining /etc/kernel/header_postinst.d. run-parts: executing /etc/kernel/header_postinst.d/dkms 3.2.0-4-amd64 Error! Bad return status for module build on kernel: 3.2.0-4-amd64 (x86_64) Consult /var/lib/dkms/nvidia/304.88/build/make.log for more information. any help would be appreciated | What is the output of: Code: Select alluname -a |
Hello, I have read here and there that it is possible to configure ssh to disable login for a user but still allow him to execute a command. I would like to configure my server to refuse root ssh access but still allow rsync to be executed as root. How can I do that ? The command inside the authorized_keys on the remote server isn't an option because rsync is not executed on the remote server but on the local server (pull mode). Thanks for any help or direction :=) | ychaouche wrote: The command inside the authorized_keys on the remote server isn't an option because rsync is not executed on the remote server but on the local server (pull mode). Just an idea: do your pull-mode rsync via ssh normally (i.e. without restricting anything on sshd_config) and pause it while it's sync'ing (CTRL-S), then login and see what command is executing. Put that command on your authorized_keys. If you try this please report back. I'll see if I can test this as well, but it may take some time.. |
sid install. up to date. pace = vdsl modem/router linksys = linksys wrt54gl internet connection on computer with question: internet --> pace --> linksys --> computer eth0: computer --> linksys (linksys - 192.168.1.1) eth1: computer --> pace (pace - 10.0.0.2) so i want to access 10.0.0.2 this was working till a few updates ago (maybe even one as i don't normally access 10.0.02). but now there is an issue. /etc/network/interfaces Code: Select all# The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx # up route add default dev eth0 auto eth1 #iface eth1 inet dhcp iface eth1 inet static address 10.0.0.1 netmask 255.255.255.0 gateway 10.0.0.2 ifconfig Code: Select alleth0 Link encap:Ethernet HWaddr 00:24:8c:52:dc:60 inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::224:8cff:fe52:dc60/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:603771 errors:0 dropped:0 overruns:0 frame:0 TX packets:384373 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:899631403 (857.9 MiB) TX bytes:27964306 (26.6 MiB) Interrupt:18 eth1 Link encap:Ethernet HWaddr 00:24:8c:52:dc:5f inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:17 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:176 errors:0 dropped:0 overruns:0 frame:0 TX packets:176 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:13787 (13.4 KiB) TX bytes:13787 (13.4 KiB) vmnet1 Link encap:Ethernet HWaddr 00:50:56:c0:00:01 inet addr:172.16.22.1 Bcast:172.16.22.255 Mask:255.255.255.0 inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:182 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) vmnet8 Link encap:Ethernet HWaddr 00:50:56:c0:00:08 inet addr:192.168.88.1 Bcast:192.168.88.255 Mask:255.255.255.0 inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:183 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) netstat -nr Code: Select allKernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 172.16.22.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.88.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8 i can see here that despite in interfaces a gateway being set, the 10.0.0.0 range has no gateway many a google search has ended up with no answer. | how do i set the eth1 has gateway of 10.0.0.2 when in /etc/network/interfaces file it states that as the gateway? |
Hello, Code: Select allroot@backup[10.10.10.21] ~ # cat /etc/logrotate.d/infomaniak /var/log/infomaniak/* { rotate 31 # Garder les logs du mois daily # Rotation quotidienne dateext # Extension en date plutôt qu'en chiffre dateyesterday # La date est celle des événements non de la création du log delaycompress # Ne pas compresser tout de suite ifempty # Faire la rotation même si le fichier est vide nomail # Pas la peine d'envoyer par mail. } root@backup[10.10.10.21] ~ # My logs should rotate everyday, but they're not and the logs are growing larger. I also tried to launch logrotate by hand like this to no avail : Code: Select alllogrotate /etc/logrotate.conf Here's my logrotate.conf. On line 11 it's supposed to load my logrotate config fle. Code: Select allroot@backup[10.10.10.21] ~ # nl /etc/logrotate.conf 1 # see "man logrotate" for details 2 # rotate log files weekly 3 weekly 4 # keep 4 weeks worth of backlogs 5 rotate 4 6 # create new (empty) log files after rotating old ones 7 create 8 # uncomment this if you want your log files compressed 9 #compress 10 # packages drop log rotation information into this directory 11 include /etc/logrotate.d 12 # no packages own wtmp, or btmp -- we'll rotate them here 13 /var/log/wtmp { 14 missingok 15 monthly 16 create 0664 root utmp 17 rotate 1 18 } 19 /var/log/btmp { 20 missingok 21 monthly 22 create 0660 root utmp 23 rotate 1 24 } 25 # system-specific logs may be configured here root@backup[10.10.10.21] ~ # Here's the content of that directory Code: Select allroot@backup[10.10.10.21] ~ # ls /etc/logrotate.d/ total 68K -rw-r--r-- 1 root root 326 Feb 1 2014 apache2 -rw-r--r-- 1 root root 173 Nov 16 2013 apt -rw-r--r-- 1 root root 79 Nov 7 2012 aptitude -rw-r--r-- 1 root root 209 Apr 29 2014 clamav-daemon -rw-r--r-- 1 root root 230 Apr 29 2014 clamav-freshclam -rw-r--r-- 1 root root 232 Sep 30 2013 dpkg -rw-r--r-- 1 root root 146 Jan 2 2013 exim4-base -rw-r--r-- 1 root root 126 Jan 2 2013 exim4-paniclog -rw-r--r-- 1 root root 338 Jun 12 2013 fail2ban -rwxr-xr-x 1 root root 440 Feb 4 17:52 infomaniak -rw-r--r-- 1 root root 1.6K Jun 16 2012 mailman -rw-r--r-- 1 root root 880 Jan 20 2014 mysql-server -rw-r--r-- 1 root root 163 Apr 18 2014 php5-fpm -rw-r--r-- 1 root root 1014 Oct 8 2012 pure-ftpd-common -rw-r--r-- 1 root root 162 May 26 2012 rkhunter -rw-r--r-- 1 root root 515 Mar 5 2013 rsyslog -rw-r--r-- 1 root root 111 Jun 28 2012 suphp-common root@backup[10.10.10.21] ~ # infomaniak (the config file) is readable. Any help appreciated. Thanks | You might try making the permissions on /etc/logrotate.d/infomaniak the same as all the other files in that directory. Also, man logrotate warns about using the * wildcard as you have done there, you might want to check that out. |
Hello, I am trying to configure openssh to refuse ssh logins for root but stil allow one command to be executed. Here's what I tried : 1) Forcing a command to be executed when root wants to login, in /etc/ssh/sshd_config : Code: Select allPermitRootLogin forced-commands-only 2) Adding the desired command in /root/.ssh/authorized_keys, like this : Code: Select allcommand='echo hehehehe' ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/f08GBJWxzVdJ65LCPLF2HYoXVjvX/PSWpwcffLyt78td1uYUzdYxLEXZmhMRCZe7t2jys9E2qzjx\ IWOhaSLJ3B0oT5KlTeMBgCcDDSjkw0H+qbRZXSpkl6zDGUUAEvvYfU89a89+/7L2T9hAVUeSB50xUtUleGj28mOiVZAYzfNgTJYB+++ixEuXKGdkwZiZhFpyIuu9CI0S/v+P+Aa1LsRb\ yUMQcmyVIq6CEX9VRHXwhdG+v6zgPvqVLi8/JRWxhkYJ96b7LBWudyZBMV63R8mPDnAGkTXp+Tx8R0a8+D9KalwSSgwV8X3/Fp33oZhfJk/cRUbbvDPl8lg0XHAh root@ychaouche-\ PC Then I tried to ssh with root user, but instead of seeing "hehehehe" it is requesting my password (it shouldn't, because it used to be using key-based authentication just fine before I did the above changes) : Code: Select allroot@ychaouche-PC[192.168.100.109] ~ # ssh 10.10.10.26 -p 22022 root@10.10.10.26's password: Permission denied, please try again. root@10.10.10.26's password: root@ychaouche-PC[192.168.100.109] ~ # Even with the right password, the command isn't run. I have restarte openssh and still no success. Any ideas ? | The bug was that I was using single quotes instead of double quotes. So the correct line was : command="echo hehehehe" ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC[...] |
Hi, I'm relatively new to Debian and I need some help. I've just installed Debian testing KDE amd64 and it seems like it doesn't detect my wireless card (Conceptronic C300RU). During the installation, the installer told me that I needed to provide my wireless card firmware in a external media, so I manually downloaded the package firmware-ralink and I put it in a USB stick. Then I connected to my wireless network and I installed Debian without any problem at all. However, after booting Debian, I didn't have any way to connect to the Internet since I don't have access to a wired connection. I've manually downloaded plasma-nm, network-manager and all their dependencies and I've installed them by using dpkg -i. Some months ago I was able to set up my wifi this way in the same computer but with Debian stable instead of testing. However, it hasn't worked this time. I've added the network manager widget to the traybar but it only shows a question mark. Can anyone help me find out what I'm doing wrong? Thank you very much. | nevermind |
So my actual sound card is loads as device 1 and some other device detected as HDMI is at 0 (Strange because my laptop has no HDMI output). I've looked at solutions elsewhere (https://wiki.debian.org/ALSA, http://alsa.opensrc.org/MultipleCards) with no luck. The one site says that since the two devices use the same module and are pci devices that udev should be used to fix it but I'm not up to that challenge. I'm open to solutions but I'm wondering if there's any need for this mystery device and if I can just not use it or keep it from being loaded/recognized so that my real sound card could take the default spot. Any resources or advice would be appreciated. Here is the output from a few commands Code: Select allprimo@aspire:~$ sudo modinfo -p snd_hda_intel [sudo] password for primo: index:Index value for Intel HD audio interface. (array of int) id:ID string for Intel HD audio interface. (array of charp) enable:Enable Intel HD audio interface. (array of bool) model:Use the given board model. (array of charp) position_fix:DMA pointer read method.(-1 = system default, 0 = auto, 1 = LPIB, 2 = POSBUF, 3 = VIACOMBO, 4 = COMBO). (array of int) bdl_pos_adj:BDL position adjustment offset. (array of int) probe_mask:Bitmask to probe codecs (default = -1). (array of int) probe_only:Only probing and no codec initialization. (array of int) jackpoll_ms:Ms between polling for jack events (default = 0, using unsol events only) (array of int) single_cmd:Use single command to communicate with codecs (for debugging only). (bool) enable_msi:Enable Message Signaled Interrupt (MSI) (bint) patch:Patch file for Intel HD audio interface. (array of charp) beep_mode:Select HDA Beep registration mode (0=off, 1=on) (default=1). (array of bool) power_save:Automatic power-saving timeout (in second, 0 = disable). (xint) power_save_controller:Reset controller in power save mode. (bool) align_buffer_size:Force buffer and period sizes to be multiple of 128 bytes. (bint) snoop:Enable/disable snooping (bool) Code: Select allprimo@aspire:~$ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: Generic_1 [HD-Audio Generic], device 0: ALC282 Analog [ALC282 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 Code: Select allprimo@aspire:~$ cat /proc/asound/cards 0 [Generic ]: HDA-Intel - HD-Audio Generic HD-Audio Generic at 0xf0940000 irq 75 1 [Generic_1 ]: HDA-Intel - HD-Audio Generic HD-Audio Generic at 0xf0944000 irq 76 | Usually this problem can be solved this by creating a hidden file in your home directory called .asoundrc with this content:Code: Select all pcm.!default { type hw card 1 } ctl.!default { type hw card 1 }Log out and back in to get it to take effect. HTH. |
i have installed teamspeak3 server on my linux box, and would like to set it up so that it will run when as a service. now i have seen a video of someone getting it set as a service in CentOS, and i have the script he used to set it up, however it obviously won't work for Debian. here is a copy of the script: Code: Select all#!/bin/sh # chkconfig: 2345 99 10 USER="ts3usr" TS3='/home/ts3usr/teamspeak3-server' STARTSCRIPT="$TS3/ts3server_startscript.sh" cd $TS3 case "$1" in 'start') su $USER -c "$STARTSCRIPT start" ;; 'stop') su $USER -c "$STARTSCRIPT stop" ;; 'restart') su $USER -c "$STARTSCRIPT restart" ;; 'status') su $USER -c "$STARTSCRIPT status" ;; *) echo "Usage $0 start|stop|restart|status" esac i have tried using the skeleton script in the init.d folder, however i got Really Confused on this. can i have someone explain what i need to do to the above script to allow it to be added to services with update-rc.d? | http://forums.debian.net/viewtopic.php?f=30&t=83026 |
Question: In grub, is there some equivalent to "init=/bin/systemd" for sysvinit, like "init=/bin/sysvinit" ? Rather than rely on the absence of an "init=" parameter to default to sysvinit, I'd like to force it to sysvinit, so some update can't change the blank default to systemd. I couldn't find a "*sysv*" type executable anywhere...google no help, etc. Booting with sysv or systemd both work, and boot in about the same time and use the same amount of memory (to within a couple percent). Below is my grub.cfg: Code: Select all... menuentry 'Debian sda2 DTES 3.16.0-4 SYSTEMD' { root=(hd0,2) linux /boot/vmlinuz-3.16.0-4-amd64 init=/bin/systemd root=LABEL=DTES ro initrd /boot/initrd.img-3.16.0-4-amd64 } # 2: menuentry 'Debian sda2 DTES 3.16.0-4 SYSVINIT' { root=(hd0,2) linux /boot/vmlinuz-3.16.0-4-amd64 root=LABEL=DTES ro initrd /boot/initrd.img-3.16.0-4-amd64 } ... The sysvinit entry has no "init=..." statement. Background. I (minimal)installed Debian 7.8 stable, then upgraded to testing (everything worked fine all the time!), got "systemd" and followed these instructions (**below) to add sysvinit as the default and leave systemd as a boot option. (http://without-systemd.org/wiki/index.p ... stallation) **Basically: Code: Select allFirst install the SysV init packages # apt-get install sysvinit-core sysvinit sysvinit-utils (reboot) Prevent apt from installing systemd packages in the future. # echo -e 'Package: systemd Pin: origin "" Pin-Priority: -1' > /etc/apt/preferences.d/systemd | See my signature |
I know this is bad hardware, but it would be nice if I could make it work with gaming. (This is my son's laptop, and he uses it mainly for playing Minecraft.) lspci shows: 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280 / R3 Series] So far I have tried installing the headers, the fglrx-driver and the dkms-module. The problem is that it boots to a black screen. The cursor is blinking on the top left side of the screen, but everything else is black and unresponsive. I have tried making an xorg conf with Code: Select all# aticonfig --initial I also made an xorg.conf manually like this: https://wiki.debian.org/ATIProprietary#configure Downloading the catalyst driver and installing manually produced the same result: Booting to a black screen with a blinking cursor. Deleting xorg.conf will make the computer boot normally again. Any ideas how to get this working? | Head_on_a_Stick wrote:Remove all traces of the Catalyst driver from your system. https://wiki.debian.org/DontBreakDebian ... ll_scripts Have you tried the non-proprietary AMD drivers? https://wiki.debian.org/AtiHowTo#AMD.2F ... _mach64.29 The open source driver does not work in 3D either: Code: Select allvegard@vegard-EasyNote-TE69KB:~$ alien-arena using /home/vegard/.config/alien-arena/arena for writing Created directory /home/vegard/.config/alien-arena/arena using zlib version 1.2.8 execing default.cfg Could not exec config.cfg Could not exec profile.cfg Console initialized. --------- [Loading Renderer] --------- Initializing OpenGL display ...setting mode 3: 1024 768 Using XFree86-VidModeExtension Version 2.2 Received signal 11, exiting... vegard@vegard-EasyNote-TE69KB:~$ |
Hi, I have the following in /etc/apt/sources.list: Code: Select alldeb http://ftp.at.debian.org/debian testing main contrib non-free deb-src http://ftp.at.debian.org/debian testing main contrib non-free deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free deb-src http://ftp.debian.org/debian/ jessie-updates main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free deb-src http://security.debian.org/ jessie/updates main contrib non-free Now I'm afraid I will start going into the next (Debian 9?) testing phase as Jessie is about to be released. Do I have to change this, especially the first two lines, to avoid jumping from Jessie to whatever new beta-tester-experience soon? How should I change the contents to make sure I am staying with Jessie? Thanks! Best wishes, .h.h. | Yes, just change "testing" to "jessie" and that should do it. Code: Select all# sed -i 's/testing/jessie/g' /etc/apt/sources.list |
Hi, I'm having a problem with restoring from hibernate on Debian Jessie. About 50% of the time, restoring instantly results in a trace and the other 50% of the time, a trace occurs after doing some work (or during shutdown). This problem does not exist when doing a suspend to ram instead. I've had this problem for several months and I am absolutely baffled as to what the problem may be. The hibernate is saving to a swap file located on a SSD (/dev/sdb) of a size of 8309145600 bytes (aprox 8.31GB) and I have 8114400 kB of ram (according to /proc/meminfo). The contents of /etc/default/grub is: Code: Select allGRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="init=/bin/systemd quiet splash video.use_native_backlight=1 rcutree.rcu_idle_gp_delay=1 resume=/dev/disk/by-uuid/11986856-8d6e-49d2-8a4c-9bf6869b3263 resume_offset=51200" GRUB_CMDLINE_LINUX="" This is the output from dmesg for one of the restores I was able to keep going for a while. And for those that prefer journalctl output, here's that as well I'd appreciate any help at solving this problem. If you need any more information, just let me know. | Does anyone have any clue as to how I can fix this, or at least give me a hint in the right direction? |
Hi guys, I got a strange behaviour of WCID. I'm having issue with my wifi (RT3290) to use Network Manager, so I've installed Wicd. However everytime I launch Steam, WCID drop the connection.... Do you have any idea where the problem is? PS: Based on the wiki it seems we need to uninstall Network manager after the installation of WICD. However if I do so, the system wants to remove gnome...So I haven't done it. (May be it's can be part of the issue) Thanks for your help | When you installed Wicd did you purge Network Manager? They fight each other. Is your router/modem dropping your Wifi or just your Internet? If it's the latter check the neighbourhood for another modem using the same frequency and choose another. If the former do some router feng shui. |
I saw this problem after installing Debian (7.8.0) from an ISO installer booted through easy2boot, which makes a memory stick full of ISO's individually bootable. I since have realised that it does this by creating a partition on the memory stick that maps to the actual blocks of the ISO where it resides, somewhere in the middle of the main partition of the memory stick (/dev/sdc4): Code: Select all# fdisk -l /dev/sdc ... Device Boot Start End Blocks Id System /dev/sdc1 * 63 250067726 125033832 c W95 FAT32 (LBA) /dev/sdc2 250067727 250067789 31+ 21 Unknown /dev/sdc4 21129536 21578047 224256 0 Empty /* <--- THIS ONE */ I know I can suppress the unwanted partition by creating a "noauto" line in /etc/fstab, but I also feel I need to know how to remove this partition. Yet I can't in any partitioning software: not even when booting gparted standalone. It only shows up in programs like fdisk and lsblk, but not in parted: Code: Select all# parted /dev/sdc ... (parted) print ... Number Start End Size Type File system Flags 1 32.3kB 128GB 128GB primary fat32 boot, lba 2 128GB 128GB 32.3kB primary (parted) How can I remove this partition if it's not even displayed by a partition manager? Or how do I stop it from being "mapped" if it's not real? My best guess is to post this as a Debian question since 1) the gparted disk is also a Debian environment, and 2) the next time this bogus partition gets created again I will need to know how to remove it on Debian. I am open to other suggestions if it belongs somewhere else. | I do not know anything about easy2boot. Thus, I may be wrong. If you remove /dev/sdc4, many bootable isos will not be booted anymore maybe. To remove /dev/sdc4, execute the following with root privilege: Code: Select allfdisk /dev/sdc d 4 w sync |
I have no problem with the frequency scaling on my other computersm, but this one is stuck on 1,6 ghz. Here is the processor: Code: Select allroot@netbook:/home/hallvor# cat /proc/cpuinfo | grep "model name" model name : Intel(R) Atom(TM) CPU N270 @ 1.60GHz root@netbook:/home/hallvor# Output of cpufreq-info: Code: Select allroot@netbook:/home/hallvor# cpufreq-info cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009 Report errors and bugs to cpufreq@vger.kernel.org, please. analyzing CPU 0: driver: acpi-cpufreq CPUs which run at the same hardware frequency: 0 CPUs which need to have their frequency coordinated by software: 0 maximum transition latency: 10.0 us. hardware limits: 800 MHz - 1.60 GHz available frequency steps: 1.60 GHz, 1.33 GHz, 1.07 GHz, 800 MHz available cpufreq governors: conservative, userspace, powersave, ondemand, performance current policy: frequency should be within 1.60 GHz and 1.60 GHz. The governor "ondemand" may decide which speed to use within this range. current CPU frequency is 1.60 GHz (asserted by call to hardware). cpufreq stats: 1.60 GHz:100,00%, 1.33 GHz:0,00%, 1.07 GHz:0,00%, 800 MHz:0,00% root@netbook:/home/hallvor# I have no idea how to troubleshoot this. Anyone else have it working? | No, changing the governor does not work. It is still stuck at 1,6 GHZ no matter what governor I try. |
Just installed Debian 7.7.0 with Xfce. This is a nonportable with eth0 as the only network interface. After trying to set a static IP as I did on Debian 6 and seeing it get overruled and disregarded, I did some reading on the web and found that there's now a package network-manager which takes control and rewrites configuration. Once I realized that this is the same thing that's putting the little icon in the corner, well, it does allow setting a static IP which will persist - but didn't ask for root credentials to do so! This is crazy - I have to make sure that no regular user can reconfigure the network. Also when I set a static IP, it would no longer pick up DNS server addresses from the router, but I want those to be effective for all computers on the LAN without having to manually set them on every pc. So my next thought was 'apt-get purge network-manage' - but this page says "First edit /etc/network/interfaces so that the ifup utility can be used to configure eth0 once NetworkManager is gone". And a forum post (can't find it now) said that the network would no longer start at bootup if network-manager is removed. Reboot is rare for me (basically for hardware changes) but it shouldn't be necessary to su and ifup every time. There must be some way to get back to the situation on Debian 6, where root (only) could set a static IP, then eth0 would work as configured automatically, with DNS addresses from the DHCP server in the router. I looked at posts here but didn't find answers. I would just try that purge command, but if it breaks things I would have to get on another PC to research how to fix and go back and forth. | /etc/network/interfaces works as it always has it will be read and configured at boot Yes it is safe to remove network-manager. |
Hi there, I have problem with kernel panic. After "aptitude safe-upgrade" and reboot I 've got this kernel panic: Code: Select allkernel panic - not syncing:VFS:unable to mount root fs on unknown block (0,0) I really don't know how to solve and recovery my debian... | If recovery mode doesnt work either you might need to repair the system with a chroot. I might want to know more about your upgrade, did you try to upgrade to wheezy/sid or just squeeze? Info please. |
Hello all Does anybody know a step-by-step procedure to separate /boot from the root directory on a system that contains lots of data? As I understood, this is the first step to prepare things for RAID mirroring the system partition and other partitions. What I did til now was resizing and moving partitions. The first partition (the bootable one) that contained the root filesystem now contains only /boot. Other data has been moved to other partitions. I tried editing grub.cfg but after loading the kernel (which resides on /boot), the system complains of error in line 221 (but don't know which file) and it's also about some arithmetic error. Looks like something gets stuck while dealing with initrd. | Why don't you keep the boot disk and just install antother disk and move the data directory to it. Eg only the home Read this as example http://www.maketecheasier.com/move-home-folder-ubuntu/ Or is isn't it what you want? |
Basic wheezy install, trying to get kernel headers installed and hitting this: Code: Select allroot@gchq:~# aptitude install linux-headers-`uname -r` The following NEW packages will be installed: linux-headers-3.2.0-4-amd64{b} 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/623 kB of archives. After unpacking 2,714 kB will be used. The following packages have unmet dependencies: linux-headers-3.2.0-4-amd64 : Depends: linux-kbuild-3.2 which is a virtual package. Depends: gcc-4.6 which is a virtual package. The following actions will resolve these dependencies: Keep the following packages at their current version: 1) linux-headers-3.2.0-4-amd64 [Not Installed] Accept this solution? [Y/n/q/?] I've got gcc 4.7 installed, no kbuild available by the looks of it: Code: Select allroot@gchq:~# dpkg -l gcc 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 gcc 4:4.7.2-1 amd64 GNU C compiler root@gchq:~# dpkg -l | grep gcc ii gcc 4:4.7.2-1 amd64 GNU C compiler ii gcc-4.7 4.7.2-5 amd64 GNU C compiler ii gcc-4.7-base:amd64 4.7.2-5 amd64 GCC, the GNU Compiler Collection (base package) ii libgcc1:amd64 1:4.7.2-5 amd64 GCC support library Code: Select allroot@gchq:~# aptitude search kbuild root@gchq:~# Any ideas? Thanks in advance spoov | I think you want this one: https://packages.debian.org/wheezy/linux-kbuild-3.2 Code: Select all# aptitude install linux-kbuild |
I have always done without a display manager, I prefer booting to the console and using startx. I am using Gnome Classic and if I disable the GDM3 service I can boot to console and use startx, but Shutdown no longer appears at the bottom of the Main Menu in the panel. (I use the Main Menu applet rather than the Menu Bar,) If I use GDM3 then shutdown returns to the menu. This behavior did not exist in Squeeze & Lenny. Is there a work-around to get shutdown back into the menu? I recall some years ago I had a similar problem with XFCE4 (shutdown-helper). | I found a solution that works. I did extensive research into this problem and narrowed down the reasons why Shutdown is not displayed in the Main Menu applet or the User Menu applet. After logging in the console as root and using startx, Shutdown appeared in both menu applets. Thus, the problem must be one of permissions. The solution I used is comprised of 2 steps. 1. open a root terminal > $visudo my-username ALL=(ALL) NOPASSWD: /sbin/shutdown 2. as root, use gedit to create a file called: shutdownreboot.pkla and save it to: /etc/polkit-1/localauthority/50-local.d The contents of the file is: Code: Select all[restart] Identity=unix-user:* Action=org.freedesktop.consolekit.system.restart ResultAny=yes [stop] Identity=unix-user:* Action=org.freedesktop.consolekit.system.stop ResultAny=yes Reboot and Shutdown will be in the applets. |
Code: Select allcomputer$sudo apt-get upgrade iceweasel Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: iceweasel 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 32.2 MB of archives. After this operation, 70.6 MB of additional disk space will be used. Do you want to continue [Y/n]? y Err http://security.debian.org/ wheezy/updates/main iceweasel amd64 31.2.0esr-2~deb7u1 404 Not Found [IP: 128.31.0.36 80] Failed to fetch http://security.debian.org/pool/updates/main/i/iceweasel/iceweasel_31.2.0esr-2~deb7u1_amd64.deb 404 Not Found [IP: 128.31.0.36 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? computer$ | Fixed with Code: Select allapt-get update |
Whenever I do an update (using the synaptic gui), if the update includes a lib6 update e.g. libc6 (2.18-5) to 2.19-4 then the update always fails early, due to some conflict with lib6. So most of the other packages do not get updated. At that point I can't do much except reboot and use a console to recover, by doing "apt-get -f install" which ususally fixes things. My sources.list: deb http://ftp.uk.debian.org/debian/ testing main contrib non-free deb http://security.debian.org/ testing/updates main contrib non-free This has happened at least three times now. How can I fix this? Note : Synaptic warns to switch off the screensaver before procedding with the update, which I do. Currently using: Linux 3.14-1-686-pae #1 SMP Debian 3.14.7-1 (2014-06-16) i686 GNU/Linux | Without further information the only advice would be to use stable instead of testing (it's called "testing" for a reason). You could also do apt-get upgrade and post the exact output. This we we can know what the problem is. |
I am attempting to install the latest Nvidia drivers using the Nvidia .run package, on 7.7 64-bit. I get the CC version check error, saying that the version used to compile the kernel (4.6) doesn't match the current version (4.7), and warns that the loader will reject modules with different versions (or something like that). Then it wants me to know if I should ignore the version error, or change the CC environment variable to match the kernel's compiler version. Except I have no clue... So... should I just ignore? And if I need to change the environment variable, how do I do that? Thanks (from a perpetual Linux newb... I know I really should learn more, but Linux is really so easy to use... most of the time). | Just run this in the terminal before running the Nvidia installer: Code: Select allexport CC=/usr/bin/gcc-4.6 However, if you use Debian's package of the Nvidia drivers (in the nonfree section), that issue won't appear. |
Hi, I'm just in the process of installing debian onto my current PC to use as my main OS, I seem to have a problem with the wireless card on the z77e-itx motherboard, the chip set is realtek, it comes up with a message about the rtlwifi/rtl8192sefw.bin driver being missing at installation. I have been able to update the system and add the non-free repos (at least I think so) just encase this was the problem, but the wireless option on the network settings does not show up. I'm sure I am missing something which is fairly obvious to get it working again but have limited time and thought I'd be best asking for help rather than sitting twiddling my thumbs. Any help is appreciated, let me know what additional information is needed. Just as a side note - the wifi card works fine in windows, and I'm pretty sure I have had it working on other linux distributions before (if not debian it self). Much Love, Holonomic | $ lspci | grep Ethernet $ lspci | grep Network |
I've setup a few things that use mailx by default - such as unattended updates and fail2ban. I tried sending an email message and there is no error in terminal which I think means that all went well?! but I never received any emails on the addresses I gave (gmail and local ISP). I was wondering am I being blocked from sending by ISP? or are the email addresses blocking it as spam? how would I test that? I was told I need to configure mail.rc. i've searched the net and I am not sure what I am supposed to configure in that file. note: the debian server is setup at home. ISP provided static IP and they don't seem to be blocking the webserver port. | 'man mailx' is quite comprehensive. There is also this howto by the famous MrFrood http://forums.debian.net/viewtopic.php?t=103322 If you're only using it to send you just need the SMTP setup and can ignore the IMAP etc. Also check the mail.log (or maybe syslog or messages) for any clues as to what is currently happening to your mails. |
Hi, I am using a computer in an installation, and I must ensure it uses a specific network configuration. It boots into GNOME 3 and then starts some applications. The problem I'm having is that the network preferences doesn't remember the profile I selected. So I have the default "eth0" or "ifupdown eth0" that uses DHCP, and I have a special profile "Foo". Now whenever the computer reboots, it goes back to "eth0", so I need a bugfix or script or whatever that I can automatically run that will switch back to "Foo" after booting. Thanks! | https://wiki.debian.org/NetworkConfiguration Add. Oh, I see you've found the link yourself. Yes, that's the right way (for now) to configure networking in debian, if you don't want or need any graphical program or user-clickable profiles. |
Hey there, I try to run PCSX2 on my 64 bits Debian 7 computer. I went to their website, downloaded the archive and extracted it and when i try to run the "launch_pcsx2_linux.sh" script, i get the following output: Code: Select allbenkkei@evy:~/pcsx2/pcsx2-1.2.2$ sudo ./launch_pcsx2_linux.sh ERROR the plugin (plugins/libzzogl-0.4.0.so) miss some dependencies libCg.so => not found libCgGL.so => not found libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libcairo.so.2 => not found libpango-1.0.so.0 => not found libpangocairo-1.0.so.0 => not found libpangoft2-1.0.so.0 => not found libpangoxft-1.0.so.0 => not found libgdk_pixbuf-2.0.so.0 => not found libgthread-2.0.so.0 => not found libgmodule-2.0.so.0 => not found libgio-2.0.so.0 => not found libatk-1.0.so.0 => not found libgobject-2.0.so.0 => not found libglib-2.0.so.0 => not found libwx_baseu-2.8.so.0 => not found libwx_gtk2u_core-2.8.so.0 => not found libwx_gtk2u_adv-2.8.so.0 => not found libXmu.so.6 => not found ERROR the plugin (plugins/libonepad-1.1.0.so) miss some dependencies libSDL-1.2.so.0 => not found libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libcairo.so.2 => not found libpango-1.0.so.0 => not found libpangocairo-1.0.so.0 => not found libpangoft2-1.0.so.0 => not found libpangoxft-1.0.so.0 => not found libgdk_pixbuf-2.0.so.0 => not found libgthread-2.0.so.0 => not found libgmodule-2.0.so.0 => not found libgio-2.0.so.0 => not found libatk-1.0.so.0 => not found libgobject-2.0.so.0 => not found libglib-2.0.so.0 => not found ERROR the plugin (plugins/libUSBnull-0.7.0.so) miss some dependencies libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libcairo.so.2 => not found libpango-1.0.so.0 => not found libpangocairo-1.0.so.0 => not found libpangoft2-1.0.so.0 => not found libpangoxft-1.0.so.0 => not found libgdk_pixbuf-2.0.so.0 => not found libgthread-2.0.so.0 => not found libgmodule-2.0.so.0 => not found libgio-2.0.so.0 => not found libatk-1.0.so.0 => not found libgobject-2.0.so.0 => not found libglib-2.0.so.0 => not found ERROR the plugin (plugins/libFWnull-0.7.0.so) miss some dependencies libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libcairo.so.2 => not found libpango-1.0.so.0 => not found libpangocairo-1.0.so.0 => not found libpangoft2-1.0.so.0 => not found libpangoxft-1.0.so.0 => not found libgdk_pixbuf-2.0.so.0 => not found libgthread-2.0.so.0 => not found libgmodule-2.0.so.0 => not found libgio-2.0.so.0 => not found libatk-1.0.so.0 => not found libgobject-2.0.so.0 => not found libglib-2.0.so.0 => not found plugins/libGSdx-0.1.16.so: /usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by plugins/libGSdx-0.1.16.so) ERROR the plugin (plugins/libGSdx-0.1.16.so) miss some dependencies plugins/libGSdx-0.1.16.so: /usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by plugins/libGSdx-0.1.16.so) libEGL.so.1 => not found libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libcairo.so.2 => not found libpango-1.0.so.0 => not found libpangocairo-1.0.so.0 => not found libpangoft2-1.0.so.0 => not found libpangoxft-1.0.so.0 => not found libgdk_pixbuf-2.0.so.0 => not found libgthread-2.0.so.0 => not found libgmodule-2.0.so.0 => not found libgio-2.0.so.0 => not found libatk-1.0.so.0 => not found libgobject-2.0.so.0 => not found libglib-2.0.so.0 => not found ERROR the plugin (plugins/libCDVDnull.so) miss some dependencies libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libcairo.so.2 => not found libpango-1.0.so.0 => not found libpangocairo-1.0.so.0 => not found libpangoft2-1.0.so.0 => not found libpangoxft-1.0.so.0 => not found libgdk_pixbuf-2.0.so.0 => not found libgthread-2.0.so.0 => not found libgmodule-2.0.so.0 => not found libgio-2.0.so.0 => not found libatk-1.0.so.0 => not found libgobject-2.0.so.0 => not found libglib-2.0.so.0 => not found ERROR the plugin (plugins/libspu2x-2.0.0.so) miss some dependencies libportaudio.so.2 => not found libSDL-1.2.so.0 => not found libSoundTouch.so.0 => not found libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libcairo.so.2 => not found libpango-1.0.so.0 => not found libpangocairo-1.0.so.0 => not found libpangoft2-1.0.so.0 => not found libpangoxft-1.0.so.0 => not found libgdk_pixbuf-2.0.so.0 => not found libgthread-2.0.so.0 => not found libgmodule-2.0.so.0 => not found libgio-2.0.so.0 => not found libatk-1.0.so.0 => not found libgobject-2.0.so.0 => not found libglib-2.0.so.0 => not found libwx_baseu-2.8.so.0 => not found libwx_gtk2u_core-2.8.so.0 => not found libwx_gtk2u_adv-2.8.so.0 => not found ERROR the plugin (plugins/libCDVDiso.so) miss some dependencies libbz2.so.1.0 => not found ERROR the plugin (plugins/libdev9null-0.5.0.so) miss some dependencies libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libcairo.so.2 => not found libpango-1.0.so.0 => not found libpangocairo-1.0.so.0 => not found libpangoft2-1.0.so.0 => not found libpangoxft-1.0.so.0 => not found libgdk_pixbuf-2.0.so.0 => not found libgthread-2.0.so.0 => not found libgmodule-2.0.so.0 => not found libgio-2.0.so.0 => not found libatk-1.0.so.0 => not found libgobject-2.0.so.0 => not found libglib-2.0.so.0 => not found ./pcsx2: error while loading shared libraries: libwx_baseu-2.8.so.0: cannot open shared object file: No such file or directory Altough the fix seems easy: I need to install the missing libraries, it's not so easy as it sounds like because those library seems to be already installed on my system: Code: Select allbenkkei@evy:~/pcsx2/pcsx2-1.2.2$ sudo apt-get install libcairo2 libportaudio2 libpango1.0-0 Reading package lists... Done Building dependency tree Reading state information... Done libcairo2 is already the newest version. libpango1.0-0 is already the newest version. libpango1.0-0 set to manually installed. libportaudio2 is already the newest version. libportaudio2 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Looks like i have "system wide dependencies" issues on my system. I already ran into similar "this library is not found although it is actually installed" error with other packages and have no idea on how to solve that. Troubleshooting steps are more than welcome on this. Thanks guys ! | Many non Debian builds are 32-bit binaries only, so for 64-bit, you need to enable the multiarchosity for i386 and install the "package:i386" version of the missing library. You could find the actual game binaries and run "file" on them to confirm what architecture they are. Wheezy has a shortcut metapackage to install many i386 packages, called "ia32-libs", so I'd install that first, then finish up on whatever still comes up missing. Also, you should not be launching the program with "sudo" if you are playing it as a standard user. Hmmm--they do confirm that they only provide 32-bit builds, but here's some Debianized source code--maybe I can build a 64-bit version? Hang on....Nope, can't be built on 64-bit, |
There has recently been reported to be a bug in ssl3 that has led to the recommendation to disable ssl3 in browsers. I have followed instructions to do so (using about:config and searching for tls and changing the item security.tls.min from a value of "0" to "1" or using an addon from Mozilla "SSL Version Control". I am not a security or ssl expert, so check before following this suggestion. When I did change the value from "0" to"1", nothing got broken but YMMV. Hope that is helpful. Steve | stevesr0 wrote:There has recently been reported to be a bug in ssl3 that has led to the recommendation to disable ssl3 in browsers. I have followed instructions to do so (using about:config and searching for tls and changing the item security.tls.min from a value of "0" to "1" or using an addon from Mozilla "SSL Version Control". I am not a security or ssl expert, so check before following this suggestion. When I did change the value from "0" to"1", nothing got broken but YMMV. Hope that is helpful. Steve That's not enough, I believe: http://web.nvd.nist.gov/view/vuln/detai ... -2014-1574 CVE-2014-1574 Multiple unspecified vulnerabilities in the browser engine in Mozilla Firefox before 33.0, Firefox ESR 31.x before 31.2, and Thunderbird 31.x before 31.2 allow remote attackers to cause a denial of service (memory corruption and application crash) or possibly execute arbitrary code via unknown vectors. Those who are using true firefox (instead of iceweasel) the problems are already fixed in version 33.0. Iceweasel users see: https://security-tracker.debian.org/tra ... -2014-1574 and wait for update... |
I've been having this item for a while in my network connections, and it didn't really bother me, since I was using a dedicated DSL/PPPoE connection, but ever since I switched to a router, needing to connect directly (through eth0), I've been having problems during startup. First of all, I cannot delete nor edit "ifupdown", and it seems that it's the only connection that works properly in my case, if I were to connect to eth0 (as a network connection), internet doesn't work. This in itself is not a big deal, just that I have no way of modifying "ifupdown" so it connects automatically every time I boot instead of jumping on eth0. | andoru wrote:debianxfce wrote:set your router to be a gateway and a dhcp server. Remove networkmanager and reinstall it. The router is already set up as a dhcp server (how could this work at all if it wasn't?) I purged Network Manager and reinstalled it, but still the same happens, except this time an additional "eth0" connection is made upon every reboot. :roll: Please kindly post the contents of /etc/network/interfaces I suspect you have already set-up eth0 there so NM shows "ifupdown (eth0)" just to indicate that *something else* is managing your network (namely, ifupdown). You need to decide how and who should set-up the network. If you want NM to do it you need to remove everything from /etc/network/interfaces except for the line referring to "lo". BTW networks work fine without DHCP. You just need to assign static (and unique) IP addresses. DHCP is just a convenience, like e.g. DNS. |
I'm trying to revive this old laptop so my daughter can use it (not going to buy another one). When I try to boot I get as far as shown below. It seems a problem with sis900 rtl8201. Code: Select allusb usb1: Manufacturer: Linux 3.2.0-4-486 ehci_hcd usb usb1: SerialNumber: 0000:00:03.2 hub 1-0:1.0: USB hub found hub 1-0:1.0: 6 ports detected ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver ohci_hcd 0000:00:03.0: OHCI Host Controller ohci_hcd 0000:00:03.0: new USB registered, assigned bus number 2 ohci_hcd 0000:00:03.0: irq 20, io mem 0xe4000000 sis900.c: v1.08.10 Apr. 2 2006 usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: OHCI Host Controller usb usb2: Manufacturer: Linux 3.2.0-4-486 ohci_hcd usb usb2: SerialNumber: 0000:00:03.0 hub 2-0:1.0: USB hub found hub 2-0:1.0: 3 ports detected 0000:00:04.0: Unreadable or invalid MAC address, using random generated one 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1. 0000:00:04.0: Using transceiver found at address 1 as default eth0: SiS 900 PCI Fast Ethernet at 0x1800, IRQ 19, 7a:f4:3a:17:e7:3d So I downloaded older versions of Debian and found I can boot Lenny, but nothing from Squeeze onward. So I googled and found one difference starting with squeeze is that some firmware was moved out to a non-free package. I was thinking this applied in my case but then I googled further. I then found this link that lists sis900 as supported by Debian kernel module by default. I googled and found similar scenarios but none that match mine identically. I'm guessing it's probably due to how old the laptop is. Regardless, I still tried the different suggestions in the pages I found such as: I have tried different boot parameters such as: Code: Select allacpi=off noapic pci=routeirq pci=noacpi irqpoll netcfg/disable_autoconfig=true hw-detect/start_pcmcia=false None of these boot options helped. I get the impression that it cannot locate the kernel module sis900. Am I off target on this? I'm not sure what to do next to boot successfully. Please keep in mind that I cannot boot past what is shown above. EDIT: When I boot Lenny live I can run lspci -nn and it shows pci device id as Code: Select all1039:0900 so according to the link in my above post it should be supported by kernel module. I viewed dmesg in Lenny live and can see that I get a 'Cannot read mac address' message but it does nothing further with it. In squeeze and later it assigns it a random mac address as seen above and then stops there. EDIT2: I'm learning as I go. Since I think it is the sis900 module causing problems I am going to blacklist that module to see if I can boot. If I can then get it to boot I will just use a wireless card I have lying around. Then I will go back (maybe someday) and try to figure out why it's not working with sis900. So according to this link I will use this as a boot parameter: Code: Select allsis900.blacklist=yes Please correct me if this is wrong. | Thanks but I think I'll try blacklisting the module on my existing installation of wheezy. I'd rather use wheezy than jessie. |
hi, after a recent package update on Debian Jessie, that involved some GRUB things, my rEFIt screen has gone. This is a MacBook laptop, and normally when I switch on the machine, there is a selector for Mac versus Linux via rEFIt. After I choose Linux, I get the GRUB screen to select the kernel etc. The problem is that GRUB cannot boot Mac OS X. If does list Mac OS X 32-bit and 64-bit, but they are broken, the system just crashes immediately after I select the system there. So I really have to get the rEFIt screen back. My hope is that it just got deactivated by a retard that produced the recent update. Please tell me there is a keyboard shortcut or a simple script I can run to reactivate that screen so that I can boot the OS X partition Thanks! | Booting once with Option key pressed gave me the drive selection; rEFIt showed up there, and selecting it made the selection screen come up. After another reboot, the rEFIt screen comes up just as normal. |
Been searching the net for specifics and while i found some commands i am not really planning on using them (yet) since there was no explanation on what they do. I am using Putty to connect to server with Debian. And while the root account works as expected, I've now locked down the ssh access for root and instead created users with sudo rights that use keys with passphrase to access the server. Now these sudo user terminals doesn't really behave at all - there is no movement of cursor with arrow keys (just some characters getting written), no autocomplete function (tab) and no previous commands by pressing up. my question is how do I get these functions? I've been reading some articles and tutorials and it seems the issue is users that are not root use a different shell. is that true? how do I switch to another shell that give me the extra options? will that shell be safe? | Check the "terminal emulation" settings in Putty. Can't recall what it should be (it's been some years) but there are a few options to try. |
Hi all ! I got a new Ultrabook, Toshiba Z30, but can't get it to WiFi. lspci shows: 02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 6b) NOTE: This is the -ac standard wireless. I have installed network-manager plasma-nm firmware-iwlwifi Then followed this instructions: https://wiki.debian.org/WiFi/HowToUse#KDE But my home SSID is not seen. Any ideas ? Another problem : how to make my keyboard lighting work ? (only way to make it work in Linux so-far is via BIOS, while in Windows 7 it can be switched dynamically on/off) -Technologov | Well, it required a Linux laptop restart to get firmware working. |
Hi, I am running Debian Wheezy on a MacBook Pro with a Broadcom BCM 4331 chip. I read that I need a different kernel (3.2-rc3+) but whenever I install a package I can't get it to run. I know that this chip isn't compatible with getting wireless and I apt-get installed b43-fwcutter and nothing changed. I know that I need some non-free firmware to use WiFi. All of the Debian websites say this, and it asked me for some non-free firmware during installation. Can anybody please help me with this? Thanks. EDIT: my etc/apt/sources. list is #deb cdrom: [Debian GNU/Linux 7.6.0 _Wheezy_ - Official amd63 DVD Binary-1 20140712- 14:11]/ wheezy contrib main deb cdrom: [Debian GNU/Linux 7.6.0 _Wheezy_ - Official amd64 DVD Binary-1 20140712-14:11/ wheezy contrib main deb http://http.debian.net/debian wheezy main deb-src http://http.debian.net/debian wheezy main deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free deb-src htt://ftp.us.debian.org/debian/ wheezy main contrib non-free deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free #wheezy-updates, previously known as 'volatile' deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free deb http://ftp.us.debian.org/debian/ wheezy-proposed-updates contrib non-free main deb http://ftp.us.debian.org/debian/ wheezy-backports main deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free deb http://ftp.us.debian.org/debian/ jessie main contrib non-free | Have you added "contrib" & "nonfree" parts to your sources.list? Wheezy /etc/apt/sources.list with non-free stuff enabled should be: Code: Select alldeb http://ftp.uk.debian.org/debian wheezy main contrib non-free deb-src http://ftp.uk.debian.org/debian wheezy main contrib non-free deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free Adjust to suit your location... Then you need to run `apt-get update` and install the firmware: https://wiki.debian.org/bcm43xx#b43_and_b43legacy |
Code: Select all# apt-get install firmware-ralink # ls /lib/firmware | grep rt ... rt3070.bin ... # modprobe rt3070 FATAL: Module rt3070 not found. What to do? | rt2800usb, this driver not work. Code: Select all#modprobe rt2800usb #lsmod | grep rt ... rt2800usb 17753 0 ... #iwconfig wlan0 IEEE 802.11bgn ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm Retry long limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:on Tx-Power=0 dBm! |
They do call it Testing, after all, but I have not seen anything like this previously. I have been running Testing (64-bit, MATE desktop) for some time now with no more than small, easily repaired glitches. This morning I did apt-get update && apt-get dist-upgrade as I normally do. I did see references to a "broken pipe" fly by and some failure involving my USB3 ports. Sorry, I cannot be more specific than that. When I rebooted I had a blank oddly colored desktop, which is to say a green that goes blue toward the top, with no sign of MATE at all. The system simply is inoperative, lacking even a way to open a terminal, usually my first port in a storm. I might do an alt-f1 in a few days and see if I can do an update-upgrade that will recover the system. I'm not too sure how confident to be about that. If I look in the bright side I suppose I'll get to test the newest version of the net-installer. I have not fooled with repositories or anything else recently because Jessie has been running quite nicely for some time now. Generally I do not fiddle around unless something breaks and nothing has broken. So I have been thinking that Jessie was just about ready for the big dance? Maybe not. Did I ask for trouble doing a dist-upgrade rather than a simple upgrade? If you see any bad signs during your update/upgrade I might suggest you bail out and wait until the gremlins decide to play elsewhere. | debianxfce wrote:Debian are planning to release jessie in 2015 so there is no sense to do full system upgrade while the distro development is going on. If it works, do not break it. On the contrary, using dist-upgrade (or more properly now, full-upgrade) is recommended on testing and sid as quite frequently package dependencies change and old packages need to be removed to be replaced with the new ones. If you just do a regular upgrade it can leave conflicts which the package manager cannot resolve within the constraints of that command. |
I just ran the automatic software update. It offered me, among other things such as a Libre Office update, a Linux 3.13. I just ran the whole bundle. After rebooting, the computer freezes now, some weird random graphics glitches are overlayed on the terminal at some point, after that nothing happens any more. Luckily 3.12 was preserved in GRUB, so I can boot the "old" system. Is this a normal update experience for Debian Jessie? Is there no safety switch that prevents me from performing updates which screw up my installation? I find this a bit worrysome. What should I do now? Uninstall 3.13; keep moving the cursor to 3.12 when booting? Will I still be able to perform updates if staying with 3.12? Thanks! | hhrutz wrote:Is this a normal update experience for Debian Jessie? Is there no safety switch that prevents me from performing updates which screw up my installation? Yes,no. It's not called "testing" for nothing. You can install apt-listbugs and check it before each update. What should I do now? Uninstall 3.13; keep moving the cursor to 3.12 when booting? Will I still be able to perform updates if staying with 3.12? You can put 3.12 on hold and select it at boot or uninstall 3.13. Sounds like some new package or config is incompatible with your graphics, which may sort itself with some upcoming update. If you can find some relevant errors in xorg.log or dmesg you may be able to fix it, and perhaps even contribute to development with a bug report which is the main purpose of testing. |
I'm not sure what went wrong. I updated my server a few days ago with a normal apt-get update/upgrade. Server hung today so I rebooted it. SSH Is not starting at reboot and I can't run it manually. Now if I try to start the SSH service I get: Code: Select allsed: cannot rename /etc/init.d/sedErNcTc: Operation not permitted I'm not sure why sed is trying to edit a random file in init.d or if that's supposed to happen, why it's not working. I cannot remove the openssh-server package. Does anyone have any ideas on what went wrong or how to fix this? If you need more information please let me know what else I can provide. SSH was working for months prior to a recent update. No changes were made to anything recently other than the update. I'm hoping I don't need to wipe my server remotely or pay for KVM if at all possible. | Post output of the following:-):Code: Select allcat /etc/debian_version uname -r cat /etc/apt/sources.list ls -l /etc/apt/sources.list.d/ apt-cache policy ssh-server |
I just switched the security protocol on my router so that it is an open network with access control. I have added the mac addresses of my two laptops in the access control list for my router as well as double checked that they are correct. My machine running Arch connects just fine, but the Debian one will not connect to my SSID. Am I overlooking something? It seems like it should be even easier to connect now that it is an open network. The KDE network manager will scan for and find networks just fine, but it just says "Configuring interface" and then "waiting for authorization" before saying "not connected" when I try to connect to my network. What am I missing? EDIT: I forgot to change the settings in Network Manager to reflect that it is now an open network and no longer WPA security. *facepalm* | Just to be clear, the router worked before you messed with it? |
Code: Select all# lspci 00:0a.0 Ethernet controller: NVIDIA Corporation MCP79 Ethernet (rev b1) 04:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01) diver installed Code: Select all# dpkg -l | grep b43 ii b43-fwcutter 1:019-1 amd64 utility for extracting Broadcom 43xx firmware ii firmware-b43-installer 1:019-1 all firmware installer for the b43 driver Code: Select all# lsmod | grep b43 b43 372095 0 bcma 31437 1 b43 mac80211 335671 1 b43 cfg80211 215952 2 b43,mac80211 rng_core 4037 1 b43 ssb 49661 1 b43 mmc_core 87355 2 b43,ssb pcmcia 34284 2 b43,ssb the issue is that i am on a 20Mbps line. in debian the line recently for some reason maxes out at no more than about 1.5Mbps. when i run osx on the same laptop i get upto about 18.5Mbps. what could be the issue here? | You may take a look at this thread: http://ubuntuforums.org/showthread.php?t=1596061 though it's about the same device with the alternative broadcom-sta-dkms "wl" driver, the power control getting set to "off" may still help. |
I know that you can get newer versions of Linux with apt. I've searched packages.debian.org and all that I can find in the repos are 2.6. However, I got some hardware that has specific needs. I want as new of a kernel as possible, and compiling and installing is not an option because I always screw up and resort to doing a fresh install of my operating system. I need AT LEAST 3.14, the newer the better. I think 3.15 and 3.16 also have some fixes for my laptop. All I know is I tried 3.13 (in Ubuntu) and then 3.16 (also in Ubuntu) and so many hardware problems were solved. My Bluetooth was working, the scroll thingy on my touchpad worked, so yeah. I just want a newer kernel that I can get with apt or install from a .deb file. Do you have any ideas? | A bit more info is needed - -Which version of Debian? Wheezy? -How are you searching packages.debian.org? The kernel package is called linux-image-xxx (where xxx is the version) so a search for 'kernel" may not show what you expect. To install a later kernel in Wheezy you need to add the backports repo to sources, update package manager and then choose which linux-image you want. |
system= jessie hitherto i was having proper hibernation, using pm-utils. Now after a system update last week hibernating is not happening. Before the update everything was working perfectly fine. Though upon the hibernate command, the same happens, yet the system state is not saved and when the system is started, it comes like upon a reboot. All your things gone. is there any other way to hibernate. Even in suspend-hybrid, the system state is reset upon restart. All these were working well and fine until before the update. So how to resolve this?. | Install the package "hibernate" and "tuxonice-userui"; try "sudo hibernate-ram" and "sudo hibernate-disk". If any of them fails, check /var/log/hibernate.log |
system-jessie upto today i was able to autologin to X . But after today i updated my system and the same is now not possible. it brings me on the blackscreen tty1 where the user login and password has to be typed manually and then it goes straight to X. there is no need to type startx. Till today evening it was straight login into X with no need to type user login and password. how do i solve this now? pls help | ok i got this solved. based on the advice posted on this link http://storma.wordpress.com/2012/11/28/ ... ay-manager i edited this file Code: Select all /etc/systemd/system/getty.target.wants/getty@tty1.service which is a link to /lib/systemd/system/getty@.service in that file, as it is now in the current, i edited this original line to the new one [original line----commented out below] Code: Select all#ExecStart=-/sbin/agetty --noclear %I <--------changed to the new one below----------> Code: Select all ExecStart=-/sbin/agetty --noclear -a MYUSERNAME %I #MYUSERNAME = input your own user name after this edit , i am once again able to autologin to X like before yesterday after the update. The above website link attributes the reason to systemd for breaking the autologin . And since the same has been the rectification solution in my case i am changing the original subject line which was " unable to autlogin to X after update" to a more meaningful current one. |
I am running Wheezy 7.x and have an older Canon printer (iP1900). I tried to set up the printer using cups but the printer is not listed. So I found, and downloaded, the driver from the Canon-Europe site. When I tried to dpkg and install the driver I get a message that there is a missing dependency: missing libcupsys2. libcupsys2 has apparently been replaced with libcups2. So here are my questions: 1. Is libcupsys2 available in some repository, and if so can I add that to the source list ? 2. If I were to edit the "control" file in the two printer .deb files and replace the reference to libcupsys2 with libcups2 will the printer driver work? I would like to do whatever is the most sensible option. Thanks for the help. ADDITIONAL INFO: I was just looking at the common files that were part of the driver download and I see that there is a PPD file for the printer. Can I just use that PPD file and NOT install the driver packages? I tried to set up CUPS using the PPD file and it seems to recognize the printer but I cannot print anything. YIKES ! | Well, editing the "control" file does not work. After saving the file, the original info returns. POOH ! And the PPD file does not seem to work either. So I am at a loss. Guess I will just send whatever needs printing over to my Windows machine. BAH! HUMBUG! |
/boot/efi/EFI/boot/bootx64.efi got accidentally modified. The original file was accidentally deleted, how can I recover the original file? Thank you. | You should have copied the original file into a SAFE place. Code: Select allfind /boot/efi -iname bootx64.efi |
Hi, this is my first time on the Forum, and I'm a brand new Debian user (7.0, Xfce on an old Aspire 1692WLMI laptop). I'm an old Ubuntu and Mint user, but I don't understand much about linux and computers. I've noticed that my wireless dosn't work, probably because of a driver missing. It's a 802.11b/g. I've tried to fix the problem following this instructions, but worthless: https://wiki.debian.org/wl. I've also searched the web, but again, no help discovered. Can somebody help to fix my problem? Thanks! (sorry for my english, I'm italian). | Hardware? Code: Select alllspci |
Hello. I recently compiled kernel 3.16.1, but I forgot to add support for my Realtek RTL8723BE WLAN card. How can I add support for that WLAN card now? If I try the WLAN source code manual compilation (from https://github.com/kozak127/rtl8723be) I get multiple errors - as do many other users according to some foruns. So if possible I would like to add support via kernel. Thank you | It is possible to find the various parts of the module source code in the kernel and write a makefile to compile that code into a .ko file, which then can be copied into the correct location in /lib/modules/kernelversion--but in the time needed to work through and learn all this, you could just recompile the kernel with the configuration to create the module, unless you have a very, very slow machine. I did not check, but the configuration may be apart from the regular drivers in the "staging" drivers section. |
ip a only gives me a eth0 no wifi do i need to compile my kernel to get the wifi to work? i think this is my nic Intel® Dual Band Wireless-AC 3160 root@vita:/home/cwc# uname -aa Linux vita 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64 GNU/Linux root@vita:/home/cwc# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether f8:a9:63:3d:4f:ee brd ff:ff:ff:ff:ff:ff inet 192.168.1.118/24 brd 192.168.1.255 scope global eth0 inet6 fe80::faa9:63ff:fe3d:4fee/64 scope link valid_lft forever preferred_lft forever root@vita:/home/cwc# Code: Select all root@vita:/usr/share/misc# lspci 00:00.0 Host bridge: Intel Corporation Haswell DRAM Controller (rev 06) 00:01.0 PCI bridge: Intel Corporation Haswell PCI Express x16 Controller (rev 06) 00:02.0 VGA compatible controller: Intel Corporation Haswell Integrated Graphics Controller (rev 06) 00:03.0 Audio device: Intel Corporation Haswell HD Audio Controller (rev 06) 00:14.0 USB controller: Intel Corporation Lynx Point USB xHCI Host Controller (rev 05) 00:16.0 Communication controller: Intel Corporation Lynx Point MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation Lynx Point USB Enhanced Host Controller #2 (rev 05) 00:1b.0 Audio device: Intel Corporation Lynx Point High Definition Audio Controller (rev 05) 00:1c.0 PCI bridge: Intel Corporation Lynx Point PCI Express Root Port #1 (rev d5) 00:1c.1 PCI bridge: Intel Corporation Lynx Point PCI Express Root Port #2 (rev d5) 00:1c.2 PCI bridge: Intel Corporation Lynx Point PCI Express Root Port #3 (rev d5) 00:1c.4 PCI bridge: Intel Corporation Lynx Point PCI Express Root Port #5 (rev d5) 00:1d.0 USB controller: Intel Corporation Lynx Point USB Enhanced Host Controller #1 (rev 05) 00:1f.0 ISA bridge: Intel Corporation Lynx Point LPC Controller (rev 05) 00:1f.2 SATA controller: Intel Corporation Lynx Point 6-port SATA Controller 1 [AHCI mode] (rev 05) 00:1f.3 SMBus: Intel Corporation Lynx Point SMBus Controller (rev 05) 01:00.0 3D controller: NVIDIA Corporation Device 1392 (rev a2) 08:00.0 Network controller: Intel Corporation Device 08b4 (rev 93) 09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 10) 0a:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5249 (rev 01) root@vita:/usr/share/misc# root@vita:/usr/share/misc# lsmod Module Size Used by parport_pc 22364 0 ppdev 12763 0 lp 17149 0 parport 31858 3 lp,ppdev,parport_pc rfcomm 33700 10 bnep 17567 2 binfmt_misc 12957 1 uinput 17440 1 nfsd 216167 2 nfs 308353 0 nfs_acl 12511 2 nfs,nfsd auth_rpcgss 37143 2 nfs,nfsd fscache 36739 1 nfs lockd 67306 2 nfs,nfsd sunrpc 173730 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd nls_utf8 12456 1 nls_cp437 16553 1 vfat 17316 1 fat 45642 1 vfat ext3 162072 1 jbd 56902 1 ext3 loop 22641 0 snd_hda_codec_realtek 188851 1 snd_hda_intel 26259 2 snd_hda_codec 78031 2 snd_hda_intel,snd_hda_codec_realtek snd_hwdep 13186 1 snd_hda_codec snd_pcm 68083 2 snd_hda_codec,snd_hda_intel snd_page_alloc 13003 2 snd_pcm,snd_hda_intel nouveau 583385 0 uvcvideo 57744 0 mxm_wmi 12515 1 nouveau videodev 70889 1 uvcvideo ttm 53664 1 nouveau snd_seq 45126 0 v4l2_compat_ioctl32 16655 1 videodev media 18148 2 videodev,uvcvideo snd_seq_device 13176 1 snd_seq drm_kms_helper 31370 1 nouveau btusb 17502 2 snd_timer 22917 2 snd_seq,snd_pcm snd 52893 12 snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_realtek bluetooth 119455 23 btusb,bnep,rfcomm drm 183952 3 drm_kms_helper,ttm,nouveau efivars 17916 0 battery 13146 0 ac 12624 0 iTCO_wdt 17081 0 acpi_cpufreq 12935 1 mperf 12453 1 acpi_cpufreq iTCO_vendor_support 12704 1 iTCO_wdt psmouse 69265 0 ideapad_laptop 13222 0 pcspkr 12579 0 serio_raw 12931 0 evdev 17562 19 sparse_keymap 12760 1 ideapad_laptop soundcore 13065 1 snd i2c_algo_bit 12841 1 nouveau i2c_i801 16870 0 power_supply 13475 3 ac,battery,nouveau coretemp 12898 0 processor 28149 9 acpi_cpufreq rfkill 19012 3 ideapad_laptop,bluetooth i2c_core 23876 6 i2c_i801,i2c_algo_bit,drm,drm_kms_helper,videodev,nouveau crc32c_intel 12747 0 ghash_clmulni_intel 13130 0 aesni_intel 50667 0 aes_x86_64 16843 1 aesni_intel aes_generic 33026 2 aes_x86_64,aesni_intel wmi 13243 2 mxm_wmi,nouveau cryptd 14517 2 aesni_intel,ghash_clmulni_intel video 17683 1 nouveau button 12937 1 nouveau ext4 350763 1 crc16 12343 2 ext4,bluetooth jbd2 62115 1 ext4 mbcache 13114 2 ext4,ext3 usbhid 36418 0 hid 81372 1 usbhid sg 25874 0 sd_mod 36136 5 crc_t10dif 12348 1 sd_mod xhci_hcd 73450 0 ahci 24997 4 libahci 22941 1 ahci libata 140630 2 libahci,ahci r8169 47008 0 mii 12675 1 r8169 scsi_mod 162269 3 libata,sd_mod,sg thermal 17383 0 thermal_sys 18040 3 thermal,video,processor ehci_hcd 40249 0 usbcore 128741 6 ehci_hcd,xhci_hcd,usbhid,btusb,uvcvideo usb_common 12354 1 usbcore | Temporarily connect to your Router by cable. Become Root:Code: Select allsu Connect to the Internet and install iwlwifi Code: Select allapt-get install iwlwifi Disconnect from the cable. Reboot. |
system=jessie after a update 2 days back my boot process has become very slow. it takes 1m 40s to reach my window manager desktop, which previously took 15s . I find systemd got installed in that update. For i am seeing the same for the first time after that update. I am not knowing what is the reason for this sudden change in boot up time after the update. Is it possible to rectify this ? & if no, then is it possible to uninstall systemd and revert back to the original way of booting. For , for now a window manager system is taking more bootup time than what a desktop system will take . pls help. | Look for errors in the systemd journal with Code: Select alljournalctl -b -p 3 "-b" means last boot, "-p 3" means priority 3 for "errors" increase the number to show less critical errors up to 7 for "debug". See also man journalctl. I had a similar problem which journalctl showed me was caused by swap partition not mounting. Turned out it had been reformatted and UUID changed when I installed another distro in multiboot. Easy fix to find the correct UUID and edit it into fstab. For me, journalctl is one of the best improvements over sysvinit. No more ratting around to find the right log file, and no need to be root to read it. |
Edit: Kind of solved by switching to kernel 3.10.47. Further info below. ---- Hi all, I really crawled the topics that could be related but they all seem to cover different problems. I updated my kernel from 3.2.14-rt to 3.14.10-rt . I applied the RT patch and compiled both kernels myself and I'm sure I didn't remove any CPU scaling features in the menuconfig. But ever since I can't scale the CPU frequency in the new kernel. I don't have the module 'intel_pstate' loaded in any of the kernels. However, scaling does work in the old kernel 3.2.14 perfectly. But if I try to scale the frequency in the new kernel, I get an error message: Code: Select all# cpufreq-set -g performance Error setting new values. Common errors: - Do you have proper administration rights? (super-user?) - Is the governor you requested available and modprobed? - Trying to set an invalid policy? - Trying to set a specific frequency, but userspace governor is not available, for example because of hardware which cannot be set to a specific frequency or because the userspace governor isn't loaded? Well I ran the command as root of course and I can't think of any missing governor module. The governors are available on the new kernel: Code: Select all# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors userspace conservative powersave ondemand performance These are my loaded modules in kernel 3.14.10 : Code: Select allModule Size Used by ctr 3415 1 ccm 6713 1 bnep 8871 2 rfcomm 27543 10 cpufreq_stats 2855 0 cpufreq_userspace 1365 0 cpufreq_conservative 5936 0 cpufreq_powersave 910 0 binfmt_misc 5928 1 uinput 6631 1 fuse 64205 1 nfsd 185750 2 auth_rpcgss 35780 1 nfsd oid_registry 2027 1 auth_rpcgss exportfs 3184 1 nfsd nfs_acl 2055 1 nfsd nfs 145679 0 lockd 52355 2 nfs,nfsd fscache 37982 1 nfs sunrpc 165358 6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl ipheth 6085 0 btusb 14606 0 bluetooth 192061 24 bnep,btusb,rfcomm 6lowpan_iphc 4219 1 bluetooth crc16 1311 1 bluetooth usb_storage 43064 0 snd_aloop 11495 0 loop 14655 0 firewire_sbp2 10668 0 arc4 1847 2 iwldvm 100872 0 mac80211 388263 1 iwldvm mxm_wmi 1387 0 x86_pkg_temp_thermal 4446 0 coretemp 5590 0 kvm_intel 119838 0 kvm 322005 1 kvm_intel crc32c_intel 13785 0 microcode 21974 0 evdev 9242 14 snd_hda_codec_hdmi 30139 5 psmouse 71223 0 snd_hda_codec_idt 39493 1 serio_raw 4095 0 snd_hda_codec_generic 40193 1 snd_hda_codec_idt iwlwifi 65408 1 iwldvm snd_seq_midi 4040 0 snd_seq_midi_event 4652 1 snd_seq_midi snd_hda_intel 29684 0 cfg80211 330554 3 iwlwifi,mac80211,iwldvm snd_hda_codec 79626 4 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_intel snd_rawmidi 15623 1 snd_seq_midi rfkill 13633 4 cfg80211,bluetooth snd_hwdep 5141 1 snd_hda_codec snd_pcm_oss 31095 0 snd_mixer_oss 12042 1 snd_pcm_oss tpm_infineon 5433 0 lpc_ich 13092 0 snd_seq 41112 2 snd_seq_midi_event,snd_seq_midi mfd_core 2673 1 lpc_ich snd_pcm 66050 5 snd_pcm_oss,snd_aloop,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel ehci_pci 3184 0 snd_seq_device 4544 3 snd_seq,snd_rawmidi,snd_seq_midi ehci_hcd 34957 1 ehci_pci snd_timer 15757 2 snd_pcm,snd_seq snd 49919 14 snd_pcm_oss,snd_aloop,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_mixer_oss soundcore 4466 1 snd tpm_tis 6933 0 tpm 19099 2 tpm_tis,tpm_infineon acpi_cpufreq 6116 0 video 11436 0 wmi 7003 1 mxm_wmi button 4328 0 battery 7373 0 ac 3148 0 processor 23104 9 acpi_cpufreq ext3 150541 1 mbcache 4930 1 ext3 jbd 50058 1 ext3 sg 24277 0 sd_mod 32912 3 crc_t10dif 1071 1 sd_mod crct10dif_common 1308 1 crc_t10dif sr_mod 12788 0 cdrom 28197 1 sr_mod ahci 22716 2 libahci 18140 1 ahci xhci_hcd 88382 0 libata 138772 2 ahci,libahci usbcore 135550 7 btusb,usb_storage,ehci_hcd,ehci_pci,ipheth,xhci_hcd sdhci_pci 10492 0 usb_common 1520 1 usbcore firewire_ohci 26466 0 scsi_mod 168350 6 sg,usb_storage,libata,sd_mod,sr_mod,firewire_sbp2 sdhci 21185 1 sdhci_pci firewire_core 43853 2 firewire_ohci,firewire_sbp2 crc_itu_t 1315 1 firewire_core mmc_core 74523 2 sdhci,sdhci_pci e1000e 135111 0 ptp 6828 1 e1000e pps_core 5816 1 ptp thermal 8156 0 thermal_sys 17334 4 video,thermal,processor,x86_pkg_temp_thermal Even if I try to skip the tools and write into the governor instead ... Code: Select all# echo performance | tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ..I'll get an error message saying that argument is invalid. All this is working perfectly in kernel 3.2.14. Any idea what I'm doing wrong? Thanks a bunch in advance. | Just a start, but I would look at a diff of the kernel configs just in case. |
I got my wifi working now I'm trying to connect using command line. I do have wicd working but I can not figure out how to add my wifi nic. Please throw me a bone. root@vita:~# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether f8:a9:63:3d:4f:ee brd ff:ff:ff:ff:ff:ff inet 192.168.1.119/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::faa9:63ff:fe3d:4fee/64 scope link valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 link/ether a0:88:69:78:6e:55 brd ff:ff:ff:ff:ff:ff inet 169.254.7.36/16 brd 169.254.255.255 scope link wlan0:avahi valid_lft forever preferred_lft forever inet6 fe80::a288:69ff:fe78:6e55/64 scope link valid_lft forever preferred_lft forever Code: Select allroot@vita:~# iwlist scan eth0 Interface doesn't support scanning. lo Interface doesn't support scanning. wlan0 Scan completed : Cell 04 - Address: FA:C6:DB:9D:34:CC Channel:1 Frequency:2.412 GHz (Channel 1) Quality=70/70 Signal level=0 dBm Encryption key:off ESSID:"dd-wrt" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s Mode:Ad-Hoc Extra:tsf=0000000000000000 Extra: Last beacon: 16576348ms ago IE: Unknown: 000664642D777274 IE: Unknown: 010882040B160C121824 IE: Unknown: 030101 IE: Unknown: 06020000 IE: Unknown: 32043048606C IE: Unknown: DD070050F202000100 | wizard10000 wrote:1885 wrote:I got my wifi working now I'm trying to connect using command line. I do have wicd working but I can not figure out how to add my wifi nic. In wicd under "Preferences", set the wireless interface to wlan0. That should do it - epic! I can see the networks but can't connect . do I need to add anything to /etc/network/interfaces I run an open network with no passcode and macfilter which i know is correct, checked it |
Hi! I have been trying to set up my raspberry pi as a nas for the last three days and it just refuses to work... I have tried atleast 15 differnt howtos and nothing works... I tried to change the usualy registy entries and things in windows 7 aswell... basically I have tried everything I can find on google. So when I try to map the drive I get promted with a login screen and when I enter my login which would be \\raspberrypi\pi and password I get access denied. same thing happens if I try to mount it in cmd with net use. I cant even see the share in explorer I also have a differnt pi on the network running openELEC and that cant get past the login either. this makes me think its a problem on the samba share. I have tried to use chmod and chown on the shared folder but that doesnt help. I tired to update to samba4..still nothing this is my testparm: [global] realm = LOCALDOMAIN serverstring = %h user map to guest = bad user syslog = 0 log file = /var/log/samba/log.%m max log size = 1000 dns proxy = no wins support = yes usershare allow guests = yes panic action = /usr/share/samba/panic-action %d idmap config * : backend =tdb [usb] comment = XBMC Library path = /home/shares/public/disk1 valid users = %S read only = no create mask = 0700 directory mask = 0700 guest ok = yes this is the result of a LOT of changes that I tried... please help me Im losing my mind here and its starting to effect my marriage... | Unicode wrote:I can finally sleep... That might effect your marriage too ... |
Hi All, I have an HP 1020 usb printer which has been working just fine with my ancient laptop (IBM T23) for years. It was also working with my new laptop (HP Probook 455 G1) until recently. But, all of sudden, it stopped working here, but still working with the old one. There is no error messages or anything like that. lpq says the printer is ready and accpting jobs!! I have debian wheezy with CUPS 1.5.3 installed on both. the configuration (via the web interface) is exactly the same, same driver,... except that on my old computer the connections is: Code: Select all hp:/usb/HP_LaserJet_1020?serial=JL5111W but on the new one it is: Code: Select all usb://HP/HP_LaserJet_1020?serial=JL5111W I've installed the same packages (cups, cups-pdf, cups-bsd, hplip) on both of them. I'm not sure if this matters or not, but I had to compile a custom kernel (3.17.5) from source in order to get the video card working on my new laptop. The printer used to work with this new system. Like I said, I did not touch anything, believe me! People say: printing is one of the most complex tasks in Linux (Linux administration handbook) but frankly, I didn't expect it to be so much annoying! help is appreciated. Khosrow | Yes the problem was solved and my printer works now, but I bet you cannot beleive how! This is how I fixed the problem: 1- plug the printer into my good old laptop. Obviousely, it just worked as before. 2- print a page. 3- cconnect it back to the new laptop. 4- send a print and VOALA! it works! I swear I did not change anything else. why did it first stop working? I have no idea. why did then it work again? I don't know! I just hate the crappy softwares Khosrow |
Hello everyone, I have a trouble with network card driver on my wheezy. I can't configure network and eth0 correctly. I read many topics over many forums and tutorials, but none of them help me to solve it. Also I never met with some similar problem times ago, so maybe anyone here have some experience and successfully solved it. Here I include some the most important extracts. lspci -nn Code: Select all08:00.0 Network controller [0280]: Atheros Communications Inc. AR9565 Wireless Network Adapter [168c:0036] (rev 01) 09:00.0 Ethernet controller [0200]: Atheros Communications Inc. Device [1969:10a0] (rev 10) ^ I tried ath9k driver, but it doesn't work. If I didn't something wrong. ifconfig Code: Select alllo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:328 errors:0 dropper:0 overruns:0 frame:0 TX packets:328 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:21400 (20.8 KiB) TX bytes:21400 (20.8 KiB) /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) # The loopback network interface auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet dhcp ^ I tried commented all last 3 lines or just a middle one (depended on a tutorial I seen), but nothing happend. /etc/NetworkManager/NetworkManager.conf Code: Select all[main] plugins=ifupdown,keyfile [ifupdown] managed=true If you will need something more, let me know. I tried also just a wired connection, but it's same as wireless - doesn't work. Thanks in advance for every help. | Hi! It looks like someone else had a very similar issue. http://forums.debian.net/viewtopic.php?t=107377 Sounds like you may need to get an updated kernel in order to get this chip to work. |
From the Debian Manual : A cache is a temporary storage system used to speed up frequent data access when the usual access method is expensive (performance-wise). This concept can be applied in numerous situations and at different scales, from the core of microprocessors up to high-end storage systems. In the case of APT, the reference Packages files are those located on Debian mirrors. That said, it would be very ineffective to go through the network for every search that we might want to do in the database of available packages. That is why APT stores a copy of those files (in /var/lib/apt/lists/) and searches are done within those local files I changed /etc/apt/sources.list and /etc/apt/apt.conf.d/; and removed the list database from /var/lib/apt/lists but synaptic still responds like it did when those changes were not included. | What are you hoping to achieve? |
New kernel 3.2.60-1+deb7u3 can't resume from disk or memory. How to get 3.2.60-1+deb7u1 back? | Debian Snapshots would be the easy way. http://snapshot.debian.org/ You might find using debsnap in the devscripts package helps. |
Hi everyone! I am relatively new to Debian, and I encountered a problem I can't solve. The fact is that my laptop, on which I've installed Debian Wheezy, doesn't detect my personal wifi network, while for example my desktop computer does. The wifi on my laptop works perfect (after the installation of the OS I installed all the drivers needed to make wifi work), but it simply can't see that network. As an example, here's a screenshot of the detected networks of my laptop (left) and my dekstop (right) in the same location. My wifi network is "ZyXEL-P". (Of course, if I connect the laptop to the router via an ethernet cable everything works.) Can anybody figure out what's the problem? | Which 801.11 modes does your laptop wifi chip support, and which one is your router using? |
Hello all I'm lost in documentation. The server has Postfix and Dovecot installed and using virtual domains. My problem is I can't understand whether SSL/TLS has to be configured in /etc/postfix/main.cf, /etc/dovecot/dovecot.conf or both. One source talks about configuring Dovecot. Other talks about Postfix. I also don't know what certificates to use. Dovecot has 2 files named dovecot.pem. Issuing an openssl command to read file contents doesn't show information specific to certificates (country, company, etc) but only something about the server. Can you help me out? Please, don't say RTFM. The FM already confused me and ate my time without obtaining results. | Both (assuming you want to do SSL with both). You could use the same cert if you use the same hostname for the different services. |
Hello all, [Long story short for background I used Debian Etch for about a year, then switched to ubuntu, disgusted with the path ubuntu has taken, going back to Debian, having good luck so far.] This is a fresh install of Debian Wheezy 64Bit, on a desktop (no UEFI involved). Booting up and starting GRUB, the line at the top tells me it's version 1.99 (I vaguely remember reading somewhere that this is actually GRUB2, but can't swear to it). Installed the GRUB2 KDE Control Module from Debian Apps site, the executable (as far as I can tell) is kcmshell4 -- it's a GUI for editing GRUB2 options. All my changes save without errors. Rebooting into GRUB still shows me the unmodified screen with GRUB 1.99 at the top. So: 1. Am I really running GRUB2? 2. If not, what's the safest way to install it? I happen to have a Boot Repair Disk that will probably do it, but that's ubuntu, and though it should not make a difference as far as installing GRUB2, I want to do things the right way Debian-wise. 3. If it turns out I am running GRUB2 after all, should the KDE Contro Module's edits be visible? My goal is to have this installation function under GRUB2 because I'm familiar with it and it's safe, and have a convenient way to edit it. No multi-os or multi-booting involved. TIA | 1. Am I really running GRUB2? Yes it's grub2...not sure why they didn't call it grub2 on the boot screen as it would save a lot of confusion. Sorry can't help with the rest...i prefer to modify grub manually. |
Hi, I have installed wheezy on my laptop and I am trying to connect to the inter via cable direct to the router however network manager states connected but I am unable to connect to any websites or connect through other application. How can I fix this issue? Thank you in advance for any help. | http://forums.debian.net/viewtopic.php?p=550848 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.