prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
I know very little about Debian but have an ASUS T100TA tablet which runs fairly well under Debian 8 Jessie (kernel 3.16.0-4-686-pae). I used the following guide successfully to activate the wireless but am having trouble with the audio section of it. http://wiki.debian.org/InstallingDebian ... 00TA#Audio First, I went here and downloaded the file called 'NEW T100_B.state'. https://drive.google.com/folderview?id= ... Qzajg#list Then I copied it to /var/lib/alsa/asound.state and ran 'alsactl restore' which reported that i had no soundcards. I then downloaded and expanded linux-firmware-master-intel.tar.gz but am not sure what to do with these files. I copied them to /lib/modules/3.16.0-4-686-pae/kernel/drivers/firmware as they are specific for this kernel, but they don't seem to be doing anything and 'alsactl restore' still tells me that I don't have a soundcard. What do I need to do with these files? Thank you. Here are their names: | Post the output from Code: Select alllspci |grep -i audio Code: Select allaplay -lThat's a small letter "L" after aplay. This will tell us if the sound card is recognised and usable. Wow, I just read that wiki page. Sounds like seriously unpleasant hardware to try installing Linux on. It warns against using kernel 3.16 due to many unsupported components. Still, the wiki page wouldn't exist if someone hadn't done it successfully. This bit may be pertinent -Headphones work too but switching from the speaker is not automatic, it can be done using the audio manager of the DE or a dedicated application like pavucontrol. |
For the past week or so, I've had my wireless connection disconnect and reconnect at seemingly random intervals. It can be anywhere from every minute to every hour, whether I'm using the network or not. I don't recall installing anything that could affect this. I'm fairly certain this isn't a hardware issue, since I haven't had any problems when using my Windows partition. I'm using a D-Link USB adapter (DWA-171). Thanks for any help. Let me know if you need additional information. Code: Select alljp@pyrog:~$ more /etc/*-release PRETTY_NAME="Debian GNU/Linux 7 (wheezy)" NAME="Debian GNU/Linux" VERSION_ID="7" VERSION="7 (wheezy)" ID=debian ANSI_COLOR="1;31" HOME_URL="http://www.debian.org/" SUPPORT_URL="http://www.debian.org/support/" BUG_REPORT_URL="http://bugs.debian.org/" jp@pyrog:~$ uname -r 3.2.0-4-amd64 jp@pyrog:~$ lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 2109:3431 Bus 003 Device 003: ID 2001:3314 D-Link Corp. Bus 003 Device 004: ID 046d:c24e Logitech, Inc. dmesg after startup: http://pastebin.com/4ZXNB1Pj dmesg after disconnect/reconnect: http://pastebin.com/SE7Q52ZY diff of the two: http://pastebin.com/nRmY3nRK | It looks like the power management is enabled on your wireless card. Please post the output of: Code: Select all# iwconfig # modinfo rtl8812 |
Marking this solved. I eventually gave up and migrated to mdadm. Works just fine. Having upgraded to jessie and solved one problem http://forums.debian.net/viewtopic.php?f=5&t=125254 I find the next one. When I boot into jessie my RAID device (just a data partition not /) is not found causing the boot to fail as per problems reported here http://unix.stackexchange.com/questions ... an-testing After booting I can mount my RAID device but if it's in the fstab when booting it fails. Also, I notice that some of my lvm device names have changed. After a bit of hunting around I found a couple of solutions pointing to running dmraid as a service during boot and changing the entry for the RAID device in fstab to use the UUID. http://crunchbang.org/forums/viewtopic.php?id=39630 http://askubuntu.com/questions/59475/ho ... -fake-raid This seems to work. However this seems to be a workaround and as the lvm device paths for my / and /usr partitions have also changed, I'm wondering if there is a bug here as mentioned in the second link? The / and /usr paths changed to /dev/dm-2 and /dev/dm-3 from the /dev/mapper/ form. | Problem not solved. Occasionally when I boot it still fails with mounting the fakerraid device, as follows: Code: Select allOct 25 09:57:12 abc.def.com dmraid-activate[562]: ERROR: Cannot retrieve RAID set information for via_daceadbcgc Oct 25 09:57:12 abc.def.com dmraid-activate[563]: ERROR: Cannot retrieve RAID set information for via_daceadbcgc Oct 25 09:57:12 abc.def.com kernel: iwlwifi 0000:03:00.0: firmware: direct-loading firmware iwlwifi-7260-9.ucode Oct 25 09:57:12 abc.def.com kernel: iwlwifi 0000:03:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm Oct 25 09:57:12 abc.def.com lvm[310]: 7 logical volume(s) in volume group "einstein" now active Oct 25 09:57:12 abc.def.com kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144 Oct 25 09:57:12 abc.def.com kernel: iwlwifi 0000:03:00.0: L1 Disabled - LTR Enabled Oct 25 09:57:12 abc.def.com kernel: iwlwifi 0000:03:00.0: L1 Disabled - LTR Enabled Oct 25 09:57:12 abc.def.com systemd-fsck[431]: /dev/mapper/via_daceadbcgc1: clean, 214615/61063168 files, 97302934/122096008 blocks Oct 25 09:57:13 abc.def.com mount[661]: mount: /dev/sdc1 is already mounted or /medialib busy Oct 25 09:57:13 abc.def.com systemd[1]: medialib.mount mount process exited, code=exited status=32 Oct 25 09:57:13 abc.def.com systemd[1]: Failed to mount /medialib. -- Subject: Unit medialib.mount has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit medialib.mount has failed. -- -- The result is failed. Oct 25 09:57:13 einstein.ajita.com systemd[1]: Dependency failed for Local File Systems. -- Subject: Unit local-fs.target has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has failed. -- -- The result is dependency. Oct 25 09:57:13 einstein.ajita.com systemd[1]: Unit medialib.mount entered failed state. However on most occasions it will boot successfully, but I'll still get the two lines of error messages. Code: Select allOct 25 18:12:50 abc.def.com dmraid-activate[654]: ERROR: Cannot retrieve RAID set information for via_daceadbcgc Oct 25 18:12:50 abc.def.com dmraid-activate[655]: ERROR: Cannot retrieve RAID set information for via_daceadbcgc I've tried changing my dmraid.service config based on the following https://github.com/hellnest/initscripts ... id.service But on the whole that just made things worse. Starting to bang my head on this one... |
Hi. I use Jessie, with the Aptitude curses interface for package management. It seems that every time I successfully uninstall/purge a package (along with its dependencies), then the next time I try to install/uninstall anything else it wants to reinstall that package (and its dependencies). It takes several (I haven't counted) "don't install" instructions from me before it will forget about it. Does anybody know what I can do to solve the problem? Thanks a lot. Tony. | One way or another, you are ordering your system to do those re-installs. The task is to figure out how. Which packages? Which dependencies? What's in your sources.list and sources.list.d? Have you set any preferences? How did you install Jessie? Did you install any meta-packages? |
Dear All, I have done a clean install of debian 8.2 (jessie) on a new PC. I am working through some of the issues that were not correctly installed. One of them is the wireless network. On startup, I have a wireless connection. At some point within the first 5-25 minutes of being logged in and doing computer stuff (there is no known action that leads to the reaction), the wireless disconnects from the network and will not reconnect. The network-manager-gnome shows three horizontal dots; the system settings> network shows all of the available networks, the strength of their signal, and the "connecting" circle spins. This behavior occurs with both WPA and insecure networks. I have followed the guidelines for Debian>WiFi>HowToUse (https://wiki.debian.org/WiFi/HowToUse). Nothing appears amiss when following the Network-Manager>Gnome portion of the instructions. I was going to try the alternate WICD program, but one has to uninstall network-manager to use wicd and synaptic also wants to remove something called "gnome", too-- uninstalling a package with that name makes me uneasy. I have noticed that the installed versions of network-manager (0.9.10.0-7) and network-manager-gnome (0.9.10.0-2) don't exactly agree, but I doubt that that is significant. Some of the standard output requests (iwconfig, modinfo) in other posts from people with similar problems are reported below. What other files and options should I be investigating to solve my wireless connection problem? Thank you for sharing your knowledge. Aric root@fayalite:/home/agnewton# iwconfig eth0 no wireless extensions. wlan0 IEEE 802.11bgn ESSID:"Mineralogy" Mode:Managed Frequency:2.472 GHz Access Point: 64:E5:99:2C:A0:7E Bit Rate=150 Mb/s Tx-Power=20 dBm Retry short limit:7 RTS thr=2347 B Fragment thr:off Encryption key:off Power Management:off Link Quality=70/70 Signal level=-18 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 eth1 no wireless extensions. lo no wireless extensions. root@fayalite:/home/agnewton# modinfo rtl8723be filename: /lib/modules/3.16.0-4-amd64/kernel/drivers/net/wireless/rtlwifi/rtl8723be/rtl8723be.ko firmware: rtlwifi/rtl8723befw.bin description: Realtek 8723BE 802.11n PCI wireless license: GPL author: Realtek WlanFAE <wlanfae@realtek.com> author: PageHe <page_he@realsil.com.cn> alias: pci:v000010ECd0000B723sv*sd*bc*sc*i* depends: rtlwifi,rtl8723-common,rtl_pci,btcoexist,mac80211 intree: Y vermagic: 3.16.0-4-amd64 SMP mod_unload modversions parm: swlps:bool parm: swenc:using hardware crypto (default 0 [hardware]) (bool) parm: ips:using no link power save (default 1 is open) (bool) parm: fwlps:using linked fw control power save (default 1 is open) (bool) parm: msi:Set to 1 to use MSI interrupts mode (default 0) (bool) parm: debug:Set debug level (0-5) (default 0) (int) | Did you search the net for possible solutions? This UF thread contains multiple solutions : http://ubuntuforums.org/showthread.php?t=2243978 I recommend reading all of them, then try which suits you best, and let us know which one you tried and how well it works. |
I've upgraded a server on our LAN from fully functioning Wheezy to Jessie. All seems fine except remote administering using Putty from my windows workstation when issuing reboot from command line, it goes down and reboots but stops at login prompt asking for username and password and does not come back on the LAN network. This server does not normally have a monitor or keyboard so my ability to remote admin this server in effect is disabled. If I log on, it will come back on the LAN network. I've checked the logs but can't see any errors. Is it in the configuration of Jessie somewhere or perhaps a Grub issue. Can someone point me in a direction to resolve this? I have 5 other production Wheezy servers that I intend to update to Jessie once I understand how to deal with this problem. I've spent hours reading forums, but have not seen this issue discussed. Many thanks | horace wrote:it goes down and reboots but stops at login prompt asking for username and password. That's normal, (yes, on Wheezy too...)This server does not normally have a monitor or keyboard so my ability to remote admin this server in effect is disabled. How? |
I have a system that was upgraded from Debian 7 to 8. Unfortunately it is not able to boot from the new kernel 3.16. Only the old 3.2 kernel is able to boot. I could transfer a backup, install it in Virtualbox, redo the upgrade and I can reproduce the error The last error before "panic" is this line Code: Select all 59.073579] Freeing unused kernel memory: 216K (ffff8800017ca000 - ffff880001800000) Loading, please wait... [ 59.226154] systemd-udevd[53]: starting version 215 [ 59.326564] random: systemd-udevd urandom read with 4 bits of entropy available Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... /init: .: line 210: can't open '/scripts/init-premount/ORDER' [ 59.552148] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 The directory is indeed empty. I have reinstalled Code: Select allapt-get install -reinstall initramfs-tools and rerun initramfs Code: Select allupdate-initramfs -c -u but still no luck. Any ideas? | There is new information. I have installed a plain vanilla Debian 8.2 into a different virtual box and copied the initrd.img-3.16.0-6-amd64 to the machine that is panicking. Then the machine is booting. So it seems that initrd.img is causing the issue. Any ideas where I could look for reasons why update-initramfs is building a initramfs image that is not working? Regards Hagen |
Hello all! I'm having a lot of difficulty trying to use tab completion while working in my FTP server from a terminal.I access this server with other Linux distros and OSX and the completion works fine. I've tried changing a lot of Debian config, but it seems to only affect the completion within the local scope. Thanks in advance for the help. EDIT: Tab completion does work for system related tasks, no problem. System: Debian 8.2/Kernel 3.16.0-4-amd64 FTP Server: Trendnet TS-I300 NAS with FTP/upnp Settings: Enabled in bashrc: Code: Select allif ! shopt -oq posix; then if [ -f /usr/share/bash-completion/bash_completion ]; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ]; then . /etc/bash_completion fi fi | Which FTP client are you using? I have tab-completion in lftp, and I don't recall having to do anything special to get it. This would have to be implemented by the ftp client (as lftp does), bash/bash_completion has nothing to do with it as it's not a local shell. |
I was horrified today when screen started flickering with various colours at boot (like on old TV's), right when Jessie was booting up. Grub appeared normaly, but problems started when the kernel was loading. Eventually, it loaded (w/o quiet mode), but when I started surfing the net with Iceweasel, after few minutes, the computer just froze. Mouse was functioning, but keyboard froze too. I switched to tty1 somewhow (after biiig delay) with CTRL+ALT+F1, but couldn't switch it back to Desktop with F7. At tty, it displayed some problems with nouveau and some failed services. Did a hard-shut down. I can't reproduce this problem to see the messages, because I'm worried I won't be able to boot anymore. I'm using my Windows XP right now (dual boot with Debian). My hardware specs are: Intel Celeron 3.20 GHz PAE, 512 MB RAM, Nvidia Geforce 440 MX AGP 64 MB GPU Possible culprits might be: -nouveau after the latest kernel upgrade (see relevant linux DSA), -poor systemd service handleing, -virus of some kind (highly unlikely) If this problem arises again, I say goodbye to Jessie. I've seen plenty of driver-specific and systemd problems on this forum since the arrival of Jessie, but now I start to doubt if the latest Stable can be really called that. My problem can't be because of hardware, cuz I'm using it right now, and it's working well on this ancient XP. Possible solutions: - Lubuntu 14.04 or - Debian Wheezy. | I doubt that either systemd or a virus have anything to do with it. You didn't include hardware which is odd since a high proportion of freezes are hardware related. Another chronic problem we are seeing on this forum is conflicting repositories so could you please post your /etc/apt/sources.list. About now you should back up everything important. A live-cd or live-usb can be useful for testing. |
Hi all. I'm using Debian 8.2 from a very recent download of the latest NetInst (less than 2 weeks). I'm sort of new to Linux - More accurately, I've used Unix and Linux extensively in the past, so most of my knowledge is dated. In particular, the whole systemd / systemctl paradigm is completely new to me. Problem: I've added an entry to /etc/fstab to mount a NAS drive as CIFS. When I do a system shutdown or reboot, the system hangs for 90 seconds trying to unmount the NAS. If I manually umount the NAS prior to shutdown / reboot everything works fine. I've done a fair amount of investigation and web searches, but haven't found a fix yet. Apparently several people were encountering similar problems about a year back, and it seems pretty clear that the root cause what ordering of steps in the shutdown process, e.g., WLAN being turned off before unmounting filesystems. This seems to have been resolved for most users (no one is discussing it any more), but I'm now running into the same issue. Ugh. I tried to add a shell script to /etc/rc0.d to umount the NAS first in the shutdown process. This had no effect. I assume this is because the new systemd / systemctl paradigm supplants the old /etc/rc model of runlevel control, though it is rather baffling (to me, at least) as to why /etc/rc* still exists if the system is no longer using it...? Here's some things I'd like to try, but I'd like this forum's advice on how to proceed: 1. In the new systemd / systemctl paradigm, how do I examine and change the ordering of steps in the shutdown process? I've seen a lot of documentation on systemd, but nothing tells me how to do what I used to be able to do with /etc/rc with a simple rename of a symlink. If I knew how to look at the order of shutdown and change that ordering, I'm fairly certain I could identify and resolve this issue. 2. Is there some other way to mount my CIFS NAS other than editing /etc/fstab? Is it possible that my manual edit to /etc/fstab is the cause of this issue? My research into systemd indicates that it IS supposed to be compatible with /etc/fstab. I have not yet found documentation describing how to mount a filesystem at boot WITHOUT editing /etc/fstab, so any help on the "new" way to do this would be appreciated. Any other input on how to address this issue would be greatly appreciated, thanks. -Paul | Well, man systemd.mount says "configuring mount points through /etc/fstab is the preferred approach," so scratch #2 above. -Paul |
Hello, my network card was working so, i wanted update a system. All was working fine, then i did apt-get update... They dowloaded they was begin installed, then boom. Linux crashed and logged me out. Now i don't see any icons on system + when i log on, i can't do anything, it automatic log me off. And Linux crash. If i would get access to terminal, i would do systemctl set-default rescure.target or multi-user.target And try to fix bug from terminal (maybe doing update/upgrade would help ) | Post results of Code: Select allcat /etc/apt/sources.list Use Code: Select all tags when posting the result. |
Since moving my debian server over to a Gigabyte H97N-WIFI motherboard the console dims on booting and generally stays dark. Strangely the screen the brightens up if I go to an emergency shell, but if the boot runs successfully I don't see the resulting login prompts. Also, during the boot process the messages to the console are too dark to see. I'm running jessie but also had the same issue with squeeze. I ignored the problem most of the time as I generally login remotely. I've tried the i915.invert_brightness=1 fix mentioned here https://wiki.archlinux.org/index.php/Ba ... ne_options but that seems to have no effect. I'm assuming that this has something to do with moving to intel graphics as my previous hardware had a radeon graphics card and didn't display this problem. | Please post the output of: Code: Select allsystemctl --all|grep backlight find /sys/class/backlight cat /proc/cmdline uname -a |
I'm just completing an upgrade from wheezy to jessie and get the following error Code: Select allProcessing triggers for initramfs-tools (0.120) ... update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64 E: intel-microcode: unsupported kernel version! With a message like this I'm wondering if it's safe to reboot as well as how to resolve. Is this somehow related to the change to only update the microcode on boot as reported earlier in the upgrade? Code: Select allintel-microcode: microcode will be updated at next boot | Please post: Code: Select alluname -a and Code: Select alldpkg -l | grep linux-image |
I have Jessie in a VM. For some days I have been consistently getting errors with apt-get update, no matter if I use httpredir of ftp.us. These are the errors: Code: Select allErr http://ftp.us.debian.org jessie/updates/main amd64 Packages 404 Not Found [IP: 64.50.236.52 80] Err http://ftp.us.debian.org jessie/updates/contrib amd64 Packages 404 Not Found [IP: 64.50.236.52 80] Err http://ftp.us.debian.org jessie/updates/non-free amd64 Packages 404 Not Found [IP: 64.50.236.52 80] Ign http://ftp.us.debian.org jessie/updates/contrib Translation-en_US Ign http://ftp.us.debian.org jessie/updates/contrib Translation-en Ign http://ftp.us.debian.org jessie/updates/main Translation-en_US Ign http://ftp.us.debian.org jessie/updates/main Translation-en Ign http://ftp.us.debian.org jessie/updates/non-free Translation-en_US Ign http://ftp.us.debian.org jessie/updates/non-free Translation-en Fetched 144 kB in 5s (28.6 kB/s) W: Failed to fetch http://ftp.us.debian.org/dists/jessie/updates/main/binary-amd64/Packages 404 Not Found [IP: 64.50.236.52 80] W: Failed to fetch http://ftp.us.debian.org/dists/jessie/updates/contrib/binary-amd64/Packages 404 Not Found [IP: 64.50.236.52 80] W: Failed to fetch http://ftp.us.debian.org/dists/jessie/updates/non-free/binary-amd64/Packages 404 Not Found [IP: 64.50.236.52 80] E: Some index files failed to download. They have been ignored, or old ones used instead. And this is the syntax in my /etc/apt/sources.list Code: Select alldeb http://ftp.us.debian.org/debian/ jessie main non-free contrib # deb-src http://ftp.us.debian.org/debian/ jessie main non-free contrib deb http://ftp.us.debian.org/ jessie/updates main contrib non-free # deb-src http://ftp.us.debian.org/ jessie/updates main contrib non-free # wheezy-updates, previously known as 'volatile' deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free # deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free # Jessie Backports deb http://http.debian.net/debian jessie-backports main contrib non-free Mirrors cannot be down for so long, so what is going on? | Not sure on this, but it caught my interest, just last night I tried to do some updates on the Jessie I have on a VM, and had the same occur, on some of the updates, my thoughts were to just wait and try again later, but I have not yet tried again. I am going to look at it again just now. =============edit============= I am getting the same still: Code: Select allW: Failed to fetch http://httpredir.debian.org/debian/pool/main/b/base-files/base-files_8+deb8u1_i386.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/s/systemd/libudev1_215-17+deb8u1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/s/systemd/udev_215-17+deb8u1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/s/systemd/libsystemd0_215-17+deb8u1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/s/systemd/systemd_215-17+deb8u1_i386.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/s/systemd/systemd-sysv_215-17+deb8u1_i386.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/s/systemd/libpam-systemd_215-17+deb8u1_i386.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.8.18-0+deb8u1_i386.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/d/dbus/dbus_1.8.18-0+deb8u1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/g/gnutls28/libgnutls-openssl27_3.3.8-6+deb8u1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/g/gnutls28/libgnutls-deb0-28_3.3.8-6+deb8u1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/s/systemd/libgudev-1.0-0_215-17+deb8u1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/l/linux/linux-image-3.16.0-4-586_3.16.7-ckt11-1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/l/linux/linux-image-3.16.0-4-686-pae_3.16.7-ckt11-1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/t/tzdata/tzdata-java_2015e-0+deb8u1_all.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/t/tzdata/tzdata_2015e-0+deb8u1_all.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/d/dbus/dbus-x11_1.8.18-0+deb8u1_i386.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/l/linux/linux-compiler-gcc-4.8-x86_3.16.7-ckt11-1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/l/linux/linux-headers-3.16.0-4-686-pae_3.16.7-ckt11-1_i386.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/l/linux/linux-headers-3.16.0-4-586_3.16.7-ckt11-1_i386.deb 404 Not Found [IP: 46.229.166.133 80] W: Failed to fetch http://httpredir.debian.org/debian/pool/main/l/linux/linux-headers-3.16.0-4-common_3.16.7-ckt11-1_i386.deb 404 Not Found W: Failed to fetch http://httpredir.debian.org/debian/pool/main/l/linux/linux-libc-dev_3.16.7-ckt11-1_i386.deb 404 Not Found ] Now, I am also going to see what happens using Jessie, on the real HD |
I've installed Nginx-full on a debian jessie server and want to install Wordpress, but for some reason Nginx-full isn't being seen as providing the httpd virtual package, so wordpress insists on installing apache. According to everything I can find, nginx-full provides the httpd virtual package and this shouldn't happen. Is this a bug? | Don't paraphrase - post the actual command and output in code boxes. What does aptitude say? |
Hi folks, recently I got a problem with my encrypted swap. I do not use any LVM. I have /boot on sda3 (unencrypted) encrypted partitions: Root is on sda5 Swap is sda6 Data is sda7 My system just stops with error message "LVM is not available", after successfully decrypting sda5. It only boot with adding "rootdelay=15" in grub entry. System successfully can decrypt sd5 and sda7 but has no swap when up. After manually decrypting sda6, blkid shows: Code: Select all/dev/mapper/sda5_crypt: LABEL="Debian-System" UUID="ba0dc900-4399-47fe-87cc-08e0f21053e0" TYPE="ext4" /dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="07D6-0505" TYPE="vfat" PARTUUID="79d5f0b6-01" /dev/sda2: LABEL="Win 7" UUID="2824E6AF24E67EE6" TYPE="ntfs" PARTUUID="79d5f0b6-02" /dev/sda3: LABEL="Boot" UUID="19f7eec3-aa9d-4587-bc05-fa11f5de1ed5" TYPE="ext2" PARTUUID="79d5f0b6-03" /dev/sda5: UUID="7e4ed899-558d-4952-b5b0-4e106d1f5b5c" TYPE="crypto_LUKS" PARTUUID="79d5f0b6-05" /dev/sda6: UUID="18f78874-b258-418a-b040-84d01c25d740" TYPE="crypto_LUKS" PARTUUID="79d5f0b6-06" /dev/sda7: UUID="9a3f1995-76b7-4883-9143-59b7b21f3572" TYPE="crypto_LUKS" PARTUUID="79d5f0b6-07" /dev/mapper/sda7_crypt: LABEL="Shared-Data" UUID="0BBA086202FFC19F" TYPE="ntfs" /dev/mapper/sda6_crypt: UUID="bbc1a5b3-97ce-4819-a773-04491c089f86" TYPE="swap" /etc/fstab: Code: Select all# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> /dev/mapper/sda5_crypt / ext4 errors=remount-ro 0 1#0 # /boot was on /dev/sda3 during installation UUID=19f7eec3-aa9d-4587-bc05-fa11f5de1ed5 /boot ext2 defaults 0 2 /dev/mapper/sda6_crypt none swap sw 0 0 /dev/mapper/sda7_crypt /media/data ntfs-3g defaults 0 0 /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /etc/crypttab: Code: Select allsda5_crypt UUID=7e4ed899-558d-4952-b5b0-4e106d1f5b5c none luks sda6_crypt UUID=bbc1a5b3-97ce-4819-a773-04491c089f86 none luks,swap sda7_crypt UUID=9a3f1995-76b7-4883-9143-59b7b21f3572 none luks I already tried to make a new encrypted swap, by creating a LUKS container on sda6 and then making dev/mapper/sda6_crypt as swap. Then adding new UUID to crypttab, but no change. I did not chang anything on my system before this error came. I only remeber installing pdfsam few days before and I had system in hibernation (suspend to disk) when it failed to recover my running system and then all the trouble started. dmesg: Code: Select all[ 3.334526] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 3.334631] ahci 0000:00:1f.2: version 3.0 [ 3.334850] ahci 0000:00:1f.2: controller is in combined mode, can't enable AHCI mode [ 3.335620] ata_piix 0000:00:1f.2: version 2.13 [ 3.335797] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ] [ 3.489317] scsi0 : ata_piix [ 3.489529] scsi1 : ata_piix [ 3.489645] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14 [ 3.492034] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15 [ 3.648876] ata2.00: ATAPI: SONY CD-RW/DVD-ROM CRX835E, KDKE, max UDMA/33 [ 3.658159] ata1.00: ATA-8: SAMSUNG HM160HC, LQ100-10, max UDMA/100 [ 3.660473] ata1.00: 312581808 sectors, multi 8: LBA48 [ 3.662732] ata1.00: applying bridge limits [ 3.665423] ata2.00: configured for UDMA/33 [ 3.674160] ata1.00: configured for UDMA/100 [ 3.676463] scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM160HC 0-10 PQ: 0 ANSI: 5 [ 3.679635] scsi 1:0:0:0: CD-ROM SONY CDRW/DVD CRX835E KDKE PQ: 0 ANSI: 5 [ 3.694381] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB) [ 3.696705] sd 0:0:0:0: [sda] Write Protect is off [ 3.698908] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 3.698932] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.702424] sr0: scsi3-mmc drive: 0x/24x writer cd/rw xa/form2 cdda tray [ 3.704740] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.707418] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 3.708793] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 3.711206] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 3.798678] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 > [ 3.801890] sd 0:0:0:0: [sda] Attached SCSI disk [ 19.312503] device-mapper: uevent: version 1.0.3 [ 19.315521] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 24.271715] random: nonblocking pool is initialized [ 28.482848] NET: Registered protocol family 38 [ 44.584477] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 104.725550] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) [ 105.439044] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time. [ 105.457937] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR) [ 105.463003] systemd[1]: Detected architecture 'x86'. [ 105.700281] systemd[1]: Inserted module 'autofs4' [ 105.718725] systemd[1]: Set hostname to <dell-debian>. [ 106.895760] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ 106.898271] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 106.900685] systemd[1]: Starting Remote File Systems (Pre). [ 106.905669] systemd[1]: Reached target Remote File Systems (Pre). [ 106.908143] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ 106.913346] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 106.915877] systemd[1]: Expecting device dev-disk-by\x2duuid-7e4ed899\x2d558d\x2d4952\x2db5b0\x2d4e106d1f5b5c.device... [ 106.920974] systemd[1]: Expecting device dev-mapper-sda5_crypt.device... [ 106.926119] systemd[1]: Expecting device dev-disk-by\x2duuid-8e3e692e\x2d8d52\x2d4c7a\x2da22b\x2d725a38e085ec.device... [ 106.931522] systemd[1]: Expecting device dev-mapper-sda6_crypt.device... [ 106.936935] systemd[1]: Expecting device dev-disk-by\x2duuid-19f7eec3\x2daa9d\x2d4587\x2dbc05\x2dfa11f5de1ed5.device... [ 106.942509] systemd[1]: Expecting device dev-disk-by\x2duuid-9a3f1995\x2d76b7\x2d4883\x2d9143\x2d59b7b21f3572.device... [ 106.948205] systemd[1]: Expecting device dev-mapper-sda7_crypt.device... [ 106.953866] systemd[1]: Starting Root Slice. [ 106.959614] systemd[1]: Created slice Root Slice. [ 106.962452] systemd[1]: Starting User and Session Slice. [ 106.968217] systemd[1]: Created slice User and Session Slice. [ 106.971050] systemd[1]: Starting Delayed Shutdown Socket. [ 106.976906] systemd[1]: Listening on Delayed Shutdown Socket. [ 106.979824] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ 106.985778] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 106.988735] systemd[1]: Starting Journal Socket (/dev/log). [ 106.994613] systemd[1]: Listening on Journal Socket (/dev/log). [ 106.997543] systemd[1]: Starting udev Control Socket. [ 107.003407] systemd[1]: Listening on udev Control Socket. [ 107.006262] systemd[1]: Starting udev Kernel Socket. [ 107.011873] systemd[1]: Listening on udev Kernel Socket. [ 107.014676] systemd[1]: Starting Journal Socket. [ 107.020355] systemd[1]: Listening on Journal Socket. [ 107.023153] systemd[1]: Starting System Slice. [ 107.028833] systemd[1]: Created slice System Slice. [ 107.031613] systemd[1]: Started File System Check on Root Device. [ 107.034396] systemd[1]: Starting system-systemd\x2dfsck.slice. [ 107.039998] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 107.042778] systemd[1]: Starting system-getty.slice. [ 107.048233] systemd[1]: Created slice system-getty.slice. [ 107.050870] systemd[1]: Starting Increase datagram queue length... [ 107.056682] systemd[1]: Mounting Debug File System... [ 107.062997] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 107.158044] systemd[1]: Starting Load Kernel Modules... [ 107.163606] systemd[1]: Starting system-systemd\x2dcryptsetup.slice. [ 107.169719] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice. [ 107.172125] systemd[1]: Mounting POSIX Message Queue File System... [ 107.177236] systemd[1]: Starting udev Coldplug all Devices... [ 107.197240] systemd[1]: Started Set Up Additional Binary Formats. [ 107.199611] systemd[1]: Mounting Huge Pages File System... [ 107.204895] systemd[1]: Starting Slices. [ 107.210392] systemd[1]: Reached target Slices. [ 107.314243] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 107.317059] systemd[1]: Starting Create Static Device Nodes in /dev... [ 107.388105] systemd[1]: Started udev Coldplug all Devices. [ 107.761939] systemd[1]: Mounted Huge Pages File System. [ 107.772656] systemd[1]: Mounted POSIX Message Queue File System. [ 107.778111] systemd[1]: Mounted Debug File System. [ 107.785608] systemd[1]: Started Increase datagram queue length. [ 107.806936] systemd[1]: Starting Syslog Socket. [ 107.813006] lp: driver loaded but no devices found [ 107.818151] systemd[1]: Listening on Syslog Socket. [ 107.820606] systemd[1]: Starting Journal Service... [ 107.829013] systemd[1]: Started Journal Service. [ 107.837494] ppdev: user-space parallel port driver [ 107.863549] parport_pc 00:09: reported by Plug and Play ACPI [ 107.865973] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE] [ 107.964161] lp0: using parport0 (interrupt-driven). [ 108.159890] fuse init (API version 7.23) [ 108.297884] systemd-udevd[375]: starting version 215 [ 109.808132] tsc: Marking TSC unstable due to TSC halts in idle [ 109.810243] ACPI: acpi_idle registered with cpuidle [ 109.812550] Switched to clocksource hpet [ 109.932243] ACPI: AC Adapter [AC] (on-line) [ 110.055689] NET: Registered protocol family 23 [ 110.121125] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 110.124293] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro [ 110.432032] ACPI: Battery Slot [BAT0] (battery present) [ 110.435280] ACPI: Battery Slot [BAT1] (battery absent) [ 110.627503] intel_rng: FWH not detected [ 110.891155] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003) [ 110.893619] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:0182] [ 110.895682] yenta_cardbus 0000:03:01.0: Using CSCINT to route CSC interrupts to PCI [ 110.897724] yenta_cardbus 0000:03:01.0: Routing CardBus interrupts to PCI [ 110.899736] yenta_cardbus 0000:03:01.0: TI: mfunc 0x01111122, devctl 0x64 [ 111.106765] lib80211: common routines for IEEE802.11 drivers [ 111.129597] lib80211_crypt: registered algorithm 'NULL' [ 111.136741] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0c78, PCI irq 19 [ 111.140925] yenta_cardbus 0000:03:01.0: Socket status: 30000006 [ 111.145063] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07 [ 111.156900] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xdfc00000-0xdfcfffff] [ 111.159036] pcmcia_socket pcmcia_socket0: cs: memory probe 0xdfc00000-0xdfcfffff: [ 111.163073] excluding 0xdfcf0000-0xdfcfffff [ 111.189944] input: PC Speaker as /devices/platform/pcspkr/input/input7 [ 111.351050] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 111.592958] cfg80211: Calling CRDA to update world regulatory domain [ 111.748731] libipw: 802.11 data/management/control stack, git-1.1.13 [ 111.751554] libipw: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com> [ 111.860037] snd_intel8x0 0000:00:1e.2: intel8x0_measure_ac97_clock: measured 55301 usecs (2664 samples) [ 111.862347] snd_intel8x0 0000:00:1e.2: clocking to 48000 [ 111.875943] iTCO_vendor_support: vendor-support=0 [ 111.980122] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq [ 111.982450] ipw2200: Copyright(c) 2003-2006 Intel Corporation [ 111.985443] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: [ 111.988973] excluding 0x170-0x177 0x1f0-0x1f7 0x280-0x287 0x2f8-0x2ff 0x370-0x37f [ 111.992494] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection [ 111.995001] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: [ 111.998009] excluding 0x3f0-0x3ff 0x4d0-0x4d7 [ 112.000848] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: [ 112.003856] clean. [ 112.006518] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: [ 112.013934] clean. [ 112.016742] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: [ 112.019513] excluding 0xc0000-0xc7fff 0xcc000-0xcffff 0xf0000-0xfffff [ 112.024361] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: [ 112.026877] clean. [ 112.029625] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: [ 112.032337] excluding 0x60000000-0x60ffffff [ 112.034880] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: [ 112.038306] clean. [ 112.190943] ipw2200 0000:03:03.0: firmware: direct-loading firmware ipw2200-bss.fw [ 112.230079] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 112.235016] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060) [ 112.284663] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 112.355659] ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a channels) [ 112.736268] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input9 [ 112.773465] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input8 [ 114.490095] cfg80211: World regulatory domain updated: [ 114.495878] cfg80211: DFS Master region: unset [ 114.495974] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 114.507409] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 114.513231] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 114.518976] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 114.524640] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 114.530349] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 114.535898] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 114.541405] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 114.546880] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 114.736482] EXT4-fs (sda3): mounting ext2 file system using the ext4 subsystem [ 114.756187] EXT4-fs (sda3): mounted filesystem without journal. Opts: (null) [ 140.888496] systemd-journald[368]: Received request to flush runtime journal from PID 1 [ 141.560047] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 142.641883] RPC: Registered named UNIX socket transport module. [ 142.644041] RPC: Registered udp transport module. [ 142.646064] RPC: Registered tcp transport module. [ 142.648060] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 142.699060] FS-Cache: Loaded [ 142.750722] FS-Cache: Netfs 'nfs' registered for caching [ 142.827129] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 198.299317] vboxdrv: Found 1 processor cores. [ 198.300771] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'. [ 198.302658] vboxdrv: Successfully loaded version 4.3.30_Debian (interface 0x001a000a). [ 199.649091] vboxpci: IOMMU not found (not compiled) [ 214.504819] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 217.497929] lib80211_crypt: registered algorithm 'CCMP' | Here is the first part of 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-686-pae (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) [ 0.000000] Disabled fast string operations [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f7d17ff] usable [ 0.000000] BIOS-e820: [mem 0x000000007f7d1800-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000f0006fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f0008000-0x00000000f000bfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fee0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Dell Inc. Latitude D610 /0XD762, BIOS A06 10/02/2005 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x7f7d1 max_arch_pfn = 0x1000000 [ 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-CFFFF write-protect [ 0.000000] D0000-EFFFF uncachable [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 base 07F800000 mask FFF800000 uncachable [ 0.000000] 2 base 0FEDA0000 mask FFFFE0000 write-through [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] PAT not supported by CPU. [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff] [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384 [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] init_memory_mapping: [mem 0x37200000-0x373fffff] [ 0.000000] [mem 0x37200000-0x373fffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x34000000-0x371fffff] [ 0.000000] [mem 0x34000000-0x371fffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x33ffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x37400000-0x375fdfff] [ 0.000000] [mem 0x37400000-0x375fdfff] page 4k [ 0.000000] BRK [0x01798000, 0x01798fff] PGTABLE [ 0.000000] BRK [0x01799000, 0x0179afff] PGTABLE [ 0.000000] BRK [0x0179b000, 0x0179bfff] PGTABLE [ 0.000000] BRK [0x0179c000, 0x0179cfff] PGTABLE [ 0.000000] RAMDISK: [mem 0x35544000-0x36a99fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x000FC9B0 000014 (v00 DELL ) [ 0.000000] ACPI: RSDT 0x7F7D1F90 000040 (v01 DELL CPi R 27D50A02 ASL 00000061) [ 0.000000] ACPI: FACP 0x7F7D2C00 000074 (v01 DELL CPi R 27D50A02 ASL 00000061) [ 0.000000] ACPI: DSDT 0x7F7D3800 003C51 (v01 INT430 SYSFexxx 00001001 MSFT 0100000E) [ 0.000000] ACPI: FACS 0x7F7E2000 000040 [ 0.000000] ACPI: APIC 0x7F7D3400 000068 (v01 DELL CPi R 27D50A02 ASL 00000047) [ 0.000000] ACPI: ASF! 0x7F7D3000 00005B (v16 DELL CPi R 27D50A02 ASL 00000061) [ 0.000000] ACPI: MCFG 0x7F7D33C0 00003E (v16 DELL CPi R 27D50A02 ASL 00000061) [ 0.000000] ACPI: SSDT 0x7F7D23E6 00023E (v01 PmRef Cpu0Ist 00003000 INTL 20030522) [ 0.000000] ACPI: SSDT 0x7F7D220E 0001D8 (v01 PmRef Cpu0Cst 00003001 INTL 20030522) [ 0.000000] ACPI: SSDT 0x7F7D2013 0001FB (v01 PmRef CpuPm 00003000 INTL 20030522) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] 1153MB HIGHMEM available. [ 0.000000] 885MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 375fe000 [ 0.000000] low ram: 0 - 375fe000 [ 0.000000] BRK [0x0179d000, 0x0179dfff] PGTABLE [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] Normal [mem 0x01000000-0x375fdfff] [ 0.000000] HighMem [mem 0x375fe000-0x7f7d0fff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7f7d0fff] [ 0.000000] On node 0 totalpages: 522095 [ 0.000000] free_area_init_node: node 0, pgdat c1658ec0, node_mem_map f4554020 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3998 pages, LIFO batch:0 [ 0.000000] Normal zone: 1740 pages used for memmap [ 0.000000] Normal zone: 222718 pages, LIFO batch:31 [ 0.000000] HighMem zone: 2308 pages used for memmap [ 0.000000] HighMem zone: 295379 pages, LIFO batch:31 [ 0.000000] Using APIC driver default [ 0.000000] Reserving Intel graphics stolen memory at 0x7f800000-0x7fffffff [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 [ 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_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 1, 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] smpboot: Allowing 2 CPUs, 1 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-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:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 14 pages/cpu @f75d6000 s34752 r0 d22592 u57344 [ 0.000000] pcpu-alloc: s34752 r0 d22592 u57344 alloc=14*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520323 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-4-686-pae root=UUID=ba0dc900-4399-47fe-87cc-08e0f21053e0 ro text rootdelay=15 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] Initializing HighMem for node 0 (000375fe:0007f7d1) [ 0.000000] Initializing Movable for node 0 (00000000:00000000) [ 0.000000] Memory: 2041396K/2088380K available (4599K kernel code, 518K rwdata, 1448K rodata, 656K init, 460K bss, 46984K reserved, 1181516K highmem) [ 0.000000] virtual kernel memory layout: fixmap : 0xffd36000 - 0xfffff000 (2852 kB) pkmap : 0xff600000 - 0xff800000 (2048 kB) vmalloc : 0xf7dfe000 - 0xff5fe000 ( 120 MB) lowmem : 0xc0000000 - 0xf75fe000 ( 885 MB) .init : 0xc166d000 - 0xc1711000 ( 656 kB) .data : 0xc147e240 - 0xc166b880 (1973 kB) .text : 0xc1000000 - 0xc147e240 (4600 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS:2304 nr_irqs:512 16 [ 0.000000] CPU 0 irqstacks, hard=f7006000 soft=f7008000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 1729.087 MHz processor [ 0.004015] Calibrating delay loop (skipped), value calculated using timer frequency.. 3458.17 BogoMIPS (lpj=6916348) [ 0.004134] pid_max: default: 32768 minimum: 301 [ 0.004210] ACPI: Core revision 20140424 [ 0.014310] ACPI: All ACPI Tables successfully acquired [ 0.016047] Security Framework initialized [ 0.016124] AppArmor: AppArmor disabled by boot time parameter [ 0.016184] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.016276] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.016339] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.016823] Initializing cgroup subsys memory [ 0.016892] Initializing cgroup subsys devices [ 0.016962] Initializing cgroup subsys freezer [ 0.017023] Initializing cgroup subsys net_cls [ 0.017088] Initializing cgroup subsys blkio [ 0.017152] Initializing cgroup subsys perf_event [ 0.017213] Initializing cgroup subsys net_prio [ 0.017305] Disabled fast string operations [ 0.017369] mce: CPU supports 5 MCE banks [ 0.017434] CPU0: Thermal monitoring enabled (TM1) [ 0.017503] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2 Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8, 1GB 0 tlb_flushall_shift: 6 [ 0.028821] ftrace: allocating 20754 entries in 41 pages [ 0.036113] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.036624] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.077114] smpboot: CPU0: Intel(R) Pentium(R) M processor 1.73GHz (fam: 06, model: 0d, stepping: 08) [ 0.080000] Performance Events: p6 PMU driver. [ 0.080000] ... version: 0 [ 0.080000] ... bit width: 32 [ 0.080000] ... generic registers: 2 [ 0.080000] ... value mask: 00000000ffffffff [ 0.080000] ... max period: 000000007fffffff [ 0.080000] ... fixed-purpose events: 0 [ 0.080000] ... event mask: 0000000000000003 [ 0.080000] x86: Booted up 1 node, 1 CPUs [ 0.080000] smpboot: Total of 1 processors activated (3458.17 BogoMIPS) [ 0.080170] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.080338] devtmpfs: initialized [ 0.082694] pinctrl core: initialized pinctrl subsystem [ 0.082856] NET: Registered protocol family 16 [ 0.083098] cpuidle: using governor ladder [ 0.083155] cpuidle: using governor menu [ 0.083298] ACPI: bus type PCI registered [ 0.083354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.083537] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.083621] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.083682] PCI: Using MMCONFIG for extended config space [ 0.083740] PCI: Using configuration type 1 for base access [ 0.083812] dmi type 0xB1 record - unknown flag [ 0.085492] ACPI: Added _OSI(Module Device) [ 0.085549] ACPI: Added _OSI(Processor Device) [ 0.085606] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.085663] ACPI: Added _OSI(Processor Aggregator Device) [ 0.095447] ACPI: Dynamic OEM Table Load: [ 0.095568] ACPI: SSDT 0xF713E540 000043 (v01 LMPWR DELLLOM 00001001 INTL 20030522) [ 0.096680] ACPI: Interpreter enabled [ 0.096750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580) [ 0.096896] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580) [ 0.097055] ACPI: (supports S0 S3 S4 S5) [ 0.097110] ACPI: Using IOAPIC for interrupt routing [ 0.097206] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug [ 0.124733] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 1) [ 0.130232] acpi PNP0C15:00: ACPI dock station (docks/bays count: 2) [ 0.139325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.139391] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.139476] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.155894] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.155899] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) [ 0.155902] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.155905] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored) [ 0.155909] acpi PNP0A03:00: host bridge window [mem 0x80000000-0xdfffffff] (ignored) [ 0.155912] acpi PNP0A03:00: host bridge window [mem 0xf0007000-0xf0007fff] (ignored) [ 0.155916] acpi PNP0A03:00: host bridge window [mem 0xf000c000-0xfebfffff] (ignored) [ 0.155921] acpi PNP0A03:00: host bridge window [mem 0xfec10000-0xfed1ffff] (ignored) [ 0.155924] acpi PNP0A03:00: host bridge window [mem 0xfee10000-0xffafffff] (ignored) [ 0.155928] PCI: root bus 00: using default resources [ 0.156203] PCI host bridge to bus 0000:00 [ 0.156263] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.156322] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 0.156383] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff] [ 0.156454] pci 0000:00:00.0: [8086:2590] type 00 class 0x060000 [ 0.156604] pci 0000:00:02.0: [8086:2592] type 00 class 0x030000 [ 0.156616] pci 0000:00:02.0: reg 0x10: [mem 0xdff00000-0xdff7ffff] [ 0.156623] pci 0000:00:02.0: reg 0x14: [io 0xec38-0xec3f] [ 0.156630] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref] [ 0.156637] pci 0000:00:02.0: reg 0x1c: [mem 0xdfec0000-0xdfefffff] [ 0.156774] pci 0000:00:02.1: [8086:2792] type 00 class 0x038000 [ 0.156784] pci 0000:00:02.1: reg 0x10: [mem 0xdff80000-0xdfffffff] [ 0.156978] pci 0000:00:1c.0: [8086:2660] type 01 class 0x060400 [ 0.157094] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.157243] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300 [ 0.157298] pci 0000:00:1d.0: reg 0x20: [io 0xbf80-0xbf9f] [ 0.157402] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.157536] pci 0000:00:1d.1: [8086:2659] type 00 class 0x0c0300 [ 0.157590] pci 0000:00:1d.1: reg 0x20: [io 0xbf60-0xbf7f] [ 0.157692] pci 0000:00:1d.1: System wakeup disabled by ACPI [ 0.157826] pci 0000:00:1d.2: [8086:265a] type 00 class 0x0c0300 [ 0.157880] pci 0000:00:1d.2: reg 0x20: [io 0xbf40-0xbf5f] [ 0.157983] pci 0000:00:1d.2: System wakeup disabled by ACPI [ 0.158118] pci 0000:00:1d.3: [8086:265b] type 00 class 0x0c0300 [ 0.158172] pci 0000:00:1d.3: reg 0x20: [io 0xbf20-0xbf3f] [ 0.158273] pci 0000:00:1d.3: System wakeup disabled by ACPI [ 0.158418] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320 [ 0.158443] pci 0000:00:1d.7: reg 0x10: [mem 0xffa80800-0xffa80bff] [ 0.158543] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.158625] pci 0000:00:1d.7: System wakeup disabled by ACPI [ 0.158763] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 [ 0.158892] pci 0000:00:1e.0: System wakeup disabled by ACPI [ 0.159031] pci 0000:00:1e.2: [8086:266e] type 00 class 0x040100 [ 0.159052] pci 0000:00:1e.2: reg 0x10: [io 0xed00-0xedff] [ 0.159065] pci 0000:00:1e.2: reg 0x14: [io 0xec40-0xec7f] [ 0.159077] pci 0000:00:1e.2: reg 0x18: [mem 0xdfebfe00-0xdfebffff] [ 0.159090] pci 0000:00:1e.2: reg 0x1c: [mem 0xdfebfd00-0xdfebfdff] [ 0.159152] pci 0000:00:1e.2: PME# supported from D0 D3hot D3cold [ 0.159293] pci 0000:00:1f.0: [8086:2641] type 00 class 0x060100 [ 0.159399] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000 [ 0.159409] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO [ 0.159493] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH6 GPIO [ 0.159558] pci 0000:00:1f.0: LPC Generic IO decode 1 PIO at 0900-097f [ 0.159621] pci 0000:00:1f.0: LPC Generic IO decode 2 PIO at 0280-028f [ 0.159811] pci 0000:00:1f.2: [8086:2653] type 00 class 0x010180 [ 0.159833] pci 0000:00:1f.2: reg 0x10: [io 0x01f0-0x01f7] [ 0.159845] pci 0000:00:1f.2: reg 0x14: [io 0x03f4-0x03f7] [ 0.159858] pci 0000:00:1f.2: reg 0x18: [io 0x0170-0x0177] [ 0.159870] pci 0000:00:1f.2: reg 0x1c: [io 0x0374-0x0377] [ 0.159883] pci 0000:00:1f.2: reg 0x20: [io 0xbfa0-0xbfaf] [ 0.159908] pci 0000:00:1f.2: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.159971] pci 0000:00:1f.2: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.160003] pci 0000:00:1f.2: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.161021] pci 0000:00:1f.2: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.161110] pci 0000:00:1f.2: PME# supported from D3hot [ 0.161384] pci 0000:02:00.0: [14e4:1677] type 00 class 0x020000 [ 0.161421] pci 0000:02:00.0: reg 0x10: [mem 0xdfdf0000-0xdfdfffff 64bit] [ 0.161601] pci 0000:02:00.0: PME# supported from D3hot D3cold [ 0.161637] pci 0000:02:00.0: System wakeup disabled by ACPI [ 0.161765] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 0.161860] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.161923] pci 0000:00:1c.0: bridge window [mem 0xdfd00000-0xdfdfffff] [ 0.162052] pci 0000:03:01.0: [104c:8036] type 02 class 0x060700 [ 0.162075] pci 0000:03:01.0: reg 0x10: [mem 0x00000000-0x00000fff] [ 0.162118] pci 0000:03:01.0: supports D1 D2 [ 0.162121] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.162239] pci 0000:03:01.5: [104c:8038] type 00 class 0x078000 [ 0.162265] pci 0000:03:01.5: reg 0x10: [mem 0xdfcfd000-0xdfcfdfff] [ 0.162280] pci 0000:03:01.5: reg 0x14: [mem 0xdfcfe000-0xdfcfefff] [ 0.162380] pci 0000:03:01.5: supports D1 D2 [ 0.162383] pci 0000:03:01.5: PME# supported from D0 D1 D2 D3hot [ 0.162497] pci 0000:03:03.0: [8086:4220] type 00 class 0x028000 [ 0.162523] pci 0000:03:03.0: reg 0x10: [mem 0xdfcff000-0xdfcfffff] [ 0.162637] pci 0000:03:03.0: PME# supported from D0 D3hot D3cold [ 0.162775] pci 0000:00:1e.0: PCI bridge to [bus 03-04] (subtractive decode) [ 0.162843] pci 0000:00:1e.0: bridge window [mem 0xdfc00000-0xdfcfffff] [ 0.162852] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode) [ 0.162855] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode) [ 0.162932] pci_bus 0000:04: busn_res: can not insert [bus 04-ff] under [bus 03-04] (conflicts with (null) [bus 03-04]) [ 0.162939] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 07 [ 0.162943] pci_bus 0000:04: busn_res: can not insert [bus 04-07] under [bus 03-04] (conflicts with (null) [bus 03-04]) [ 0.162950] pci_bus 0000:04: [bus 04-07] partially hidden behind transparent bridge 0000:03 [bus 03-04] [ 0.163034] pci 0000:00:1e.0: bridge has subordinate 04 but max busn 07 [ 0.163112] pci_bus 0000:00: on NUMA node 0 [ 0.172519] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11) [ 0.172857] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10 [ 0.173192] ACPI: PCI Interrupt Link [LNKC] (IRQs *9 10 11) [ 0.173526] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 9 10 11) [ 0.173904] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. [ 0.174545] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. [ 0.175186] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. [ 0.177006] ACPI: Enabled 2 GPEs in block 00 to 1F [ 0.177332] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.177392] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.177473] vgaarb: loaded [ 0.177525] vgaarb: bridge control possible 0000:00:02.0 [ 0.177671] PCI: Using ACPI for IRQ routing [ 0.188524] PCI: pci_cache_line_size set to 64 bytes [ 0.188584] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [ 0.188587] e820: reserve RAM buffer [mem 0x7f7d1800-0x7fffffff] [ 0.188977] hpet clockevent registered [ 0.188983] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.189049] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.189229] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 0.191319] Switched to clocksource hpet [ 0.198247] pnp: PnP ACPI init [ 0.198332] ACPI: bus type PNP registered [ 0.208870] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved [ 0.208936] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved [ 0.208999] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved [ 0.209063] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.209126] system 00:00: [mem 0x00100000-0x7f7d17ff] could not be reserved [ 0.209189] system 00:00: [mem 0x7f7d1800-0x7f7fffff] has been reserved [ 0.209252] system 00:00: [mem 0x7f800000-0x7fffffff] has been reserved [ 0.209314] system 00:00: [mem 0xfeda0000-0xfedfffff] has been reserved [ 0.209377] system 00:00: [mem 0xffb00000-0xffffffff] has been reserved [ 0.209439] system 00:00: [mem 0xfec00000-0xfec0ffff] could not be reserved [ 0.209503] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved [ 0.209566] system 00:00: [mem 0xfed20000-0xfed9ffff] has been reserved [ 0.209628] system 00:00: [mem 0xf0000000-0xf0003fff] has been reserved [ 0.209691] system 00:00: [mem 0xf0004000-0xf0004fff] has been reserved [ 0.209753] system 00:00: [mem 0xf0005000-0xf0005fff] has been reserved [ 0.209816] system 00:00: [mem 0xf0006000-0xf0006fff] has been reserved [ 0.209878] system 00:00: [mem 0xf0008000-0xf000bfff] has been reserved [ 0.209940] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved [ 0.210007] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.210056] pnp 00:01: disabling [io 0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] [ 0.210142] pnp 00:01: disabling [io 0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] [ 0.210275] system 00:01: [io 0x04d0-0x04d1] has been reserved [ 0.210337] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.210375] pnp 00:02: disabling [io 0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] [ 0.210461] pnp 00:02: disabling [io 0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] [ 0.210546] pnp 00:02: disabling [io 0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] [ 0.210676] system 00:02: [io 0xf400-0xf4fe] has been reserved [ 0.210738] system 00:02: [io 0x1080-0x10bf] has been reserved [ 0.210799] system 00:02: [io 0x10c0-0x10df] has been reserved [ 0.210860] system 00:02: [io 0x10e0-0x10ff] could not be reserved [ 0.210922] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.211000] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) [ 0.211069] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.211136] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.211222] system 00:06: [io 0x0900-0x090f] has been reserved [ 0.211283] system 00:06: [io 0x0910-0x091f] has been reserved [ 0.211344] system 00:06: [io 0x0920-0x092f] has been reserved [ 0.211405] system 00:06: [io 0x093c-0x093f] has been reserved [ 0.211466] system 00:06: [io 0x0940-0x097f] has been reserved [ 0.211527] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.216792] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.224444] pnp 00:08: [dma 3] [ 0.224597] pnp 00:08: Plug and Play ACPI device, IDs SMCf010 (active) [ 0.231964] pnp 00:09: [dma 1] [ 0.232112] pnp 00:09: Plug and Play ACPI device, IDs PNP0401 (active) [ 0.237769] system 00:0a: [io 0x0930-0x093b] has been reserved [ 0.237831] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.239549] system 00:0b: [io 0x07b0-0x07bb] has been reserved [ 0.239611] system 00:0b: [io 0x07c0-0x07df] has been reserved [ 0.239672] system 00:0b: [io 0x0bb0-0x0bbb] has been reserved [ 0.239732] system 00:0b: [io 0x0bc0-0x0bdf] has been reserved [ 0.239793] system 00:0b: [io 0x0fb0-0x0fbb] has been reserved [ 0.239854] system 00:0b: [io 0x0fc0-0x0fdf] has been reserved [ 0.239915] system 00:0b: [io 0x13b0-0x13bb] has been reserved [ 0.239975] system 00:0b: [io 0x13c0-0x13df] has been reserved [ 0.240048] system 00:0b: [io 0x17b0-0x17bb] has been reserved [ 0.240109] system 00:0b: [io 0x17c0-0x17df] has been reserved [ 0.240170] system 00:0b: [io 0x1bb0-0x1bbb] has been reserved [ 0.240231] system 00:0b: [io 0x1bc0-0x1bdf] has been reserved [ 0.240292] system 00:0b: [io 0x1fb0-0x1fbb] has been reserved [ 0.240353] system 00:0b: [io 0x1fc0-0x1fdf] has been reserved [ 0.240414] system 00:0b: [io 0x23b0-0x23bb] has been reserved [ 0.240475] system 00:0b: [io 0x23c0-0x23df] has been reserved [ 0.240536] system 00:0b: [io 0x27b0-0x27bb] has been reserved [ 0.240597] system 00:0b: [io 0x27c0-0x27df] has been reserved [ 0.240658] system 00:0b: [io 0x2bb0-0x2bbb] has been reserved [ 0.240719] system 00:0b: [io 0x2bc0-0x2bdf] has been reserved [ 0.240780] system 00:0b: [io 0x2fb0-0x2fbb] has been reserved [ 0.240841] system 00:0b: [io 0x2fc0-0x2fdf] has been reserved [ 0.240902] system 00:0b: [io 0x33b0-0x33bb] has been reserved [ 0.240963] system 00:0b: [io 0x33c0-0x33df] has been reserved [ 0.241024] system 00:0b: [io 0x37b0-0x37bb] has been reserved [ 0.241085] system 00:0b: [io 0x37c0-0x37df] has been reserved [ 0.241146] system 00:0b: [io 0x3bb0-0x3bbb] has been reserved [ 0.241208] system 00:0b: [io 0x3bc0-0x3bdf] has been reserved [ 0.241268] system 00:0b: [io 0x3fb0-0x3fbb] has been reserved [ 0.241330] system 00:0b: [io 0x3fc0-0x3fdf] has been reserved [ 0.241392] system 00:0b: [io 0x43b0-0x43bb] has been reserved [ 0.241453] system 00:0b: [io 0x43c0-0x43df] has been reserved [ 0.241514] system 00:0b: [io 0x47b0-0x47bb] has been reserved [ 0.241576] system 00:0b: [io 0x47c0-0x47df] has been reserved [ 0.241638] system 00:0b: [io 0x4bb0-0x4bbb] has been reserved [ 0.241699] system 00:0b: [io 0x4bc0-0x4bdf] has been reserved [ 0.241760] system 00:0b: [io 0x4fb0-0x4fbb] has been reserved [ 0.241822] system 00:0b: [io 0x4fc0-0x4fdf] has been reserved [ 0.241883] system 00:0b: [io 0x53b0-0x53bb] has been reserved [ 0.241944] system 00:0b: [io 0x53c0-0x53df] has been reserved [ 0.242005] system 00:0b: [io 0x57b0-0x57bb] has been reserved [ 0.242066] system 00:0b: [io 0x57c0-0x57df] has been reserved [ 0.242128] system 00:0b: [io 0x5bb0-0x5bbb] has been reserved [ 0.242190] system 00:0b: [io 0x5bc0-0x5bdf] has been reserved [ 0.242251] system 00:0b: [io 0x5fb0-0x5fbb] has been reserved [ 0.242312] system 00:0b: [io 0x5fc0-0x5fdf] has been reserved [ 0.242374] system 00:0b: [io 0x63b0-0x63bb] has been reserved [ 0.242435] system 00:0b: [io 0x63c0-0x63df] has been reserved [ 0.242498] system 00:0b: [io 0x67b0-0x67bb] has been reserved [ 0.242559] system 00:0b: [io 0x67c0-0x67df] has been reserved [ 0.242620] system 00:0b: [io 0x6bb0-0x6bbb] has been reserved [ 0.242681] system 00:0b: [io 0x6bc0-0x6bdf] has been reserved [ 0.242742] system 00:0b: [io 0x6fb0-0x6fbb] has been reserved [ 0.242803] system 00:0b: [io 0x6fc0-0x6fdf] has been reserved [ 0.242865] system 00:0b: [io 0x73b0-0x73bb] has been reserved [ 0.242926] system 00:0b: [io 0x73c0-0x73df] has been reserved [ 0.242988] system 00:0b: [io 0x77b0-0x77bb] has been reserved [ 0.243049] system 00:0b: [io 0x77c0-0x77df] has been reserved [ 0.243111] system 00:0b: [io 0x7bb0-0x7bbb] has been reserved [ 0.243172] system 00:0b: [io 0x7bc0-0x7bdf] has been reserved [ 0.243233] system 00:0b: [io 0x7fb0-0x7fbb] has been reserved [ 0.243295] system 00:0b: [io 0x7fc0-0x7fdf] has been reserved [ 0.243356] system 00:0b: [io 0x83b0-0x83bb] has been reserved [ 0.243417] system 00:0b: [io 0x83c0-0x83df] has been reserved [ 0.243480] system 00:0b: [io 0x87b0-0x87bb] has been reserved [ 0.243541] system 00:0b: [io 0x87c0-0x87df] has been reserved [ 0.243603] system 00:0b: [io 0x8bb0-0x8bbb] has been reserved [ 0.243664] system 00:0b: [io 0x8bc0-0x8bdf] has been reserved [ 0.243726] system 00:0b: [io 0x8fb0-0x8fbb] has been reserved [ 0.243787] system 00:0b: [io 0x8fc0-0x8fdf] has been reserved [ 0.243848] system 00:0b: [io 0x93b0-0x93bb] has been reserved [ 0.243910] system 00:0b: [io 0x93c0-0x93df] has been reserved [ 0.243971] system 00:0b: [io 0x97b0-0x97bb] has been reserved [ 0.244043] system 00:0b: [io 0x97c0-0x97df] has been reserved [ 0.244105] system 00:0b: [io 0x9bb0-0x9bbb] has been reserved [ 0.244166] system 00:0b: [io 0x9bc0-0x9bdf] has been reserved [ 0.244228] system 00:0b: [io 0x9fb0-0x9fbb] has been reserved [ 0.244289] system 00:0b: [io 0x9fc0-0x9fdf] has been reserved [ 0.244351] system 00:0b: [io 0xa3b0-0xa3bb] has been reserved [ 0.244412] system 00:0b: [io 0xa3c0-0xa3df] has been reserved [ 0.244474] system 00:0b: [io 0xa7b0-0xa7bb] has been reserved [ 0.244536] system 00:0b: [io 0xa7c0-0xa7df] has been reserved [ 0.244597] system 00:0b: [io 0xabb0-0xabbb] has been reserved [ 0.244659] system 00:0b: [io 0xabc0-0xabdf] has been reserved [ 0.244720] system 00:0b: [io 0xafb0-0xafbb] has been reserved [ 0.244782] system 00:0b: [io 0xafc0-0xafdf] has been reserved [ 0.244843] system 00:0b: [io 0xb3b0-0xb3bb] has been reserved [ 0.244905] system 00:0b: [io 0xb3c0-0xb3df] has been reserved [ 0.244966] system 00:0b: [io 0xb7b0-0xb7bb] has been reserved [ 0.245028] system 00:0b: [io 0xb7c0-0xb7df] has been reserved [ 0.245090] system 00:0b: [io 0xbbb0-0xbbbb] has been reserved [ 0.245153] system 00:0b: [io 0xbbc0-0xbbdf] has been reserved [ 0.245215] system 00:0b: [io 0xbfb0-0xbfbb] has been reserved [ 0.245277] system 00:0b: [io 0xbfc0-0xbfdf] has been reserved [ 0.245339] system 00:0b: [io 0xc3b0-0xc3bb] has been reserved [ 0.245401] system 00:0b: [io 0xc3c0-0xc3df] has been reserved [ 0.245463] system 00:0b: [io 0xc7b0-0xc7bb] has been reserved [ 0.245525] system 00:0b: [io 0xc7c0-0xc7df] has been reserved [ 0.245586] system 00:0b: [io 0xcbb0-0xcbbb] has been reserved [ 0.245649] system 00:0b: [io 0xcbc0-0xcbdf] has been reserved [ 0.245711] system 00:0b: [io 0xcfb0-0xcfbb] has been reserved [ 0.245773] system 00:0b: [io 0xcfc0-0xcfdf] has been reserved [ 0.245835] system 00:0b: [io 0xd3b0-0xd3bb] has been reserved [ 0.245897] system 00:0b: [io 0xd3c0-0xd3df] has been reserved [ 0.245958] system 00:0b: [io 0xd7b0-0xd7bb] has been reserved [ 0.246020] system 00:0b: [io 0xd7c0-0xd7df] has been reserved [ 0.246082] system 00:0b: [io 0xdbb0-0xdbbb] has been reserved [ 0.246144] system 00:0b: [io 0xdbc0-0xdbdf] has been reserved [ 0.246206] system 00:0b: [io 0xdfb0-0xdfbb] has been reserved [ 0.247222] system 00:0b: [io 0xdfc0-0xdfdf] has been reserved [ 0.247284] system 00:0b: [io 0xe3b0-0xe3bb] has been reserved [ 0.247346] system 00:0b: [io 0xe3c0-0xe3df] has been reserved [ 0.247408] system 00:0b: [io 0xe7b0-0xe7bb] has been reserved [ 0.247470] system 00:0b: [io 0xe7c0-0xe7df] has been reserved [ 0.247532] system 00:0b: [io 0xebb0-0xebbb] has been reserved [ 0.247594] system 00:0b: [io 0xebc0-0xebdf] has been reserved [ 0.247656] system 00:0b: [io 0xefb0-0xefbb] has been reserved [ 0.247718] system 00:0b: [io 0xefc0-0xefdf] has been reserved [ 0.247780] system 00:0b: [io 0xf3b0-0xf3bb] has been reserved [ 0.247842] system 00:0b: [io 0xf3c0-0xf3df] has been reserved [ 0.247904] system 00:0b: [io 0xf7b0-0xf7bb] has been reserved [ 0.247966] system 00:0b: [io 0xf7c0-0xf7df] has been reserved [ 0.248038] system 00:0b: [io 0xfbb0-0xfbbb] has been reserved [ 0.248100] system 00:0b: [io 0xfbc0-0xfbdf] has been reserved [ 0.248162] system 00:0b: [io 0xffb0-0xffbb] has been reserved [ 0.248224] system 00:0b: [io 0xffc0-0xffdf] has been reserved [ 0.248287] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.249166] pnp: PnP ACPI: found 12 devices [ 0.249222] ACPI: bus type PNP unregistered [ 0.249285] PnPBIOS: Disabled by ACPI PNP [ 0.286933] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 0.286941] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 [ 0.286963] pci 0000:03:01.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100 [ 0.286966] pci 0000:03:01.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100 [ 0.286971] pci 0000:00:1e.0: bridge window [io 0x1000-0x0fff] to [bus 03-04] add_size 1000 [ 0.286981] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 [ 0.286985] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 0.286988] pci 0000:00:1e.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 0.286998] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80000000-0x801fffff 64bit pref] [ 0.287088] pci 0000:00:1c.0: BAR 13: can't assign io (size 0x1000) [ 0.287158] pci 0000:00:1e.0: BAR 13: can't assign io (size 0x1000) [ 0.287229] pci 0000:00:1e.0: BAR 13: can't assign io (size 0x1000) [ 0.287299] pci 0000:00:1c.0: BAR 13: can't assign io (size 0x1000) [ 0.287360] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.287422] pci 0000:00:1c.0: bridge window [mem 0xdfd00000-0xdfdfffff] [ 0.287487] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff 64bit pref] [ 0.287575] pci 0000:03:01.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000 [ 0.287579] pci 0000:03:01.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000 [ 0.287583] pci 0000:03:01.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100 [ 0.287586] pci 0000:03:01.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100 [ 0.287593] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff] [ 0.287661] pci 0000:03:01.0: BAR 15: assigned [mem 0xf8000000-0xfbffffff pref] [ 0.287744] pci 0000:03:01.0: BAR 16: assigned [mem 0x84000000-0x87ffffff] [ 0.287809] pci 0000:03:01.0: BAR 13: assigned [io 0x1400-0x14ff] [ 0.287872] pci 0000:03:01.0: BAR 14: assigned [io 0x1800-0x18ff] [ 0.287933] pci 0000:03:01.0: CardBus bridge to [bus 04-07] [ 0.287993] pci 0000:03:01.0: bridge window [io 0x1400-0x14ff] [ 0.288067] pci 0000:03:01.0: bridge window [io 0x1800-0x18ff] [ 0.288131] pci 0000:03:01.0: bridge window [mem 0xf8000000-0xfbffffff pref] [ 0.288212] pci 0000:03:01.0: bridge window [mem 0x84000000-0x87ffffff] [ 0.288277] pci 0000:00:1e.0: PCI bridge to [bus 03-04] [ 0.288341] pci 0000:00:1e.0: bridge window [mem 0xdfc00000-0xdfcfffff] [ 0.288412] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 0.288415] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff] [ 0.288419] pci_bus 0000:02: resource 1 [mem 0xdfd00000-0xdfdfffff] [ 0.288423] pci_bus 0000:02: resource 2 [mem 0x80000000-0x801fffff 64bit pref] [ 0.288426] pci_bus 0000:03: resource 1 [mem 0xdfc00000-0xdfcfffff] [ 0.288430] pci_bus 0000:03: resource 4 [io 0x0000-0xffff] [ 0.288433] pci_bus 0000:03: resource 5 [mem 0x00000000-0xffffffff] [ 0.288436] pci_bus 0000:04: resource 0 [io 0x1400-0x14ff] [ 0.288440] pci_bus 0000:04: resource 1 [io 0x1800-0x18ff] [ 0.288443] pci_bus 0000:04: resource 2 [mem 0xf8000000-0xfbffffff pref] [ 0.288446] pci_bus 0000:04: resource 3 [mem 0x84000000-0x87ffffff] [ 0.288492] NET: Registered protocol family 2 [ 0.288929] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.289021] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.289133] TCP: Hash tables configured (established 8192 bind 8192) [ 0.289232] TCP: reno registered [ 0.289288] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.289360] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.289499] NET: Registered protocol family 1 [ 0.289581] pci 0000:00:02.0: Video device with shadowed ROM [ 0.291475] PCI: CLS 64 bytes, default 64 [ 0.291558] Unpacking initramfs... [ 1.005217] Freeing initrd memory: 21848K (f5544000 - f6a9a000) [ 1.005560] microcode: CPU0 sig=0x6d8, pf=0x20, revision=0x20 [ 1.005721] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 1.006275] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.006397] audit: initializing netlink subsys (disabled) [ 1.006493] audit: type=2000 audit(1442244257.004:1): initialized [ 1.007034] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.007120] zbud: loaded [ 1.007274] VFS: Disk quotas dquot_6.5.2 [ 1.007348] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.007493] msgmni has been set to 1722 [ 1.007995] alg: No test for stdrng (krng) [ 1.008160] bounce: pool size: 64 pages [ 1.008231] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 1.008368] io scheduler noop registered [ 1.008424] io scheduler deadline registered [ 1.008529] io scheduler cfq registered (default) [ 1.008697] pcieport 0000:00:1c.0: device [8086:2660] has invalid IRQ; check vendor BIOS [ 1.009061] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X [ 1.009229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.009319] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.009416] intel_idle: does not run on family 6 model 13 [ 1.009488] GHES: HEST is not enabled! [ 1.009572] isapnp: Scanning for PnP cards... [ 1.363508] isapnp: No Plug & Play device found [ 1.363679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.384327] 00:07: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.405039] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.405490] Linux agpgart interface v0.103 [ 1.405670] agpgart-intel 0000:00:00.0: Intel 915GM Chipset [ 1.405748] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable [ 1.406653] agpgart-intel 0000:00:00.0: detected 8192K stolen memory [ 1.406874] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000 [ 1.407187] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 1.412280] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.412346] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.412608] mousedev: PS/2 mouse device common for all mice [ 1.412908] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0 [ 1.413001] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 1.413098] ledtrig-cpu: registered to indicate activity on CPUs [ 1.413983] TCP: cubic registered [ 1.414059] NET: Registered protocol family 10 [ 1.414442] mip6: Mobile IPv6 [ 1.414498] NET: Registered protocol family 17 [ 1.414561] mpls_gso: MPLS GSO support [ 1.414813] Using IPI No-Shortcut mode [ 1.415036] registered taskstats version 1 [ 1.415569] rtc_cmos 00:05: setting system clock to 2015-09-14 15:24:18 UTC (1442244258) [ 1.415730] PM: Hibernation image not present or could not be loaded. [ 1.416076] Freeing unused kernel memory: 656K (c166d000 - c1711000) [ 1.416182] Write protecting the kernel text: 4604k [ 1.416285] Write protecting the kernel read-only data: 1452k [ 1.416343] NX-protecting the kernel data: 3588k [ 1.419227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 1.484194] systemd-udevd[57]: starting version 215 [ 1.484697] random: systemd-udevd urandom read with 0 bits of entropy available [ 1.510661] [drm] Initialized drm 1.1.0 20060810 [ 1.514197] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2 [ 1.514782] ACPI: Lid Switch [LID] [ 1.514939] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 [ 1.515023] ACPI: Power Button [PBTN] [ 1.515158] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4 [ 1.515239] ACPI: Sleep Button [SBTN] [ 1.524971] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.525039] ACPI: Thermal Zone [THM] (67 C) [ 1.529474] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no) [ 1.529854] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input5 [ 1.531109] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work. [ 1.542224] pps_core: LinuxPPS API ver. 1 registered [ 1.542289] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.542629] PTP clock support registered [ 1.544128] tg3.c:v3.137 (May 11, 2014) [ 1.548554] ACPI: bus type USB registered [ 1.548661] usbcore: registered new interface driver usbfs [ 1.548736] usbcore: registered new interface driver hub [ 1.556768] usbcore: registered new device driver usb [ 1.557570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.557837] ehci-pci: EHCI PCI platform driver [ 1.558182] ehci-pci 0000:00:1d.7: EHCI Host Controller [ 1.558249] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ 1.558344] ehci-pci 0000:00:1d.7: debug port 1 [ 1.562307] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported [ 1.562836] uhci_hcd: USB Universal Host Controller Interface driver [ 1.567184] SCSI subsystem initialized [ 1.568315] ehci-pci 0000:00:1d.7: irq 16, io mem 0xffa80800 [ 1.580073] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 1.580242] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.580306] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.580385] usb usb1: Product: EHCI Host Controller [ 1.580443] usb usb1: Manufacturer: Linux 3.16.0-4-686-pae ehci_hcd [ 1.580503] usb usb1: SerialNumber: 0000:00:1d.7 [ 1.580784] hub 1-0:1.0: USB hub found [ 1.580848] hub 1-0:1.0: 8 ports detected [ 1.581747] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 1.581813] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.581898] uhci_hcd 0000:00:1d.0: detected 2 ports [ 1.581980] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000bf80 [ 1.582110] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.582172] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.582251] usb usb2: Product: UHCI Host Controller [ 1.582309] usb usb2: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd [ 1.582369] usb usb2: SerialNumber: 0000:00:1d.0 [ 1.582610] hub 2-0:1.0: USB hub found [ 1.582673] hub 2-0:1.0: 2 ports detected [ 1.583076] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 1.583140] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ 1.583225] uhci_hcd 0000:00:1d.1: detected 2 ports [ 1.584725] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000bf60 [ 1.585293] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.585361] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.585439] usb usb3: Product: UHCI Host Controller [ 1.585497] usb usb3: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd [ 1.585557] usb usb3: SerialNumber: 0000:00:1d.1 [ 1.586381] hub 3-0:1.0: USB hub found [ 1.586802] hub 3-0:1.0: 2 ports detected [ 1.588261] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 1.588328] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 [ 1.588413] uhci_hcd 0000:00:1d.2: detected 2 ports [ 1.588504] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000bf40 [ 1.590483] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.590550] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.590629] usb usb4: Product: UHCI Host Controller [ 1.590687] usb usb4: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd [ 1.590747] usb usb4: SerialNumber: 0000:00:1d.2 [ 1.592579] hub 4-0:1.0: USB hub found [ 1.592942] hub 4-0:1.0: 2 ports detected [ 1.594600] uhci_hcd 0000:00:1d.3: UHCI Host Controller [ 1.594667] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 [ 1.594751] uhci_hcd 0000:00:1d.3: detected 2 ports [ 1.594846] uhci_hcd 0000:00:1d.3: irq 19, io base 0x0000bf20 [ 1.595619] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95751) rev 4001] (PCI Express) MAC address 00:15:c5:0a:c6:85 [ 1.595706] tg3 0000:02:00.0 eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0]) [ 1.595790] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 1.595870] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit] [ 1.597155] libata version 3.00 loaded. [ 1.598771] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.598837] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.598915] usb usb5: Product: UHCI Host Controller [ 1.598973] usb usb5: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd [ 1.599034] usb usb5: SerialNumber: 0000:00:1d.3 [ 1.600862] hub 5-0:1.0: USB hub found [ 1.601373] hub 5-0:1.0: 2 ports detected [ 1.602630] [drm] Memory usable by graphics device = 256M [ 1.602691] [drm] Replacing VGA console driver [ 1.603545] Console: switching to colour dummy device 80x25 [ 1.605794] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 1.605805] [drm] Driver supports precise vblank timestamp query. [ 1.605903] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 1.780935] [drm:i915_irq_handler] *ERROR* pipe A underrun [ 1.780945] [drm:i915_irq_handler] *ERROR* pipe B underrun [ 1.798628] [drm] initialized overlay support [ 1.975982] fbcon: inteldrmfb (fb0) is primary device [ 2.004015] tsc: Refined TSC clocksource calibration: 1728.999 MHz [ 2.204020] usb 4-1: new low-speed USB device number 2 using uhci_hcd [ 2.379607] usb 4-1: New USB device found, idVendor=046d, idProduct=c019 [ 2.379609] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.379611] usb 4-1: Product: USB Optical Mouse [ 2.379612] usb 4-1: Manufacturer: Logitech [ 2.384587] hidraw: raw HID events driver (C) Jiri Kosina [ 2.399094] usbcore: registered new interface driver usbhid [ 2.399094] usbhid: USB HID core driver [ 2.401159] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/0003:046D:C019.0001/input/input6 [ 2.401349] hid-generic 0003:046D:C019.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.2-1/input0 [ 3.004057] Switched to clocksource tsc [ 3.328831] Console: switching to colour frame buffer device 128x48 [ 3.334403] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 3.334464] i915 0000:00:02.0: registered panic notifier [ 3.334526] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 After manually decrypting sda6 and "swapon --all", the command "swapon --summary" shows: Code: Select allFilename Type Size Used Priority /dev/dm-2 partition 3903484 0 -1 Shouldn't it show /dev/mapper/sda6_crypt as filename? |
I have been following the Xen Beginners Guide here: http://wiki.xenproject.org/wiki/Xen_Pro ... ners_Guide. Everything was going smoothly until I got to the 'Configuring xen-tools and building our guest' section (two thirds down the page). I installed xen-tools and then typed the following in a terminal window (as root): xen-create-image --hostname=development-pv-guest \ --memory=2048mb \ --vcpus=2 \ --lvm=develop \ --dhcp \ --pygrub \ --dist=jessie I admit PV is new to me, compared to simple HVM, so I have a number of questions: 1. Why the command not found error? 2. Should I be booting from the Xen option or regular boot option at the start up screen when creating the xen image? I've tried both and get the same error message. 3. I have Debian 8 (Jessie) installed on my system and I wasn't sure whether I should therefore make this the guest OS in my Xen PV. In asking this question I'm thinking in terms of HVMs - but I assume my Xen PV needs a guest OS of some kind? Or is my host Debian 8 already acting as a guest OS in Xen PV? I'm confused 4. If I do need to install a guest OS, is it better to go for an earlier version of debian - so as not to be so resource hungry? I'm nervous about screwing up my host debian installation, so when I got the error message, did some research but found nothing meaningful. I don't want to end up having to reinstall my Debian 8 (base OS) ... again! Thanks in advance Dave Apologies if this post is in the wrong area of the forum, wasn't sure where to post. | Appendum: Red faced apology - according to synaptic package manager, I hadn't installed xen-tools! I was going through the xen beginners guide late last night, and could have sworn I had installed them! My other questions are still relevant though. I'm not sure I've totally grasped Xen's PV concept since I'm used to HVMs. Before I go ahead and install my PV in my using storage from the 'develop' volume group I created: 1. Should I run xen-create-image from a terminal window opened from my regular (not Xen) boot option at the boot screen? 2. Should I install Jessie as the guest os, or go for an earlier version? Thanks for the help, and apologies for the confusion with my earlier post! Dave |
Out of the half-century times I have installed Debian, this is the first time I experienced this error. I recently deleted my Debian system partitions from the HDD. I then made the boot USB as usual, included the firmware packages I required and tried to boot up Netinstall ISO. To my realization, it boots to the grub prompt which isn't helping me at this moment. Numerous searches have revealed solutions to fix this issue with the Linux system still present. None take into account a situation like this one. I tried creating menu entries using the initrd.gz and vmlinuz from the ISO, but that don't work either. I also tried Debian Stable and testing ISO's, but that didn't work either. Moreover, I went further and deleted the Debian entry from the EFI System partition at the start of the HDD, but that did nothing. As you can see, I've tried quite a bit. Can the community please help me out on this? ===EDIT:=== System Specs: ASUS ROG GL551JM (Windows 8.1 default) Intel i7 4710HQ Nvidia GEFORCE GTX 860M 2GB Video Memory 256SSD 16GB RAM Debian ISO: debian-8.2.0-amd64-netinst.iso (Jessie) Downloaded from debian Made bootable USB with Universal USB Installer | Bump. Anyone? |
Okay guys and gals. I've spent the morning digging through docs and other threads and I just cannot get my wifi working. I've got an Atheros 9271 dongle which shows up with ip a but I've tried editing the interfaces file and I've tried editing the WPA Supplicant file and nothing works. Here's what I'm running: Dell Mini 110 Atheros 9271 usb dongle Debian 8 wireless network "i will not grill you a cheese" secured with a WPA pass phrase What am I missing here? I'm seeing conflicting info on every site I look at. Surely there must be a relatively simple way to just connect to wifi. Is there perhaps a network manager for CLI? | I've tried setting up the info in wpa_supplicant.conf and running the command wpa_supplicant -B -iwlan0 -c/etc/wpa_supplicant.conf -Dwext but all I get is: ioctl[SIOCSIWENCODEEXT]: Invalid Argument ioctl[SIOCSIWENCODEEXT]: Invalid Argument |
Hello everyone, I have installed Debian 8 on my laptop and it has a Broadcom BCM5761 network card according to lspci. But I have been trying to find drivers for this network card but can't seem to find any suitable drivers for the card. I searched this forum for it but could not find any related posts so I thought I make one and see if anyone has had this issue or is using this card. Thanks. | The BCM5761 is that not the ethernet controller rather than the wifi card? https://www.broadcom.com/products/ether ... rs/bcm5761 |
I have three monitors, two Dells and an older LG all native at 1920x1080@60Hz and only recently installed Debian on this setup. The LG is detected as running at 59.93Hz instead of 60Hz and this discrepancy appears to drive up the temperatures in my GPU constantly, even on idle, and introduces severe stuttering in any kind of graphical application. I had the exact same issue with Windows 7 as well, but was able to fix it by changing the display settings of said monitor to 60Hz refresh, thereby returning the idle temps to normal and removing the stuttering. My problem now is that I can't seem to change the refresh rate of this screen at all under debian. xrandr -q returns that the monitor is running at 59.93Hz, but also shows 60Hz as available. xrandr --output DVI-I-1 --rate 60 appears to have absolutely no effect, it doesn't error but it also doesn't change the refresh rate. Trying to add a new mode with 60hz and modeline obtained from cvt results in the following: Code: Select allxrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr --addmode DVI-I-1 "1920x1080_60.00"X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 18 (RRAddOutputMode) Serial number of failed request: 41 Current serial number in output stream: 42 I've also tried to set the refresh rate through the proprietary nvidia driver and manually through xorg.conf, both to no effect; Here's my current xorg.conf: Code: Select allSection "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "DELL P2414H" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" #BusID "PCI:1:0:0" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 970" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Stereo" "0" Option "nvidiaXineramaInfoOrder" "DFP-4" Option "metamodes" "DVI-D-0: 1920x1080_60 +1920+0, DP-1: 1920x1080_60 +0+0, DVI-I-1: 1920x1080_60 +3840+0" Option "MultiGPU" "Off" Option "SLI" "off" Option "BaseMosaic" "off" Option "Coolbits" "8" Option "TripleBuffer" "false" SubSection "Display" Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "enable" # Option "RENDER" "disable" EndSection The driver settings will show 60Hz but the listing for the monitor in the driver and xrandr will still show 59.93Hz. Saving the settings of nvidia-settings to .nvidia-settings-rc was equally fruitless. The settings on the monitor itself also show it running at 60Hz, without an option to go down to 59.93Hz so I got no clue where that is even coming from. I have no idea what else to try, besides buying a new monitor, which I'm not quite prepared to do yet. | Have you tried a Live session of any other distro to see if the same problem exists? |
iso debian 8 32/64bit pc network installer When I installed debian at networks I got a message asking for rtl_nic/rtl8168g-3.fw. I think it is the wired lan connection. I did not have it and used wlan. Can I get rtl_nic/rtl8168g-3.fw installed? When installing linux non-free firmware I got this message 'Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module r8169'. Can I install it? If I use a lan cable to connect the computer to the router I get a 100mb connection but no internet access. Does it not work because driver is not installed? | https://wiki.debian.org/Firmware |
I'm trying to find out if my default install of Debian 8.2.0 has a firewall that is securing my system adequately, to begin with anyway. Google gives all kinds of results about iptables. This seems somewhat complex, whilst I'm trying to learn all about it - is my system vulnerable? Or are the default settings good for basic protection at least? I was at least glad the firewall is enabled - according to various web pages anyway - I hope that is the case? I came from Linux Mint, which didn't have the firewall (uncomplicated firewall - ufw) enabled, but enabling it from the CLI was very simple, as were the other basic commands. So, can I install ufw onto my Deb 8.2.0? I read that ufw is just a simpler front-end for iptables anyway? Will ufw install it's own version of iptables - so I should uninstall my current version? If I do install and enable ufw, just for quick and easy peace of mind - can I still configure my iptables later - as though I had not installed ufw? Or, do I uninstall ufw (and that version of iptables) and then reinstall the version of iptables that was installed by default? Perhaps ufw doesn't install iptables - it merely manages whatever version is already present? If that sounds confusing, apologies. Dave | I'm trying to find out if my default install of Debian 8.2.0 has a firewall that is securing my system adequately, to begin with anyway. AFAIK Debain ships no firewall policy, though iptables is installed by default you will need to configure it to your needs. Check what (if any) rules are in place, see the iptables manual. iptables-persistent provides tools to save/restore iptables rules as a system service (and provides setup info at install time). iptables-save with no arguments will dump the current rules to stdout. Personally, I mostly use fwbuilder to generate my rules, and iptables-persistent to save / restore them at boot. is my system vulnerable? Or are the default settings good for basic protection at least? You don't really need a firewall, provided you have secured all externally accessible services. Here is a generic (and lengthy) manual on the topic. For a desktop, simply disabling all external services (e.g. ssh) that you don't need, and setting sensible passwords/disabling root access on those you do should suffice. So, can I install ufw onto my Deb 8.2.0? Yes, but I have never used it myself. Perhaps ufw doesn't install iptables - it merely manages whatever version is already present? Correct. More info on the many available options can be found on the wiki. |
Hello everyone I google and google and can't find a solution for my problem. It's hard to understand the whole systemd stuff. Specially in combination with mdadm and sendmail. Hope someone can help me here. In short: My goal is to get a mail every boot about the state of the RAID. Also get a mail when someone is wrong with the RAID while my computer is running. How I can reach this target I don't care especially. It just has to be a Debian package and stable OK, to the story: I made a while ago an dist-upgrade from wheezy to jessie. Before, everything works fine. I boot my computer, the RAID gets checked and a mail was sent to my email-address with the state of my RAID and the disks of it. For this I followed a HowTo from http://ubuntuforums.org/showthread.php?t=1185134 After the upgrade, I dont get a mail anymore. I would appreciate if someone could give me a hand. Here some details. If you need more, please tell me. Actually installed: Debian 8.2 Jessie Code: Select allsystemctl status mdadm-raid -l ● mdadm-raid.service - LSB: MD array assembly Loaded: loaded (/etc/init.d/mdadm-raid) Active: active (exited) since Son 2015-10-11 16:11:34 CEST; 21min ago Process: 281 ExecStart=/etc/init.d/mdadm-raid start (code=exited, status=0/SUCCESS) Okt 11 16:11:34 xy-server mdadm-raid[281]: Generating udev events for MD arrays...done. Code: Select allsystemctl status mdmonitor -l ● mdmonitor.service - MD array monitor Loaded: loaded (/lib/systemd/system/mdmonitor.service; static) Active: active (running) since Son 2015-10-11 16:11:36 CEST; 23min ago Main PID: 609 (mdadm) CGroup: /system.slice/mdmonitor.service └─609 /sbin/mdadm --monitor --scan --test Okt 11 16:11:37 xy-server mdadm[609]: sendmail: kann Host mail.gmx.net nicht finden: Der Name oder der Dienst ist nicht bekannt Okt 11 16:11:37 xy-server msmtp[613]: host=mail.gmx.net tls=on auth=on user=xy@gmx.net from=xy@gmx.net recipients=xy@gmx.net errormsg='kann Host mail.gmx.net nicht finden: Der Name oder der Dienst ist nicht bekannt' exitcode=EX_NOHOST Okt 11 16:11:37 xy-server mdadm[609]: sendmail: konnte Mail nicht verschicken (Account default aus /etc/msmtprc) Okt 11 16:11:37 xy-server mdadm[609]: sendmail: kann Host mail.gmx.net nicht finden: Der Name oder der Dienst ist nicht bekannt Okt 11 16:11:37 xy-server mdadm[609]: sendmail: konnte Mail nicht verschicken (Account default aus /etc/msmtprc) Okt 11 16:11:37 xy-server msmtp[731]: host=mail.gmx.net tls=on auth=on user=xy@gmx.net from=xy@gmx.net recipients=xy@gmx.net errormsg='kann Host mail.gmx.net nicht finden: Der Name oder der Dienst ist nicht bekannt' exitcode=EX_NOHOST Okt 11 16:11:38 xy-server mdadm[609]: sendmail: kann Host mail.gmx.net nicht finden: Der Name oder der Dienst ist nicht bekannt Okt 11 16:11:38 xy-server mdadm[609]: sendmail: konnte Mail nicht verschicken (Account default aus /etc/msmtprc) Okt 11 16:11:38 xy-server msmtp[734]: host=mail.gmx.net tls=on auth=on user=xy@gmx.net from=xy@gmx.net recipients=xy@gmx.net errormsg='kann Host mail.gmx.net nicht finden: Der Name oder der Dienst ist nicht bekannt' exitcode=EX_NOHOST When I execute Code: Select allecho "This is a test e-mail from my server using msmtp" | msmtp -d xyz@gmx.net or Code: Select allmdadm --monitor --scan --test --oneshot everything works. I get the mails like I need it. In my opinion it's not a problem of the mail configuration. It seems, there is no network when the RAID get's started and the mails want to be sended. What I'm wondering is also, that obviously the /etc/default/mdadm is ignored by systemd and only the /lib/systemd/system/mdmonitor.service is executed. But while booting the RAID get's startet with /etc/init.d/mdadm-raid and this should read the /etc/default/mdadm. Right? Confusing! Anyway, is there a way, how I can easy change the order (without any side-effects) of the startup for the network and the RAID. I can't figure out, which unit I have to change, that it will work. Or maybe is there another solution? Like I mentioned, it's just have to work with Debian stable packages There are various units who sounds nice, but wich one is the correct one? Network: - network-online.target - network.target - system-ifup.slice - ifup@eth0.service Disks: - local-fs.target - mdadm-raid.service - mdmonitor.service - -.mount And how can I be sure, that every depency of the network units doesn't depend on a filesystem unit? Hope someone can help Regards lod9 | I've got a server setup with a script that runs a couple of commands, puts the output into a file, and uses mutt to send the file to my gmail address. I put the script in /etc/cron.daily, so it runs once a day. If I wanted it to run at the end of boot, I'd put a line in /etc/rc.local to call the script. |
Hi there I am noticing some rather high CPU temps while using Debian 7.8 KDE on a Lenovo X200 laptop. Even when its not doing anything its getting as high as 70C sometimes. I opened it up and went in with a can of compressed air, it went down a little to 36C now its back to 70c the day after. Then I realised the fan was hardly spinning is there any way I can control how much (or little) the fan spins at certain temps? My guesses are it could be done with a bash / shell script in the kernal loaded at booting up. But am unsure. Here is my dmesg http://pastebin.com/QTeYqfWE And lsmod http://pastebin.com/Amvgp1rq | You could try: Code: Select all# apt-get install fancontrol man fancontrol From the ArchWiki but may still be of some use: https://wiki.archlinux.org/index.php/Fan_speed_control You would probably be better advised to clean out the heatsinks, vents & fan blades on your laptop though. Are you sure the fan is actually working properly? |
I have a "time-server". It's sending time to different devices through different ports/protocols. The problem is that it has no operator and that makes some extra difficulties. Now when i try to start it using terminal Code: Select allsudo ./myprogram works fine and Code: Select all./myprogram doesn't work. It is so because without sudo i have no access to ports. As a result If i add my program to System->Preferences->Startup Applications it has the same problem. So i need to start it as root, auto-start, right after auto-login to system but without entering password cause nobody will do it. also i need to start ntpd but it also asks password sometimes i've tried googles but it offer a few ways with entering password that isn't suitable for me or writing some scripts/changing system files but with no example i'm afraid to break it all so is there a way to start Myprogram and NTPD as root with no password entering? any help will be really appreciated. my system is Debian 6.0.10 Squeeze, Kernel 2.6.32-5-686 | ntpd should be running as a daemon, started at boot automatically - no password required. For your script, you could write an init script for it or just use cron to start it at boot. No need to start a gui session. |
I'm running jessie on virtualbox. I set staticIP at /etc/network/interfaces. When I stop/start vm(not restart),dhclient becomes up and ip is assined by dhcp. Why? -------------------------------- yoshi@vbox:~$ uname -a Linux vbox 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 GNU/Linux -------------------------------- yoshi@vbox:~$ cat /etc/network/interfaces # 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 # The primary network interface allow-hotplug eth0 #iface eth0 inet dhcp iface eth0 inet static address 192.168.3.101 network 192.168.3.0 netmask 255.255.255.0 broadcast 192.168.3.255 gateway 192.168.3.1 dns-nameservers 192.168.3.1 ------------------------------- yoshi@vbox:~$ ifconfig -a eth0 Link encap:イーサネット ハードウェアアドレス 08:00:27:85:01:13 inetアドレス:192.168.3.101 ブロードキャスト:192.168.3.255 マスク:255.255.255.0 inet6アドレス: fe80::a00fe85:113/64 範囲:リンク UP BROADCAST RUNNING MULTICAST MTU:1500 メトリック:1 RXパケット:182 エラー:0 損失:17 オーバラン:0 フレーム:0 TXパケット:567 エラー:0 損失:0 オーバラン:0 キャリア:0 衝突(Collisions):0 TXキュー長:1000 RXバイト:18388 (17.9 KiB) TXバイト:86832 (84.7 KiB) ------------------------------ yoshi@vbox:~$ ps -ef|grep dhclient yoshi 14139 1419 0 10:03 pts/1 00:00:00 grep dhclient ----------------------------------- stop/start virtualmachine on virtualbox. ----------------------------------- yoshi@vbox:~$ sudo journalctl --no-pager -f -- Logs begin at 木 2015-10-01 09:05:15 JST. -- 10月 01 10:01:02 vbox sudo[10550]: pam_unix(sudo:session): session closed for user root 10月 01 10:04:44 vbox sudo[14989]: yoshi : TTY=pts/1 ; PWD=/home/yoshi ; USER=root ; COMMAND=/bin/journalctl --no-pager -f 10月 01 10:04:44 vbox sudo[14989]: pam_unix(sudo:session): session opened for user root by (uid=0) 10月 01 10:06:10 vbox kernel: usb 1-1: USB disconnect, device number 4 10月 01 10:06:11 vbox kernel: e1000: eth0 NIC Link is Down 10月 01 10:06:11 vbox kernel: e1000 0000:00:03.0 eth0: Reset adapter 10月 01 10:06:11 vbox dhclient[16157]: Internet Systems Consortium DHCP Client 4.3.1 10月 01 10:06:11 vbox dhclient[16157]: Copyright 2004-2014 Internet Systems Consortium. 10月 01 10:06:11 vbox dhclient[16157]: All rights reserved. 10月 01 10:06:11 vbox dhclient[16157]: For info, please visit https://www.isc.org/software/dhcp/ 10月 01 10:06:11 vbox dhclient[16157]: 10月 01 10:06:11 vbox dhclient[16157]: Listening on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:11 vbox dhclient[16157]: Sending on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:11 vbox dhclient[16157]: Sending on Socket/fallback 10月 01 10:06:11 vbox dhclient[16157]: DHCPRELEASE on eth0 to 192.168.3.1 port 67 10月 01 10:06:11 vbox smbd[16181]: Reloading /etc/samba/smb.conf: smbd. 10月 01 10:06:11 vbox kernel: usb 1-1: new full-speed USB device number 5 using ohci-pci 10月 01 10:06:11 vbox avahi-daemon[559]: Withdrawing address record for 192.168.3.101 on eth0. 10月 01 10:06:11 vbox avahi-daemon[559]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.3.101. 10月 01 10:06:11 vbox avahi-daemon[559]: Interface eth0.IPv4 no longer relevant for mDNS. 10月 01 10:06:11 vbox avahi-daemon[559]: Interface eth0.IPv6 no longer relevant for mDNS. 10月 01 10:06:11 vbox avahi-daemon[559]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::a00fe85:113. 10月 01 10:06:11 vbox avahi-daemon[559]: Withdrawing address record for fe80::a00fe85:113 on eth0. 10月 01 10:06:11 vbox kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 10月 01 10:06:11 vbox dhclient[16215]: Internet Systems Consortium DHCP Client 4.3.1 10月 01 10:06:11 vbox dhclient[16215]: Copyright 2004-2014 Internet Systems Consortium. 10月 01 10:06:11 vbox dhclient[16215]: All rights reserved. 10月 01 10:06:11 vbox dhclient[16215]: For info, please visit https://www.isc.org/software/dhcp/ 10月 01 10:06:11 vbox dhclient[16215]: 10月 01 10:06:11 vbox dhclient[16215]: Listening on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:11 vbox dhclient[16215]: Sending on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:11 vbox dhclient[16215]: Sending on Socket/fallback 10月 01 10:06:11 vbox dhclient[16215]: DHCPRELEASE on eth0 to 192.168.3.1 port 67 10月 01 10:06:11 vbox dhclient[16215]: send_packet: Network is unreachable 10月 01 10:06:11 vbox dhclient[16215]: send_packet: please consult README file regarding broadcast address. 10月 01 10:06:11 vbox dhclient[16215]: dhclient.c Failed to send 300 byte long packet over fallback interface. 10月 01 10:06:11 vbox kernel: usb 1-1: New USB device found, idVendor=80ee, idProduct=0021 10月 01 10:06:11 vbox kernel: usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 10月 01 10:06:11 vbox kernel: usb 1-1: Product: USB Tablet 10月 01 10:06:11 vbox kernel: usb 1-1: Manufacturer: VirtualBox 10月 01 10:06:11 vbox kernel: input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0004/input/input11 10月 01 10:06:11 vbox kernel: hid-generic 0003:80EE:0021.0004: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0 10月 01 10:06:11 vbox mtp-probe[16238]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1" 10月 01 10:06:11 vbox mtp-probe[16238]: bus: 1, device: 5 was not an MTP device 10月 01 10:06:11 vbox smbd[16240]: Reloading /etc/samba/smb.conf: smbd. 10月 01 10:06:11 vbox kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 10月 01 10:06:39 vbox systemd[1075]: Time has been changed 10月 01 10:06:42 vbox kernel: e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX 10月 01 10:06:42 vbox kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 10月 01 10:06:44 vbox avahi-daemon[559]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::a00fe85:113. 10月 01 10:06:44 vbox avahi-daemon[559]: New relevant interface eth0.IPv6 for mDNS. 10月 01 10:06:44 vbox avahi-daemon[559]: Registering new address record for fe80::a00fe85:113 on eth0.*. 10月 01 10:06:47 vbox dhclient[16424]: Internet Systems Consortium DHCP Client 4.3.1 10月 01 10:06:47 vbox dhclient[16424]: Copyright 2004-2014 Internet Systems Consortium. 10月 01 10:06:47 vbox dhclient[16424]: All rights reserved. 10月 01 10:06:47 vbox dhclient[16424]: For info, please visit https://www.isc.org/software/dhcp/ 10月 01 10:06:47 vbox dhclient[16424]: 10月 01 10:06:47 vbox dhclient[16424]: Listening on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:47 vbox dhclient[16424]: Sending on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:47 vbox dhclient[16424]: Sending on Socket/fallback 10月 01 10:06:47 vbox dhclient[16424]: DHCPRELEASE on eth0 to 192.168.3.1 port 67 10月 01 10:06:47 vbox dhclient[16424]: send_packet: Network is unreachable 10月 01 10:06:47 vbox dhclient[16424]: send_packet: please consult README file regarding broadcast address. 10月 01 10:06:47 vbox dhclient[16424]: dhclient.c Failed to send 300 byte long packet over fallback interface. 10月 01 10:06:47 vbox smbd[16448]: Reloading /etc/samba/smb.conf: smbd. 10月 01 10:06:47 vbox avahi-daemon[559]: Interface eth0.IPv6 no longer relevant for mDNS. 10月 01 10:06:47 vbox avahi-daemon[559]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::a00fe85:113. 10月 01 10:06:47 vbox avahi-daemon[559]: Withdrawing address record for fe80::a00fe85:113 on eth0. 10月 01 10:06:47 vbox kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 10月 01 10:06:47 vbox kernel: e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX 10月 01 10:06:47 vbox kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 10月 01 10:06:47 vbox dhclient[16476]: Internet Systems Consortium DHCP Client 4.3.1 10月 01 10:06:47 vbox dhclient[16476]: Copyright 2004-2014 Internet Systems Consortium. 10月 01 10:06:47 vbox dhclient[16476]: All rights reserved. 10月 01 10:06:47 vbox dhclient[16476]: For info, please visit https://www.isc.org/software/dhcp/ 10月 01 10:06:47 vbox dhclient[16476]: 10月 01 10:06:47 vbox dhclient[16476]: Listening on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:47 vbox dhclient[16476]: Sending on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:47 vbox dhclient[16476]: Sending on Socket/fallback 10月 01 10:06:47 vbox dhclient[16476]: DHCPRELEASE on eth0 to 192.168.3.1 port 67 10月 01 10:06:47 vbox dhclient[16476]: send_packet: Network is unreachable 10月 01 10:06:47 vbox dhclient[16476]: send_packet: please consult README file regarding broadcast address. 10月 01 10:06:47 vbox dhclient[16476]: dhclient.c Failed to send 300 byte long packet over fallback interface. 10月 01 10:06:47 vbox smbd[16500]: Reloading /etc/samba/smb.conf: smbd. 10月 01 10:06:47 vbox kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 10月 01 10:06:47 vbox kernel: e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX 10月 01 10:06:47 vbox kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 10月 01 10:06:49 vbox avahi-daemon[559]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::a00fe85:113. 10月 01 10:06:49 vbox avahi-daemon[559]: New relevant interface eth0.IPv6 for mDNS. 10月 01 10:06:49 vbox avahi-daemon[559]: Registering new address record for fe80::a00fe85:113 on eth0.*. 10月 01 10:06:49 vbox dhclient[16537]: Internet Systems Consortium DHCP Client 4.3.1 10月 01 10:06:49 vbox dhclient[16537]: Copyright 2004-2014 Internet Systems Consortium. 10月 01 10:06:49 vbox dhclient[16537]: All rights reserved. 10月 01 10:06:49 vbox dhclient[16537]: For info, please visit https://www.isc.org/software/dhcp/ 10月 01 10:06:49 vbox dhclient[16537]: 10月 01 10:06:49 vbox dhclient[16537]: Listening on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:49 vbox dhclient[16537]: Sending on LPF/eth0/08:00:27:85:01:13 10月 01 10:06:49 vbox dhclient[16537]: Sending on Socket/fallback 10月 01 10:06:49 vbox dhclient[16537]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 10月 01 10:06:49 vbox dhclient[16537]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 10月 01 10:06:49 vbox dhclient[16537]: DHCPOFFER from 192.168.3.1 10月 01 10:06:49 vbox dhclient[16537]: DHCPACK from 192.168.3.1 10月 01 10:06:49 vbox smbd[16575]: Reloading /etc/samba/smb.conf: smbd. 10月 01 10:06:49 vbox avahi-daemon[559]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.3.8. 10月 01 10:06:49 vbox avahi-daemon[559]: New relevant interface eth0.IPv4 for mDNS. 10月 01 10:06:49 vbox avahi-daemon[559]: Registering new address record for 192.168.3.8 on eth0.IPv4. 10月 01 10:06:49 vbox dhclient[16537]: bound to 192.168.3.8 -- renewal in 40016 seconds. | maybe i found solution. it was wicd-daemon. I set wired network to set to static IP,through "Wicd network manager". setting file is: /etc/wicd/wired-settings.conf then the problem was solved. |
Intel Core i7-5500U with Intel HD Graphics. So I updated to the backports kernel and backports intel xorg drivers and I have the weirdest thing. Everything is stuttery even cinnamon desktop effects are no longer smooth. If I boot back to 3.16, everything is butter (except the screen corruption). Even my favorite wine game dropped 25% in fps. I remember that on windows, if the cpu is too slow (pstate_min_speed), graphics is also stuttery. However, increasing /sys/devices/system/cpu/intel_pstate/min_perf_pct even to 100% didn't do the trick. I am going nuts, is there anyone that can give a pointer? I suspect, that this measure is causing it: http://mjg59.dreamwidth.org/34868.html Does anyone know how to increase the performance again? EDIT: I just found out, after running glxgears (with about 40 fps), that xrandr shows an available framerate of 40fps xrandr Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767 eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 293mm x 165mm 1920x1080 60.00*+ 59.93 40.00 I guess that's what makes it feel slow. Do you know how to get that back up to 60 (fixed)? Edit 2: It seems like the screen refresh rate set in xrandr has no effect on the problem. When I boot, glxgears runs with 60 fps and everything is fine. After a while, it drops to 40 and the whole desktop keeps stuttering. if I change the resolution with xrandr and then change it back, it goes to 60 again for a while LVDS_DOWNCLOCK is disabled Code: Select allsystool -m i915 -av Module = "i915" Attributes: coresize = "1028096" initsize = "0" initstate = "live" refcnt = "5" taint = "" uevent = <store method only> Parameters: disable_display = "N" disable_power_well = "1" disable_vtd_wa = "N" enable_cmd_parser = "1" enable_execlists = "1" enable_fbc = "-1" enable_hangcheck = "Y" enable_ips = "1" enable_ppgtt = "2" enable_psr = "0" enable_rc6 = "1" fastboot = "N" invert_brightness = "0" load_detect_test = "N" lvds_channel_mode = "0" lvds_downclock = "0" lvds_use_ssc = "-1" mmio_debug = "0" modeset = "-1" nuclear_pageflip = "N" panel_ignore_lid = "1" prefault_disable = "N" preliminary_hw_support= "0" reset = "Y" semaphores = "-1" use_mmio_flip = "0" vbt_sdvo_panel_type = "-1" verbose_state_checks= "Y" | Do you mean the 4.1 kernel in backports? |
Hello I'm new here so i dont know if am posting to the correct threat i some how install wicd 1.7.3 and when i run in terminal: systemctl status wicd.service it shows me this logs Code: Select all● wicd.service - Wicd a wireless and wired network manager for Linux Loaded: loaded (/lib/systemd/system/wicd.service; disabled) Active: failed (Result: exit-code) since Fri 2015-09-25 18:51:18 EDT; 14min ago Process: 9556 ExecStart=/usr/sbin/wicd --no-daemon (code=exited, status=1/FAILURE) Main PID: 9556 (code=exited, status=1/FAILURE) Sep 25 18:51:18 debian wicd[9556]: It seems like the daemon is already running. Sep 25 18:51:18 debian wicd[9556]: If it is not, please remove /var/run/wicd/wicd.pid and try again. Sep 25 18:51:18 debian systemd[1]: wicd.service: main process exited, code=exited, status=1/FAILURE Sep 25 18:51:18 debian systemd[1]: Failed to start Wicd a wireless and wired network manager for Linux. Sep 25 18:51:18 debian systemd[1]: Unit wicd.service entered failed state. if anyone could help me would be nice! | Do you also have Network-Manager installed? If so, purge it. NM and Wicd can't co-exist. Where did you get your Wicd 1.7.3? Debian is using 1.7.2.4-4.1: all. I would suggest removing it and installing the one that comes in the Debian repositories. |
I'm having a very weird problem with WifI in Debian 8 (testing). I am capable of listing some wireless networks using Network Manager, but the one I'm trying to connect to does not appear on the list. Even if I choose "connect to hidden network" and insert the ESSID and password, the logs say that the network was not found. I also have Arch Linux installed, were it works normally and the network appears on the list (using Network Manager as well). Funny thing is, I installed the netinst version of Debian (testing) using this wireless network. The board is a Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01). I'm currently using the brcmsmac driver (in both systems). It might be relevant to note that there are many other wireless networks in the area (around 13). I followed what was described here (including the "iw reg set EU" part), but the situation remains the same. Unfortunately, I currently do not have the means to connect through ethernet. The output of lsmod is: Code: Select allModule Size Used by b43 413696 0 ssb 61440 1 b43 rng_core 16384 1 b43 pcmcia 53248 2 b43,ssb pcmcia_core 20480 1 pcmcia arc4 16384 2 brcmsmac 528384 0 cordic 16384 1 brcmsmac brcmutil 16384 1 brcmsmac bcma 49152 2 b43,brcmsmac mac80211 557056 2 b43,brcmsmac cfg80211 454656 3 b43,brcmsmac,mac80211 bnep 20480 2 x86_pkg_temp_thermal 16384 0 uvcvideo 86016 0 intel_powerclamp 20480 0 intel_rapl 20480 0 videobuf2_vmalloc 16384 1 uvcvideo iosf_mbi 16384 1 intel_rapl videobuf2_memops 16384 1 videobuf2_vmalloc videobuf2_core 40960 1 uvcvideo coretemp 16384 0 v4l2_common 16384 1 videobuf2_core kvm_intel 151552 0 kvm 425984 1 kvm_intel videodev 131072 3 uvcvideo,v4l2_common,videobuf2_core media 20480 2 uvcvideo,videodev snd_hda_codec_hdmi 53248 1 btusb 40960 0 snd_hda_codec_idt 53248 1 snd_hda_codec_generic 65536 1 snd_hda_codec_idt crct10dif_pclmul 16384 0 bluetooth 425984 21 bnep,btusb snd_hda_intel 28672 4 crc32_pclmul 16384 0 snd_hda_controller 28672 1 snd_hda_intel ghash_clmulni_intel 16384 0 joydev 20480 0 snd_hda_codec 110592 5 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller aesni_intel 167936 0 aes_x86_64 20480 1 aesni_intel snd_hwdep 16384 1 snd_hda_codec lrw 16384 1 aesni_intel gf128mul 16384 1 lrw glue_helper 16384 1 aesni_intel radeon 1495040 0 i915 1015808 3 snd_pcm 90112 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller snd_timer 28672 1 snd_pcm iTCO_wdt 16384 0 iTCO_vendor_support 16384 1 iTCO_wdt ttm 77824 1 radeon ablk_helper 16384 1 aesni_intel cryptd 20480 3 ghash_clmulni_intel,aesni_intel,ablk_helper snd 69632 16 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel drm_kms_helper 102400 2 i915,radeon drm 274432 7 ttm,i915,drm_kms_helper,radeon hp_wmi 16384 0 sparse_keymap 16384 1 hp_wmi rfkill 20480 5 cfg80211,hp_wmi,bluetooth evdev 24576 18 psmouse 110592 0 pcspkr 16384 0 soundcore 16384 2 snd,snd_hda_codec hp_accel 28672 0 serio_raw 16384 0 lpc_ich 24576 0 lis3lv02d 20480 1 hp_accel rtsx_pci_ms 20480 0 memstick 16384 1 rtsx_pci_ms wmi 20480 1 hp_wmi sg 32768 0 input_polldev 16384 1 lis3lv02d i2c_algo_bit 16384 2 i915,radeon i2c_i801 20480 0 video 20480 1 i915 mei_me 20480 0 processor 28672 0 button 16384 1 i915 battery 16384 0 ac 16384 0 mei 77824 1 mei_me shpchp 32768 0 autofs4 36864 2 ext4 499712 2 crc16 16384 2 ext4,bluetooth mbcache 20480 1 ext4 jbd2 86016 1 ext4 hid_generic 16384 0 usbhid 49152 0 hid 106496 2 hid_generic,usbhid uas 24576 0 usb_storage 61440 1 uas sr_mod 24576 0 cdrom 49152 1 sr_mod sd_mod 45056 3 rtsx_pci_sdmmc 24576 0 mmc_core 110592 3 b43,ssb,rtsx_pci_sdmmc crc32c_intel 24576 0 ahci 36864 2 libahci 28672 1 ahci libata 180224 2 ahci,libahci xhci_pci 16384 0 scsi_mod 200704 6 sg,uas,usb_storage,libata,sd_mod,sr_mod ehci_pci 16384 0 xhci_hcd 155648 1 xhci_pci ehci_hcd 77824 1 ehci_pci rtsx_pci 40960 2 rtsx_pci_ms,rtsx_pci_sdmmc mfd_core 16384 2 lpc_ich,rtsx_pci r8169 77824 0 usbcore 200704 9 uas,btusb,uvcvideo,usb_storage,ehci_hcd,ehci_pci,usbhid,xhci_hcd,xhci_pci mii 16384 1 r8169 usb_common 16384 1 usbcore thermal 20480 0 thermal_sys 32768 5 video,intel_powerclamp,thermal,processor,x86_pkg_temp_thermal The relevant part of journalctl when I attempt to connect to the network: Code: Select allSet 13 16:43:32 athena NetworkManager[656]: <info> (wlp13s0b1): Activation: starting connection 'o2wlan' (5210ddcd-8234-44d1-8495-8d9577e8d276) Set 13 16:43:32 athena NetworkManager[656]: <info> (wlp13s0b1): device state change: disconnected -> prepare (reason 'none') [30 40 0] Set 13 16:43:32 athena NetworkManager[656]: <info> NetworkManager state is now CONNECTING Set 13 16:43:32 athena NetworkManager[656]: <info> (wlp13s0b1): device state change: prepare -> config (reason 'none') [40 50 0] Set 13 16:43:32 athena NetworkManager[656]: <info> (wlp13s0b1): Activation: (wifi) connection 'o2wlan' has security, and secrets exist. No new secrets needed. Set 13 16:43:32 athena NetworkManager[656]: <info> Config: added 'ssid' value 'o2-WLAN42' Set 13 16:43:32 athena NetworkManager[656]: <info> Config: added 'scan_ssid' value '1' Set 13 16:43:32 athena NetworkManager[656]: <info> Config: added 'key_mgmt' value 'WPA-PSK' Set 13 16:43:32 athena NetworkManager[656]: <info> Config: added 'psk' value '<omitted>' Set 13 16:43:32 athena NetworkManager[656]: <info> Config: set interface ap_scan to 1 Set 13 16:43:32 athena NetworkManager[656]: <info> (wlp13s0b1): supplicant interface state: disconnected -> scanning Set 13 16:43:57 athena NetworkManager[656]: <warn> (wlp13s0b1): Activation: (wifi) association took too long, failing activation Set 13 16:43:57 athena NetworkManager[656]: <info> (wlp13s0b1): device state change: config -> failed (reason 'ssid-not-found') [50 120 53] Set 13 16:43:57 athena NetworkManager[656]: <info> NetworkManager state is now DISCONNECTED Set 13 16:43:57 athena NetworkManager[656]: <warn> (wlp13s0b1): Activation: failed for connection 'o2wlan' Set 13 16:43:57 athena NetworkManager[656]: <info> (wlp13s0b1): device state change: failed -> disconnected (reason 'none') [120 30 0] Set 13 16:43:57 athena NetworkManager[656]: <info> (wlp13s0b1): supplicant interface state: scanning -> disconnected Set 13 16:43:57 athena NetworkManager[656]: <warn> Failed to GDBus.Error:fi.w1.wpa_supplicant1.NotConnected: This interface is not connected: disconnect. Set 13 16:43:57 athena kernel: IPv6: ADDRCONF(NETDEV_UP): wlp13s0b1: link is not ready And the output of iwconfig: Code: Select allwlp13s0b1 IEEE 802.11bgn ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=30 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Since I am capable of connecting to the network using two other operating systems on the same machine, I assume that the problem lies on my Debian installation. | Try the wl driver instead. https://wiki.debian.org/wl |
Well now I do have a problem, I know almost nothing about printers, and my wife bought one, I though it would be easy enough to setup, but partly due to the fact that I know absolutely nothing about printers, and then the thing did not come with any useful documentation, I guess they assume every one knows how to run a printer,..so I looked at their website, that was a disappointment, not a very good job on the part of whoever designed the site, but that is another topic, what little info they have is for "windows"users, and I don't have any computer with windows,.. I did find some info,on a forum they have, the "tech", posted some links, about getting drivers, etc. and recommends asking questions about setting up the machine on a linux system, on a linux forum, the one he put a link to, is not this forum, but anyway, I am hoping someone here may be able to help. Here is what I have so far, ..if this is any help. part of my "dmesg" out put Code: Select all [37270.827854] usb 2-1.1: new high-speed USB device number 4 using ehci_hcd [37270.947142] usb 2-1.1: New USB device found, idVendor=03f0, idProduct=322a [37270.947148] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [37270.947152] usb 2-1.1: Product: HP LaserJet Pro MFP M127fn [37270.947155] usb 2-1.1: Manufacturer: Hewlett-Packard [37270.947158] usb 2-1.1: SerialNumber: CNB9H79DQX [37271.053866] usblp0: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x03F0 pid 0x322A [37271.053896] usbcore: registered new interface driver usblp [37288.034802] usb 2-1.1: USB disconnect, device number 4 [37288.035019] usblp0: removed [37305.235481] usb 2-1.1: new high-speed USB device number 5 using ehci_hcd [37305.352884] usb 2-1.1: New USB device found, idVendor=03f0, idProduct=322a [37305.352890] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [37305.352894] usb 2-1.1: Product: HP LaserJet Pro MFP M127fn [37305.352897] usb 2-1.1: Manufacturer: Hewlett-Packard [37305.352900] usb 2-1.1: SerialNumber: CNB9H79DQX [37305.354479] usblp0: USB Bidirectional printer dev 5 if 1 alt 0 proto 2 vid 0x03F0 pid 0x322A I am trying to use the usb cable, (not included in the package) I had one that fits though. It is supposed to be able to be operated "wireless", but via "wifi", and since I have no wifi, nor wifi devices (dongles) I don't think that is a option, My computer also is a HP, pavilion dv6 (laptop) I do have this installed Code: Select allHPLIP-3.12.6 version was installed. But when I run :hp-setup Code: Select all hp-setup HP Linux Imaging and Printing System (ver. 3.12.6) Printer/Fax Setup Utility ver. 9.0 Copyright (c) 2001-14 Hewlett-Packard Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. Searching... (bus=usb, search=(None), desc=0) error: No devices found on bus: usb Searching... (bus=usb, search=usblp0, desc=0) error: No devices found on bus: usb Searching... (bus=usb, search=USB Bidirectional printer dev 5 if 1 alt 0 proto 2 vid 0x03F0 pid 0x322A, desc=0) error: No devices found on bus: usb As you can see in the dmesg, the computer/debian is reading and picking it up on the usb port, I don't understand why the set up program dose not, find the usb port. Don't know if this is of any use: lspci output Code: Select all$ lspci 00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) 00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06) 00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05) 00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) 00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) 00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) 00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05) 00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05) 00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05) 00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05) Looking at this: Code: Select all [37270.827854] usb 2-1.1: new high-speed USB device number 4 using ehci_hcd and in the lspci out put, there is no mention of "ehci_hcd",.. Code: Select allChipset PCI Express Root and AHCI Controller (rev 05) Maybe there is some sort of non free firm ware or dirver I need also ?, Not sure in that, when I installed wheezy, I used the non free firmware package, so I should have everything I need,..any body know anything or have any ideas, Thanks from Garry Edited: One last note, this may mean I don't really have the installed completely, last night I tried re-installing the package, but I am almost thinking this is the problem, Code: Select all$ dpkg -l hplip 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 hplip 3.12.6-3.1+d i386 HP Linux Printing and Imaging Sys | It needs a newer hplip: http://hplipopensource.com/hplip-web/mo ... 127fn.html You could build it manually, or use the packages in the MEPIS 12/MX 14 repo. Currently at 3.15.7 in the test repo. |
Hi, folks! i'm trying to install driver for some PCI device but i have problems with it - when i run it it gives me an error Code: Select allmake: Entering directory `/lib/modules/2.6.32-5-686/build' make: *** No rule to make target `modules'. Stop. make: Leaving directory `/lib/modules/2.6.32-5-686/build' i've tried to find solution in internets but have no success usually they say that problem is that ppl forget to download kernel-headers and kernel-sources or unpack kernel-sources or make symlink usr/src/linux but i've done it all and the result is the same i think the root of problem is that `/lib/modules/2.6.32-5-686/build' folder is empty but there have to be this RULE, so what i have to do to have it there? my system is Debian 6.0.10 Squeeze, Kernel 2.6.32-5-686 here is some solution: http://forums.debian.net/viewtopic.php?p=548518 but there is no description what exactly have been done | it seems i've found solution myself. all is necessary to do is Code: Select allsudo ln -s usr/src/linux-headers-2.6.32-5-686 lib/modules/2.6.32-5-686/build and if you already have folder "build" in lib/modules/2.6.32-5-686 you have to delete it before p.s. i've been succeed only after second attempt so first i had folder "build" but tried to make simlink - as a result some link in folder "build" appeared - but this had no effect second i deleted folder "build" and tried to make simlink - as a result some link, called "build" appeared but it looked like filelink not folderlink and this had no effect third i did the same as second but this time link "build" looked like folderlink and this had effect - now i can compile my needed driver SOLVED |
Hello all! Been a lurker for a long time but first time posting. Long story short I was trying out Windows 10 and decided I wanted to be back on Debian. I installed Debian 8 and I've gotten everything working except the audio in my system. This is more or less a completely fresh install with 2 exceptions. The first being I installed Steam and then I installed the Nvidia 355.06 driver. Video is running super smoothly. The overall configuration of the system is as follows. AMD FX-8320 12Gb DDR3 1600 Gigabyte GA-78LMT-USB3 (Rev 5) Gigabyte GTX 970 I guess now for the meaty things. Running Code: Select alllspci | grep -i audio brings up the following. Code: Select allfluffeh@Fluffeh-PC:~$ lspci | grep -i audio 00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) 01:00.1 Audio device: NVIDIA Corporation Device 0fbb (rev a1) fluffeh@Fluffeh-PC:~$ Now I am not using the HDMI from the GTX so I'm trying to get the onboard working. Searching for the first string I find that some people have had luck getting sound working again after checking with Alsamixer and making sure that everything is turned fully up and nothing is muted. Code: Select all───────────────────────────── AlsaMixer v1.0.28 ──────────────────────────────┐ │ Card: HDA ATI SB F1: Help │ │ Chip: VIA VT2020 F2: System information │ │ View: F3:[Playback] F4: Capture F5: All F6: Select sound card │ │ Item: Front Mic [dB gain: 12.00, 12.00] Esc: Exit │ │ │ │ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ → │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ → │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ → │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ → │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ → │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ → │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ → │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ ├──┤ ├──┤ └──┘ ├──┤ ├──┤ └──┘ ├──┤ ├──┤ │ │ │OO│ │OO│ │OO│ │OO│ │OO│ │OO│ │ │ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ │ │ 100 100<>100 100<>100 100<>100 100<>100 100<>100 100<>100 100 │ │ Master Headphon PCM Front <Front Mi>Front Mi Surround Center │ └──────────────────────────────────────────────────────────────────────────────┘ Now what is interesting is that when hitting F6 there is no option for the Intel HDA only the following one. (also note I had selected the VIA VT2020 option in an attempt to see what happened.) Code: Select all┌───── Sound Card ──────┐ │- (default) │ │0 HDA ATI SB │ │1 HDA NVidia │ │ enter device name... Searching for the string 00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) found me the following link which I tried to follow but ended up finding out alsaconf is no longer included and you need to run "alsactl init" as root. So doing that got me the information seen below. Code: Select allFound hardware: "HDA-Intel" "VIA VT2020" "HDA:11060441,1458a014,00100100" "0x1458" "0xa014" Hardware is initialized using a generic method Also I have a feeling I might be asked here is the full output of lspci -knn Code: Select all00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] RS780 Host Bridge [1022:9600] Subsystem: Advanced Micro Devices, Inc. [AMD] RS780 Host Bridge [1022:9600] 00:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] RS780 PCI to PCI bridge (ext gfx port 0) [1022:9603] Kernel driver in use: pcieport 00:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 0) [1022:9604] Kernel driver in use: pcieport 00:06.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] RS780 PCI to PCI bridge (PCIE port 2) [1022:9606] Kernel driver in use: pcieport 00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode] [1002:4390] Subsystem: Gigabyte Technology Co., Ltd GA-MA770-DS3rev2.0 Motherboard [1458:b002] Kernel driver in use: ahci 00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Kernel driver in use: ohci-pci 00:12.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller [1002:4398] Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Kernel driver in use: ohci-pci 00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Kernel driver in use: ehci-pci 00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Kernel driver in use: ohci-pci 00:13.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller [1002:4398] Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Kernel driver in use: ohci-pci 00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Kernel driver in use: ehci-pci 00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller [1002:4385] (rev 3c) Subsystem: Gigabyte Technology Co., Ltd GA-MA770-DS3rev2.0 Motherboard [1458:4385] 00:14.1 IDE interface [0101]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 IDE Controller [1002:439c] Subsystem: Gigabyte Technology Co., Ltd Device [1458:5002] Kernel driver in use: pata_atiixp 00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] Subsystem: Gigabyte Technology Co., Ltd Device [1458:a014] Kernel driver in use: snd_hda_intel 00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] 00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge [1002:4384] 00:14.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Kernel driver in use: ohci-pci 00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0 [1022:1600] 00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 1 [1022:1601] 00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 2 [1022:1602] 00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3 [1022:1603] Kernel driver in use: k10temp 00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4 [1022:1604] Kernel driver in use: fam15h_power 00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5 [1022:1605] 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:13c2] (rev a1) Subsystem: Gigabyte Technology Co., Ltd Device [1458:366a] Kernel driver in use: nvidia 01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:0fbb] (rev a1) Subsystem: Gigabyte Technology Co., Ltd Device [1458:366a] Kernel driver in use: snd_hda_intel 02:00.0 USB controller [0c03]: VIA Technologies, Inc. Device [1106:3483] (rev 01) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5007] Kernel driver in use: xhci_hcd 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06) Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:e000] Kernel driver in use: r8169 At this point I'm lost. I've done search after search and don't know where to go. The rest of the system is working perfectly with this one exception. Nothing I have tried (So far) has worked for getting it to have sound. I'm not using anything fancy it is a headset (Astro A40). Any and all help would be greatly appreciated. So I am unsure what has happened but my sound has come back. I don't know if maybe something wasn't loading properly and finally started to or what. But as of right now I do have sound | Update. Still going on searching and came across this http://forums.debian.net/viewtopic.php? ... 2&start=15 which didn't do anything. It did remind me though that the output of Dmesg might help with what is going on. dmesg | grep hda ( To get it more audio specific.) Code: Select all[ 10.089390] snd_hda_intel: unknown parameter 'bd1_pos_adj' ignored [ 10.089393] snd_hda_intel: unknown parameter 'vid' ignored [ 10.089394] snd_hda_intel: unknown parameter 'pid' ignored [ 10.089639] snd_hda_intel 0000:01:00.1: Disabling MSI [ 10.089645] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client [ 10.223074] sound hdaudioC1D0: autoconfig: line_outs=1 (0x24/0x0/0x0/0x0/0x0) type:line [ 10.223077] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 10.223079] sound hdaudioC1D0: hp_outs=1 (0x28/0x0/0x0/0x0/0x0) [ 10.223080] sound hdaudioC1D0: mono: mono_out=0x0 [ 10.223081] sound hdaudioC1D0: dig-out=0x2e/0x0 [ 10.223083] sound hdaudioC1D0: inputs: [ 10.223084] sound hdaudioC1D0: Front Mic=0x29 [ 10.223086] sound hdaudioC1D0: Rear Mic=0x2b [ 10.223087] sound hdaudioC1D0: Line=0x2a also that first line can be ignored as it was an attempt at fixing and when it did not work I removed it from the file. As I come across more things to try I will post whether or not they work so there is updating and it may help others in the future as well. |
I have PCI-device and driver for it - tmk1553b.ko The problem is to make this device work i have to open terminal after system starts and write Code: Select allcd /path/to/driver sudo insmod ./tmk1553b.ko d0=1 t0="TAI" misc=1 But idea is that this PC will work without operator so driver must be loaded automatically. As i realized the solution is to make script but when i try google it shows me how and where to put this script but not how to make it. Also i've tried to put tmk1553b.ko to /lib/modules/2.6.32-5-686/kernel/drivers/misc but it doesn't work. Debian 6.0.10 (squeeze) Kernel 2.6.32-5-686 | Load this module from /etc/rc.local with /sbin/insmod with full path. Peter. |
Hello all, First I am new-ish to Linux, been working with it for about a year now. I learn fast and utilize google a lot, but if possible, ELI5 please (that also helps anyone after me searching, to find an answer to their problem). I'm new to this forum and, yes, I did search around for this problem but haven't found any working answers. I had a Linux server with Wheezy, I have 2 internal drive, one for linux OS, the other our Video On Demand drive that must be accessible to Windows and online. (That's why I chose NTFS, with our large video files, FAT will not work, and EXT isn't compatible with windows sharing, and I haven't gotten FTP to work right :/) So I upgraded to Jessie today, and everything went smoothly until I tried to access my NTFS drive. (Named WowzaStorage) I used FSTAB to auto-mount the drive (/dev/sdb1) to /media/ntfs/ on boot. All of this worked swimmingly on Wheezy, but since the update, something got mucked up and I cannot figure it out. When accessing the mounted NTFS folder in /media/ (if it even shows up) gives me a 'Cannot be found' 'Input/Output error' When in gParted to examine the drive, I can select it and view all the correct info, but I keep getting "error informing the kernel about modifications to partition /dev/sdb1/ --invalid argument" Now first I thought maybe the NTFS driver was faulty and I removed 'ntfs-3g' and reinstalled it. Now when I am in Terminal, after i umount and mount sdb1, I can CD to the drive but not the folders on it... Also using the File Browser, I get errors, and missing folders. I get "Unhandled error message: Error when getting information for file '/media/ntfs': Input/output error" Any suggestions? | Here's also a funny thing. When I mount to /media/ntfs the ntfs folder is not visible in /media/ however, I can CD into it. I can also view /media/ in the filebrowser no issue. If i umount and mount to /mnt/ntfs/ the location /mnt/ cannot be displayed at all, however, terminal can see it just fine. EDIT: I can CD into /media/ntfs and see the folders on the root of the hard drive, but I CANNOT access any of the folders. EDIT 2: I tried a DD command. Code: Select alldd if=/dev/sdb bs=512 skip=1953571687 of=/dev/null count=1 I got this output: Code: Select all1+0 records in 1+0 records out 512 bytes (512 B) copied, 0.0155716 s 32.9 kB/s EDIT 3: I am currently running Code: Select all DD if=/dev/sdb bs=512 of=/dev/null I saw thins: http://ubuntuforums.org/showthread.php?t=1801445&page=4 And apparently running it in full coaxed the kernel into reading the drive again, so maybe this will work. EDIT 4: (I'm also seeking help via a Reddit thread I started. A user suggested I try NTFSFIX. Below is my posed results) nathank1989 0 points just now Tried it ntfsfix /dev/sdb Reads out: Code: Select allMounting volume... NTFS signature is missing. FAILED Attempting to correct errors… NTFS signature is missing. FAILED Failed to start up volume: Invalid Argument NTFS signature is missing. Trying the alternate boot sector Unrecoverable Error Volume is corrupt. You should run chkdsk. Then I tried Code: Select all ntfsfix /dev/sdb1 Refusing to operate on read-write mounted device /dev/sdb1. So I guess the drive is corrupted. Why would that happen with a Jessie upgrade? I'm currently remote from the server so I can't pull the drive and plug it into Windows at the moment I also realized my dumb self left it mounted while running, here's the unmounted output Unmounted and received Code: Select allMounting volume... OK Processing of $MFT and $MFTMirr completed successfully checking the alternate boot sector… OK NTFS volume version 3.1 NTFS partition /dev/sdb1 was processed successfully I also tried to chown the directory when it was mounted and received Code: Select allchown: cannot access '/media/ntfs': Input/output error |
I am running Wheezy 7.9 and LXDE desktop. I have successfully installed the NUT UPS software and almost everything works except for the NOTIFYCMD . I believe everything is set up correctly but for some reason the shell script does not execute. I have been trying to get a response from the NUT team, that would resolve the problem, but so far to no avail. The shell script will execute fine from a terminal, where I am logged in as myself, but the script will not execute from a root terminal. I have tried multiple iterations for the variable 'RUN_AS_USER' and none of those work. I have NOTIFYCMD /etc/nut/notifyme.sh in upsmon.conf . This is that script: Code: Select all#!/bin/bash # # NUT NOTIFYCMD script PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin notify-send --expire-time=1 "$*" One reply that I received from a NUT user suggested that the notify-send command needs a DBUS_SESSION_BUS_ADDRESS to work but I really have no idea what he is talking about. If that is the case why would the shell work from a user terminal and not from root. I know that sometimes shell scripts will not work as root, but I have set CHMOD 755 for the script so I would think that issue would not be the problem. I know this is not actually a Debian issue, but any help would be appreciated. I will be happy to provide whatever config file code one would need to help me. I have also tried to run the script when on the Gnome desktop with the same results. | Okay, it appears that 'notify-send' does not work correctly from 'root' . And since I assume that upsmon and upsd are running as 'root', how do I get around this problem ? Any suggestions? I suppose I can forget about using notify-send, but I really wanted to use it. I am not even sure that the upsmon is calling the script. Okay, I have verified that the script is being called by upsmon. I modified the script as follows: Code: Select all#!/bin/bash # /etc/nut/notifyme.sh # NUT NOTIFYCMD script PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin echo $0: help me mr. wizard| wall notify-send --expire-time=1 "$*" And I get the message help me mr. wizard on all open terminals. So, the problem is clear; I can't use notify-send as I am trying to do. But there MUST be a way. Help me Mr. Wizard, I don't want to use Windows ! |
Got this error when booting now, after changing an dead disk in mdadm raid1, doing dist-upgrade, puring unwanted files, and some other stuff.. a little too much? Full log: Code: Select allLoading, please wait... modprobe: module unknown not ofund in modules.dep fsck from util-linux 2.25.2 mount: mounting /dev/md0 on /root failed: no such file or directory Target filesystem dosn't have requested /sbin/init. moount: mounting /dev on /root/dev failed: no such file or directory no init found. try passing init= bootarg modprobe module-ehci-orion not found in modules.dep Any ideas on how I can fix this? I've tried to boot on an debian live-usb, rescue mode, and here I can assemble the arrays, although they will be named md124 for md0 instead, for some reason. I can mount the array fine, and see files. I've also tried to run fsck.ext on the md devices, but the same error occours. | lbm wrote:after changing an dead disk in mdadm raid1, doing dist-upgrade, puring unwanted files, and some other stuff Be more specific. And post the full log. Have you tried re-installing and re-configuring GRUB? |
Removed by user. | What is your hardware? Code: Select alllspci -knn|grep -iA2 net https://wiki.debian.org/HowToIdentifyADevice/PCI |
I install Debian Jessie two months ago, and during installation I set up 2 ip addresses on both interfaces (one public one private address). Today I was going to add ipv6 address via /etc/network/interfaces and to my surprise this is what I found in it: Code: Select all# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet manual pre-up ifconfig $IFACE up pre-down ifconfig $IFACE down # The primary network interface allow-hotplug eth1 iface eth1 inet manual pre-up ifconfig $IFACE up pre-down ifconfig $IFACE down No ip addresses only commands for bringing interfaces up and down. This mashine was rebooted many times without any ip related problem so obviously ip address management is at another file/application. It's probably systemd which has take over all functions in Jessie. Can anyone tell me how to add dual stack now? I know I can do it with start up script in /etc/rc.local but I wan't to learn how it is done with systemd. | Are the IP addresses you entered originally still being honoured? I don't think this is anything to do with systemd -- my interfaces file was not touched when upgrading from 7.6 to Testing. Do you use NetworkManager at all? |
Since my recent crash while running Jessie and installing Wheezy (because I had the install CD), I seem to be having a plethora of problems. The latest having to do with adding contrib non-free to my sources list. Here is what I have for the sources.list: Code: Select all # deb cdrom:[Debian GNU/Linux 7.3.0 _Wheezy_ - Official i386 NETINST Binary-1 20131215-03:38]/ wheezy main #deb cdrom:[Debian GNU/Linux 7.3.0 _Wheezy_ - Official i386 NETINST Binary-1 20131215-03:38]/ wheezy main deb http://ftp.us.debian.org/debian/ wheezy main deb-src http://ftp.us.debian.org/debian/ wheezy main 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 deb-src http://security.debian.org/ wheezy/updates main # wheezy-updates, previously known as 'volatile' deb http://ftp.us.debian.org/debian/ wheezy-updates main deb-src http://ftp.us.debian.org/debian/ wheezy-updates main But when I do and apt-get clean and then apt-get update I get this: Code: Select allroot@MyComputer:/home/john# apt-get update Hit http://ftp.us.debian.org wheezy Release.gpg Hit http://ftp.us.debian.org wheezy-updates Release.gpg Hit http://security.debian.org wheezy/updates Release.gpg Hit http://ftp.us.debian.org wheezy Release Hit http://security.debian.org wheezy/updates Release Hit http://ftp.us.debian.org wheezy-updates Release Hit http://security.debian.org wheezy/updates/main Sources Hit http://ftp.us.debian.org wheezy/main Sources Hit http://ftp.us.debian.org wheezy/contrib Sources Hit http://security.debian.org wheezy/updates/main i386 Packages Hit http://ftp.us.debian.org wheezy/non-free Sources Hit http://security.debian.org wheezy/updates/main Translation-en Hit http://ftp.us.debian.org wheezy/main i386 Packages Hit http://ftp.us.debian.org wheezy/contrib i386 Packages Hit http://ftp.us.debian.org wheezy/non-free i386 Packages Hit http://ftp.us.debian.org wheezy/contrib Translation-en Hit http://ftp.us.debian.org wheezy/main Translation-en Hit http://ftp.us.debian.org wheezy/non-free Translation-en Hit http://ftp.us.debian.org wheezy-updates/main Sources Hit http://ftp.us.debian.org wheezy-updates/main i386 Packages/DiffIndex Hit http://ftp.us.debian.org wheezy-updates/main Translation-en/DiffIndex Reading package lists... Done W: Duplicate sources.list entry http://ftp.us.debian.org/debian/ wheezy/main i386 Packages (/var/lib/apt/lists/ftp.us.debian.org_debian_dists_wheezy_main_binary-i386_Packages) W: You may want to run apt-get update to correct these problems : I assume that the W: is a warning but I don't understand the problem nor how to fix it. Please HELP ! Thought I might add the contents of /var/lib/apt/lists so you all have the more information. I am showing just the sources and not perissions and date info. Just makes it more readable. Code: Select alljohn@MyComputer:~$ ls -l /var/lib/apt/lists total 76288 ftp.us.debian.org_debian_dists_wheezy_contrib_binary-i386_Packages ftp.us.debian.org_debian_dists_wheezy_contrib_i18n_Translation-en ftp.us.debian.org_debian_dists_wheezy_contrib_source_Sources ftp.us.debian.org_debian_dists_wheezy_main_binary-i386_Packages ftp.us.debian.org_debian_dists_wheezy_main_i18n_Translation-en ftp.us.debian.org_debian_dists_wheezy_main_source_Sources ftp.us.debian.org_debian_dists_wheezy_non-free_binary-i386_Packages ftp.us.debian.org_debian_dists_wheezy_non-free_i18n_Translation-en ftp.us.debian.org_debian_dists_wheezy_non-free_source_Sources ftp.us.debian.org_debian_dists_wheezy_Release ftp.us.debian.org_debian_dists_wheezy_Release.gpg ftp.us.debian.org_debian_dists_wheezy-updates_main_binary-i386_Packages ftp.us.debian.org_debian_dists_wheezy-updates_main_binary-i386_Packages.IndexDiff ftp.us.debian.org_debian_dists_wheezy-updates_main_i18n_Translation-en ftp.us.debian.org_debian_dists_wheezy-updates_main_i18n_Translation-en.IndexDiff ftp.us.debian.org_debian_dists_wheezy-updates_main_source_Sources ftp.us.debian.org_debian_dists_wheezy-updates_Release ftp.us.debian.org_debian_dists_wheezy-updates_Release.gpg -rw-r----- 1 root root 0 Aug 30 12:55 lock drwxr-xr-x 2 root root 4096 Sep 1 11:04 partial security.debian.org_dists_wheezy_updates_main_binary-i386_Packages -security.debian.org_dists_wheezy_updates_main_i18n_Translation-en security.debian.org_dists_wheezy_updates_main_source_Sources security.debian.org_dists_wheezy_updates_Release security.debian.org_dists_wheezy_updates_Release.gpg | ticojohn wrote:I don't understand the problem nor how to fix it. The error message (duplicate source) is entirely self-explanatory. Before you proceed, take a moment to read your sources.list file. If you can't spot the obvious duplicate, then maybe spend some quality time at the Wiki: https://wiki.debian.org/SourcesList |
Screenshot: http://i.imgur.com/24EmNHh.png This problem occurs after about 30 minutes or so. I think it may have something to do with my graphics card, which is an Nvidia. I tried installing Nvidia-drivers but the system could no longer boot to the X-window system and so I had to completely reinstall Testing. Relevant info: Code: Select all-Computer- Processor : 4x Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz Memory : 8122MB (1099MB used) Operating System : Debian GNU/Linux stretch/sid User Name : neil3 (neil3) Date/Time : Sat 22 Aug 2015 13:32:27 AEST -Display- Resolution : 1920x1080 pixels OpenGL Renderer : Unknown X11 Vendor : The X.Org Foundation -Multimedia- Audio Adapter : HDA-Intel - HDA Intel PCH Audio Adapter : HDA-Intel - HDA NVidia -Input Devices- Power Button Power Button Logitech USB Receiver Logitech USB Receiver PC Speaker Eee PC WMI hotkeys HDA Intel PCH Front Mic HDA Intel PCH Rear Mic HDA Intel PCH Line HDA Intel PCH Line Out HDA Intel PCH Front Headphone HDA NVidia HDMI/DP,pcm : 3= HDA NVidia HDMI/DP,pcm : 7= HDA NVidia HDMI/DP,pcm : 8= -Printers (CUPS)- HL-2040-series : <i>Default</i> Code: Select all-Version- Kernel : Linux 4.1.0-1-amd64 (x86_64) Compiled : #1 SMP Debian 4.1.3-1 (2015-08-03) C Library : Unknown Default C Compiler : GNU C Compiler version 4.9.3 (Debian 4.9.3-3) Distribution : Debian GNU/Linux stretch/sid -Current Session- Computer Name : debian User Name : neil3 (neil3) Home Directory : /home/neil3 Desktop Environment : XFCE 4 -Misc- Uptime : 42 minutes Load Average : 0.10, 0.20, 0.22 Code: Select all-Loaded Modules- binfmt_misc nls_utf8 nls_cp437 vfat : VFAT filesystem support fat uas usb_storage : USB Mass Storage driver for Linux snd_hda_codec_hdmi : HDMI HD-audio codec nfsd auth_rpcgss oid_registry : OID Registry nfs_acl nfs lockd : NFS file locking service version 0.5. grace fscache : FS Cache Manager sunrpc x86_pkg_temp_thermal : X86 PKG TEMP Thermal Driver intel_powerclamp : Package Level C-state Idle Injection for Intel CPUs intel_rapl : Driver for Intel RAPL (Running Average Power Limit) iosf_mbi : IOSF Mailbox Interface accessor coretemp : Intel Core temperature monitor kvm crct10dif_pclmul : T10 DIF CRC calculation accelerated with PCLMULQDQ. crc32_pclmul iTCO_wdt : Intel TCO WatchDog Timer Driver iTCO_vendor_support : Intel TCO Vendor Specific WatchDog Timer Driver Support snd_hda_codec_realtek : Realtek HD-audio codec eeepc_wmi : Eee PC WMI Hotkey Driver asus_wmi : Asus Generic WMI Driver sparse_keymap : Generic support for sparse keymaps snd_hda_codec_generic : Generic HD-audio codec parser rfkill : RF switch support snd_hda_intel : Intel HDA driver snd_hda_controller : Common HDA driver functions ghash_clmulni_intel : GHASH Message Digest Algorithm, acclerated by PCLMULQDQ-NI snd_hda_codec : HDA codec core aesni_intel : Rijndael (AES) Cipher Algorithm, Intel AES-NI instructions optimized snd_hda_core : HD-audio bus snd_hwdep : Hardware dependent layer snd_pcm : Midlevel PCM code for ALSA. aes_x86_64 : Rijndael (AES) Cipher Algorithm, asm optimized lrw : LRW block cipher mode gf128mul : Functions for multiplying elements of GF(2^128) snd_timer : ALSA timer interface glue_helper psmouse : PS/2 mouse driver ablk_helper lpc_ich : LPC interface for Intel ICH joydev : Joystick device interfaces usblp : USB Printer Device Class driver cryptd : Software async crypto daemon snd : Advanced Linux Sound Architecture driver for soundcards. serio_raw : Raw serio driver mei_me : Intel(R) Management Engine Interface pcspkr : PC Speaker beeper driver soundcore : Core sound module shpchp : Standard Hot Plug PCI Controller Driver i2c_i801 : I801 SMBus driver sg : SCSI generic (sg) driver mei : Intel(R) Management Engine Interface mfd_core battery : ACPI Battery Driver 8250_fintek : Fintek F812164 module tpm_infineon : Driver for Infineon TPM SLD 9630 TT 1.1 / SLB 9635 TT 1.2 tpm_tis : TPM Driver tpm : TPM Driver evdev : Input driver event char devices acpi_pad : ACPI Processor Aggregator Driver processor : ACPI Processor Driver parport_pc : PC-style parallel port driver ppdev lp parport autofs4 ext4 : Fourth Extended Filesystem crc16 : CRC16 calculations mbcache : Meta block cache (for extended attributes) jbd2 hid_generic : HID generic driver usbhid : USB HID core driver hid sd_mod : SCSI disk (sd) driver crc32c_intel : CRC32c (Castagnoli) optimization using Intel Hardware. ahci : AHCI SATA low-level driver libahci : Common AHCI SATA low-level routines libata : Library module for ATA devices scsi_mod : SCSI core r8169 : RealTek RTL-8169 Gigabit Ethernet driver ehci_pci : EHCI PCI platform driver mii : MII hardware support library nouveau : nVidia Riva/TNT/GeForce/Quadro/Tesla ehci_hcd : USB 2.0 'Enhanced' Host Controller (EHCI) Driver mxm_wmi : MXM WMI Driver i2c_algo_bit : I2C-Bus bit-banging algorithm xhci_pci : xHCI PCI Host Controller Driver ttm : TTM memory manager subsystem (for DRM device) xhci_hcd : 'eXtensible' Host Controller (xHC) Driver drm_kms_helper : DRM KMS helper usbcore drm : DRM shared core routines usb_common fan : ACPI Fan Driver thermal : ACPI Thermal Zone Driver wmi : ACPI-WMI Mapping Driver video : ACPI Video Driver thermal_sys : Generic thermal management sysfs support button : ACPI Button Driver Code: Select all-Environment Variables- USER : neil3 LANGUAGE : en_AU:en XDG_SEAT : seat0 XDG_SESSION_TYPE : x11 SSH_AGENT_PID : 15123 HOME : /home/neil3 DESKTOP_SESSION : lightdm-xsession XDG_SEAT_PATH : /org/freedesktop/DisplayManager/Seat0 DBUS_SESSION_BUS_ADDRESS : unix:abstract=/tmp/dbus-ANpnqfObtN,guid=ea2361a24a2214285f9a19ff55d7eb1a GLADE_MODULE_PATH : : LOGNAME : neil3 XDG_SESSION_ID : 5 PATH : /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games GLADE_PIXMAP_PATH : : XDG_SESSION_PATH : /org/freedesktop/DisplayManager/Session3 XDG_RUNTIME_DIR : /run/user/1000 XDG_MENU_PREFIX : xfce- LANG : en_AU.utf8 XDG_CURRENT_DESKTOP : XFCE XDG_SESSION_DESKTOP : lightdm-xsession XAUTHORITY : /home/neil3/.Xauthority XDG_GREETER_DATA_DIR : /var/lib/lightdm/data/neil3 SSH_AUTH_SOCK : /tmp/ssh-ZIbLkoLcRCd2/agent.15098 GLADE_CATALOG_PATH : : SHELL : /bin/bash GDMSESSION : lightdm-xsession XDG_VTNR : 7 PWD : /home/neil3 XDG_DATA_DIRS : /usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share XDG_CONFIG_DIRS : /etc/xdg SESSION_MANAGER : local/debian:@/tmp/.ICE-unix/15137,unix/debian:/tmp/.ICE-unix/15137 GPG_AGENT_INFO : /tmp/gpg-f0Wumj/S.gpg-agent:15144:1 DISPLAY : :0.0 Code: Select all-PCI Devices- Host bridge : Intel Corporation 4th Gen Core Processor DRAM Controller PCI bridge : Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller USB controller : Intel Corporation 9 Series Chipset Family USB xHCI Controller Communication controller : Intel Corporation 9 Series Chipset Family ME Interface #1 USB controller : Intel Corporation 9 Series Chipset Family USB EHCI Controller #2 Audio device : Intel Corporation 9 Series Chipset Family HD Audio Controller PCI bridge : Intel Corporation 9 Series Chipset Family PCI Express Root Port 1 PCI bridge : Intel Corporation 9 Series Chipset Family PCI Express Root Port 3 USB controller : Intel Corporation 9 Series Chipset Family USB EHCI Controller #1 ISA bridge : Intel Corporation 9 Series Chipset Family H97 Controller SATA controller : Intel Corporation 9 Series Chipset Family SATA Controller [AHCI Mode] SMBus : Intel Corporation 9 Series Chipset Family SMBus Controller VGA compatible controller : NVIDIA Corporation GM107 [GeForce GTX 750] Audio device : NVIDIA Corporation Device 0fbc Ethernet controller : Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller Code: Select all-BIOS- Date : 10/09/2014 Vendor : American Megatrends Inc. (www.ami.com) Version : 2205 -Board- Name : H97M-E Vendor : ASUSTeK COMPUTER INC. (SEAGATE, www.seagate.com) | https://wiki.debian.org/Bumblebee |
On a fresh installed Debian8.1 whit Mate Desktop. I start Synaptic. Lets show the Source, all empty. I can't install or remove anything. Whats happens? Thx for Help | This is a question that gets asked here over and over again. You had no net connection during the install, so your sources were commented out with a "#". Either uncomment the "deb" ones, or use this guide in the wiki. |
Hello. I've a Lenovo G50-80T with W8.1. I want to install Debian 8.1 in dualbooting mode. I've done this other times without problems. But this time I want encrypt the Linux partition (not the Windows partition). I'll use dm-crypt to do that. I want to know if this way is secure for protect the data on Linux partition or if I need encrypt the entire drive. Thanks | ConsJMEA wrote:Hello. I've a Lenovo G50-80T with W8.1. I want to install Debian 8.1 in dualbooting mode. I've done this other times without problems. But this time I want encrypt the Linux partition (not the Windows partition). I'll use dm-crypt to do that. I want to know if this way is secure for protect the data on Linux partition or if I need encrypt the entire drive. Do you want to make anybody who can only boot the Windows unable to read any data on the encrypted linux (debian) partitions? If so, encryption of all the linux partitions with dm-crypt works good, I guess (although I am not familiar with dm-crypt ) Refer https://wiki.archlinuxjp.org/index.php/Dm-crypt If you want to hide only personal data on /home, you can only encrypt /home partition. Of course, you should not tell anybody the passphrase required for decrypting the partitions. |
Dear Guys,, Herewith, I enclosed you the output: root@debian:/home# systemctl status apache2 -l ● apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2) Active: failed (Result: exit-code) since Sat 2015-09-05 17:17:50 MYT; 24s ago Process: 15445 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE) Sep 05 17:17:50 debian apache2[15445]: Starting web server: apache2 failed! Sep 05 17:17:50 debian apache2[15445]: The apache2 configtest failed. ... (warning). Sep 05 17:17:50 debian apache2[15445]: Output of config test was: Sep 05 17:17:50 debian apache2[15445]: apache2: Syntax error on line 216 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/conf-enabled/phpmyadmin.conf: No such file or directory Sep 05 17:17:50 debian apache2[15445]: Action 'configtest' failed. Sep 05 17:17:50 debian apache2[15445]: The Apache error log may have more information. Sep 05 17:17:50 debian systemd[1]: apache2.service: control process exited, code=exited status=1 Sep 05 17:17:50 debian systemd[1]: Failed to start LSB: Apache2 web server. Sep 05 17:17:50 debian systemd[1]: Unit apache2.service entered failed state. root@debian:/home# | guys,, i do uninstall the apache2 from debian root@debian:/home# apt-get install apache2 Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: apache2-doc apache2-suexec-pristine apache2-suexec-custom The following NEW packages will be installed: apache2 0 upgraded, 1 newly installed, 0 to remove and 37 not upgraded. Need to get 0 B/205 kB of archives. After this operation, 356 kB of additional disk space will be used. Selecting previously unselected package apache2. (Reading database ... 104529 files and directories currently installed.) Preparing to unpack .../apache2_2.4.10-10+deb8u1_powerpc.deb ... Unpacking apache2 (2.4.10-10+deb8u1) ... Processing triggers for man-db (2.7.0.2-5) ... Processing triggers for systemd (215-17+deb8u1) ... Setting up apache2 (2.4.10-10+deb8u1) ... insserv: warning: current start runlevel(s) (3 4 5) of script `apache2' overrides LSB defaults (2 3 4 5). Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details. invoke-rc.d: initscript apache2, action "restart" failed. root@debian:/home# |
After fumbling around with foreign architectures packages on my system, I've come to a point that I'm fearing I have packages in the system that are, simply put, dead weight. I've made a few searches online but I've been unable to actually do what I intend. Can someone help me doing this? | https://wiki.debian.org/ReduceDebian |
I have recently installed latest Linux kernel version from Jessie-backports repositories (4.1 ATM). I have fairly low-end hardware that is IMO well covered by stable kernel. My rig is Dell with Intel integrated graphics and dedicated Nvidia Geforce 4 440 MX AGP 8X (that i use with nouveau), 512 MB RAM and Single-core 3300MHz CPU. All of this on ancient Lenovo BORA-RH Motherboard. My question: Is upgrading to the latest Kernel justified for any reason at all? I fear possible hardware regressions, but it's fine right now. Should I revert to stable kernel anyway? | Wheelerof4te wrote:My question: Is upgrading to the latest Kernel justified for any reason at all? Sure, but you don't have one. Wheelerof4te wrote:Should I revert to stable kernel anyway? You should actively resist the urge to muck around with your system just for fashion's sake. See https://wiki.debian.org/DontBreakDebian for a longer explanation. As you correctly point out, not every change is an improvement. |
Another issue . After having problems with lxde crashing while running Jessie, and re-installing Wheezy, I am not able to mount my WinXP drive. In the past I was able to run pcmanfm and mount the drive from there. It would ask for my root password and then would mount the drive. Now, however, when I click on the drive icon it gives me an error message saying authentication required. Why might this be happening? Well, one thing is that when I installed Wheezy I had the WinXP drive disconnected so as to not inadvertently install Wheezy on the wrong drive (I have two identical drives). After installing I connected the WinXP drive and then did a grub update. I can boot either drive, as expected, but I can not mount the WinXP drive from pcmanfm. Do I need to change the Policykit? | Do you have gksu installed? |
Greetings, I'm using Debian testing with KDE on both my desktop and laptop computers. I respectively have a NVIDIA 630 and 630m on them. First of all I have to notice that Debian is running better on my desktop despite it being 5 years older than the laptop and having not such greater hardware (Intel Core 2 Quad on desktop and I5 on laptop). I came up to try installing drivers for GPUs on both them. The first thing I decided to try is running nvidia-detect on both them. On the laptop, it returned Code: Select allNo NVIDIA GPU detected. so I searched a bit on the web and discovered Bumblebee and its optirun. After some attempts I was able to make it work and now I'm fine with that. The GPU is still not detected by nvidia-detect but at least I can use it when I wish to. The biggest troubles come out with the desktop. I really spent two entire afternoons unsuccessfully looking for a solution. In this case, nvidia-detect finds my GPU and reccommends installing package nvidia-driver. I did it and when I rebooted my maximum resolution was reduced to 1024x768. Of course I searched the web and found out that I didn't have a xorg.conf file and nvidia-xconfig would set it up automatically for me. That's it, I downloaded and launched nvidia-xconfig and got my xorg.conf, but when I rebooted.... GUI broken! I noticed I could "restore" the GUI by removing xorg.conf but then I would be back at 1024x768. I've tried to follow the guide for installing nvidia drivers on the debian wiki site, but then got the same problem (I even had to uninstall the whole packages before having my GUI back, since deleting xorg.conf did nothing in that case). Today I tried to download a .bin package for some GPUs (including 630) directly from NVIDIA site. When I executed it, I was asked to terminate the X server and even after installation failed for some reason (didn't take a look well, I might do it later). Perhaps I'm more noob than I thought, but I really can't get a way out from this. It looks like I have to chose between having a GUI or having NVIDIA drivers installed, which is ridicolous! PS: I've also tried installing Bumblebee on my desktop but then the bumblebeed service didn't start and my resolution was still at 1024x768, so I don't think it is compatible on my desktop's system. | There are a lot of topics on this forum on this, http://forums.debian.net/search.php?key ... IA+drivers Seems like a lot of people have problems with nvidia drivers. I looked at the wiki also, but Greetings, I'm using Debian testing with KDE on both my desktop and laptop computers. but it appears to apply to the "stable" versions of Debian, can't help much here, I am not using "Debian testing" nor KDE, sorry. |
I just installed Stretch on my laptop and I have a problem with the terminals. The system loads fine on KDE and I can use it without issues. However, when I switch to the tty terminals, they move very fast horizontally and slowly vertically as if there is some sync frequency issue. Then if I move back to KDE most of the time it works ok, while some others it starts flickering like the terminals. Do you have any Idea how I can fix this? Thanks! | What is your hardware? Code: Select alllspci -knn|grep -iA2 'vga\|3d' |
I cant reach TTY 1 thru 6. It seems to be related to systemd errors (maybe). I am running Nvidia drivers not fglrx so it's not that. Also rpcbind shows up in systemd but I uninstalled rpcbind. What is the deal with this: [ 1.811960] systemd[1]: basic.target: Breaking ordering cycle by deleting job sockets.target/start [ 1.811963] systemd[1]: sockets.target: Job sockets.target/start deleted to break ordering cycle starting with basic.target/start [ 1.812077] systemd[1]: basic.target: Breaking ordering cycle by deleting job paths.target/start [ 1.812080] systemd[1]: paths.target: Job paths.target/start deleted to break ordering cycle starting with basic.target/start [ 1.812157] systemd[1]: basic.target: Breaking ordering cycle by deleting job rpcbind.service/start [ 1.812160] systemd[1]: rpcbind.service: Job rpcbind.service/start deleted to break ordering cycle starting with basic.target/start | Have you seen this? http://forums.fedoraforum.org/showthread.php?t=282560 ? |
Note: I've been using Debian for about 6-7 months now. I still classify myself as a beginner, but I do know many of the basics. I've had a bit of a major networking problem for the past 4 months or so that I've been trying to fix - specifically, it started when I upgraded to Jessie. I can connect to wifi just fine, and sometimes I can even use the internet for brief periods of time (exceedingly rarely). Then... nothing. No network access, period. I can't ping any outside servers, I can't ping other computers on my network, and I can't even ping my router. Pages I try to load just stay "connecting" for all eternity, network printing fails, and so on. So after four months of searching online for help (I've read through way more wireless documentation than I care to say), I finally gave up and admitted that maybe I screwed something up during upgrade to Jessie (as a matter of fact, I did, I had to do the upgrade in two increments [somehow] because my root partition was too tiny by mistake) and I did a clean install. Since I had /home on a separate partition, I was able to keep all my user files, but all settings regarding networking were wiped. So after installing firmware-iwlwifi so I can use my wireless card, I tried connecting to wireless! Success! Then I tried connecting to the internet... success! Briefly. The next morning I tried using the internet again, and it failed in exactly the same pattern as before. I don't know much about what's going on here, but here's what I do have available: I do have to use firmware-iwlwifi, which I installed by doing apt-get install firmware-iwlwifi. I don't think it's an issue with the wireless card itself (hardware-wise), the laptop dual-boots Windows 7 (that I never use anymore), and Windows 7 is able to connect to the internet just fine. Connecting directly to my router by ethernet cable works fine, I have perfect internet/network access then. I can confirm that my laptop is receiving an IP address and that it is using ARP correctly to get the MAC address of my router (I confirmed this by doing the arp command, it has the MAC address correct, I checked from another computer with my router's config page) All other computers on my network work perfectly with my router. To confirm the router/its configuration isn't at fault, I did a full factory reset of the router, but to no avail. Out of curiosity I tried installing Wireshark (using an ethernet cable to download it) to monitor what happens when I try to access a webpage. I'm no expert on networking, but I noticed something out place when I compare a capture from the affected computer to a capture from one operating normally - there are a lot of STP packets showing up. I did some checking around, it looks like STP is involved in bridging and more complex networking setups (involving switches, for example)... but it shouldn't be found on a home network, especially where there's no bridging whatsoever. These STP packets don't show up on packet captures done from any other computer. I've attached a packet capture from the affected computer here, since the forums won't let me attach a .pcapng file. Here's the output from a few commands I ran during past troubleshooting sessions: Code: Select allsudo ifconfig eth0 Link encap:Ethernet HWaddr e0:db:55:b5:fe:06 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:12455 errors:0 dropped:0 overruns:0 frame:0 TX packets:7781 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:17108373 (16.3 MiB) TX bytes:663959 (648.3 KiB) Interrupt:20 Memory:f7c00000-f7c20000 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:115 errors:0 dropped:0 overruns:0 frame:0 TX packets:115 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:10603 (10.3 KiB) TX bytes:10603 (10.3 KiB) wlan0 Link encap:Ethernet HWaddr b4:b6:76:e7:ad:a1 inet addr:192.168.1.133 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::b6b6:76ff:fee7:ada1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1107 errors:0 dropped:1 overruns:0 frame:0 TX packets:1514 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:301571 (294.5 KiB) TX bytes:184241 (179.9 KiB) Code: Select allsudo route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.1.1 0.0.0.0 UG 1024 0 0 wlan0 link-local * 255.255.0.0 U 1000 0 0 wlan0 192.168.1.0 * 255.255.255.0 U 0 0 0 wlan0 Code: Select allsudo lshw -C network *-network description: Ethernet interface product: 82579LM Gigabit Network Connection vendor: Intel Corporation physical id: 19 bus info: pci@0000:00:19.0 logical name: eth0 version: 04 serial: e0:db:55:b5:fe:06 size: 1Gbit/s capacity: 1Gbit/s width: 32 bits clock: 33MHz capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=0.15-4 ip=192.168.1.65 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s resources: irq:46 memory:f7c00000-f7c1ffff memory:f7c39000-f7c39fff ioport:f080(size=32) *-network description: Wireless interface product: Centrino Advanced-N 6235 vendor: Intel Corporation physical id: 0 bus info: pci@0000:02:00.0 logical name: wlan0 version: 24 serial: b4:b6:76:e7:ad:a1 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=iwlwifi driverversion=3.16.0-4-amd64 firmware=18.168.6.1 ip=192.168.1.133 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn resources: irq:44 memory:f7b00000-f7b01fff Code: Select allsudo lspci -vnn | grep -i net -A 12 00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04) Subsystem: Dell Device [1028:05dc] Flags: bus master, fast devsel, latency 0, IRQ 46 Memory at f7c00000 (32-bit, non-prefetchable) [size=128K] Memory at f7c39000 (32-bit, non-prefetchable) [size=4K] I/O ports at f080 [size=32] Capabilities: [c8] Power Management version 2 Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [e0] PCI Advanced Features Kernel driver in use: e1000e 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) (prog-if 20 [EHCI]) Subsystem: Dell Device [1028:05dc] -- 02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6235 [8086:088e] (rev 24) Subsystem: Intel Corporation Centrino Advanced-N 6235 AGN [8086:4460] Flags: bus master, fast devsel, latency 0, IRQ 44 Memory at f7b00000 (64-bit, non-prefetchable) [size=8K] Capabilities: [c8] Power Management version 3 Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [e0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number b4-b6-76-ff-ff-e7-ad-a1 Kernel driver in use: iwlwifi 07:00.0 SD Host controller [0805]: O2 Micro, Inc. OZ600FJ0/OZ900FJ0/OZ600FJS SD/MMC Card Reader Controller [1217:8221] (rev 05) (prog-if 01) Subsystem: Dell Device [1028:05dc] Code: Select alldmesg | grep wlan0 [ 515.551410] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 518.791774] wlan0: authenticate with 54:04:a6:d3:36:3b [ 518.795561] wlan0: No basic rates, using min rate instead [ 518.796089] wlan0: send auth to 54:04:a6:d3:36:3b (try 1/3) [ 518.862981] wlan0: authenticated [ 518.863750] wlan0: associate with 54:04:a6:d3:36:3b (try 1/3) [ 518.874643] wlan0: associate with 54:04:a6:d3:36:3b (try 2/3) [ 518.875554] wlan0: RX AssocResp from 54:04:a6:d3:36:3b (capab=0x811 status=0 aid=1) [ 518.878784] wlan0: associated [ 518.878814] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 626.325813] device wlan0 entered promiscuous mode [ 787.628528] device wlan0 left promiscuous mode [ 966.596104] wlan0: deauthenticating from 54:04:a6:d3:36:3b by local choice (Reason: 3=DEAUTH_LEAVING) [ 969.966774] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 970.008894] wlan0: authenticate with 54:04:a6:d3:36:3a [ 970.019062] wlan0: send auth to 54:04:a6:d3:36:3a (try 1/3) [ 970.021637] wlan0: authenticated [ 970.024272] wlan0: associate with 54:04:a6:d3:36:3a (try 1/3) [ 970.059200] wlan0: associate with 54:04:a6:d3:36:3a (try 2/3) [ 970.063384] wlan0: RX AssocResp from 54:04:a6:d3:36:3a (capab=0xc11 status=0 aid=1) [ 970.083141] wlan0: associated [ 970.083185] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 998.547235] device wlan0 entered promiscuous mode [ 1189.817802] wlan0: deauthenticating from 54:04:a6:d3:36:3a by local choice (Reason: 3=DEAUTH_LEAVING) [ 1189.857679] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 1189.858576] device wlan0 left promiscuous mode [ 1195.433005] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 1198.707609] wlan0: authenticate with 54:04:a6:d3:36:3a [ 1198.715623] wlan0: send auth to 54:04:a6:d3:36:3a (try 1/3) [ 1198.718142] wlan0: authenticated [ 1198.722326] wlan0: associate with 54:04:a6:d3:36:3a (try 1/3) [ 1198.754567] wlan0: associate with 54:04:a6:d3:36:3a (try 2/3) [ 1198.758660] wlan0: RX AssocResp from 54:04:a6:d3:36:3a (capab=0xc11 status=0 aid=4) [ 1198.783125] wlan0: associated [ 1198.783163] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 1215.447343] wlan0: deauthenticating from 54:04:a6:d3:36:3a by local choice (Reason: 3=DEAUTH_LEAVING) [ 1215.447450] wlan0: HW problem - can not stop rx aggregation for 54:04:a6:d3:36:3a tid 0 [ 1215.447516] wlan0: failed to remove key (0, 54:04:a6:d3:36:3a) from hardware (-5) [ 1215.448362] wlan0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-5) [ 1217.832500] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 1221.044945] wlan0: authenticate with 54:04:a6:d3:36:3a [ 1221.048741] wlan0: send auth to 54:04:a6:d3:36:3a (try 1/3) [ 1221.069875] wlan0: send auth to 54:04:a6:d3:36:3a (try 2/3) [ 1221.072324] wlan0: authenticated [ 1221.075212] wlan0: associate with 54:04:a6:d3:36:3a (try 1/3) [ 1221.111355] wlan0: associate with 54:04:a6:d3:36:3a (try 2/3) [ 1221.116004] wlan0: RX AssocResp from 54:04:a6:d3:36:3a (capab=0xc11 status=0 aid=4) [ 1221.122619] wlan0: associated [ 1221.122653] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 1239.069833] device wlan0 entered promiscuous mode [ 1438.297633] wlan0: deauthenticating from 54:04:a6:d3:36:3a by local choice (Reason: 3=DEAUTH_LEAVING) [ 1438.326294] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 1438.326450] device wlan0 left promiscuous mode [ 1442.880491] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 1446.060970] wlan0: authenticate with 54:04:a6:d3:36:3a [ 1446.064610] wlan0: send auth to 54:04:a6:d3:36:3a (try 1/3) [ 1446.087960] wlan0: send auth to 54:04:a6:d3:36:3a (try 2/3) [ 1446.090505] wlan0: authenticated [ 1446.094437] wlan0: associate with 54:04:a6:d3:36:3a (try 1/3) [ 1446.131556] wlan0: associate with 54:04:a6:d3:36:3a (try 2/3) [ 1446.135602] wlan0: RX AssocResp from 54:04:a6:d3:36:3a (capab=0xc11 status=0 aid=3) [ 1446.143057] wlan0: associated [ 1446.143097] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 1925.450506] wlan0: authenticate with 54:04:a6:d3:36:3b [ 1925.458270] wlan0: send auth to 54:04:a6:d3:36:3b (try 1/3) [ 1925.535357] wlan0: send auth to 54:04:a6:d3:36:3b (try 2/3) [ 1925.536026] wlan0: authenticated [ 1925.538025] wlan0: associate with 54:04:a6:d3:36:3b (try 1/3) [ 1925.549416] wlan0: associate with 54:04:a6:d3:36:3b (try 2/3) [ 1925.550503] wlan0: RX AssocResp from 54:04:a6:d3:36:3b (capab=0x811 status=0 aid=3) [ 1925.553552] wlan0: associated [ 2473.049666] wlan0: deauthenticating from 54:04:a6:d3:36:3b by local choice (Reason: 3=DEAUTH_LEAVING) [ 2473.049721] wlan0: failed to remove key (0, 54:04:a6:d3:36:3b) from hardware (-5) [ 2473.050554] wlan0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-5) [ 2506.427134] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 2509.705255] wlan0: authenticate with 54:04:a6:d3:36:3b [ 2509.709203] wlan0: send auth to 54:04:a6:d3:36:3b (try 1/3) [ 2509.737259] wlan0: authenticated [ 2509.740188] wlan0: associate with 54:04:a6:d3:36:3b (try 1/3) [ 2509.741044] wlan0: RX AssocResp from 54:04:a6:d3:36:3b (capab=0x811 status=0 aid=3) [ 2509.743295] wlan0: associated [ 2509.743331] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready So... anyone have any ideas on how to fix this? | http://forums.debian.net/viewtopic.php?f=16&t=121696 |
I'm trying to configure my desktop in order to run a program and I was advised I may require a set of libraries in order to do so, as follows. libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 +dependencies Unfortunately, these seem to be the Ubuntu/Mint library tags. Can someone point the equivalents in Debian? A trivia side-question: if Ubuntu is an offshoot of Debian and Mint an offshoot (depending on the version one uses) of Ubuntu and of Debian itself, why renaming libraries? Doesn't this add to the mess of harmonizing work between distros? No matter the philosophical differences between one distribution and another, for me, it makes more sense if everyone puts in their two cents when trying to improve fundamental system blocks instead of trying to reinvent the wheel. | https://packages.debian.org/jessie/libc6 https://packages.debian.org/jessie/libasound2 Also: https://wiki.debian.org/Multiarch/HOWTO Ubuntu draws on all the hard work of the Debian developers then patches that and does not feed this back upstream. They are a parasite feeding on Debian. |
I had previously posted about a problem (re. systemd now verbose) and discovered that the problem has to do with kernel modules not loading due to a conflict between acpi and system drivers, in particular it87 and coretemp. The solution that was arrived at was to add the following line to grub. Code: Select allGRUB_CMDLINE_LINUX="acpi_enforce_resources=lax" While this does prevent a complete display to the terminal, it also has the possibility of generating system instabilities. So I am not happy with adding that line to grub. The whole problem started when I installed 'lm-sensors' and ran sensors-detect. At the next boot I was greeted with a verbose startup, with the first visible line being Load Kernel Modules failed. See the previous post http://forums.debian.net/viewtopic.phpf=5&t=124127 for all the details. I uninstalled 'lm-sensors' using apt-get purge, hoping this would cure the problem but it did not. So my conclusion was that there was still some file loading something that conflicted with the acpi drivers (it87 and coretemp). What I found was that in /etc/modules-load.d there is a modules.conf file, that just happened to be created the same day I initially installed 'lm-sensors. Here is that file: Code: Select all# /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. loop # Generated by sensors-detect on Thu Aug 13 08:56:17 2015 # Chip drivers coretemp it87 In my ignorance, I would like to know if a) Is this the root of my problem? b) Can that file be safely modified and if so what might be the consequences? If the file can be modified, I would first make a backup and then comment out the chip drivers. Any thoughts on this ? As an afterthought, I see that the /etc/modules-load.d/modules.conf file has a symbolic link to /etc/modules. Should I edit BOTH ? | I can't see why not. Try it. Just comment out the two entries, then remove the lax entry in your grub. Run update-grub, and reboot. Then you see what will happen. If something goes wrong, becomes unbootable, then it should be no problem to nano your way to it, and revert the change. Or access the file from a live-cd and revert it. Or access it from another linux-install, if you multi-boot. Lots of options. |
My Wheezy runs perfectly but I can't do routine aptitude safe-upgrades. They always hang at Code: Select allP: Writing config for /boot/vmlinuz-3.2.0-4-amd64... P: Writing config for /boot/vmlinuz-3.2.0-3-amd64... At that point the only thing I can do is Alt+PrtSC+reisub. After rebooting I have to do dpkg --configure -a to free up Apt. I have tried aptitude autoclean and aptitude clean with no improvement. Any suggestions? | I discovered that update-grub hangs too. I'm leaning to this being a grub problem. |
How I solved the issue: See below Hi, First of all, my computer is running Debian Jessie. uname -a gives me this output: Code: Select allLinux felix-PC 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux So today I updated my system with aptitude update and aptitude upgrade, and there was few paquages that were updated. Among them was one "linux-image" or "linux-headers". I believe that it is linked to this security update: https://www.debian.org/security/2015/dsa-3329 . During the time aptitude upgrade was running, I was simply surfing on Iceweasel. However, it seems that my system suddenly restarted, without asking me the permission or without notifying me. It really looked like I pressed the restart key, but I actually didn't. My computer battery was full charged and plugged in. So, I do believe that it is my system that rebooted himself after the aptitude upgrade was completed (or even during the upgrade, I don't know). So my computer restarts, and brings me to GRUB menu: I boot Debian and then I get the usual [ OK ] ***** lines telling that the system boots normally. But this time, I get some errors: Code: Select all[FAILED] Failed to set up automount Arbitrary Executable file format file system Automount point ... [FAILED] Failed to start load kernel module ... [FAILED] Failed to mount /boot/efi [DEPEND] Dependency failed for Local File Systems I arrive then in Emergency mode with this message: Code: Select all Welcome to emergency mode! After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" to try again to boot into default mode. Give root password for maintenance (or type Control-D to continue): I tried systemctl default but it doesn't boot my system normally. I also tried Control-D but it just reprints the same message. And finally I typed journalctl -xb, which gives me a long log file (855 lines) that I do not understand. I would be pleased to give you this log file, but it seems that my internet connexion is broken (because of the kernel, I mean), even with an Ethernet cable. So I can't connect with ssh to the computer I use at the moment, and I can't either send it to myself by mail. I tried to mount an usb key, but it seems that any key won't be mounted because of a kernel problem. So I don't know how to give you this file, any idea is welcome. I could maybe take pictures, but it is maybe not the best choice. An obvious solution to my problem may be to come back to an older kernel version. However, only the lasted kernel version (x86_64 Linux 3.16.0-4-amd64) is installed. dpkg --list | grep linux-image gives me indeed: Code: Select alliF linux-image-3.16.0-4-amd64 3.16.7-ckt11-1+deb8u3 amd64 Linux 3.16 for 64-bit PCs ii linux-image-amd64 3.16+63 amd64 Linux for 64-bit PCs (meta-package) I do not know how to come back to an older kernel, as far as I haven't any internet connection and as far as I seem to not be able to load an usb key. Any help is welcome. Regards, Sylve | There was another thread that started, somewhat different , but what both have in common is problems started after doing the upgrade, making me think there is something wrong http://forums.debian.net/viewtopic.php?f=30&t=124028 in the upgrades. Don't know, really but looks to me like there is. On this : I tried systemctl default but it doesn't boot my system normally. I also tried Control-D but it just reprints the same message. And finally I typed journalctl -xb, which gives me a long log file (855 lines) that I do not understand. I would be pleased to give you this log file, but it seems that my internet connexion is broken (because of the kernel, I mean), even with an Ethernet cable. So I can't connect with ssh to the computer I use at the moment, and I can't either send it to myself by mail. I tried to mount an usb key, but it seems that any key won't be mounted because of a kernel problem. So I don't know how to give you this file, any idea is welcome. You can, or should be able too,do this: Code: Select all journalctl -xb > output-journalctl.txt This will put the output into a text file,named "output-journalctl.txt" you could use any name, IE: 1.txt that does not matter, it creates the text file, with the name you use, the text file will be in the same directory where you are when you run the command. Anyway, then you can copy the file to a usb stick, OOPs, if you can't mount a usb stick (key), that complicates things, Do you have some sort of "live CD", ? you can use to boot with,? Once you boot with a live CD, it also should be able to read the usb stick, as well as the HD, and you could copy the output.txt file to the usb stick. I think also if you have a "live" USB stick, that will boot the system that would work, as well , if you do not have a optical drive. |
Hello. After a couple of years back at Windows I'm trying out Debian 8.1, mostly Xfce. I've had an issue with broken packages that I don't remember having before, unless I've developed a blind spot after 'time away' from Linux. I've tried to install PiTiVi or better still Openshot to be told of broken packages being held. Inspecting Synaptic with the filters facility to show broken packages reveals none. I installed Audacity and Exaile and the Fluendo mp3 codec for gstreamer at the same time, which seem fine. I did wonder if I have a missing repository but as the programs seem visible in Synaptic I dismissed this. How does my sources.list look? deb http://security.debian.org/ jessie/updates main deb http://ftp.uk.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.uk.debian.org/debian/ wheezy main contrib non-free The system seems otherwise to be working fine though. Let me know if I haven't provided enough information. Thanks. Gripe in terminal over Openshot: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: openshot : Depends: melt but it is not going to be installed Depends: python-mlt5 but it is not going to be installed or python-mlt3 but it is not installable or python-mlt2 but it is not installable And for PiTiVi: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: pitivi : Depends: python-glade2 but it is not going to be installed | You have a wheezy system that is getting jessie updates - this is bad. Don't mix branches. Depending on what you have installed from jessie, it may be possible to revert to a pure wheezy, or it may be better to upgrade to jessie, or maybe a fresh install. |
When I first started running Jessie 8.1 I noticed that after the disk check the boot was quiet, ie. no messages to the terminal . However, something has happened and now when I boot the machine I get a verbose listing of all the processes being started. Is there a way to change it back to the way it was? In other words a quiet boot. The only thing I know of that has been 'anomalous' behavior is the other day when doing a mp4 to avi conversion, using avconv, I apparently had an over temp condition which closed my LXDE session and brought me to the login prompt. Don't know what other info one may need but feel free to ask for more, if necessary. | As root, open "/etd/default/grub"... Is there a line like this, containing "quiet" ? Code: Select allGRUB_CMDLINE_LINUX_DEFAULT="quiet" You may have other parameters also, but make sure that "quiet" is there. If not, add "quiet" to the line, save the file, and then in terminal: Code: Select allsudo update-grub Hit enter and reboot. Hopefully it will work. If the line already contains "quiet" , then just try to run "sudo update-grub" anyway, and reboot. If this doesn't solve it, then get back to us. |
Yes. It's bizarre. I ping my router. If I keep my mouse moving (or i'm typing) I get a 5ms ping. If I stop typing/moving my mouse, it times out. - I disabled NetworkManager for the inteface eth0 but it doesn't solve the problem. - I'm having the same problem using a Ubuntu 15.01 bootable image - I'm having the same problem usign an Ethernet PCI Adapter - I'm having the same problem usign a Wifi PCI Adapter lsb_release -da Code: Select allDistributor ID: Debian Description: Debian GNU/Linux testing (stretch) Release: testing Codename: stretch /etc/NetworkManager/NetworkManager.conf Code: Select all[main] plugins=ifupdown,keyfile [ifupdown] managed=false /etc/network/interfaces Code: Select allsource /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback auto etho allow-hotplug eth0 iface eth0 inet dhcp sudo lshw -C network Code: Select all*-network description: Ethernet interface product: RTL8169 PCI Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:04:00.0 logical name: eth0 version: 10 serial: 00:1a:3f:9b:fa:ba size: 100Mbit/s capacity: 1Gbit/s width: 32 bits clock: 66MHz capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.1.5 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=100Mbit/s resources: irq:16 ioport:d000(size=256) memory:f7120000-f71200ff memory:f7100000-f711ffff ethtool -i eth0 Code: Select alldriver: r8169 version: 2.3LK-NAPI firmware-version: bus-info: 0000:04:00.0 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes supports-priv-flags: no Driver problems ? Hardware problems ? Haunting problems ? Can someone help me ? | Not with two separate OS's... More likely hardware resource conflicts or 'power saving features'. Check your 'BIOS' settings. |
Hi, I installed jessie 8.1 and wmii ( Version: 3.10~20120413+hg2813-8) and I use a basic wmiirc. Code: Select all:~/.wmii-3.10$ ls -la wmiirc -rwxr-xr-x 1 root root 8033 août 1 17:28 wmiirc If I want to run wmii the system says:Code: Select all:~$ wmii wmii: fatal: another window manager is already running Some informations:Code: Select all~$ update-alternatives --config x-window-manager Il existe 3 choix pour l'alternative x-window-manager (qui fournit /usr/bin/x-window-manager). Sélection Chemin Priorité État ------------------------------------------------------------ 0 /usr/bin/wmii 60 mode automatique 1 /usr/bin/metacity 60 mode manuel 2 /usr/bin/mutter 60 mode manuel * 3 /usr/bin/wmii 60 mode manuel Thank you very much for your help. | What desktop are you trying to run wmii in--GNOME 3? Do you have an option to log in to a wmii-based session in your login screen, if you have one? |
Hi, I can't seem to get my iwl3945 card to show networks in the gui. Kernel version: Linux superfly 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u2 (2015-07-17) x86_64 GNU/Linux I have installed firmware-linux-free, firmware-iwlwifi & firmware-linux-nonfree. If I run Code: Select alliwlist wlan0 scanning I get no results until I unload and reload the module. Code: Select allmodprobe -r iwl3945 modprobe iwl3945 and then iwlist wlan0 scanning returns results, but in the gui I still can't "select network". Any ideas? Thanks. | You may download and run a diagnostics script mentions here : http://forums.debian.net/viewtopic.php?p=579154#p579154 It will collect most of the info relevant for wireless troubleshooting and dump it in a report file. You can then post the contents of that file here to provide a detailed information about your wifi setup for better troubleshooting. Alternatively, if you don't like running unknown scripts, we may start with a few commands first, and proceed according to hints (if any). |
I have the following repositories returning errors at system update fetch. I looked into sources.list and sources.list.d to remove them but they are not listed there. Any idea? Code: Select allhttp://ftp.us.debian.org/dists/stretch/updates/main/source/Sources http://ftp.us.debian.org/dists/stretch/updates/main/binary-amd64/Packages http://ftp.us.debian.org/dists/stretch/updates/main/binary-i386/Packages Cheers! | Please post the output of: Code: Select allcat /etc/apt/sources.list ls /etc/apt/sources.list.d apt-cache policy |
Hello folks, hear me out here, back a week or so, after doing updates to get current with Debian Jessie, I've noticed very annoying network problems going on. This all happened while also setting up a media server box which led me to much confusion, much of what is described here http://forums.debian.net/viewtopic.php?f=5&t=123811 I've started this new thread to try to diagnose and properly take care of this specific problem alone: solution is below What is happening? Browsing the internet becomes very slow, unbearably to the point everything keeps loading up forever. This only happen while having a torrent application opened, the effects are almost immediate, closing the application and browsing resumes as normal. How about throttling back torrent? This does not work, it even doesn't even need be at top speed. With bare minimum connections and speed will still lead browsing to a crawl. Even so, every other device on the network is un-affected, router and other PCs continue to browse and respond very well, making it a specific on the computer in question (but also happens on my other debian jessie machine). Can I even reach the internet? Yes I can, and this is the weird part... I can ping, solve DNS and almost everything else without issues, the only thing affected is actually browsing the internet. I'd even setup DNS cache with dnsmasq to see if it could speed things up. Disabled ipv6, and trying pretty much every method I could find. What else can I try? Having pretty much ruled out dns problems and internet connectivity, I'm at a loss for what to look for and try. Only symptom I can describe now is that the browser will start to load up webpage but never completes... but only while torrent is active. My current setup I'm on Debian Jessie, a desktop with eth manually connected. Using dnsmasq for dns caching. Disable ipv6 on the network (by the way, it keeps disabling it self I dunno why). Running KDE with ktorrent as the client. The same thing happens on my setup media box, also Debian but with deluged running instead. Browser in question are Firefox and Chrome, both have issues with this. The Solution Turns out it was just a setting in my own router, that apparently limits numbers of connections made, meaning while torrent is working other connections were sure dead. But it also happens when lots of connections are being made in other ways too. The router in question is Humax HG100R-L2, provided by my ISP. The setting is in the firewall section called IP flood detection. | Not QFT, but in the past, issues like this have been caused by a failure to disable IPv6 in both the OS and the browser. Because your symptoms are exactly those reported by folks who failed to do both. |
I'm totally puzzled by something I found out in Debian 3.1 ( Sarge ) ( I'm doing some Debian networking historic research ) the runlevels for /etc/init.d/networking are S35 ( rc0 rc6 ) and S40 ( rcS ) : $ sudo ls /etc/rc*.d | grep -e networking -e /etc/rc /etc/rc0.d: S35networking /etc/rc1.d: /etc/rc2.d: /etc/rc3.d: /etc/rc4.d: /etc/rc5.d: /etc/rc6.d: S35networking /etc/rcS.d: S40networking $ Based on this, /etc/inid.d/networking should be STARTED at S35 during shutdown ... But the screen does print 'Deconfiguring network interfaces' during shutdown. Searching this sentence in /etc/init.d/, 'Deconfiguring network interfaces' is only present in /etc/init.d/networking (stop) I did place some test lines in /etc/init.d/networking stop subsection ( like echo "personal : networking stop" and echo "personal : networking stop">/home/user/test.txt ), and it appears /etc/init.d/networking is STOPPED during shutdown ( rc0.d ) How can /etc/rcS.d/S35networking act as /etc/init.d/networking stop ???? We have S35 here, not K35 ... S is for Start, right ? But the tests show it does stop ... I am very confused here, any help is very welcomed ... I know Debian 3.1 is really old stuff, but I'm doing a summer research : an history of Debian networking, from 1.1 Buzz to 8.1 Jessie ( I checked in Debian 7.0, /etc/init.d/networking gets rc0.d/K07 ... it is logical here ) | First, I have been using Debian from version 3 onwards. The way init works didn't change much although scripts have been visibly impoverished. /etc/rcS.d does not contain scripts but symbolic links pointing to the actual scripts. On my machine, Wheezy, the link points to /etc/init.d/networking. Open the above script in a text editor to examine the script. You will find a case statement that selects different actions for 'start' and 'stop'. To better understand what is actually happening, you can examine /etc/inittab and the C source for init. My impression according to my logic tells me, that the 'stop' parameter is passed to the script before execution. |
I am running Debian Jessie (32 bit). My hard drive is a WD Velociraptor 500GB. I previously had Wheezy installed and recently upgraded to Jessie. The install was as a single partition (no separate /home partition). I was thinking about creating a separate /home partition and as part of the investigation I ran ' fdisk -l ' just to see how the drive was set up and saw something that I don't understand. Here is the output of 'fdisk -l' : Code: Select allDisk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0x00054b3e Device Boot Start End Sectors Size Id Type /dev/sdb1 * 2048 968419327 968417280 461.8G 83 Linux /dev/sdb2 968421374 976771071 8349698 4G 5 Extended /dev/sdb5 968421376 976771071 8349696 4G 82 Linux swap / Solaris Partition 3 does not start on physical sector boundary. It appears to my untrained eyes that sdb2 and sdb5 are overlapping 4G partitions and that the swap partition is missing a couple of sectors. Can somebody explain to me what is going on and what I should do, if anything, about this? And if I need to do anything, some complete instructions would be nice. LOL! ADDED NOTE: I just noticed that sdb2 does NOT start on a 4K boundary. This is an AF drive so I would think that there is something strange going on. Again, I have never gotten any warnings and performance seems to be very good. ANOTHER NOTE: In case it is important to this problem, the drive has ext4 format. | wizard10000 wrote:Pretty normal. sda2 is an extended partition that acts as a home for sda5. An extended partition contains an extended boot record (EBR) that precedes each logical partition in the extended partition. See here - https://en.wikipedia.org/wiki/Extended_boot_record On the 4k boundary - you could recreate the partition(s) or considering this is just swap space and probably not used a whole lot, I'd just leave it alone. Hope this helps - Thanks for that feedback. I was sort of coming to that conclusion, but it is nice to know that it is nothing to worry about. I find it interesting that when I did the original install that the system would have set up the extended partition on a non-aligned boundary. Since things seem to be working fine I will NOT try to fix what ain't broken. |
I am running Jessie 8.1 and am having problems with some of my Tcl/Tk programs (in particular Visual Tcl). It appears that Vtcl is not compatible with Tcl/Tk 8.6 . I think that Tcl/Tk 8.4 is available in the Wheezy backports but I am not sure of the process to install 8.4 and then pin it so it doesn't get upgraded with my next apt-get upgrade. Could someone help me out with DETAILED instructions, include uninstalling current versions of tcl/tk ? It would be most appreciated. After reading more about backports, perhaps it is best to NOT do it. Really don't want to break the system. Maybe I can figure out how to get vtcl working with 8.6. | ticojohn wrote:I think that Tcl/Tk 8.4 is available in the Wheezy backports Nope. https://packages.debian.org/search?keyw ... ection=all How did you install "Visual Tcl"? |
Much confusion about this hardware! I have installed debian stretch on this machine, but can't get wired ethernet running. Using Slitaz live disc, the wired connection works. Guess I am missing a package or two. Slitaz system (2.6.37) info reports: Code: Select alltg3: Broadcom Tigon3 ethernet driver ath5k : Support for 5xxx series of Atheros 802.11 wireless LAN cards ath: Shared library for Atheros wireless LAN cards mac80211: IEEE 802.11 subsystem cfg80211: wireless configuration support rfkill: RF switch support PCI device list: Code: Select allEthernet controller: Broadcom Corporation Netlink BCM5787M Gigabit Ethernet PCI Express Ethernet controller: Atheros Communications Inc. AR242x/AR542x Wireless Network Adaptor Interfaces: lo, dummy0, eth0, wlan0 So it looks to me I need drivers for: wired interface - Broadcom BCM5787M wireless interface - Atheros Communications Inc. AR242x/AR542x The debian scratch I have installed on the laptop gives me this info: Code: Select alllspci -vvnn | grep -A 9 Network 04:00.0 Ethernet controller [0200]: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) [168c:001c] (rev 01) Subsystem: Quanta Microsystems, Inc Device [1a32:0105] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 17 Region 0: Memory at f8000000 (64-bit, non-prefetchable) [size=64K] Capabilities: <access denied> Kernel driver in use: ath5k Code: Select alllspci -vvnn | grep 14e4 02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02) Output of lsmod: Code: Select allModule Size Used by cpufreq_stats 12694 0 cpufreq_powersave 12422 0 binfmt_misc 12733 1 cpufreq_conservative 13872 0 cpufreq_userspace 12477 0 nfsd 236959 2 auth_rpcgss 45765 1 nfsd oid_registry 12387 1 auth_rpcgss nfs_acl 12463 1 nfsd nfs 168022 0 lockd 73443 2 nfs,nfsd fscache 44782 1 nfs sunrpc 211341 6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl arc4 12480 2 joydev 16847 0 pcmcia 44245 0 iTCO_wdt 12727 0 iTCO_vendor_support 12585 1 iTCO_wdt acer_wmi 29843 0 sparse_keymap 12730 1 acer_wmi coretemp 12708 0 tifm_7xx1 12769 0 yenta_socket 38561 0 pcmcia_rsrc 17292 1 yenta_socket tifm_core 13113 1 tifm_7xx1 pcmcia_core 18024 3 pcmcia,pcmcia_rsrc,yenta_socket ath5k 131413 0 ath 21707 1 ath5k psmouse 93505 0 mac80211 421532 1 ath5k evdev 17136 19 cfg80211 350041 3 ath,ath5k,mac80211 serio_raw 12737 0 i2c_i801 16845 0 rfkill 18387 2 cfg80211,acer_wmi nsc_ircc 21414 0 i915 762574 6 lpc_ich 16616 0 mfd_core 12537 1 lpc_ich drm_kms_helper 44450 1 i915 drm 203555 8 i915,drm_kms_helper snd_hda_codec_realtek 62023 1 snd_hda_codec_generic 58021 2 snd_hda_codec_realtek sg 25573 0 snd_hda_intel 25959 1 snd_hda_controller 26262 1 snd_hda_intel snd_hda_codec 93768 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller ac 12627 0 snd_hwdep 12906 1 snd_hda_codec shpchp 30673 0 battery 13164 0 irda 90261 1 nsc_ircc wmi 17147 1 acer_wmi i2c_algo_bit 12647 1 i915 i2c_core 36838 5 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit crc_ccitt 12331 1 irda video 17763 2 i915,acer_wmi button 12824 1 i915 processor 27590 1 snd_aloop 17803 1 snd_pcm 78128 4 snd_aloop,snd_hda_codec,snd_hda_intel,snd_hda_controller snd_seq 51555 0 snd_seq_device 12980 1 snd_seq snd_timer 22010 2 snd_pcm,snd_seq snd 55101 14 snd_hda_codec_realtek,snd_aloop,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device soundcore 12890 2 snd,snd_hda_codec loop 21987 0 firewire_sbp2 17533 0 fuse 77496 3 parport_pc 26004 0 ppdev 16686 0 lp 12766 0 parport 35213 3 lp,ppdev,parport_pc autofs4 34865 2 ext4 438464 1 crc16 12327 1 ext4 mbcache 17027 1 ext4 jbd2 72879 1 ext4 hid_generic 12369 0 usbhid 43759 0 hid 81008 2 hid_generic,usbhid sd_mod 43684 3 crc_t10dif 12399 1 sd_mod sr_mod 21568 0 cdrom 46828 1 sr_mod crct10dif_generic 12517 1 crct10dif_common 12340 2 crct10dif_generic,crc_t10dif ata_generic 12450 0 ata_piix 29371 0 ahci 25003 2 libahci 22574 1 ahci sdhci_pci 17697 0 sdhci 34713 1 sdhci_pci firewire_ohci 34856 0 libata 161865 4 ahci,libahci,ata_generic,ata_piix scsi_mod 164132 5 sg,libata,sd_mod,sr_mod,firewire_sbp2 mmc_core 91803 2 sdhci,sdhci_pci firewire_core 51113 2 firewire_ohci,firewire_sbp2 crc_itu_t 12331 1 firewire_core uhci_hcd 38948 0 ehci_pci 12464 0 ehci_hcd 64933 1 ehci_pci tg3 154678 0 ptp 17462 1 tg3 pps_core 17080 1 ptp libphy 27468 1 tg3 usbcore 170994 4 uhci_hcd,ehci_hcd,ehci_pci,usbhid usb_common 12408 1 usbcore thermal 17343 0 thermal_sys 27122 3 video,therma It looks like the required modules have been loaded, e.g. for wired, tg3 dmesg contains: Code: Select all[ 1.861173] PTP clock support registered [ 1.862488] tg3.c:v3.137 (May 11, 2014) [ 1.892663] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95787m) rev b002] (PCI Express) MAC address 00:1d:72:15:e4:4d [ 1.892669] tg3 0000:02:00.0 eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0]) [ 1.892672] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 1.892676] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit] [ 13.821620] ath5k 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control [ 13.821772] ath5k 0000:04:00.0: registered as 'phy0' [ 14.655048] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70) My etc/network/interfaces file is: 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 # The primary network interface auto eth0 #allow-hotplug eth0 iface eth0 inet dhcp #auto eth1 #allow-hotplug eth1 #iface eth1 inet dhcp and ifconfig yields: Code: Select allifconfig 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:70 errors:0 dropped:0 overruns:0 frame:0 TX packets:70 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:22264 (21.7 KiB) TX bytes:22264 (21.7 KiB) So no eth0. How can I fix this? | I think we need to see the output of this: Code: Select alluname -a So we can know what version of Debian you really are using,... "Scratch", https://packages.debian.org/wheezy/scratch Did the problems start after you installed this package ? It should not have effected your ability to connect on internet. So it looks to me I need drivers for: wired interface - Broadcom BCM5787M wireless interface - Atheros Communications Inc. AR242x/AR542x This would be the best place to start on the firm ware, drivers, https://wiki.debian.org/Firmware And then reading the manuals ,related to the version of debian you are using, if you are using debian. https://wiki.debian.org/WiFi/HowToUse Using Slitaz live disc, the wired connection works. Guess I am missing a package or two. Slitaz system (2.6.37) info reports: I do not know, what Slitaz, and Slitaz system is, so I can't help on that. |
Upgraded Wheezy to Jessie, by changing my apt sources to point at stable instead of wheezy. Ran upgrade, and dist-upgrade, all fine etc. Then tried to update the kernel by installing linux-image-amd64 package .. seemed to work fine, but after a reboot my kernel version still says 3.10.23 What have I missed? Code: Select allroot@hostname:~# apt-cache search linux-image linux-headers-3.16.0-4-amd64 - Header files for Linux 3.16.0-4-amd64 linux-image-3.16.0-4-amd64 - Linux 3.16 for 64-bit PCs linux-image-3.16.0-4-amd64-dbg - Debugging symbols for Linux 3.16.0-4-amd64 linux-image-amd64 - Linux for 64-bit PCs (meta-package) linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package) root@hostname:~# apt-get install linux-image-3.16.0-4-amd64 Reading package lists... Done Building dependency tree Reading state information... Done linux-image-3.16.0-4-amd64 is already the newest version. linux-image-3.16.0-4-amd64 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@hostname:~# uname -r 3.10.23-xxxx-std-ipv6-64 root@hostname:~# | Where did you get that non-debian kernel that is currently running? Is this a VPS? |
I am nuts about having as new of a version of Linux as I can get, so I've been using APT pinning to get Linux from Unstable on my Testing system. I pinned down all of the Unstable packages and pinned up the appropriate meta packages (linux-image-amd64, linux-headers-amd64, and linux-libc-dev) to get them from Unstable. It worked wonderfully and did just what I wanted it to. I couldn't be happier. However, I was just looking at some unrelated stuff in Synaptic going about my business, and I found that it said my kernel image (linux-image-4.0.0-2-amd64) was installed locally and that there was an updated version available in the repos, which I had to manually upgrade to by forcing the version in Synaptic. If I'm not mistaken, I think I see the problem. I only pinned up the metapackages, so their dependencies, like linux-image-4.0.0-2-amd64, don't get updates automatically because all other Unstable packages are pinned down. Now, here is my question. How do I pin packages (like metapackages) to fetch their dependencies from Unstable when they can't be met by something in Testing? | Here is a copy of my /etc/apt/preferences: # Pin down Unstable Package: * Pin: release O=Debian,a=unstable Pin-Priority: -1 # Pin up kernel packages Package: linux-image-amd64 linux-headers-amd64 linux-libc-dev Pin: release O=Debian,a=unstable Pin-Priority: 1001 |
Greetings! I recently updated from Wheezy to Jessie and all went fine but I now notice that the wireless connection is unstable. It's not disconnecting or anything and it resolves names fine, it just cannot ping any host (remote host ping just hangs and LAN host ping results in icmp_seq=1 Destination Host Unreachable). I have a USB wi-fi adapter that's identified as RTL8192CU, the rtl8192cu module is properly loaded at boot, the wlan0 interface is brought up and obtains the correct IP address, DHCP identifies the correct gateway, its IP address written to /etc/resolv.conf and used as the default route... Everything seems to be as before the upgrade, no kernel error messages. The relevant messages during boot are: Code: Select all# dmesg | grep -i rtl [ 17.899704] rtl8192cu: Chip version 0x11 [ 17.976198] rtl8192cu: MAC address: e8:4e:06:29:bd:79 [ 17.976202] rtl8192cu: Board Type 0 [ 17.976441] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1 [ 17.976462] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin [ 17.976525] usbcore: registered new interface driver rtl8192cu [ 18.288536] usb 6-4: firmware: direct-loading firmware rtlwifi/rtl8192cufw_TMSC.bin [ 18.311804] ieee80211 phy0: Selected rate control algorithm 'rtl_rc' [ 18.312191] rtlwifi: wireless switch is on [ 37.319193] rtl8192cu: MAC auto ON okay! [ 37.352959] rtl8192cu: Tx queue select: 0x05 [ 214.031727] rtl8192cu: MAC auto ON okay! [ 214.064332] rtl8192cu: Tx queue select: 0x05 [ 259.703556] rtl8192cu: MAC auto ON okay! [ 259.736171] rtl8192cu: Tx queue select: 0x05 Upon manually disconnecting from the selected network and connecting again, this is the output: Code: Select all[ 259.703556] rtl8192cu: MAC auto ON okay! [ 259.736171] rtl8192cu: Tx queue select: 0x05 [ 260.093432] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not [ 260.942826] wlan0: authenticate with 00:25:45:a3:44:f1 [ 260.954951] wlan0: send auth to 00:25:45:a3:44:f1 (try 1/3 [ 260.958199] wlan0: authenticated [ 260.960033] wlan0: associate with 00:25:45:a3:44:f1 (try 1 [ 260.989302] wlan0: RX AssocResp from 00:25:45:a3:44:f1 (ca [ 260.989329] wlan0: associated [ 260.989359] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link bec [ 260.989395] cfg80211: Calling CRDA for country: AU [ 260.992127] cfg80211: Regulatory domain changed to country [ 260.992130] cfg80211: DFS Master region: unset [ 260.992132] cfg80211: (start_freq - end_freq @ bandwidth [ 260.992135] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 [ 260.992138] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 [ 260.992141] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 [ 260.992145] cfg80211: (5490000 KHz - 5710000 KHz @ 16000 [ 260.992147] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 Then pinging any host works fine and only a few seconds later it cannot connect to any host anymore. Nothing else changes (dmesg output, kernel IP table, resolv.conf, ifconfig output). iwlist scanning also reports normal output for wlan0. I cannot really figure out where to look for error messages or any clues. Sorry if I missed any relevant information. Any help appreciated! | This is a known problem with that driver and patches are available upstream: http://www.realtek.com.tw/ Try applying the patches to your driver. |
Hi, I would like to configure visudo to authorize user to start only one application with sudo on one peculiar host and forbid everything else so, after reading the man, I came up with : Code: Select alluser ALL = (ALL:ALL) !ALL user host_name = /usr/bin/application But it does not seem to work.Im definitely doing something wwrong but what ? Thank you | For example: place as root in /etc/sudoers such string: Code: Select allpeter peter-ir = NOPASSWD: /usr/sbin/visudo Between peter and peter-ir is TAB, afterward spaces. Then if peter on peter-ir enters command Code: Select allsudo /usr/sbin/visudo visudo will be called. Peter. |
A friend wanted to move from WinXP to Debian, so I cloned my Debian 'stretch' system with xfce, which is working well, onto a memory stick and booted it on the target machine, as a test. Everything seemed to work, so I went about changing my user name to theirs, as follows, using the system on the memory stick: First created a temp account with sudo rights: Code: Select allsudo adduser temp sudo adduser temp sudo Logged out from my current account and back in with the temp account. Then Code: Select allsudo usermod -l new-username -m -d /home/new-username old-username sudo groupmod -n new-username old-username Then logged out from temp account and logged back into the account with new-username. Code: Select allsudo userdel -r temp I also changed the lightdm config so that the lightdm auto-logs in with the new user name. Now the modified memory stick still boots and runs ok, but now when I get the properties of a folder, it reports its owner as oldUserName(newUserName), e.g. Fred(Harry) However the group is correctly shown as newUserName. Also, on logging out, the dialogue box title says logging out "oldUserName", yet the user logged in is newUserName, as a whoami testifies. Other info: Typing "id newUserName" gives the usual results, and typing "id oldUserName" reports "no such user". Using chown on the folder had no effect, owner still cited as "oldUserName(newUserName)" How do I fix this? | ticketman wrote:Using chown on the folder had no effect, owner still cited as "oldUserName(newUserName)" Please post the exact command you used and the output of: Code: Select allegrep '<new user name>|<old user name>' /etc/group |
I recently installed NUT for UPS and managed to get it working but have an issue with messages. I set up the upsmon.conf to send messages to WALL, as per this : Code: Select allNOTIFYFLAG ONBATT SYSLOG+WALL Well I get message to the SYSLOG but not to the user, except when I have the NUT-Monitor GUI running. It was suggested by the developers at NUT that perhaps ' mesg is n ' , but I checked and it is ' mesg is y '. Take a look at the following. In user terminal: Code: Select alljohn@debian:~$ mesg is y john@debian:~$ In root terminal: Code: Select allroot@debian:/home/john# write john write: john has messages disabled root@debian: How an that be? From my user terminal it says messages are enabled and yet when I try to write to my user terminal it says messages are disabled. Is there some permission that needs to be changed ? I am still but an egg, so I really don't get it ! Updated info: Running Debian Jessie 8.1 . LXDE and Gnome desktops. Same problem for both desktops. | Apparently there is no solution to this, maybe because it really is working and I don't understand. Will mark this as solved. |
Phpmyadmin is acting up, both in Debian stable and testing, it is not restoring databases it created, and starts with errors. I want to replace it by adminer, installed from repo in stable (newer version is not in testing yet, it is on sid). However, I do not see anywhere instructions on how to launch it in Debian. Please help. | $ sudo apt-get install adminer $ sudo /etc/init.d/apache2 restart Then you can browse it through this address : http://your_server_name_or_ip/adminer |
I am running Jessie. After upgrading from Wheezy I had problems with Tcl/Tk programs, in particular Visual Tcl. The problem was apparently due to changes in Tcl/Tk 8.5 and 8.6 . So, I installed Tcl and Tk 8.4 from Wheezy . After installing and verifying that my programs work correctly I removed Wheezy from my sources list. I want to be sure that what I did afterwards will ensure that Tcl/Tk 8.4 are not upgraded when I do and apt-get upgrade. This is what I did. As root: Code: Select allecho "tcl8.4 hold" | --set-selection echo "tk8.4 hold" | --set-selection Will those packages now be held so they are not updated ? Will that effect any dependent packages that might be used by other packages? Thanks for the feedback. | Your code is wrong. You are missing the "dpkg" part, as in Code: Select allecho "package hold" | dpkg --set-selections There is also a couple of other ways to do it. AS ROOT: Code: Select allapt-mark hold packagename orCode: Select allaptitude hold packagename Personally I prefer the last two ones to the first one, but that's a matter of taste. In addition you can use dselect. But no need to go into that. Holding packages can prevent other packages from being upgraded. If you are holding packages over a long period of time, it could potentially become a problem and force you to either remove the hold on those packages, or rebuild the packages you are holding against newer versions of its dependencies. |
After a hiatus I found my machine to be down, but upon turning it on I get significant errors and dropped into emergency mode (see below). This machine wasn't very up-to-date to begin with, so I'm having difficulty determining the order in which to proceed. A couple naive checks and updates on my part are not helping. The file system appears to be intact enough to "cd" around and "ls" to see that my files are all (seemingly) there. But the kernel modules aren't loading which is, you know, a problem. Any help would be greatly appreciated. The state I find it in is that it will begin booting to Linux 3.2 (which I know is no longer supported in testing, see below where I tried to update to 3.16), but fails quickly and puts me into emergency mode Loading, please wait... megasas: INIT adapter done systemd[1]: Failed to insert module 'autofs4' systemd[1]: Failed to open /dev/autofs: No such file or directory systemd[1]: Failed to initialize automounter: No such file or directory systemd[1]: Failed to set up automount Arbitrary Executable File Formats File System Automount Point. ...Then several drives show up as clean.... Running "journalctl -xb" shows that it cannt mount the module even though it's there on the disk: ... systemd-modules-load[259]: could not open moddep file '/lib/modules/3.2.0-4-amd64/modules.dep.bin' ... systemd-modules-load[259]: Failed to lookup alias 'firewire-sbp2': Function not implemented ... systemd-modules-load[259]: could not open modeep file '/lib/modules/3.2.0-4-amd64/modules.dep.bin' ... systemd-modules-load[259]: Failed to lookup alias 'loop': Function not implemented And yet, if I 'ls' that modules.dep.bin file, it's right where it's supposed to be, for the appropriate architecture and everything. After that (in the journalctl output), it shows several things start up, but systemd-modules-load.service fails: .. systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE .. systemd[1]: systemd-modules-load.service: Failed to start Load Kernel Modules ...and lots of things fail from systemd-udevd: failed to execute '/lib/udev/socket:@/org/freedesktop/hal/udev_ev_event': No such file directory. "uname -a" shows Linux <my hostname> 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux I tried updating via apt to the Linux 3.16.0 kernel, but grub wasn't finding it in a way that effects the boot process, and no appropriate "vmlinuz-" file appears with the others on the boot partition. So, I tried switching to grub2 but the update-grub command produces many errors which I'm happy to provide upon request. For now, grub2 still (attempts to) load the old kernel (3.2) with the same results as I was getting with the old grub-legacy. Regarding the module-loading features, running "lsmod" shows about 30 lines: Module ext3 mbcache jbd dm_mod usbhid hid sg sd_mod sr_mod crc_t10dif cdrom ahci libahci libata megaraid_sas uhci_hcd mptsas scsi_transport_sas mptscsih mptbase firewire_ohci ehci_hcd tg3 usbcore firewire_core scsi_mod crc_itu_t libphy usb_common. ...I'm at the limit of what I know to check and/or try. Any help would be appreciated. Thanks! | SOLVED: ...So, apparently, due to inadequate partitioning, the kernel modules in question had been moved to /var and replaced with symbolic links, as in /lib/modules/3.2.0-4-amd64 -> /var/storage/modules/3.2.0-4-amd64 That might be a problem if /var gets mounted too late! LOL. So, with the module directory moved back into "physical storage" in /lib proper, the above errors go away and the system boots properly. |
I did a netinstall earlier today (latest version, amd64) on my Dell XPS laptop and ended up with a minimal installation because I couldn't connect to the internet. Now I'm trying to get online without a desktop environment. I have an Intel Centrino 1030, so I downloaded and installed the firmware (http://packages.debian.org/wheezy/firmware-iwlwifi) with a usb, then rebooted. I have no idea what to do at this point. My searches have turned up a lot of instructions involving a utility called iwconfig and wpasuppliant, but these are apparently not installed. I don't really know much about it, but my /etc/network/interfaces file looks rather empty: Code: Select all# The loopback interface auto lo iface lo inet loopback Shouldn't there be something like wlan0 there? The network card does show up with lspci Also, I'm connecting to public wifi, so I don't have much info about the network except its name. | Hi. Code: Select alliface wlan0 inet dhcp ... Then run "ifup wlan0". If this doesn't work, try bringing the interface down first using "ifdown wlan0". ... From: http://www.linuxquestions.org/questions ... 175482675/ hope it or the other links there help. |
Hi everyone, After installing Jessie, apt-get gives me a huge list of packages with the suggestion to autoremove them. Now, I've tried auto-remove once and was left with a naked Gnome, so I was wondering if there's another way to find out which packages I should keep and which I can safely remove. Is it safe to delete packages that cannot be found using the search function for the stable release? I checked them one by one here https://www.debian.org/distrib/packages#search_packages How about linux images that won't appear in the above search? linux-image-3.14-0.bpo.1-amd64 linux-image-3.14-0.bpo.2-amd64 linux-image-3.16-0.bpo.2-amd64 linux-image-3.16-0.bpo.3-amd64 linux-image-3.2.0-4-amd64 How about results shown by deborphan? These are the solutions I came up with, but would appreciate the advice of more experienced users on how to find out which packages are safe to delete and which are not. Many thanks! | http://forums.debian.net/viewtopic.php?t=104157 This thread might help. |
I've tried: Code: Select allapt-get -f install apt-get clean apt-get purge apt-get upgrade dpkg --configure -a I always get errors concerning memtest86+, and grub-pc is not configuring properly. I got an error for both of them after I tried to see if I could fix the problem in aptitude: Code: Select all(Reading database ... 274011 files and directories currently installed.) Removing memtest86+ (5.01-2) ... Generating grub configuration file ... Found background: /usr/share/images/water.jpg Found background image: /usr/share/images/water.jpg dpkg: error processing package memtest86+ (--remove): subprocess installed post-removal script returned error exit status 1 Errors were encountered while processing: memtest86+ E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up grub-pc (2.02~beta2-22) ... Installing for i386-pc platform. Installation finished. No error reported. Generating grub configuration file ... Found background: /usr/share/images/water.jpg Found background image: /usr/share/images/water.jpg dpkg: error processing package grub-pc (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: grub-pc Press Return to continue | dpkg tells me that memtest86+ is half-installed. I've now also tried removing memtest86+ from /var/apt/archive, tried re-installing it, and Code: Select allsudo sh -x /var/lib/dpkg/info/memtest86+.postinst configure 2.28.1-6 with result: Code: Select all+ set -e + . /usr/share/debconf/confmodule + [ ! ] + PERL_DL_NONLAZY=1 + export PERL_DL_NONLAZY + [ ] + exec /usr/share/debconf/frontend /var/lib/dpkg/info/memtest86+.postinst configure 2.28.1-6 Generating grub configuration file ... Found background: /usr/share/images/water.jpg Found background image: /usr/share/images/water.jpg What else can I do? I don't know if this is relevant, but I had to interrupt my distribution upgrade process, and I have about 562 packages that have yet to be upgraded. I also had some Windows crap called FlexNet install itself to sector 32 of the boot sector and fixed the problem (I hope; I haven't rebooted yet) via this procedure: http://askubuntu.com/questions/195390/g ... e-what-sho |
Hi: In a hp pavilion 15 Notebook PC with Debian 8.1 After two hours or so wifi stops working. Network-manager does not give any indication of failure but some times a yellow question mark. rfkill list wifi gives: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no ifconfig gives: eth0 Link encap:Ethernet HWaddr 8c:dc:d4:7b:c2:0e UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:3994 errors:0 dropped:0 overruns:0 frame:0 TX packets:3661 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3675324 (3.5 MiB) TX bytes:679584 (663.6 KiB) 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:3892 errors:0 dropped:0 overruns:0 frame:0 TX packets:3892 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:314170 (306.8 KiB) TX bytes:314170 (306.8 KiB) wlan0 Link encap:Ethernet HWaddr 38:b1:db:7a:01:05 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:4214 errors:0 dropped:0 overruns:0 frame:0 TX packets:3553 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1783191 (1.7 MiB) TX bytes:538433 (525.8 KiB) The command: /etc/init.d/networking restart responds but does not change anything. If in this situation I connect a external wifi usb alpha adapter, wifi immediately starts working without any interruption. Now ifconfig gives: eth0 Link encap:Ethernet HWaddr 8c:dc:d4:7b:c2:0e UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:3994 errors:0 dropped:0 overruns:0 frame:0 TX packets:3661 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3675324 (3.5 MiB) TX bytes:679584 (663.6 KiB) 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:4318 errors:0 dropped:0 overruns:0 frame:0 TX packets:4318 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:346526 (338.4 KiB) TX bytes:346526 (338.4 KiB) wlan0 Link encap:Ethernet HWaddr 38:b1:db:7a:01:05 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:4214 errors:0 dropped:0 overruns:0 frame:0 TX packets:3553 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1783191 (1.7 MiB) TX bytes:538433 (525.8 KiB) wlan1 Link encap:Ethernet HWaddr 98:3f:9f:22:11:f6 inet addr:192.168.1.68 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::9a3f:9fff:fe22:11f6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:8474 errors:0 dropped:0 overruns:0 frame:0 TX packets:7026 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:7400426 (7.0 MiB) TX bytes:1097426 (1.0 MiB) I will appreciate any suggestion to solve the problem. | Post the output of: Code: Select all# iwconfig lspci -k|grep -iA2 net Please use code tags when posting terminal output -- use the "Quote" button on this post to see how I have made the above code box. |
Hey, I was installing debian today and I ran into a strange issue that was preventing me from connecting to the internet. I completed the install without a mirror, thinking I could fix it later. I'm using an ethernet cable that works, router is working fine too, to my knowledge. My laptop is a Toshiba e45t-a4100 if you're interested in that. If you need anymore info, let me know and I can provide it. Heres the output of things: netstat -rn Code: Select allKernal IP Routing table Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 192.0.2.254 0.0.0.0 UG 0 0 0 eth0 192.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 ifconfig -a Code: Select alleth0 Link encap:Ethernet HWaddr 20:1a:06:7b:e1:49 inet addr:192.0.2.7 Bcast:192.0.2.255 Mask:255.0.0.0 inet6 addr: fe80::221a:6ff:fe7b:e149/64 Scope:Link UPBROADCAST MULTICAST MTU:1500 Metric:1 RX packets:185 errors:0 dropped:0 overruns:0 frame:0 TX packets:185 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4429971 (4.2 MiB) TX bytes:22226 (21.7 KiB) 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:185 errors:0 dropped:0 overruns:0 frame:0 TX packets:185 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:13936 (13.6 KiB) TX bytes:13936 (13.6 KiB) ping 192.0.2.7 Code: Select all64 bytes from 192.0.2.7: icmp_seq=1 ttl=64 time =.032 ms <more of the same> --- 192.0.2.7 ping statistics --- 9 packets transmitted, 9 recieved, 0% packet loss, time 8013ms rtt min/avg/max/mdev = 0.033/0.037/0.042/0.008ms ping http://www.google.com Code: Select allping: unkown host http://www.google.com wget http://www.google.com Code: Select all--2015-07-02 15-23-25-- http://google.com Resolving www.google.com (www.google.com)... failed: Name or service not known. wget: unable to resolve host address 'www.google.com' this is my Code: Select allsource etc/network/interfaces.d/* # The loopback network interface auto eth0 iface eth0 inet static address 192.0.2.7 netmask 255.255.255.0 gateway 192.0.2.254 dhclient eth0 (I get nothing, cursor just sits and blinks) edit: almost forgot lspci -knn|grep -iA2 net Code: Select all02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c) Subsystem: Toshiba America Info Systems Device [1179:facb] Kernel driver in use: r8169 03:00.0 Network controller [0280] : Intel Corporation Wireless 7260 [8086:08b1] (rev 6b) Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:c170] | Is firmware-realtek installed from the non-free section? This package contains the binary firmware for some Ethernet adapters with the RTL8111/RTL8168 chips supported by the r8169 driver; .... |
Hi all, I recently installed another Linux distro, Kali Linux, alongside my Debian 8 and discovered to my chagrin that my computer boots to Kali's grub rather than to the Debian grub. I had spent some time customizing Debian's grub and would hate to see that effort go to waste. Is there a way I can get my computer to boot to Debian's grub instead? I tried deleting Kali's boot partition with gparted but that did not seem to do anything. | Boot into Debian and run these commands: Code: Select all# apt-get install os-prober # grub-install /dev/sda # update-grub This presumes your main system is on /dev/sda -- check with `lsblk` |
Today when I run this command Code: Select alldf -h I see these Code: Select allmostafa@debian-mfaridi:~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 8.2G 8.1G 0 100% / udev 10M 0 10M 0% /dev tmpfs 793M 9.0M 784M 2% /run tmpfs 2.0G 224K 2.0G 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup /dev/sda5 2.7G 534M 2.1G 21% /var /dev/sda7 360M 2.1M 335M 1% /tmp /dev/sda8 440G 23G 395G 6% /home tmpfs 397M 8.0K 397M 1% /run/user/116 tmpfs 397M 24K 397M 1% /run/user/1000 /dev/sr0 1.4G 1.4G 0 100% /media/cdrom0 my root partition is full , what I must do ? during installation I use default partition sometimes my var partition full too. | Or move the dir and symlink to it should work as well. |
My mouse goes berserk some times. The cursor moves around and clicks by itself. There are some posts about it on various forums, but I failed to solve the problem by reading them. The dmesg entry I have noticed is: psmouse serio1: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away. I am on Jessie AMD64 | Hardware problem? Does this happen in the live environment or with a different mouse? |
Installed Debian Stretch on a Thinkpad x201 Everything runs; except the wireless. Installed WICD network manager but get the following error message. wlan0: ERROR -- No such device The outputs from various command line entries are listed below. If anyone has some advice, I'm all ears. =========================== # uname -r 3.16.0-4-686.pae # lspci | grep -i net 00:19 Ethernet controller : Intel Corporation 82577LM Gigabit network Connection (rev 06) 02:00 Network controller : Intel Corporation Centrino Advanced-N 6200 (rev 35) # ifconfig wlan up wlan0: ERROR while getting interface flags: No such device # iwconfig wlan0 wlan0 no such device | Thanks, Wizard10000! That seems to have done the trick! Here's the steps that where followed: firmware-iwlwifi; synaptic shows that is was already installed completely removed firmware-iwlwifi completely removed gnome network manager re-instaled firmware-iwlwifi installed wicd network manager rebooted Bingo ! It works just fine. |
Issue Summary: A guest 32-bit Debian 3.0 virtual machine is opened using VMware. The guest OS loads a read-only file system on startup. Despite root access no file changes can be made to the virtual machine. Guest OS Details: Linux Kernel: 2.6.26 nonpreempt Debian Version: 3.0 OS Type: 32-bit (i686) gcc version: 3.3.5 Guest OS provided as series of files: (.vmdk) (.vmsd) (.vmx) (.vmxf). These files were known to successfully open using some type of VMware software in the past (with write access). Host OS #1 Details: OS: Windows 7, 32-bit VMware Workstation: 10.0.6 VMware Player: 6.0.6 BIOS Intel Virtualization Technology: ENABLED BIOS Intel VT for Direct I/O: ENABLED BIOS Intel Trusted Execution Technology: ENABLED Host OS #2 Details: OS: Ubuntu 14.04.2 LTS, 64-bit VMware Workstation: 11.1.2 VMware Player: 7.1.2 Prompt #1 (Always appears on host OS when first running the virtual machine file) This virtual machine might have been moved or copied. In order to configure certain management and networking features, VMware Workstation needs to know if this virtual machine was moved or copied. If you don't know, answer "I copied it". Prompt #2 (During startup prior to login) An early message appears something to the effect of “changing file system to read-only” then a number of subsequent messages appear such as: e.g. “syslogdchmod: changing permissions of `/dev/xconsole/”. Finally after logging in as root, attempting to create a file: sudo touch example.txt, gives: “touch: creating `example.txt’: Read-only file system. Things I have tried: 1) Various Virtual Machine Settings, such as: changing the guest OS type (Linux 2.6x Kernel, Debian 5, Other, Ubuntu, etc.) 2) Selecting both “I moved it” and later “I copied it” on startup during Prompt #1. 3) Using both VMware Workstation and VMware Player, on both the Windows 7,32-bit and Ubuntu 14.04.2 4) Enabling and disabling all of the Virtualization Technology features in Windows BIOS (Host #1). 5) Checking Virtualization is enabled (via command: sudo kvm-ok) on Ubuntu (Host #2) 6) A similar issue appears to be the “path failover problem” as discussed here: http://searchservervirtualization.techt ... le-systems. However in this case the file system becomes read only typically after some amount of time, rather than immediately upon startup. See http://kb.vmware.com/selfservice/micros ... alId=51306 for more details. Questions: It seems the latest VMware Player and Workstation do not support Debian 3.0. Is there any way to obtain legacy versions of this software, or alternate software that does? Could this problem be related to the fact that the virtual machine files were being recently configured and opened on another host OS? Any ideas on what else the problem could be? | Your post repeatedly mentions Debian 3.0, but you also make reference to the kernel in Debian 5.0. Given that both releases are long past their respective End Of Life, you may find it difficult to find anyone who is running either, let alone running them in a VM. |
My root fliesystem looks like this: Code: Select allFilesystem Size Used Avail Use% Mounted on /dev/sdb2 15G 5.5G 1.2G 83% / It's btrfs: Code: Select allme@mine:~$ sudo btrfs fi df / Data, single: total=5.00GiB, used=4.94GiB System, DUP: total=32.00MiB, used=12.00KiB Metadata, DUP: total=4.22GiB, used=268.97MiB GlobalReserve, single: total=92.00MiB, used=0.00B Code: Select allme@mine:~$ sudo btrfs fi show root Label: 'root' uuid: e107be55-c89f-49d7-a55e-35fd61964236 Total devices 1 FS bytes used 5.20GiB devid 1 size 14.57GiB used 13.50GiB path /dev/sdb2 I've tried rebalancing using: Code: Select allbtrfs balance start -dusage=100 / Each time it runs it shifts maybe 1 block, that's all, which makes no difference to the overall problem. I think I've gained 200MB back from running it about 10 times. I tried less than 100 dusage but lower figures do even less. I tried adding another disk to the volume to give it more space to balance with, but then it just moved blocks onto the additional storage, then moved them back off again into the exact same state when I removed the additional disk. What else can I do to claw back some space? I can't imagine this is a design feature of btrfs to waste 50% of your disk space. Thanks in advance. | bump. |
I don't seem to be able to ping anything outside my LAN from my debian box. So either a gateway or iptables issue. But after a few hours of google-fu I've run out of things to try. iptables rules look ok, but there's something weird with the modules.. So a few important facts... Other machines on the lan can access wan with no problems this machine can ping the gateway I can not ping anything outside my lan, even when using ip address (so it's not a dns issue) this occurred right after I ran `apt-get dist-upgrade` to upgrade from wheezy to jessie, but i did remove a few packages after the dist-upgrade and before I noticed the connectivity issue. The packages I can recall uninstalling are: shorewall postfix dovecot fail2ban So if I `service iptables restart` I get: Code: Select all[ ok ] Flushing firewall rules: iptables. [ ok ] Setting chains to policy ACCEPT: filter. [FAILding iptables modules failed! [ ok ] Applying iptables firewall rules:. My /proc/net/ip_tables_modules contains: Code: Select alllimit addrtype state multiport ttl udplite udp tcp addrtype icmp and `iptables -L` shows: Code: Select allChain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination But that's pretty much all the information I can find about the iptables issue. There's nothing relevant in `dmesg` or `/var/log/syslog` I don't really think that it's a gateway issue because everything looks fine there. `/etc/network/interfaces` : Code: Select all# The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.0.30 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.20 `/etc/nsswitch.conf` : Code: Select all# /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc-reference' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. passwd: compat group: compat shadow: compat gshadow: files hosts: files dns networks: files protocols: db files services: db files ethers: db files rpc: db files netgroup: nis `route -n` : Code: Select all Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.0.20 0.0.0.0 UG 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 `ip route show` : Code: Select all default via 192.168.0.20 dev eth0 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.30 `dmesg | tail | grep 'eth0'` : Code: Select all [ 9.356865] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx [ 9.356974] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO [ 9.357521] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 20.112024] eth0: no IPv6 routers present So thanks for reading and thanks in advance for any thoughts you might have... | Ok so I was looking into the iptables thing and realised that my other systems don't have an /etc/init.d/iptables, so it's not usually run as a service. Sorry.. I usually use shorewall or some other config tool so I'm not really on top of this stuff. Anyhow, my /etc/init.d/iptables was created by an iredmail instalation. iredmail is one of those clunky suites which have an arcane custom install script and no easy pathway for uninstalling. (it's a great project.. just awkward install/uninstall). I used iredmail ages ago on this machine, but stopped using it, didn't really uninstall it, but have been uninstalling packages which seem related. That's why I have these leftover weird parts like /etc/init.d/iptables Anyhow, the portion of /etc/init.d/iptables which is throwing the error is: Code: Select all if [ "x$IPTABLES_MODULES_UNLOAD" = "xyes" ]; then echo -n "Unloading $IPTABLES modules" ret=0 rmmod_r ${IPV}_tables let ret+=$?; rmmod_r ${IPV}_conntrack let ret+=$?; [ $ret -eq 0 ] && log_end_msg 0 || log_end_msg 1 fi Which I take to mean that there's a problem with either ip_tables or ip_conntrack modules? |
I've been googling for two days trying to find out, how to remove a complete physical drive from a volume group/logical volume safely without losing any data. Most of the articles just handles dealing with one drive hacked up into two or more parts. What I have is a four-drive volume group that is one complete logical volume. I'm suspecting that one drive is failing and I will remove it completely from the volume group. They are all 2TB drives to a total sum of 7.16TiB, right now I have 2200GiB free in the logical volume so there's enough room for it to leave the volume group. So, is there any safe way of reducing the size on the Logical volume/volume group, make it so that no data is on the drive that I'm removing and how do I do it? Alternatively, I also have two very small drives, 250GB acts as a mirror raid. (also through LVM). I thought I could just disconnect these, put in my two new drives and move everything over from the old logical volume to a new logical volume that is large enough to contain it all. I got error messages during boot which I cannot recite, It had something to do with not finding the mirror LV, I thought it would just zoom past it and not mount, just give a warning about it, but apparently it just halts the boot, I'm out of SATA ports so I can not just add more drives and migrate the files over to the new LV. Sorry for the flash, but the other picture I tried to take didn't focus correctly. http://i.imgur.com/wgp0YsX.jpg (yes I'm sure there is a way to take screenshots from the command, I just didn't know how at the time. /dev/sda1 is the boot drive, /dev/vg/personal is the mirrored part /dev/mapper/vg01-coffer is the new LV | Do you have 2200M free in the volume group (`vgdisplay` line 'Free PE / Size'), or on the filesystem on a particular volume (`df`)? In the first case, it's measy. Look at the manpage for `pvmove`. In the second case, it's probably possible, but will probably at least require unmounting the filesystem on that LV. Unmount, use `fsck` to check the filesystem, `resize2fs` to shrink the filesystem, `lvreduce` to shrink the LV, then `pvmove` to get the data off the suspect disk. In either case, use `vgreduce` to remove the suspect disk from the volume group. |
I have this machine (motherboard ITX Jetaway NF94-270-LF based on CPU Atom N270, full specs here) as a server for some time now (about 4 years). Debian 8.1 is installed on it. Two days ago, after a power failure, the machine was not able to complete the boot process. I attached a keyboard and a monitor (on VGA port, the motherboard also as a DVI one, but I don't have a suitable monitor) to be able to see what's happening and interact with the machine. Unluckily, at a certain point during the booting sequence the screen goes blank and the monitor goes in standby mode; apart from that, the boot process continues in the background. As far as I can recall, this behaviour existed for at least a couple of years (if not from the beginning) and the boot process was always completed successfully until two days ago. The screen goes blank after the setup of the keyboard mapping. I tried everything to avoid the screen going blank: in the Grub menu I set the "vga" parameter, the "nomodeset" parameter, the grub_gfxmode parameter, I removed the "quiet" option, I removed the "load_video" line, I forced the BIOS to only use the VGA port for the video and so on, in order to disable or configure differently the video and the framebuffer. All these stuff had no effect at all: the screen keeps going blank at the same point during the boot process. The only way I was able to use a fully booted system through keyboard and monitor was via the rescue mode of the Debian 8.1 netinst image. But that way, of course, I wasn't able to observe the normal boot process. So, I checked the boot parameters of the rescue mode and I found that the only usefull parameter was "vga", which I already used and was ineffective. My question is: how can I prevent the screen from going blank? Or at least, how can I observe the boot process and interact with this machine? Please, keep in mind that since the boot process is not completed, ssh is not an option. | You could boot a live ISO and chroot into your system. |
I'm using Debian Wheezy i386. I've tried to uninstall gnome as below : Code: Select all# aptitude purge `dpkg --get-selections | grep gnome | cut -f 1` # aptitude -f install # aptitude purge `dpkg --get-selections | grep deinstall | cut -f 1` # aptitude -f install And gnome successfully removed. After reboot, system started in tty and I plugged Wired Network cable to access Internet but I have no Internet! Content of "/etc/apt/sources.list" : Code: Select alldeb http://ftp.au.debian.org/debian wheezy main deb-src http://ftp.au.debian.org/debian wheezy main Output of `ifconfig` : | it's because you also removed network-manager who takes care of network interfaces for you. try to add this to /etc/network/interfaces : Code: Select all# The primary network interface auto eth0 allow-hotplug eth0 iface eth0 inet dhcp then reboot or try : Code: Select all# dhclient You may have to set up a DNS name resolver in /etc/resolv.conf see : https://wiki.debian.org/NetworkConfiguration |
I just performed the first apt-get upgrade since upgrading to Jessie and got the following: root@debian:/home/john# apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: db5.1-util 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded When I looked at the packages, using "Preferences>Packages" I see that db5.1 database utilities is installed but that db5.3 is available. Should I be doing something about that? I don't do any database work but maybe the system uses that package. Suggestions ??? | Please post the output of: Code: Select alldpkg -l|grep ^h |
Gooday, I have a Raid 5 arry of 4 disks running debian Wheezy. I ran the weekly update cycle (apt-get update && apt-get upgrade) but after the recommended reboot I cannot load Debian. The error i'm getting is the following: Code: Select allLoading Linux 3.2.0-4-amd64 error: cannot read the Linux Header Loading initial ramdisk error: you need to load the kernel first. To troubleshoot I ran bootdisk-repair, with no luck. After that I created a live-usb and ran boot info script. I have three virtual drives: /boot, /swap, and / I have tried to manually install the header files with the following commands: Code: Select allsudo mount /dev/sda3 /mnt sudo mount --bind /dev /mnt/dev sudo mount --bind /proc /mnt/proc sudo mount --bind /sys /mnt/sys sudo chroot /mnt after that I searched cache for my kernel version: Code: Select allapt-cache search linux-image found 3.2.0-4-amd64 after that I searched the headers with: Code: Select allapt-cache search linux-headers-3.2.0-4-amd64 and installed them with Code: Select allapt-get install linux-headers-3.2.0-4-amd64 Still getting the error. I feel there is something wrong with my /boot partition conflicting with the / partition. I really hope you guys can help, the server has all my personal email, files and movies stored. I included the output from bootscript. Code: Select all Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 2048 of the same hard drive for core.img. core.img is at this location and looks for (,gpt3)/boot/grub on this drive. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb. sda1: __________________________________________________________________________ File system: BIOS Boot partition Boot sector type: Grub2's core.img Boot sector info: sda2: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sda3: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Debian GNU/Linux 7 Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdb1: __________________________________________________________________________ File system: vfat Boot sector type: SYSLINUX 6.03 2014-10-06................................................2....0............A20 gate n Boot sector info: Syslinux looks at sector 2547832 of /dev/sdb1 for its second stage. SYSLINUX is installed in the directory. No errors found in the Boot Parameter Block. Operating System: Boot files: /syslinux/syslinux.cfg /ldlinux.sys ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 5.5 TiB, 5999532441600 bytes, 11717836800 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 1 4,294,967,295 4,294,967,295 ee GPT GUID Partition Table detected. Partition Start Sector End Sector # of Sectors System /dev/sda1 2,048 4,095 2,048 BIOS Boot partition /dev/sda2 4,096 7,909,375 7,905,280 Swap partition (Linux) /dev/sda3 7,909,376 5,275,383,807 5,267,474,432 Data partition (Windows/Linux) Drive: sdb _____________________________________________________________________ Disk /dev/sdb: 3.8 GiB, 4013948928 bytes, 7839744 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sdb1 * 8,192 7,839,743 7,831,552 b W95 FAT32 "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/sda1 /dev/sda2 14a75056-d6ba-476f-8a45-7302e22e1ca2 swap /dev/sda3 6bdd0335-4d1f-4c2b-ba1e-efbf3c4fe528 ext4 /dev/sdb1 1E49-63EB vfat MYLINUXLIVE ================================ Mount points: ================================= Device Mount_Point Type Options /dev/loop0 /lib/live/mount/rootfs/filesystem.squashfs squashfs (ro,noatime) /dev/sda3 /mnt ext4 (rw,relatime,data=ordered) /dev/sdb1 /lib/live/mount/medium vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro) =========================== sda3/boot/grub/grub.cfg: =========================== -------------------------------------------------------------------------------- # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then load_env fi set default="0" if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_gpt insmod ext2 set root='(hd0,gpt3)' search --no-floppy --fs-uuid --set=root 6bdd0335-4d1f-4c2b-ba1e-efbf3c4fe528 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm insmod part_gpt insmod ext2 set root='(hd0,gpt3)' search --no-floppy --fs-uuid --set=root 6bdd0335-4d1f-4c2b-ba1e-efbf3c4fe528 set locale_dir=($root)/boot/grub/locale set lang=en_US insmod gettext fi terminal_output gfxterm set timeout=10 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod part_gpt insmod ext2 set root='(hd0,gpt3)' search --no-floppy --fs-uuid --set=root 6bdd0335-4d1f-4c2b-ba1e-efbf3c4fe528 insmod png if background_image /usr/share/images/desktop-base/joy-grub.png; then set color_normal=white/black set color_highlight=black/white else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os { load_video insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt3)' search --no-floppy --fs-uuid --set=root 6bdd0335-4d1f-4c2b-ba1e-efbf3c4fe528 echo 'Loading Linux 3.2.0-4-amd64 ...' linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=6bdd0335-4d1f-4c2b-ba1e-efbf3c4fe528 ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.0-4-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { load_video insmod gzio insmod part_gpt insmod ext2 set root='(hd0,gpt3)' search --no-floppy --fs-uuid --set=root 6bdd0335-4d1f-4c2b-ba1e-efbf3c4fe528 echo 'Loading Linux 3.2.0-4-amd64 ...' linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=6bdd0335-4d1f-4c2b-ba1e-efbf3c4fe528 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.0-4-amd64 } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/30_os-prober ### ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ### ### BEGIN /etc/grub.d/41_custom ### if [ -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### -------------------------------------------------------------------------------- =============================== sda3/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sdb3 during installation UUID=6bdd0335-4d1f-4c2b-ba1e-efbf3c4fe528 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb2 during installation UUID=14a75056-d6ba-476f-8a45-7302e22e1ca2 none swap sw 0 0 /dev/sda1 /media/usb0 auto rw,user,noauto 0 0 -------------------------------------------------------------------------------- =================== sda3: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) ========================= sdb1/syslinux/syslinux.cfg: ========================== -------------------------------------------------------------------------------- include menu.cfg default vesamenu.c32 prompt 0 timeout 0 -------------------------------------------------------------------------------- ================= sdb1: Location of files loaded by Syslinux: ================== GiB - GB File Fragment(s) ============== sdb1: Version of COM32(R) files used by Syslinux: =============== ldlinux.c32 : not a COM32/COM32R module syslinux/hdt.c32 : not a COM32/COM32R module syslinux/ldlinux.c32 : not a COM32/COM32R module syslinux/libcom32.c32 : not a COM32/COM32R module syslinux/libutil.c32 : not a COM32/COM32R module syslinux/vesamenu.c32 : not a COM32/COM32R module =============================== StdErr Messages: =============================== xz: (stdin): Compressed data is corrupt cat: /tmp/BootInfo-sEYjF9Y4/Tmp_Log: No such file or directory cat: /tmp/BootInfo-sEYjF9Y4/Tmp_Log: No such file or directory | Delectable wrote:I have three virtual drives: /boot, /swap, and / Please explain this in (much) more detail. According to the "Bootinfo" script, you only have a single root ("/") partition on /dev/sda3 (and swap). Have you tried re-installing and reconfiguring GRUB after using `chroot`? Code: Select all# grub-install /dev/sda # update-grub This really shouldn't happen after a simple upgrade in Debian wheezy (OldStable) -- read the bottom link in my signature and check that you haven't inadvertently b0rked your system. |
Hi all, I have a relative fresh install of jessie in which I face a high cpu usage of java (top shows about 165% CPU and 12% MEM). The problem occurs right after booting the computer. These values stay constantly high for days if I leave the box running. This happens even if the computer is just sitting there without doing anything. I have to kill java to go back to normal. So, when I do a Code: Select allkillall -KILL java the problem goes away. After that it doesn't reappear and I can use all apps installed without a problem. Currently I am based on openjdk Code: Select allupdate-alternatives --display java java - auto mode link currently points to /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java - priority 1071 slave java.1.gz: /usr/lib/jvm/java-7-openjdk-amd64/jre/man/man1/java.1.gz Current 'best' version is '/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java'. But I have also tried the SUN version with the same result. Could anyone direct me where to look to find more information on what exactly java app is using so much resources and how I can solve it? I guess I could just put somewhere in rc.d a kill java command and forget about it but I would really like to find out whats going on. Thanks in advance | From Stack Overflow: Since Java 1.5 the JDK comes with a new tool: JConsole wich can show you the CPU and memory usage of any 1.5 or later JVM. It can do charts of these parameters, export to CSV, show the number of classes loaded, the number of instances, deadlocks, threads etc... |
Is there any easy(-ish) way to add a kernel debugger or sysdump into Debian? It would be helpful to have at least some idea where about the problem lies in case something weird happens. If already present, is there an easy way to trig one or the other? | And logs in /var/log . |
Hello. I wanted to auto download subtitles from vlc so i installed the vlsub plugin. After that vlc didn't start. I restarted and tried again with no use. I purged it (and the plugin) from synaptic then run autoclean, autoremove commands from terminal, but now synaptic shows this message every time i am going to install just vlc: vlc: depends from: vlc-nox but it will not be installed depends from: libfreerdp1 (>=1.0.1) but it is not installable recommends: vlc-plugin-notify but it will not be installed recommends: vlc-plugin-samba but it will not be installed vlc-nox, libfreerdp1 (>=1.0.1),vlc-plugin-notify, vlc-plugin-samba are not installed in the PC. What did i forgot to do and how will vlsub be installed without bugging vlc? | You're not installing the vlc from Debian so we probably can't help (unless Steve is waiting for a compile or such and is feeling generous). You probably won't get much joy at me pis either as you are trying to install an experimental package on Debian... The fun in mixing repo's is that you get to unravel the horribly broken dependency chain yourself |
Hello. I have a VESA PC (1GhZ CPU, 1 GB RAM, SD card HD) with Debian 8 installed on it. When I put the SD card into the PC I installed it from, it sees all 3 ethernet ports, but when I plug it into a different PC, same model, it sees no ethernet ports. Are there any troubleshooting steps I can follow? I also link all of these ports to a bridge. Thank you. | What does it see in the new PC? Please post the outputs of - Code: Select allsudo ifconfig -a lspci -nnk | grep -iA2 net ..within 'Code' tags. |
So I'm trying to use the SO_REUSEPORT kernel feature, which has been introduced in version 3.9 under Debian Wheezy 64bit. To get a recent kernel, I installed a fresh 3.16 one from wheezy-backports including headers. Now I'm still unable to use SO_REUSEPORT with that kernel loaded. I also tried to compile my own 3.17 kernel, which had a bunch of matches for "reuseport" in its sources and also in the binary files later, so in theory the feature should be there, but eventually it's not. I'm using a small Python script to call that function and it always results in an error. I also tried to compile various applications that make use of that feature, but all say "SO_REUSEPORT... Not found" during "configure". This is driving me nuts, because the documentation about this feature is still very limited for Linux. I also tried "net.core.allow_reuseport=1" in sysctl.conf because this https://domsch.com/linux/lpc2010/Scalin ... 0rates.pdf document mentions it, but no luck with that either (No such file or directory). Any input about this would be appreciated on how to compile/use/load SO_REUSEPORT with Wheezy so applications can use it. Solution: Upgrade linux-libc-dev as well and not just the kernel (the one from backports works fine). | No one? I noticed that SO_REUSEPORT works fine with the latest official CentOS 6 kernel for instance (must have been backported), but it doesn't with any Debian kernel. |
Hi there, Amongst my current network woes, the current one I'd like to solve is that, while my phone can use the wifi from my router fine, my laptop cannot. In the sense that phone can go on websites as normal; laptop can ping local addresses but not internet ones. Laptop is running debian 8 'jessie': Code: Select all$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 8.0 (jessie) Release: 8.0 Codename: jessie $ uname -a Linux MadHatter 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux I'm using NetworkManager for things, and am currently connecting via tether to mobile data <.<. For a little while, using internet via an ethernet cable to the same router was working, but now apparently I can ping 8.8.8.8 but can't look up hosts via the router (using $ host google.com 8.8.8.8 was working). So, current status: eth0: works, but no DNS via router (phone is also having problems using the wifi to internet); wlan0: can ping the router but not the internet: Code: Select all$ ping -c 3 192.168.0.1 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data. 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=5.49 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=1.09 ms 64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=1.15 ms --- 192.168.0.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.094/2.582/5.497/2.061 ms $ ping -c 10 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. From 109.246.99.113 icmp_seq=1 Destination Host Unreachable From 109.246.99.113 icmp_seq=2 Destination Host Unreachable From 109.246.99.113 icmp_seq=5 Destination Host Unreachable From 109.246.99.113 icmp_seq=6 Destination Host Unreachable From 109.246.99.113 icmp_seq=10 Destination Host Unreachable --- 8.8.8.8 ping statistics --- 10 packets transmitted, 0 received, +5 errors, 100% packet loss, time 9035ms pipe 2 usb0 (phone's mobile data tethered via USB): works. Code: Select all$ sudo ifconfig -a eth0 Link encap:Ethernet HWaddr 54:04:a6:72:57:03 inet addr:192.168.0.8 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::5604:a6ff:fe72:5703/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:8907 errors:0 dropped:0 overruns:0 frame:0 TX packets:6974 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8625961 (8.2 MiB) TX bytes:1359396 (1.2 MiB) 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:862 errors:0 dropped:0 overruns:0 frame:0 TX packets:862 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:205153 (200.3 KiB) TX bytes:205153 (200.3 KiB) usb0 Link encap:Ethernet HWaddr f2:ac:91:3f:7d:15 inet addr:192.168.42.119 Bcast:192.168.42.255 Mask:255.255.255.0 inet6 addr: fe80::f0ac:91ff:fe3f:7d15/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:23 errors:0 dropped:0 overruns:0 frame:0 TX packets:106 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2387 (2.3 KiB) TX bytes:21664 (21.1 KiB) wlan0 Link encap:Ethernet HWaddr 74:2f:68:6e:54:65 inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::762f:68ff:fe6e:5465/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:565 errors:0 dropped:0 overruns:0 frame:0 TX packets:844 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:53377 (52.1 KiB) TX bytes:103428 (101.0 KiB) $ sudo iwconfig eth0 no wireless extensions. usb0 no wireless extensions. lo no wireless extensions. wlan0 IEEE 802.11bgn ESSID:"KeySurf_082cc0" Mode:Managed Frequency:2.457 GHz Access Point: 68:72:51:08:2C:C0 Bit Rate=1 Mb/s Tx-Power=15 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=44/70 Signal level=-66 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:20 Missed beacon:0 $ cat /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback #allow-hotplug eth0 #iface eth0 inet dhcp #allow-hotplug wlan0 #iface wlan0 inet dhcp $ cat resolv.conf # Generated by NetworkManager nameserver 192.168.0.1 [main] plugins=ifupdown,keyfile [ifupdown] managed=false $ sudo route -n $ sudo route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.0.1 0.0.0.0 UG 1024 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0 192.168.42.0 0.0.0.0 255.255.255.0 U 0 0 0 usb0 (without tethering or cable: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.0.1 0.0.0.0 UG 1024 0 0 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0 ) Anything else you need, let me know. Does anyone have any ideas? | DNS over the cable is apparently working now. Not sure what happened there. |
Hi In Debian Jessie sysvinit was replaced with systemd, and many well known function was replaced with not so known systemd features. I have a problem with replacement of inittab file, particulary with respawn function. In previous version any process which I wanted to start manually, and automatically restart if it get corrupted I was able to do with respawn command in /etc/inittab and determine for which runlevel it should be executed. Example: Z1:23:respawn:/usr/sbin/openvpn --config /etc/openvpn/vpn.ovpn So if this process is stopped for some reason, or if I manually kill the process, respawn function will automatically restart it. Where I can get the same function in systemd? | I find the way to replace respawn. First you should create e new service (conf file) in /etc/systemd/system/ in my case openvpn.service as follows: Code: Select all[Unit] Desription=openvpnv test with systemd, respawn After=network.target [Service] ExecStart=/usr/sbin/openvpn --config /etc/openvpn/vpn.ovpn Restart=always [Install] WantedBy=multi-user.target After that you need to activate the service: Code: Select allsystemctl enable openvpn.service The end. Now you can reboot, and service is automatically started, and restarted if you manually kill it. If reboot is not an option, you can start it immediately with: Code: Select allsystemctl daemon-reload systemctl start openvpn.service |
After installing Memtest86+, I now have 3 Memtest Grub entries, which 2 out of them I do not need and I also have an entry for my Dell Recovery Partition. Is there a way to hide these entries? Editing /boot/grub/grub.cfg helps, but only until next update-grub is run. And I couldn't find any solution on the web. Does anyone know, how I could hide/remove non-needed entries, while being resistant to grub updates? | Code: Select allmv /boot/memtest86+_multiboot.bin /boot/memtest86+_multiboot.bin.bak update-grub That'll get it down to two entries. To get rid of the serial console entry, it looks like you could comment out the entry in /etc/grub.d/20_memtest86+ and run update-grub again. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.