prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
I upgraded my system to lenny, but I am still running a 2.4 kernel. This is creating problems with the libc6 package. I have tried upgrading my kernel, but it wants a newer version of libc6. When I try to upgrade the libc6 it gives me trouble about the kernel version. I can't find a way to fix this. Does anyone have some ideas? From what I can find I think I need to downgrade to etch to get this fixed, but I don't know how to successfully downgrade to etch. How can I downgrade to etch?
post the output of: Code: Select allaptitude full-upgrade -DV -s (You can run that as a normal user)
Hi guys! I need help in configuring a fresh install of Squeeze. I discovered that it is possible to power off the system under gnome simply by pressing the power button or by selecting the "Shut Down" entry on "System" menu. However I need to restrict this option only to root. How can I do that? Thank you Davide
Code: Select all$ gksu gdmsetup Local tab, uncheck "Show actions menu" CORRECTION : Disregard my post. It's for gdm menu. Did not fully understand the question. I think I need more coffee ( duh ) *Goes back to sleep*
Hello everyone, My Debian Lenny server at my home doesn't want to route any traffic i think. Everything went well, but then when I installed OpenVPN it didn't work. I have Samba, Bind9 (slave), Shorewall, OpenVPN, Snort and LAMP for Base on the Debian installed. This is my network: You probably need more information which i will gladly give. Please help?
Can someone help me?
I have a fairly new laptop, 2*1.8 Ghz, but when I try to run games more advanced than pac-man, it's about 1-0.5 frames / second. This doesn't seem right. I've goggled it, and found a few posts from 2008-2009, but nothing that actually helped. Does anyone have any idea, as to what might be wrong? If anyone has this card, I'd like to see what you have in your /etc/X11/xorg.conf file... Code: Select all@art\:~$ lspci -nn | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 03)
Perhaps I should elaborate a bit. I'm guessing it's the 3D rendering-stuff that doesn't work. Compiz is completely dead, and running games like OpenArena is out of the question, CPU goes up to 100 % just by showing the menu. Same problem for other games.
Dear all, I have a problem copying my udev rules from other distro to another pc running debian. My box is running debian without any DE and I want my USB disks to be automounted based on the label; I believe udev is the nicest way to do this taks. Anyways : my rules are (copied from archlinux wiki btw) cat /etc/udev/rules.d/92-my-media-automount.rules Code: Select all# vim:enc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=udevrules: # # /etc/udev/rules.d/92-my-media-automount.rules # Only work on sd* KERNEL!="sd[a-z]*", GOTO="my_media_automount_end" ACTION=="add", PROGRAM!="/sbin/blkid %N", GOTO="my_media_automount_end" # get the label if present, otherwise assign one based on device/partition ENV{ID_FS_LABEL}!="", ENV{dir_name}="$env{ID_FS_LABEL}" ENV{ID_FS_LABEL}=="", ENV{dir_name}="usbhd-%k" # create the dir in /media ACTION=="add", RUN+="/bin/mkdir -p '/media/$env{dir_name}'" # global mount options ACTION=="add", ENV{mount_options}="relatime" # filesystem-specific mount options (777/666 dir/file perms for ntfs/vfat) ACTION=="add", ENV{ID_FS_TYPE}=="vfat|ntfs", ENV{mount_options}="$env{mount_options},gid=100,dmask=000,fmask=111,utf8" # automount ntfs filesystems using ntfs-3g driver ACTION=="add", ENV{ID_FS_TYPE}=="ntfs", RUN+="sh -c '/bin/mount -t ntfs-3g -o $env{mount_options} $env{DEVNAME} '/media/$env{dir_name}''" # automount all other filesystems ACTION=="add", ENV{ID_FS_TYPE}!="ntfs", RUN+="/bin/mount -t auto -o $env{mount_options} $env{DEVNAME} '/media/$env{dir_name}'" # clean up after device removal (NOTE : umount has to be done by user to have clean removal) ACTION=="remove", ENV{dir_name}!="",RUN+="/bin/rmdir '/media/$env{dir_name}'" # exit LABEL="my_media_automount_end" When I try to test the rules using .. udevadm test /block/sda/sda1 Code: Select alludevtest: run: 'logger.agent' udevtest: run: '/bin/mkdir -p '/media/externe'' udevtest: run: 'sh -c '/bin/mount -t ntfs-3g -o relatime,gid=100,dmask=000,fmask=111,utf8 /dev/sda1 '/media/externe''' I notice the directory is made successfully up inserting the usb HD, but the mount doesn't succeed. If I manually execute above command, the mount goes ok. Anybody has any clue on what's happening (especially since the rules are working fine on another box). Best regards
Why don't you mount them with fstab by their UUID? I think it would be much easier. For example: Code: Select allUUID=14542DA2542D8816 /media/external-hd1 ntfs-3g exec,auto,user,uid=0,gid=1000,umask=007 0 0 If you don't know their UUID, this command will reveal the UUID for all pluged devices: Code: Select all# ls -l /dev/disk/by-uuid
I have been having trouble setting up a daily backup script with cron. It would basically never worked. Searched the net for answers but didn't find anything. I finally figured it out !! When root crontab is edited the execute flag is removed from #/var/spool/cron/crontabs/root. I change it with #chmod a+x /var/spool/cron/crontabs/root and all is good. Am I doing something wrong ? Do I need to configure something ? Thanks, Bob
How you are editing crontab file? By "crontab -e" or otherwise? Code: Select allman -a crontab Peter.
Hi all, i am looking for some help, since i am in a really hard situation from where i couldn't get out after many hours of reading documents/posts/forums etc. The issue: In Kde 4.4.5, using xorg and radeon opensource driver, i can't set OpenGL for desktop effects. Clicking "Apply" it fails. OpenGL seems corrupted someway. I have to stay on XRender. This is the glxinfo output: Code: Select allglxinfo | grep OpenGL OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.7.1 OpenGL shading language version string: 1.20 OpenGL extensions: The story: i was running previously kde with nvidia propertary driver and a nvidia board. Then i removed the board for a fault and put a sapphire radeon HD5450. Initially i set up propertary radeon fglrx. At the end, i decided to use the opensource drivers, removed in the best way all fglrx files and links. So i then followed the wiki for reinstall open source radeon drivers, did it many times, also reinstalling xorg with purge, same for libgl1-mesa-xxx etc, but i still cannot use the OpenGL hardware support (should be DRI, that is correctly installed but not loaded). Seems to be really an opengl corruption, if i disable the check on apply, and select OpenGL rendering, i get a complete blank screen. Some information of the system: Code: Select all01:12 ] angelo@angel3 [~] $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz stepping : 11 cpu MHz : 2400.003 cache size : 4096 KB .... x 4 cpu cat /proc/version Linux version 2.6.37.2-custom (root@angel3) (gcc version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Thu Mar 3 12:39:17 CET 2011 [01:18 ] angelo@angel3 [~] $ lspci 00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02) 00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) 00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02) 00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02) 00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92) 00:1f.0 ISA bridge: Intel Corporation 82801IB (ICH9) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801IB (ICH9) 2 port SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02) 00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02) 01:00.0 VGA compatible controller: ATI Technologies Inc Cedar PRO [Radeon HD 5450] 01:00.1 Audio device: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series] 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12) 03:00.0 IDE interface: JMicron Technology Corp. JMB368 IDE controller 05:01.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10) 05:02.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0) Section "Module" Load "glx" Load "dri" EndSection Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" 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 "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "radeon" BusID "PCI:1:0:0" Option "AccelMethod" "exa" Option "DRI" "On" Option "BackingStore" "On" EndSection Section "DRI" Mode 0666 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Section "ServerFlags" Option "AIGLX" "On" EndSection I really am stuck and can't find any solution. Any help is appreciated. Many thanks angelo
Hello, try to install firmware-linux-nonfree package. It would help you. http://packages.debian.org/squeeze/firm ... ux-nonfree
hello all i'm a beginner in linux actually we have only a workgroup, now i want to setup a domain to "centralize" the management of network, we got 10 machines with dual boot debian/windows, i also want to install DNS to access computers using their hostnames i'm actually trying to do so by isntalling GUI samba, how can i join linux client to the samba domain?? and for DNS i will need BIND and please give me some tutorials and tips thanks in advance
You may find what you are looking for here . . . good luck. http://www.howtoforge.com/howtos/dns
Hi, I installed Debian Squeeze (choosing no when prompted to add support for non-free or contrib sources) and noticed that the fan of my Nvidia 9600 GT video card is constantly running at full speed. I thought this meant that the default driver is not properly working. I would like to configure my system so that the video card fan is not being pushed so hard. I downloaded the latest Nvidia (propietary) driver, stopped gdm3, and ran the driver installer. The installer failed because it said the Nouveau kernel driver was currently in use and incompatible with the Nvidia driver. I chose not to allow the installer to update my modprobe configuration directory. Code: Select allnvidia-installer log file '/var/log/nvidia-installer.log' creation time: Sat Mar 5 09:02:28 2011 installer version: 260.19.36 PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin option status: license pre-accepted : false update : false force update : false expert : false uninstall : false driver info : false precompiled interfaces : true no ncurses color : false query latest version : false no questions : false silent : false no recursion : false no backup : false kernel module only : false sanity : false add this kernel : false no runlevel check : false no network : false no ABI note : false no RPMs : false no kernel module : false force SELinux : default no X server check : false no cc version check : false run distro scripts : true no nouveau check : false run nvidia-xconfig : false sigwinch work around : true force tls : (not specified) force compat32 tls : (not specified) X install prefix : (not specified) X library install path : (not specified) X module install path : (not specified) OpenGL install prefix : (not specified) OpenGL install libdir : (not specified) compat32 install chroot : (not specified) compat32 install prefix : (not specified) compat32 install libdir : (not specified) utility install prefix : (not specified) utility install libdir : (not specified) installer prefix : (not specified) doc install prefix : (not specified) kernel name : (not specified) kernel include path : (not specified) kernel source path : (not specified) kernel output path : (not specified) kernel install path : (not specified) precompiled kernel interfaces path : (not specified) precompiled kernel interfaces url : (not specified) proc mount point : /proc ui : (not specified) tmpdir : /tmp ftp mirror : ftp://download.nvidia.com RPM file list : (not specified) selinux chcon type : (not specified) Using: nvidia-installer ncurses user interface -> License accepted. -> Installing NVIDIA driver version 260.19.36. ERROR: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with the NVIDIA driver, and must be disabled before proceeding. Please consult the NVIDIA driver README and your Linux distribution's documentation for details on how to correctly disable the Nouveau kernel driver. -> For some distributions, Nouveau can be disabled by adding a file in the modp robe configuration directory. Would you like nvidia-installer to attempt to create this modprobe file for you? (Answer: No) ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com. Next I found no xorg.conf file in the /etc/X11/ directory. I tried to reconfigure X by running "dpkg-reconfigure xserver-xorg" as root. I was not prompted for any input. A xorg.conf.new file was created in /root/: Code: Select allSection "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "built-ins" EndSection Section "Module" Load "record" Load "dbe" Load "dri2" Load "glx" Load "dri" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> #Option "FPScale" # [<bool>] #Option "FPTweak" # <i> #Option "DualHead" # [<bool>] Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "G94 [GeForce 9600 GT]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection It looks at though the xorg.conf.new file has the nv driver in use, but the Nvidia installer says the Nouveau driver is being used. I ran a line in terminal (i forget the exact line) to test the xorg.conf.new file in the /root/ directory. The result was No Screens Found. Next, I tried to remove the xserver-xorg-video-nouveau package using aptitude, but it displayed a message indicating that xserver-xorg-video-all depends on it. I decided not to remove the xserver-xorg-nouveau package. Any suggestions on how to proceed in order to configure X with a free driver (nv, vesa, or nouveau) so that the video card is handled properly? Thanks.
After further research I found that to regulate the video card fan, I had to forgo using KMS via Nouveau. I followed Method 2 on the link below to install a proprietary nVidia driver (after ensuring I had configured X and copied the generated /root/xorg.conf.new to /etc/X11/xorg.conf). http://www.linuxquestions.org/questions ... ux-749929/ I must say that I would rather use KMS, but my fan is now not running at full speed.
Hi! I am running testing (with fluxbox) and my keyboard periodically freezes, meaning whatever I type in it doesn't respond. This lasts a few seconds (can be 2-3 or sometimes even more like 10) and one's it comes back I get all the keystrokes I was typing during the freeze. The frequency of the freezes can be like 4-5 times every hour and are very annoying. I can't seem to relate them to anything, they can occur during heavy usage but also when the box is doing absolutely nothing but waiting lazily for me to type some google search terms. Can anybody help me track this problem down? At the moment I am using a wireless keyboard but this must be unrelated since I tested a couple of other keyboards (both wireless and wired) and the problem persists. Maybe the problem is related to xorg but I am not sure how and therefore I am including my xorg.conf at the end of this post. Thanks Code: Select allSection "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "built-ins" EndSection Section "Module" Load "dri2" # Load "dri" Load "record" Load "glx" Load "extmod" Load "dbe" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "VideoKey" # <i> Identifier "Card0" Driver "nvidia" Option "Coolbits" "1" Option "AddARGBGLXVisuals" "true" Option "TripleBuffer" "false" VendorName "nVidia Corporation" BoardName "G96 [Quadro FX 380]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "enable" # Option "RENDER" "disable" EndSection
Hm! just posting back to report that I seem to have solved the issue by reinstalling. Probably something was wrong with my previous system which at some point I upgraded from lenny to squeeze. Maybe the transition to the new xorg? Who knows! I got suspicious when, in order to test what was going wrong, I installed in a small separate partition sid. I configured it very similar to the testing system and used it for a few days and the keyboard was working perfect. The sid system of course didn't had any xorg.conf file. So a played around with changing values in xorg.conf, removing it completely, uninstalling and reinstalling xorg but nothing worked. Obviously I was missing something important. So I got bored and as I didn't wanted to spent more time on this I used the next 2 hours to wipe out my hard disk and install testing from scratch. Two days now and the keyboard is working the way it should. Thank god nowadays one can set a debian system exactly the way he had it before in such a sort time!
In order to solve a problem with the hibernate feature, I've been suggested to downgrade my squeeze installation to kernel 2.6.32-29 (I think I have -30 now). Questions: - what is the proper way to downgrade to that version of the kernel (I got my current kernel version when I installed squeeze few days ago and the official repo does not seem to have the -29 version anymore)? - how to prevent that future automatic updates "upgrade" me again to the non-working version? Thanks
The thing is that Lenny Backports and Squeeze have the same version of the kernel (2.6.32-30) and Lenny uses the 2.6.26 one, thus, its is not possible to install the version 2.6.32-29 using the official repositories. Have you tried the kernel in Sid or the Liquorix (1) one? To prevent a kernel upgrade, one can put the package on hold (2) or, in some cases, remove the meta-package that pulls the new version (it wouldn't work in this case because the kernel didn't change its major version but was simply updated). New major kernel versions don't remove previous ones, for example, kernels 2.6.A and 2.6.B wouldn't be removed if version 2.6.C were installed; although version 2.6.E-1 would be indeed replaced by 2.6.E-2 unless the former was put on hold. 1. http://www.liquorix.net/ 2. http://algebraicthunk.net/~dburrows/pro ... pkgCmdHold
Has someone tried to build and install wine in squeeze? I tried follow different manuals (e.g. http://wiki.winehq.org/WineOn64bit), but always run into lots of warnings, missing packages and abortion of make. No wonder, squeeze seem to be pretty different from lenny. I installed the binary wine, but that does not help in my case. There is a kind of bug in code for the mouse that can be fixed only by applying a patch. So anyone want to build wine and write down all the actions?
Sergio wrote:Has someone tried to build and install wine in squeeze? I tried follow different manuals (e.g. http://wiki.winehq.org/WineOn64bit), but always run into lots of warnings, missing packages and abortion of make. No wonder, squeeze seem to be pretty different from lenny. I installed the binary wine, but that does not help in my case. There is a kind of bug in code for the mouse that can be fixed only by applying a patch. So anyone want to build wine and write down all the actions? No, I always follow a very short manual: apt-get install wine Always works!
I am using Squeeze and all appears OK at first... I have a DHCP lease, PING to router works, apache servering fine in and outside the network, Epiphany seems to connects to default debian.org only, BUT I cannot connect to any other websites and apt will not connect to any servers. I installed once, tried to fix problem, gave up and reinstalled and still have the same problem. I unistalled Network Manager thinking that was the problem, but still the same issue. Is there a default firewall blocking certain connections or am I missing something I'm supposed to know about? I installed some non-free firmware in the beginning of install and all worked... and I connected fine when downloading packages during install. Thanks for any advice or ideas for a direction to go.
Hi Desierto, First thing to check is if it is Domain names that do not work, or that you really cannot connect to any websites using its address: Try this by visiting an IP address instead of a webname in your browser: F.e. 128.31.0.51 or 209.85.229.147 If IP numbers work, and domain names do not, it is a DNS problem. If Domain names are the problem, look for example here http://forums.debian.net/viewtopic.php?f=5&t=60441 Alex. desierto wrote:I am using Squeeze and all appears OK at first... I have a DHCP lease, PING to router works, apache servering fine in and outside the network, Epiphany seems to connects to default debian.org only, BUT I cannot connect to any other websites and apt will not connect to any servers. I installed once, tried to fix problem, gave up and reinstalled and still have the same problem. I unistalled Network Manager thinking that was the problem, but still the same issue. Is there a default firewall blocking certain connections or am I missing something I'm supposed to know about? I installed some non-free firmware in the beginning of install and all worked... and I connected fine when downloading packages during install. Thanks for any advice or ideas for a direction to go.
Dear All, I am running Debian testing. Today, I got this error after running sudo aptitude update W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.ch.debian.org testing Release: The following signatures were invalid: BADSIG AED4B06F473041FA Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org> I understood that Debian has recently changed their keyring, but what am I supposed to do at this point? In case if matters, please find below my source list Many thanks larry77 deb http://ftp.ch.debian.org/debian/ testing main contrib non-free deb-src http://ftp.ch.debian.org/debian/ testing main non-free contrib deb http://security.debian.org/ testing/updates main contrib non-free deb-src http://security.debian.org/ testing/updates main contrib non-free deb http://www.debian-multimedia.org/ testing main non-free
http://forums.debian.net/viewtopic.php?f=10&t=60692
I am using Lenny--iceweasel, konqueror, epiphany (those I tested) don't connect to the Internet, but Opera does, although some links don't work. Thanks, Hearthstone.
hearthstone wrote:I am using Lenny--iceweasel, konqueror, epiphany (those I tested) don't connect to the Internet, but Opera does, although some links don't work. Thanks, Hearthstone. Hi, Some checks to determine possible problems: - Are you sure the browsers are not in offline mode? - Did you try visiting an IP address instead of a webname?F.e. 128.31.0.51 or 209.85.229.147 - Can you use ping to connect to webpages using either a domain or an IP number ? If IP numbers word, and domain names do not, it is probably a DNS problem. Bye, Alex.
I am trying to installed a dhcp server in my system(Debian squeeze) I have installed a dhcpd server in the system using Code: Select all# apt-get install dhcp3-server It is installed in the system but I cannot find the configuration file /etc/dhcp3/dhcpd3.conf there is no dhcpd3 directory. Similarly I couldnot find the init script /etc/init.d/dhcpd3-server too. also I couldnot find binary file dhcpd3 I have uninstalled and reinstalled using following command but no luck Code: Select allapt-get --purge remove dhcp3-server apt-get install dhcp3-server I will be grateful to you guys if you could help me out
It's in /etc/dhcp/dhcpd.conf (and take a look into /etc/default/isc-dhcp-server too).
Hello, I have a new install of Debian Squeeze from debian-6.0.0-amd64-kde-CD-1.iso but I'm experiencing problems with the wireless internet applet in the taskbar. When the computer boots, it doesn't connect automatically eventhough I have it set as such. I have to fiddle with it until I get the request from KDE Wallet Manager to insert the password to complete the connection. I didn't have this behavior in Kubuntu. Is there any configuration file I can check? If I start the internet from the /etc/network/interfaces with: # wireless-mode managed # wireless-essid myessid # wireless-key1 mywepkey Then everything works fine and I have internet immediately upon reboot. But only when I use the network manager do I have problems.
Ok, let me answer my own question. Changing "managed" from false to true in /etc/NetworkManager/NetworkManager.conf fixed the problem.
I know that in an xterminal I can redefine the default colour with something like Code: Select all!!red URxvt.color1: rgb:cc/00/00 URxvt.color9: rgb:ef/29/29 Is it possible to do something similar in the Linux (framebuffer) console?
Yes, have a look at the arch forum, like this: https://bbs.archlinux.org/viewtopic.php ... 72#p881672 There are many more color schemes available on the Arch forum.
how to hide an unmounted partition from the nautilus right side panel? for lenny an hal policy did the trick, but it does not seem working with squeeze anymore... TIA
in squeeze, if a partition is added to the /etc/fstab file with a mount path different than /media/something, for instance /mnt/something then it's not shown in nautilus. adding the noauto option will prevent those partitions being mounted at startup.
Hello dear friends. I have a little problem here, but hope I can find some help from you! I have always used apt-get to update the system. Yesterday, I was doing some tests and one of them was to try to update the system using the aptitude command, instead. I ran aptitude update and then aptitude safe-ugrade. I thought that wouldn't be a problem, but I was wrong. This morning I found the computer just can't boot. I get this message: Code: Select allBooting 'Debian GNU/Linux, kernel 2.6.26-2-686' root (hd0,6) Error 22 no such partition Press any key to continue I have Squeeze in another partition on that computer. I can access the system through the terminal (the graphic is screwed). Is it possible to try to help my Lenny from this partition? If not, I also have a live cd for Squeeze. Right now I'm on another computer. Thank you very much in advance. Zac
Code: Select allUPDATE-GRUB(8) UPDATE-GRUB(8) NAME update-grub - stub for grub-mkconfig SYNOPSIS update-grub DESCRIPTION update-grub is a stub for running grub-mkconfig -o /boot/grub/grub.cfg to generate a grub2 config file. SEE ALSO grub-mkconfig(8) I think, you can repair grub by using this command. You can also use an installation medium (CD) and choose Advanced.
I got a brandnew Acer Travelmate Timeline X (13"). I do not really know if this is the right topic for my problem. But here it comes: The Acer uses a special smart battery with special chips in it controling the powermanagement of the battery and the system. In general there is a kernel module to handle this (sbs). But for me this does not work. I am using Squeeze and it does not recognize the battery. It always acts like being on AC power. If I unplugg the AC it runs with the battery till it is empty. But the ACPI can not recognize the battery and can not read how much lifetime it has. I tried the reassambling method. But this method does not work for me. Nevertheless I think the reassambling method does not run because there is no more developing on it because of the kernel modul. What can I do? Will I have to wait till a new workaround of sbs comes out, which can handle my battery? I read about a BIOS hack that disables the smart battery functions. Should I try this? But I am not really firm in that kind of stuff and I will loose the guarantee. Has anyone got an idea? wkr iorek
Hey does no one got an idea? Do you need further information? In the normal acpi directories is nothing about batteries, so to post that would not give more information. Also no other program does recognize the battery it is as if there is no battery! It is very nerving, that the battery is not recognized. Normal work at home is no problem. But it is very bad when you're outside. You do not know how much battery life you got or how long you can stay online till you need to reload! If anyone got a clou please write me! wkr Iorek
I have a windows 7 box and a debian 5.0 box connected to a linksys wrt300n router. I can access the linux box from windows 7 through ssh. I used to be able to access the linux box from outside the LAN, but when I was messing with the ssh port configuration (at least I think this was what happened), i lost my ability to connect. I tried writing a new sshd_config file so that it is much simpler: Code: Select allProtocol 2 PasswordAuthentication no UsePAM yes I tried directly connecting the linux box to the internet to rule out a router firewall issue that i was missing. iptables -L yields nothing, as I have since rebooted the machine since messing with iptables rules. But still, when I try to ssh in from outside the LAN, I get a connection timeout error after a 10-15 second hang. I'm out of ideas for now. Does anybody have any suggestions for what may be wrong?
New DHCP lease & your linux box's ip has changed? Verify that your port forward rule in your router is pointing to the right place.
Hello everybody, I use Debian Squeeze and I have some questions about pinning. I would appreciate very much if you guys could give me a little help. Q1. I noticed that Squeeze has the directories /etc/apt/apt.conf.d/ and /etc/apt/preferences.d/. Should I still use the tradicional config files /etc/apt/apt.conf and /etc/apt/preferences or should I add some config file in these two directories? I know that the traditional way would work, but what would be the more appropriated from now on? Q2. In this line of apt.conf: Code: Select allAPT::Default-Release "testing"; Instead of specifing "testing", could I specify "squeeze"? It's because Squeeze is about to become stable and I don't want to migrate to the next testing so soon. So, if it would work to put "squeeze", I would prefer like that. Q3. In the preferences config file, if I specify a general "Package: *" parameter, would it still work if next I specify a parameter for a particular package, like "Package: emesene"? I don't know if I'm clear, sorry for my English... for example: Code: Select all Package: * Pin: release a=squeeze Pin-Priority: 600 Package: * Pin: release a=sid Pin-Priority: 500 Package: emesene Pin: release a=sid Pin-Priority: 650 Will the emesene configuration work (always upgrade emesene using sid version, p=650) or the fact that I specified a "Package: *" for sid (p=500) will overight the configuration for emesene? Q4. If I config all that, will I be able to use aptitude to install and upgrade the system the way I configured to in apt.conf and preferences or will I have to use only apt-get from now on? Q5. I'm searching google, but I guess a lot of what I found is for lenny/etch. Where could I find further reliable and up to date information about pinning?
1) Whichever you're more comfortable with. There was a bug in relation to preferences.d where aptitude (I think) wasn't picking up the preferences from the sub-directory. Or maybe it was one of the other programs. In any case that bug has been fixed, so at this point it's really a matter of preference. I still have one large preferences file, but my conf stuff is split up. Some is in the main file and some is in the sub-directory. sources.list I just have the main repos in the primary file and all 3rd party stuff is in sources.d/ 2) Yes you can specify "squeeze", or "6.0*" if you want. Note that If you use a preferences file with pinning I recommend you not use a default-release but just set the pinning how you want it. Otherwise you may get confusing results since the default-release takes precedence over any pins you may specify (other than specific packages). For example: I run a primarily testing system so would normally have a default-release of testing. However I want my multimedia packages (from debian-multimedia) to default to unstable rather than testing. If I set a default-release this won't work In any case you can always verify what the system interprets everything as by running Code: Select allapt-cache policy or, to check a specific package, Code: Select allapt-cache policy <package-name> 3) Yes, it will work. Specific package pins override any general settings. Again you can verify using the apt-cache command (see above). 4) aptitude will work just fine It's what I use, and if pinning didn't work I'd be in a world of trouble. 5) see Code: Select allman apt_preferences
Goal: share network over wireless interface. Ethernet -> eth0 -> dnsmasq-> wlan0 -> wireless clients All hardware is confirmed as working. Network-manager handles the wired network (at work) and my private wireless network (at home) just fine. At work we have a wired network serving ip's in the 10.x.x.x range. The how-to I followed is quite simple and all seems to go as planned. The failure point seems to be when network-manager never obtains an IP address for the wireless interface. My wireless clients can see a wireless network available but never obtain an IP because the wlan0 interface itself has no ip. Before I start posting log & config files, I was wondering if anyone has ever been successful with this type of network sharing under Debian? If so, was there anything other than creating a new connection in NM required? Code: Select allapt-cache policy network-manager dnsmasq network-manager: Installed: 0.8.2-4 Candidate: 0.8.2-4 Version table: *** 0.8.2-4 0 1 http://ftp.de.debian.org/debian/ experimental/main amd64 Packages 100 /var/lib/dpkg/status 0.8.1-6 0 500 http://ftp.de.debian.org/debian/ sid/main amd64 Packages dnsmasq: Installed: 2.55-2 Candidate: 2.55-2 Version table: *** 2.55-2 0 500 http://ftp.de.debian.org/debian/ sid/main amd64 Packages 100 /var/lib/dpkg/status
Ha! Fixed - and it was simple - uncomment bind-interfaces in /etc/dnsmasq.conf Code: Select allsed -i 's/#bind-interfaces/bind-interfaces/g' /etc/dnsmasq.conf Restart dnsmasq Code: Select all/etc/init.d/dnsmasq restart or Code: Select allservice dnsmasq restart
Hello, I have read much material on the backports service and have a few questions not covered in the text I have read: 1. How long after a stable realease until stuff appears in the backports service - kernels in particular? 2. Are Xorg drivers and mesa included in backports? 3. Are the packages in backports buggy or comparable to the ones that come with the stable release? 4. How does one know what packages have a backport available? Is there a list? Thank you.
I can only answer 3 and 4: 3: i have never found the backports packages to be NOT stable. I remember some message saying that backports are now officially declared "part of Debian", but can't find what I once have read. 4: yes, you can take a look at http://packages.debian.org/squeeze-backports/ and/or http://backports.debian.org/ Hope this helps!
Hello all, I'm trying to get a framebuffer console with acceptable scrolling speed on Dell XPS M1530. It has GeForce 8600M GT card with maximum resolution supported by bios 1920x1200 Code: Select all# cat /sys/class/graphics/fb0/modes | sort U:1024x768p-60 U:1280x1024p-59 U:1280x800p-60 U:1600x1200p-60 U:1920x1200p-60 U:320x200p-59 U:320x240p-60 U:320x400p-59 U:640x400p-59 U:640x480p-60 U:640x480p-60 U:768x480p-60 U:800x600p-59 V:1024x768i-43 V:1024x768p-60 V:1024x768p-70 V:1024x768p-75 V:1024x768p-85 V:1280x1024p-60 V:1280x1024p-75 V:1280x1024p-85 V:1600x1200p-60 V:1600x1200p-65 V:1600x1200p-70 V:1600x1200p-75 V:1600x1200p-85 V:640x400p-85 V:640x480p-60 V:640x480p-72 V:640x480p-75 V:640x480p-85 V:800x600p-56 V:800x600p-60 V:800x600p-72 V:800x600p-75 V:800x600p-85 First, I tried default efifb driver which is compiled into debian kernel. It is definately most stable, but it shows terrible scrolling speed. Next I compiled uvesafb, installed v86d and included both into initramfs. I had to compile my own kernel because otherwise efifb would be loaded first and other fb drivers would be ignored. It works pretty good, but with one annoyance: it ignores grub2 gfxpayload resolution and any options I try to pass via video= kernel param. Here is what I do: Code: Select all# grub.cfg set gfxpayload='1920x1200x32' linux /path/to/vmlinuz initrd /path/to/initrd As far as I know grub should then enable framebuffer and set resolution to 1920x1200, fbcon then should load fb driver (uvesafb in this case) with the same resolution. And indeed uvesafb is loaded Code: Select all[ 1.312173] uvesafb: NVIDIA Corporation, G84 Board - hawk0 , Chip Rev , OEM: NVIDIA, VBE v3.0 [ 1.327316] uvesafb: protected mode interface info at c000:ba10 [ 1.327321] uvesafb: pmi: set display start = c00cba73, set palette = c00cbace [ 1.327325] uvesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da [ 1.394307] uvesafb: VBIOS/hardware doesn't support DDC transfers [ 1.394311] uvesafb: no monitor limits have been set, default refresh rate will be used [ 1.394397] uvesafb: scrolling: ypan using protected mode interface, yres_virtual=11468 [ 1.432043] firewire_core: created device fw0: GUID 354fc000156c6c70, S400 [ 1.605909] Console: switching to colour frame buffer device 80x30 [ 1.606505] uvesafb: framebuffer at 0xfb000000, mapped to 0xf8300000, using 14336k, total 14336k [ 1.606507] fb0: VESA VGA frame buffer device but with resolution set to 640x480 If I later run: Code: Select allfbset 1920x1200-75 it work just fine I tried to use kernel video parameter Code: Select alllinux /path/to/kernel video=uvesafb:1920x1200-60,ywrap but it changes nothing, seems that it just be ignored. Please, suggest. I want uvesafb set resolution 1920x1200 just after it loaded. Btw: I tried proprietary nvidiafb driver, which eventually failed to recognize the card Code: Select allunknown NV_ARCH That's not a problem, just a hint.
nvidiafb isn't proprietary(in fact, I'm pretty sure it's incompatible with nVidia's driver); it's merely one of a number of deprecated framebuffer drivers replaced by generic ones and KMS(ie, nouveau).
Hi, I have just joined the Debian community, for the past 2 years I have been using Linux Mint (ubuntu), I am now using Linux Mint Debian 64. I have a Lenovo A700 ideacentre with a Broadcom 4313 WiFi card. I manage to get the card working, now I have a new problem. If I suspend the machine the WiFi will not connect on resume. Is there a simple command I can use to getting the connection restarted, or better yet a work around so it will restart on its own? I look forward to any replies and help in resolving this issue. TIA Bob AKA: Debian Newb
rdonnelly wrote:Is there a simple command I can use to getting the connection restarted, or better yet a work around so it will restart on its own? As a test, try using the modprobe command to remove and immediately reload the wireless module. Give NetworkManager several seconds to react. If it reconnects, then you possibly can learn something to adapt to your specific situation to make that happen automatically after resuming here... http://shlrm.org/wordpress/2009/01/14/h ... buntu-810/
This only started after the recent updates which included a lot of sysv stuff in Squeeze. I'm not talking the Gnome or Xwindows consoles, I'm talking the full-on type you get when you do the CTL-ALT-F2 type of console. before those updates, I had no trouble. Now I can't get back into the gui by pressing CTL-ALT-F7 as usual. All i get is just a black screen. I do have the nvidia proprietary driver installed using DKMS, and I am running the latest (I think) liquorix kernel. Any ideas would be appreciated.
robert3242 wrote:I do have the nvidia proprietary driver installed using DKMS, and I am running the latest (I think) liquorix kernel. You may need to purge and reinstall the nvidia proprietary driver. Did you check the logs? Code: Select allcat /var/log/Xorg.0.log | grep EE cat /var/log/Xorg.0.log | grep WW
Hi, I'm running a minimal install of Debian Lenny. I don't use GNOME (I primarily use IceWM), but I decided to give GDM a try because I've had trouble finding the Perfect Login Manager for me. (I use SLiM, but despite its small footprint it's slow to come up, especially after logging out.) After installing GDM and deciding it really wasn't for me, I uninstalled it. Uninstalling GDM took gdm and gdm-themes but left a few of the other packages that came with it. This evening when I booted up my system after uninstalling GDM, I found that it's broken! Before being prompted to log in, I get an error that reads, "Can't start hardware abstraction layer -- please ensure dbus is running". I logged into my desktop fine through SLiM, but couldn't move the cursor and couldn't open any web pages. I tried getting rid of a couple of the other packages that came with GDM, including xserver-xephyr which took zenity with it. (I don't know what either of those are.) That didn't solve the problem. My question thus is: What did GDM do with hald &/or dbus, and how can I fix it? My network connection and mouse are inoperable, but the keyboard still works. Any suggestions are appreciated! Thanks~
xserver-xephyr lets you run multiple xserver instances. zenity is a program that allows for easy use of graphical dialogue boxes. None of this should change hal. What if you boot into single user mode and restart dbus? Is dbus running by default? Can you restart hal?
I have some kind of internet connection configuration problem, thats the best I can word it at the moment because I not sure what is causing the problem. The easiest way for me to explain it is by posting screen shots I took in Squeeze and Windows XP, switching between the two OSes. These are benchmark ping test taken at pingtest.net using Chrome in Squeeze and Chrome and IE8 in Windows. Over the past ten days the test in Squeeze have all been like this and sometimes even worse, I've never in all the tests passed the packet benchmark. I'm having the same issues in Linux Mint Debian. I have about a dozen total but am only going to post two because all the ones taken in Windows are almost the same as with Squeeze, taken as fast as I could switch OSes and run the test. The GMT time stamp shows how close I was able to run the tests. Squeeze Screenshot-2.png (115.43 KiB) Viewed 1311 times Windows 2.png (125.69 KiB) Viewed 1311 times Can anyone help me optimize my network setting that are causing this issue?
I would suspect IPv6 first. http://wiki.debian.org/DebianIPv6
Part II I have a desktop box, 3 laptops using the wireless connection. The laptops are used while on the road, desktop is used by me at home, for laptop backups, sharing picture and videos. The desktop has all the accounts set up, while the laptop has only one account that of it´s user. How do I march the laptop user accounts to the desktop users accounts? On the desktop, user 1 =1000, user 2=1001, user 3=1002 however on the laptop each user is 1000, this seems to cause confusion about ownership. I hope I have explained this, ´cause I am a bit confused about this also.
Are all of the laptops used by you and you alone? Why does your desktop have 3 separate accounts?
Help with NFS shares part 1 Part I I have a couple of questions. I have a desktop box running Debian testing connected to a Leadtek VOIP TA router and the Internet; a Linksys wireless router connects to Leadtek, 3 laptops using the wireless connection. The laptops are used while on the road, desktop is used by me at home, for laptop backups, sharing picture and videos. When I use fixed IP everything is OK. After more than 2 laptops this is a pain in the Butt. I would like to switch over to DHCP. I am not sure how to configure /etc/exports and /etc/fstab properly for DHCP. I want the laptops get their IPs from the syslink through it´s DHCP setup. I don´t think it is necessary to run the desktop unless it is necessary. Any help out there
For dhcp simply set up reservations on your dhcp server so that the clients get the same ip automatically.
computer a static ip (ethernet connection running testing) computer b static ip (wireless connection running sid) computer c dhcp (wireless laptop running testing) i can ssh and ping from computer a to both b and c i can ssh and ping computer a from computer b, but can't find computer c i can ssh and ping computer a from computer c, but can't find computer b in a nut shell - can't reach b from c or c from b. fiirewalls on all three are inactive, ssh installed on all three. any idea what is preventing b and c from connecting or pinging each other?
I'm no network guru, but just for giggles, set a static ip for the lappy...
Hi. I'm writing because of a very strange problem i encountered yesterday. I have a wireless router at my home and 3 laptops connected to it one of which is my Thinkpad with Debian Unstable installed on it. I restarted the laptop and after i did that i couldn't detect my network. The windows laptop detected the network with no problems and connected. My laptop on the other hands detects lots of wireless networks (about 10-15) but not mine. I am running Debian Unstable with kernel 2.6.32-5-amd64 and Network Manager 0.8.1 and my wireless network card is 03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61) and i have installed the firmware-iwlwifi package. I don't remember updating anything relevant recently and besides i hadn't done anything to my laptop (like updating or restarting) before i encountered the laptop. I haven't tried removing Network Manager and installing Wicd because iwlist scan doesn't detect the network either and this leads me to believe that it is not a Network Manager problem. I tried removing all saved settings from Network Manager, i tried setting the router at b,g (it was b,g,n by default), restarting the router multiple times, changing the network's name, i also check the various network settings in the router and they look like their defaults. I solved the problem by resetting the router to its default configuration and setting it up again. So more than likely the problem was not with my debian laptop but with the router. However i still wonder why the windows laptops could connect to the network...
did you also restart your windows machine? guess mode: if the issue happened between the time you booted up the windows box and the time you restarted the debian machine, that would narrow your search for the problem by about 50% it's windows dude, it's not rocket science.....
I can not get a few web pages to load in any browser I have installed. Google Chrome, Chromium, or Iceweasle. In LMDE I also have Firefox and Epiphany and none of these browser in either OS will load speedtest.bhntampa.com. My ISP is Bright House and if I have an issue they want me to run their speed test. I have to boot Windows to get it to load. I noticed in about:plugins in Chrome that I have the latest Flash 10.2 installed in /opt/mint-flashplugin-x64/libflashplayer.so /usr/lib/flashplugin-nonfree/libflashplayer.so I've downloaded the tar file for version 10.1 and unpacked it. The tar file only has the one libflashplayer.so file in it. I have tried using aptitude remove /opt/mint-flashplugin-x64/libflashplayer.so but that does not work. I can not find libflashplayer with Synaptic. I've tried using the file manager to delete, but it refuses so I can't cut and paste the file. There are several other pages that I have noticed that have a problem loading. In Squeeze pingtest.net will not load but does fine in LMDE. The pingtest.net page tries to load but the actual test portion of the page flashes. That also happens with speedtest.bhntampa.com in Squeeze, the test portions seems to be trying to load but flashes back and forth. In LMDE the page is just blank. The Speakeasy speed test does the same in both OSes. If I disable the flash plugin in Chrome, speedtest.bhntampa.com displays a message that flash player 8.0 or above is needed. If I start reverting back thru the older versions of flash, do you think that will work? If so, how do I revert to 10.1 from 10.2
Your speed test site works for me in iceweasel with flashplugin-nonfree from debian repo.
Ok, after reading http://forums.debian.net/viewtopic.php?f=16&t=34902 about debirf, i decided to give it a try. The steps were easy enough to follow; only i've had to do it as root and only using a kernel already on the system building the new kernel and initrd. Otherwise, the process could not be completed. After that, i had to include the new created "disk image" into grub2; the link above provides a way to do it, but with grub (grub-legacy). I followed the instructions on http://ubuntuforums.org/showthread.php?t=1195275 (section 6, Adding Entries to Grub 2) to create a custom grub2 entry; the file /etc/grub.d/40_custom with the following content: Code: Select all#!/bin/sh echo "Adding 40_custom menu entries." >&2 exec tail -n +3 $0 # 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. menuentry "Debirf xkiosk" { linux /home/aab3r/.debirf/xkiosk/vmlinuz-2.6.32-5-686 setkmap=es initrd /home/aab3r/.debirf/xkiosk/debirf-xkiosk_squeeze_2.6.32-5-686.cgz} I've chmod+x the file, and then, if i execute "update-grub", i get a line saying "Adding 40_custom menu entries.", but the menu entry won't appear when i reboot. Is there any other way to add custom entries to grub2? Thanks
Are you sure you are keeping the kernels under /home?
I'm trying to change my DNS to a faster server but the changes will not stick on reboot. This is how it looks on boot: Screenshot.png (19.15 KiB) Viewed 943 times I change it to look like this: Screenshot-1.png (20.11 KiB) Viewed 943 times I click on "Click here to prevent changes" Reboot and it is back to the first screen shot Any suggestions as to how to make the change permanent?
Sleven wrote:I'm trying to change my DNS to a faster server but the changes will not stick on reboot. This is how it looks on boot: Screenshot.png I change it to look like this: Screenshot-1.png I click on "Click here to prevent changes" Reboot and it is back to the first screen shot Any suggestions as to how to make the change permanent? You're clicking to prevent changes... Hit the close button.
Hello everyone. I got a problem on Squeeze with KDE - the network manager only gives me one enabled tab: VPN. All others (including the one I want, mobile broadband) are disabled and not accessible. What Gives? I can use wvdial to get online with my Huawie USB 3G dongle, but I would like to use network manager. I got network-manager and network-manager-kde installed. Am I missing another package? Thank you.
Just a guess, do you have modemmanager installed? I think it's made to manage 3G modems.
ok: i got this problem, for a long time now. as its not that much of a headache i dont get further (and its a bit too difficult for me). Thats the situation: I create a live-cd with live-helper and install it afterwards (just to test if it works) Thats the problem: When i try to upgrade/dist-upgrade or install a kernel manually i get this error-message: Code: Select all │ │ You are attempting to install an initrd kernel image (version ↑ │ 2.6.30-libre-fshoppe1) This will not work unless you have configured ▮ │ your boot loader to use initrd. (An initrd image is a kernel image that ▒ │ expects to use an INITial Ram Disk to mount a minimal root file system ▒ │ into RAM and use that for booting). ▒ │ ▒ │ As a reminder, in order to configure LILO, you need to add an ▒ │ 'initrd=/initrd.img' to the image=/vmlinuz stanza of your /etc/lilo.conf ▒ │ ▒ │ I repeat, You need to configure your boot loader -- please read your ▒ │ bootloader documentation for details on how to add initrd images. ▒ │ ▒ │ If you have already done so, and you wish to get rid of this message, ▒ │ please put "do_initrd = Yes" ▒ │ in /etc/kernel-img.conf. Note that this is optional, but if you do not, ▒ │ you will continue to see this message whenever you install a kernel ▮ │ image using initrd. I did change /etc/kernel-img.conf to "do_initrd="Yes" and edited my /boot/grub/menu.lst to this: Code: Select alltitle Debian GNU/Linux, kernel 2.6.26-1-686 root (hd0,2) kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/hda3 ro initrd /boot/initrd.img-2.6.26-1-686 title Debian GNU/Linux, kernel 2.6.26-1-686 (single-user mode) root (hd0,2) kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/hda3 ro single initrd /boot/initrd.img-2.6.26-1-686 # following is a first test. title Debian/Gnu/Linux Libre root (hd0,2) kernel /boot/vmlinuz-2.6.30-libre-fshoppe1 root=/dev/hda3 ro initrd /boot/initrd.img-2.6.30-libre-fshoppe1 but get an error when booting (either its waiting for /root or it tells me there aint no /dev/hda3) I checked man grub and searched for "initrd" but that didnt give me a result. If one knows a fast way to solve this: thanks. Else thanks for your time. greetings
The problem related to initrd is not a problem. Either edit the file or simply continue and everything should be fine. Debian uses a initrd so it shouldn't be a issue. I think I also have trouble with the 2.6.30-libre-fshoppe1 kernel booting on some hardware so you may not be doing anything wrong at all. Give me a sec and I will check it out...
I have a very slow, unreliable Internet connection (Africa). I thought I would try using Squid as a caching proxy to see if that would help. I'm running Squeeze (current). I installed squid3 on my workstation via aptitude from the Squeeze repository. I configured "http_access localnet" in /etc/squid/squid.conf according to my local network settings. All other settings Debian/Squid defaults. I set my browser to use the proxy connection (3128). When I start my browser I get an "Access denied" message from the squid proxy. I've spent several hours browsing Squid FAQs, configuration options, /usr/local/doc etc. and can't find any hint of what I'm missing, but I'm obviously missing something. Assistance would be appreciated.
Squid 2.7 is more suited for caching.
Hello everyone. I am currently running: Code: Select allhornet@Athena:~$ cat /proc/version Linux version 2.6.26-2-686 (Debian 2.6.26-26lenny1) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Thu Nov 25 01:53:57 UTC 2010 Uname -r gives me: Code: Select all00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) Subsystem: Acer Incorporated [ALI] Aspire 5920G Flags: bus master, fast devsel, latency 0, IRQ 22 Memory at f2600000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel After browsing for clues on the forum, i came across this topic posted by "sasheto". I went trough the topic and updating the kernel to 2.6.32 solved the problem, but caused another. As soon as i ran any software (emacs for example) my laptop crashed. I reinstalled the OS, fearing that i screwed up beyond repair, so I cannot provide anything prior to the reinstall. All suggestions are welcome. edit: grammar
You could try this command and see if it gets your audio working: Code: Select all# alsactl init
Can anyone here help? Ive been trying to setup bonding on my debian lenny box for about a week now with still no luck. i thinks its ver 2.6.26 or summing like that. I have followed the following #apt-get install ifenslave-2.6 edit /etc/network/interfaces to look like this: iface bond0 inet static address 10.0.1.2 netmask 255.255.255.0 network 10.0.1.0 gateway 10.0.0.254 up /sbin/ifenslave bond0 eth0 eth1 add the following lines to your /etc/modprobe.d/arch/x86_64: alias bond0 bonding options bonding mode=6 miimon=100 downdelay=200 updelay=200 The nics are bonded and it has all the network details but for some reason I cannot ping anything on the network and I cannot ping the lenny box.
Update. I have tinkered with our HP 1800-24G switch and setup LinkAG Now I have the following problem. The server can ping anything on its own subnet 10.0.1.0 but cannot ping anything from 10.0.0.0 subnet... We have a windows 2003 R2 server running RRAS which is routing the traffic between the two subnets. There is currently no problems with any windows systems communicating between the subnets just this debian lenny box. Any ideas?
This morning's update Code: Select allroot@squeeze:/home/me# aptitude update Get:1 http://security.debian.org squeeze/updates Release.gpg [835 B] Ign http://security.debian.org/ squeeze/updates/main Translation-en Ign http://security.debian.org/ squeeze/updates/main Translation-en_AU Get:2 http://security.debian.org squeeze/updates Release [44.6 kB] Get:3 http://ftp.us.debian.org squeeze Release.gpg [835 B] Ign http://ftp.us.debian.org/debian/ squeeze/contrib Translation-en Get:4 http://security.debian.org squeeze/updates/main i386 Packages [46.8 kB] Ign http://ftp.us.debian.org/debian/ squeeze/contrib Translation-en_AU Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en_AU Ign http://ftp.us.debian.org/debian/ squeeze/non-free Translation-en Ign http://ftp.us.debian.org/debian/ squeeze/non-free Translation-en_AU Get:5 http://ftp.us.debian.org squeeze Release [89.9 kB] Get:6 http://ftp.us.debian.org squeeze/main i386 Packages/DiffIndex [2,038 B] Hit http://ftp.us.debian.org squeeze/contrib i386 Packages/DiffIndex Hit http://ftp.us.debian.org squeeze/non-free i386 Packages/DiffIndex Get:7 http://ftp.us.debian.org squeeze/main i386 2010-12-13-0208.52.pdiff [12.0 kB] Get:8 http://ftp.us.debian.org squeeze/main i386 2010-12-13-0208.52.pdiff [12.0 kB] Get:9 http://ftp.us.debian.org squeeze/main i386 2010-12-13-0208.52.pdiff [12.0 kB] Get:10 http://ftp.us.debian.org squeeze/main i386 2010-12-13-1420.15.pdiff [456 B] Get:11 http://ftp.us.debian.org squeeze/main i386 2010-12-13-1420.15.pdiff [456 B] Get:12 http://ftp.us.debian.org squeeze/main i386 2010-12-13-1420.15.pdiff [456 B] Fetched 198 kB in 11s (16.7 kB/s) Current status: 3 updates [+3]. root@squeeze:/home/me# aptitude safe-upgrade The following packages will be upgraded: firmware-linux-free linux-base linux-image-2.6.32-5-686 3 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 27.7 MB of archives. After unpacking 20.5 kB will be used. Do you want to continue? [Y/n/?] y Get:1 http://ftp.us.debian.org/debian/ squeeze/main linux-base all 2.6.32-29 [165 kB] Get:2 http://ftp.us.debian.org/debian/ squeeze/main linux-image-2.6.32-5-686 i386 2.6.32-29 [27.4 MB] Get:3 http://ftp.us.debian.org/debian/ squeeze/main firmware-linux-free all 2.6.32-29 [144 kB] Fetched 27.7 MB in 1min 15s (367 kB/s) Reading changelogs... Done Preconfiguring packages ... Can't exec "/tmp/linux-base.config.26531": Permission denied at /usr/share/perl/5.10/IPC/Open3.pm line 168. open2: exec of /tmp/linux-base.config.26531 configure 2.6.32-28 failed at /usr/share/perl5/Debconf/ConfModule.pm line 59 linux-base failed to preconfigure, with exit status 255 Can't exec "/tmp/linux-image-2.6.32-5-686.config.26533": Permission denied at /usr/share/perl/5.10/IPC/Open3.pm line 168. open2: exec of /tmp/linux-image-2.6.32-5-686.config.26533 configure 2.6.32-28 failed at /usr/share/perl5/Debconf/ConfModule.pm line 59 linux-image-2.6.32-5-686 failed to preconfigure, with exit status 255 (Reading database ... 79362 files and directories currently installed.) Preparing to replace linux-base 2.6.32-28 (using .../linux-base_2.6.32-29_all.deb) ... Unpacking replacement linux-base ... Preparing to replace linux-image-2.6.32-5-686 2.6.32-28 (using .../linux-image-2.6.32-5-686_2.6.32-29_i386.deb) ... Unpacking replacement linux-image-2.6.32-5-686 ... Examining /etc/kernel/postrm.d . run-parts: executing /etc/kernel/postrm.d/initramfs-tools 2.6.32-5-686 /boot/vmlinuz-2.6.32-5-686 run-parts: executing /etc/kernel/postrm.d/zz-update-grub 2.6.32-5-686 /boot/vmlinuz-2.6.32-5-686 Preparing to replace firmware-linux-free 2.6.32-28 (using .../firmware-linux-free_2.6.32-29_all.deb) ... Unpacking replacement firmware-linux-free ... Processing triggers for man-db ... Setting up linux-base (2.6.32-29) ... Setting up linux-image-2.6.32-5-686 (2.6.32-29) ... Running depmod. Running update-initramfs. update-initramfs: Generating /boot/initrd.img-2.6.32-5-686 W: TMPDIR is mounted noexec, will not cache run scripts. Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.32-5-686 /boot/vmlinuz-2.6.32-5-686 run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.32-5-686 /boot/vmlinuz-2.6.32-5-686 Generating grub.cfg ... Found linux image: /boot/vmlinuz-2.6.32-5-686 Found initrd image: /boot/initrd.img-2.6.32-5-686 done Setting up firmware-linux-free (2.6.32-29) ... Current status: 0 updates [-3]. root@squeeze:/home/me# I've been doing updates for years and never had any problem and certainly haven't changed permission of /tmp Any ideas? [Edit] I have encrypted /home and swap and therefore /tmp (but it has been since Etch became stable). /etc/fstab is Code: Select allproc /proc proc defaults 0 0 # / was on /dev/sda2 during installation UUID=23460ed5-3fb9-472c-aa7c-5c3c8fcd2fa4 / ext4 errors=remount-ro 0 1 /dev/mapper/sda1_crypt /home ext4 defaults 0 2 /dev/mapper/sda3_crypt none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 tmpfs /tmp tmpfs defaults,mode=1777,noexec,nosuid 0 0
dotlj wrote:This morning's update Code: Select allroot@squeeze:/home/me# aptitude update Get:1 http://security.debian.org squeeze/updates Release.gpg [835 B] Ign http://security.debian.org/ squeeze/updates/main Translation-en Ign http://security.debian.org/ squeeze/updates/main Translation-en_AU Get:2 http://security.debian.org squeeze/updates Release [44.6 kB] Get:3 http://ftp.us.debian.org squeeze Release.gpg [835 B] Ign http://ftp.us.debian.org/debian/ squeeze/contrib Translation-en Get:4 http://security.debian.org squeeze/updates/main i386 Packages [46.8 kB] Ign http://ftp.us.debian.org/debian/ squeeze/contrib Translation-en_AU Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en_AU Ign http://ftp.us.debian.org/debian/ squeeze/non-free Translation-en Ign http://ftp.us.debian.org/debian/ squeeze/non-free Translation-en_AU Get:5 http://ftp.us.debian.org squeeze Release [89.9 kB] Get:6 http://ftp.us.debian.org squeeze/main i386 Packages/DiffIndex [2,038 B] Hit http://ftp.us.debian.org squeeze/contrib i386 Packages/DiffIndex Hit http://ftp.us.debian.org squeeze/non-free i386 Packages/DiffIndex Get:7 http://ftp.us.debian.org squeeze/main i386 2010-12-13-0208.52.pdiff [12.0 kB] Get:8 http://ftp.us.debian.org squeeze/main i386 2010-12-13-0208.52.pdiff [12.0 kB] Get:9 http://ftp.us.debian.org squeeze/main i386 2010-12-13-0208.52.pdiff [12.0 kB] Get:10 http://ftp.us.debian.org squeeze/main i386 2010-12-13-1420.15.pdiff [456 B] Get:11 http://ftp.us.debian.org squeeze/main i386 2010-12-13-1420.15.pdiff [456 B] Get:12 http://ftp.us.debian.org squeeze/main i386 2010-12-13-1420.15.pdiff [456 B] Fetched 198 kB in 11s (16.7 kB/s) Current status: 3 updates [+3]. root@squeeze:/home/me# aptitude safe-upgrade The following packages will be upgraded: firmware-linux-free linux-base linux-image-2.6.32-5-686 3 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 27.7 MB of archives. After unpacking 20.5 kB will be used. Do you want to continue? [Y/n/?] y Get:1 http://ftp.us.debian.org/debian/ squeeze/main linux-base all 2.6.32-29 [165 kB] Get:2 http://ftp.us.debian.org/debian/ squeeze/main linux-image-2.6.32-5-686 i386 2.6.32-29 [27.4 MB] Get:3 http://ftp.us.debian.org/debian/ squeeze/main firmware-linux-free all 2.6.32-29 [144 kB] Fetched 27.7 MB in 1min 15s (367 kB/s) Reading changelogs... Done Preconfiguring packages ... Can't exec "/tmp/linux-base.config.26531": Permission denied at /usr/share/perl/5.10/IPC/Open3.pm line 168. open2: exec of /tmp/linux-base.config.26531 configure 2.6.32-28 failed at /usr/share/perl5/Debconf/ConfModule.pm line 59 linux-base failed to preconfigure, with exit status 255 Can't exec "/tmp/linux-image-2.6.32-5-686.config.26533": Permission denied at /usr/share/perl/5.10/IPC/Open3.pm line 168. open2: exec of /tmp/linux-image-2.6.32-5-686.config.26533 configure 2.6.32-28 failed at /usr/share/perl5/Debconf/ConfModule.pm line 59 linux-image-2.6.32-5-686 failed to preconfigure, with exit status 255 (Reading database ... 79362 files and directories currently installed.) Preparing to replace linux-base 2.6.32-28 (using .../linux-base_2.6.32-29_all.deb) ... Unpacking replacement linux-base ... Preparing to replace linux-image-2.6.32-5-686 2.6.32-28 (using .../linux-image-2.6.32-5-686_2.6.32-29_i386.deb) ... Unpacking replacement linux-image-2.6.32-5-686 ... Examining /etc/kernel/postrm.d . run-parts: executing /etc/kernel/postrm.d/initramfs-tools 2.6.32-5-686 /boot/vmlinuz-2.6.32-5-686 run-parts: executing /etc/kernel/postrm.d/zz-update-grub 2.6.32-5-686 /boot/vmlinuz-2.6.32-5-686 Preparing to replace firmware-linux-free 2.6.32-28 (using .../firmware-linux-free_2.6.32-29_all.deb) ... Unpacking replacement firmware-linux-free ... Processing triggers for man-db ... Setting up linux-base (2.6.32-29) ... Setting up linux-image-2.6.32-5-686 (2.6.32-29) ... Running depmod. Running update-initramfs. update-initramfs: Generating /boot/initrd.img-2.6.32-5-686 W: TMPDIR is mounted noexec, will not cache run scripts. Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.32-5-686 /boot/vmlinuz-2.6.32-5-686 run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.32-5-686 /boot/vmlinuz-2.6.32-5-686 Generating grub.cfg ... Found linux image: /boot/vmlinuz-2.6.32-5-686 Found initrd image: /boot/initrd.img-2.6.32-5-686 done Setting up firmware-linux-free (2.6.32-29) ... Current status: 0 updates [-3]. root@squeeze:/home/me# I've been doing updates for years and never had any problem and certainly haven't changed permission of /tmp Any ideas? [Edit] I have encrypted /home and swap and therefore /tmp (but it has been since Etch became stable). /etc/fstab is proc /proc proc defaults 0 0 # / was on /dev/sda2 during installation UUID=23460ed5-3fb9-472c-aa7c-5c3c8fcd2fa4 / ext4 errors=remount-ro 0 1 /dev/mapper/sda1_crypt /home ext4 defaults 0 2 /dev/mapper/sda3_crypt none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 tmpfs /tmp tmpfs defaults,mode=1777,noexec,nosuid 0 0 It's right there. You probably just never noticed it before.
Hi guys, I'm quite new to Linux, but I hope I can give you all the information you need. I'll just post what I did, so this might be self explaining already server:~# apt-get install cryptsetup hashalot Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: dmsetup Suggested packages: dosfstools The following NEW packages will be installed cryptsetup dmsetup hashalot 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 356kB of archives. After this operation, 975kB of additional disk space will be used. Do you want to continue [Y/n]? y Get: 1 http://ftp.uk.debian.org lenny/main dmsetup 2:1.02.27-4 [37.8kB] Get: 2 http://ftp.uk.debian.org lenny/main cryptsetup 2:1.0.6-7 [302kB] Get: 3 http://ftp.uk.debian.org lenny/main hashalot 0.3-5 [16.0kB] Fetched 356kB in 0s (2992kB/s) Selecting previously deselected package dmsetup. (Reading database ... 19460 files and directories currently installed.) Unpacking dmsetup (from .../dmsetup_2%3a1.02.27-4_i386.deb) ... Selecting previously deselected package cryptsetup. Unpacking cryptsetup (from .../cryptsetup_2%3a1.0.6-7_i386.deb) ... Selecting previously deselected package hashalot. Unpacking hashalot (from .../hashalot_0.3-5_i386.deb) ... Processing triggers for man-db ... Setting up dmsetup (2:1.02.27-4) ... Setting up cryptsetup (2:1.0.6-7) ... update-initramfs: deferring update (trigger activated) Setting up hashalot (0.3-5) ... Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-2.6.26-2-686 server:~# server:~# server:~# dd if=/dev/zero of=/logcontainer bs=1M count=1000 1000+0 records in 1000+0 records out 1048576000 bytes (1.0 GB) copied, 17.0031 s, 61.7 MB/s server:~# server:~# server:~# losetup /dev/loop0 /logcontainer server:~# cryptsetup luksFormat /dev/loop0 WARNING! ======== This will overwrite data on /dev/loop0 irrevocably. Are you sure? (Type uppercase yes): YES Enter LUKS passphrase: Verify passphrase: Command failed: Failed to setup dm-crypt key mapping. Check kernel for support for the aes-cbc-essiv:sha256 cipher spec and verify that /dev/loop0 contains at least 133 sectors server:~# server:~# server:~# modprobe aes WARNING: Error inserting padlock_aes (/lib/modules/2.6.26-2-686/kernel/drivers/crypto/padlock-aes.ko): No such device I'm trying to get rid of this error for a couple of days now but without luck... I even reinstalled the system, but it's always exactly the same. Thanks a lot in advance!
Btw, 'dmesg' shows a few "padlock: VIA PadLock not detected." messages. Not sure whether this information is useful or not...
I have 2 users on my HPmini 210 netbook running Squeeze. I just found out that it does not connect to existing wireless networks when I login as the second user. Is it supposed to happen by default or am I supposed to do something to make that happen? Another problem is that when I tried to create "new connections" again for the second user, the keys won't work. The same keys are working for the first user. The network keys are WEP 64 bit HEX. Can someone please shed some light. Thank you.
Assuming you're using NM: Right-click on Network Manager icon that shows signal (by the date in Gnome). In menu select "Edit Connections." Click on the "Wireless" tab. Select your network under where it says "Name" and......"Last Used." Click on Edit on the right. You'll have to enter root passwd. Mark the box in lower left-hand corner "Available to all users" and then "Apply" Should work next time for second user.
I have installed splashy from sid. Rest of the system is squeeze, and put the parameter "vga=791 splash quiet" in the kernel parameter... Unfortunately this is not working properly. It does load the splash image as intended, but it then just hangs here, and does not load the OS unless I press enter. (I asume that something is hangning, but I cannot see the shell from here, and ctrl+f2-f6 is not working so I cannot get to any tty). Then after boot, I can only see the / partition. But not /home. Duing a fdisk -l shows up the partitions, so they are there, just not mounted at boot? --edit-- If I press F2 at boot, before the image shows up, it does actually boot without any issues at all. It must be something with the image loading that is causing this. Any ideas to what is wrong, or where I should look ?
Hm, I get this error after timeout. Code: Select alllibsplashy: line 28: depmod: not found commandline read: splashy commandline read: boot splashy error: timeout (120 sec) occured while waiting for a message on the splashy socket
I am running Squeeze on a HPmini 210. The system is listing 2 cpu while there is actually only one. The boot log shows Code: Select allWed Dec 1 16:58:05 2010: CPUFreq Utilities: Setting ondemand CPUFreq governor.. .CPU0...CPU1...done. The system log GUI is also showing 2 cpus. How should I correct it?
Do you have an Intel processor? If so, it probably has hyperthreading enabled, which splits each physical processor into two logical ones.
I migrated a Debain install to another system (through a medium of a squashfs image). Everything appears to be working fine except Gnome's volume management - 1) Any filesystems wont be show anywhere (i.e not in computer, places etc...). Even plugged in external block device or CD/DVD... or in general any storage medium is completely ignored by Gnome. 2) Disk utility wont start... it produces no messages. What could be wrong? I made a new user to just see if some config is wrong, but the issue persisted.
If partition tables are not in order, reorder them to solve the issue.
Running Debian stable. I added the following command to rc.local and made it executable: mount -t cifs -o username=ted,password=computer,uid=mooreted,gid=users "//192.168.1.121/Storage Volume" /mnt/vortex After rebooting dmesg throws the following error: [ 21.400697] CIFS VFS: Error connecting to IPv4 socket. Aborting operation [ 21.400708] CIFS VFS: cifs_mount failed w/return code = -101 However, if I run the command as root after the system boots it works fine. Been using this method on other distros for over a year. No idea what the problem is.
I have no problems with a such resources mounting as user. Place record with it in /etc/fstab with "users" option like Code: Select all<resource> <mounting_point> cifs <options> 0 0 and mount it as user by command Code: Select allmount <resource> Peter.
I have a windows pc currently running vista, and has Debian in the second partition. Can i boot up Debian from a flash drive? (I don't want to change boot sector)
sure, if the computer supports booting from usb devices
I installed Lenny on a computer and set up grub to boot windows by default with a timeout of 0 Is there a way to interrupt the boot process so I can boot linux? Or can I boot from a flash drive somehow? PS: nothing to do with topic, but I just found out that the top 24 supercomputers run linux , and more besides. That is way cool. check out http://www.bbc.co.uk/news/10187248
Pressing a button the instant GRUB comes up might do it, but I'd change the timeout to something reasonable(five seconds is a good number),
Hi folks, I'm trying to get my Intel HM55 GMA HD graphics card to work in Debian Lenny. As the vanilla Xorg didn't have any support for it, I manually compiled the last stable Xorg source (1.7.1 - such a pain) and the Intel driver. But when I try to launch X, I get the following message : (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory) (EE) intel(0) : /dev/agpgart is either not available, or no memory is available for allocation. Please enable agpgart. Effectively, there's no /dev/agpgart device. However, strangely, there's a mention of it at boot time, which leads me to think agpgart is somewhere "in the kernel". $ dmesg |grep agpgart [ 0.889344] Linux agpgart interface v0.103 I tried googling for the issue, found nothing. If you read config below, please note that even if my system is "tuned" (kernel is Xen) I get exactly the same error with the vanilla Debian kernel. Can somebody help me ? Thanks ! Kernel : Linux 2.6.26-2-xen-amd64 Xorg : 1.7.1 - Release Date - 2009-10-23 - X11R7.5 Graphics card : Intel HM55 GMA HD (detected)
Try squeeze.
I have Debian Squeeze x64 on ThinkPad T61p with standard 2.6.32-5-amd64 kernel. thinkpad_acpi loaded as module, suspend to RAM works fine from menu in KDE as well as by closing the lid, however machine doesn't appear to react on pressing Fn+F4 which should put it to sleep as well. I've read through thinkpad_acpi documentation and asked Google but so far can't find the solution. Can anyone, please, point me in correct direction?
Go into a terminal and type "xev" a window should open that will show you keycodes and everything. Press fn key and see what it outputs. Press w and see what it outputs. Now that you understand what's happening, try pressing something like shift and w, then just w... ok, grand finale, press fn and f4. If nothing shows up we've got a serious problem. If something shows up its easier to ... well, not solve, but workaround.
This is a Debian Xen domU on a Debian dom0. I am trying to get BIND running an a chroot in /var/lib/bind. For some reason, named can't access /var/lib/bind/dev/null and /var/lib/bind/dev/random, and the following appears in the log: Code: Select allnamed[1222]: could not open entropy source /dev/random: permission denied named[1222]: using pre-chroot entropy source /dev/random named[1222]: running The devices were created like so: Code: Select all# mknod /var/lib/bind/dev/random c 1 8 # mknod /var/lib/bind/dev/null c 1 3 Trying to read from a device, even as root, does indeed fail: Code: Select all# cat /var/lib/bind/dev/random cat: /var/lib/bind/dev/random: Permission denied What could be wrong? named does start, but presumably it is not as secure as it could be if these devices were working in the chroot environment.
Try mknod with "-m <mode>" option. Peter.
I just installed fresh Squeeze to my new hpmini 210-1100 netbook. No wireless. I have checked and I have Network Manager installed already. I also compiled and installed Broadcom driver from here http://www.broadcom.com/support/802.11/linux_sta.php I followed their instructions and compiled the driver. I did get a wl.ko driver and installed it Code: Select allinsmod wl.ko after Code: Select allmodprobe lib80211 I noticed after rebooting neither wl.ko nor lib80211 showed when i did lsmod. So I did modprobe and insmod again. Still no wireless. Here are output of some commands that I thought would be relevant. Code: Select alllspci . . 02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g LP-PHY (rev 01) Subsystem: Hewlett-Packard Company Device 145c Flags: bus master, fast devsel, latency 0, IRQ 17 Memory at 56000000 (64-bit, non-prefetchable) [size=16K] Capabilities: [40] Power Management version 3 Capabilities: [58] Vendor Specific Information: Len=78 <?> Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [d0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [13c] Virtual Channel Capabilities: [160] Device Serial Number 00-00-82-ff-ff-93-00-26 Capabilities: [16c] Power Budgeting <?> Kernel driver in use: brcm80211 Code: Select all# ifconfig eth0 Link encap:Ethernet HWaddr c8:0a:a9:c7:76:87 inet addr:192.168.1.105 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::ca0a:a9ff:fec7:7687/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3878 errors:0 dropped:0 overruns:0 frame:0 TX packets:3964 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:729580 (712.4 KiB) TX bytes:278462 (271.9 KiB) Interrupt:26 Base address:0xe000 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:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) Code: Select all# iwconfig lo no wireless extensions. eth0 no wireless extensions. pan0 no wireless extensions. Code: Select all# iwlist scan lo Interface doesn't support scanning. eth0 Interface doesn't support scanning. pan0 Interface doesn't support scanning. Code: Select allmore /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 #Wireless auto wlan0 iface wlan0 inet dhcp I see only 2 computer icon in the system tray but not the parallel bars. When I went to System>Administration>Network, I was not able to add my wireless network name. The Add button was grayed out. I would appreciate very much if someone can guide me to fix it. If you need to see more outputs, please let me know. Thank you.
maybe this will help http://wiki.debian.org/brcm80211
Hi all, When I make a vpn connection to an openvpn server, I loose the internet connection. The VPN works all right. Server config (extract) Code: Select allport 1194 proto udp dev tun server 10.8.0.0 255.255.255.0 push "route 192.168.1.0 255.255.255.0" Client config Code: Select allclient dev tun proto udp remote *******.****** 1194 resolv-retry infinite nobind persist-key persist-tun ns-cert-type server comp-lzo verb 3 Client route without the VPN connection Code: Select allKernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.62.131.0 * 255.255.255.128 U 2 0 0 wlan0 link-local * 255.255.0.0 U 1000 0 0 wlan0 default 10.62.131.1 0.0.0.0 UG 0 0 0 wlan0 client route with VPN connected (internet lost) Code: Select allKernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.8.0.5 * 255.255.255.255 UH 0 0 0 tun0 10.8.0.1 10.8.0.5 255.255.255.255 UGH 0 0 0 tun0 81.244.84.163 10.62.131.1 255.255.255.255 UGH 0 0 0 wlan0 10.62.131.0 * 255.255.255.128 U 2 0 0 wlan0 link-local * 255.255.0.0 U 1000 0 0 wlan0 default 10.8.0.5 0.0.0.0 UG 0 0 0 tun0 Is there anything I can do to the push rule of the servers's config file?
The default route to the gateway was deleted and replaced by a default route to the VPN subnet (10.8.0.5). That was the problem. I say "was" because the problem is solved. I was having that issue only when using the Gnome Network Manager VPN applet and not when using the direct command: Code: Select allopenvpn client.confThere was nothing wrong with the openVPN config files. Work around for Gnome NM found here: http://www.debuntu.org/how-to-network-m ... ault-route
Hi all, I've been scouring the internet for an answer to this problem. I am using Squeeze and have properly configured Grub2 to set my console screen resolution to 1024x768x32 (as per updating /etc/default/grub to contain 'GRUB_GFXMODE=1024x768x32' and updating /etc/grub.d/00_header to contain 'set gfxpayload=keep') and everything works wonderfully. My resolution is set as it should be. However upon installing Xorg (aptitude install xorg ratpoison), my console resolution gets changed to what appears to be 1280x1024. I thought that this was due to xrandr, however when I issue: Code: Select all# xrandr -s 1024x768 only the X resolution is changed. When I then CTRL-ALT-F1 back to the console, the resolution is still at 1280x1024 (I am aware that xrandr only affects X, but I assumed that because my console resolution was correct before installing X there might have been some correlation). I would like for my console resolution to stay at 1024x768 as per Grub2's configuration and for X's resolution to be at 1280x1024. Any ideas? PS I also noticed that prior to installing Xorg, my CPU boots up without any screen blanking (only for a second or so). However, after installing Xorg, during the boot process the screen does blank briefly. It is at that time that the resolution gets changed to the 1280x1024 setting. Thanks to all, FB
When you install xorg, you will also install a display driver which will probably enable kernel mode setting, this is why your console resolution will change during boot up. It's never worried me much, but I think you can change the framebuffer resolution using fbset.
Beginning this weekend on my 64bit AMD Testing box, Iceweasel continually freezes for about 10 seconds. It's getting script errors and the Iceweasel Error Console is rarely empty. I have disabled Java scripts and Java, the freezes stop, but there are many errors that fill the console. This error occurs on all websites. Code: Select allramack@debian64:~$ dpkg --get-selections | grep java ca-certificates-java install java-common install javascript-common install libaccess-bridge-java install libaccess-bridge-java-jni install libbcmail-java install libbcmail-java-gcj install libbcprov-java install libbcprov-java-gcj install libcommons-beanutils-java install libcommons-collections3-java install libcommons-compress-java install libcommons-digester-java install libcommons-logging-java install libdb-je-java install libdb4.7-java install libdb4.7-java-gcj install libgnuinet-java install libgnujaf-java install libgnumail-java install libhsqldb-java install libicu4j-java install libitext-java install libitext-java-gcj install libjaxp1.3-java install libjaxp1.3-java-gcj deinstall libjline-java install libjtidy-java install liblucene2-java install libregexp-java install libservlet2.5-java install openoffice.org-java-common install plasma-scriptengine-javascript install sun-java6-bin install sun-java6-jre install sun-java6-plugin install tzdata-java install My 32bit boxes are not having this problem, so I suspect something related to 64bit. Anyone else having these problems? Rich
Ok...I finally figured this out. Not the specific cause, but more so the solution. So far I haven't been receiving scripting errors. After finding this page about unresponsive script errors. Which lead me to another page. I first made a back-up of my bookmarks and saved it to my desktop just to make it easy to find. I then made a copy of my original profile directory, then created a new profile. In order to retain my history and currently loaded web pages, I xkill'd Iceweasel, then copied from the original directory to the new directory places.sqlite places.sqlite-journal sessionstore-1.js sessionstore.bak sessionstore.js. It's been working for a couple hours so far and I have not had one scripting error warning dialog box pop up. Rich
This problem is on my Acer AsprireOne running Testing and started early last month. Printing to a shared HP 5L printer on my 64bit AMD (Testing) has been working fine until then. It first started when I noticed I lost the connection to the shared printer/box when printing from the Testing Acer(cups and/or cups-pdf update?). But cups-pdf still worked fine. Following the instructions here: http://www.debianadmin.com/setup-cups-c ... ebian.html I was able to get printer working and I could print to the remote 5L. But I now can not print to cups-pdf. However, if I comment out /etc/cups/client.conf ## Servername #ServerName 172.20.22.74 ## Encryption #Encryption IfRequested I can print to cups-pdf, but not to the shared HP 5L. Both the 5L and cups-pdf are listed in the printer list at localhost:631.
Something during a CUPS, CUPS-PDF, or SAMBA update, changed, but I had a thought this evening and tried it. It worked! Until it broke, I had configured in CUPS the location as: http://debian64:631/ipp/. changing it to: smb://192.168.1.4/hp_laserjet_5l fixed the issue. I can now print to CUPS-PDF and the shared HP 5L. Rich
Does anyone know how to delete or disable kickoff menu items? I need to disable or delete the SLEEP and HIBERNATE menus as they don't function properly causing the system to crash. I searched the internet and local configuration files without success. Thanks for any help.
Apparently, the kickoff menu application uses the script: /usr/bin/pm-is-supported to determine whether it makes sense to include a sleep and hibernate menu items. I renamed this script to pm-is-supported.bak and created a new one obviously with the same name with only "exit 1". I changed the file permissions to match those of the original pm-is-supported. When I rebooted the SLEEP and HIBERNATE menus were gone.
I did: /etc/init.d/vboxdrv setup Code: Select all# cat /var/log/vbox-install.log Makefile:170: *** Error: /usr/src/linux (version 2.6.36-rc5) does not match the current kernel (version 2.6.36-rc5-mt-localmodconfig-0). Stop. Code: Select all# ls -l /lib/modules/2.6.36-rc5-mt-localmodconfig-0/build lrwxrwxrwx 1 root root 54 Oct 1 23:13 /lib/modules/2.6.36-rc5-mt-localmodconfig-0/build -> /usr/src/linux-headers-2.6.36-rc5-mt-localmodconfig-0/ # ls -l /lib/modules/2.6.36-rc5-mt-localmodconfig-0/source lrwxrwxrwx 1 root root 51 Oct 1 12:51 /lib/modules/2.6.36-rc5-mt-localmodconfig-0/source -> /home/m1arkust/Kernel/Linux/linux-source-2.6.36-rc5 In this old thread i found some ln commands: Code: Select all ln -nfs /usr/src/linux-headers-2.6.26mt1/ build but that did not help.
No problems using the liquorix kernel. /lib/modules/2.6.35-6.dmz.2-liquorix-686/misc/vboxdrv.ko /lib/modules/2.6.35-6.dmz.2-liquorix-686/misc/vboxnetadp.ko /lib/modules/2.6.35-6.dmz.2-liquorix-686/misc/vboxnetflt.ko But I am lazy I just use svmi. http://smxi.org/site/about.htm#svmi $ apt-cache policy virtualbox-ose virtualbox-ose: Installed: 3.2.8-dfsg-2 Candidate: 3.2.8-dfsg-2 Version table: *** 3.2.8-dfsg-2 0 500 http://mirrors.kernel.org/debian/ sid/main i386 Packages 100 /var/lib/dpkg/status
Canon mp250 printer/scanner and Debian Lenny. When I installed the Canon printer for my sister it scanned and printed correctly even after several reboots. Now, a couple of days later, the printer no longer works. Code: Select all/etc/init.d/cups restart has to be given before she can view the cups interface by going to localhost:631 in a browser. lsusb and ls -l /dev/bus/usb/00*/00* give conflicting results: Code: Select all# lsusb Bus 005 Device 006: ID 04a9:173a Canon, Inc. # ls -l /dev/bus/usb/005/006/ ls: cannot access /dev/bus/usb/005/006/: Not a directory All the cables are securely attached. Incidentally I had to write a udev rule. 40-canon-mp250.rules: Code: Select allSYSFS{idVendor}=="04a9", SYSFS{idProduct}=="173a", MODE="0664", GROUP:="scanner", ENV{libsane_matched}:="yes" Is this a problem with udev, my udev rule or CUPS? Why doesn't ls -l /dev/bus/usb/00*/00* not list anything relating to the output from lsusb? How can I continue to troubleshoot this? I'm out of ideas and Google hasn't given me any inspiration so I would really appreciate help.
I've changed the group name in the udev rule from "scanner" to "lp" and it seems to have fixed the problem. Why does explaining things to other people help clear ones thoughts?
I have set up NFS on a server and a client. I have set up for the server to export the directory in rw but the client is only given ro permissions. Here are the pertinent config files. Server: Code: Select all/etc/exports /home 192.168.1.102(rw,no_root_squash,sync) /home 192.168.1.103(rw,no_root_squash,sync) /home 192.168.1.104(rw,no_root_squash,sync) /home 192.168.1.105(rw,no_root_squash,sync) /home 192.168.1.106(rw,no_root_squash,sync) /home 192.168.1.107(rw,no_root_squash,sync) /etc/hosts.deny portmap:ALL lockd:ALL mountd:ALL rquotad:ALL statd:ALL /etc/hosts.allow portmap: 192.168.1.102, 192.168.1.103, 192.168.1.104, 192.168.1.105, 192.168.1.106, 192.168.1.107 lockd: 192.168.1.102, 192.168.1.103, 192.168.1.104, 192.168.1.105, 192.168.1.106, 192.168.1.107 rqotad: 192.168.1.102, 192.168.1.103, 192.168.1.104, 192.168.1.105, 192.168.1.106, 192.168.1.107 mountd: 192.168.1.102, 192.168.1.103, 192.168.1.104, 192.168.1.105, 192.168.1.106, 192.168.1.107 statd: 192.168.1.102, 192.168.1.103, 192.168.1.104, 192.168.1.105, 192.168.1.106, 192.168.1.107 command: id [user] uid=1001(user) gid=101(user) groups=1001(user) Client: Code: Select all/etc/fstab # mapped drive on server:aragorn 192.168.1.101:/home /mnt/aragorn nfs rw,hard,intr,sync 0 0 command: id [user] uid=1000(user) gid=1000(user) groups=1000(user), 7(lp),20(dialout),24(cdrom),25(floppy),29(audio),44(video),46(plugdev),108(bluetooth),109(lpadmin),111(netdev) I think the problem is the uid numbers are not the same.
You are correct. The problem is the uids.
Suspend worked before I completely reinstalled Testing from scratch. Now it seems to suspend OK, but when it tries to wake up it fails. Details here: http://pastebin.com/8tA7kcpw
Upgrade your kernel?
This is embarrassing. I can't get a wireless address from my router with dhclient. The distribution is sid/lxde/liquorix kernel with no network manager on /dev/sdb1. Code: Select allroot@sid:/home/jheaton5# dhclient -4 -v wlan0 Internet Systems Consortium DHCP Client 4.1.1-P1 Copyright 2004-2010 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/wlan0/00:13:e8:46:c9:75 Sending on LPF/wlan0/00:13:e8:46:c9:75 Sending on Socket/fallback DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 2 No DHCPOFFERS received. No working leases in persistent database - sleeping. Code: Select allroot@sid:/home/jheaton5# ifconfig eth0 Link encap:Ethernet HWaddr 00:1b:24:67:18:57 inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::21b:24ff:fe67:1857/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:207 errors:0 dropped:0 overruns:0 frame:0 TX packets:331 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:78345 (76.5 KiB) TX bytes:48289 (47.1 KiB) Interrupt:45 Base address:0x2000 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:16436 Metric:1 RX packets:96 errors:0 dropped:0 overruns:0 frame:0 TX packets:96 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:9092 (8.8 KiB) TX bytes:9092 (8.8 KiB) wlan0 Link encap:Ethernet HWaddr 00:13:e8:46:c9:75 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) wlan0:avahi Link encap:Ethernet HWaddr 00:13:e8:46:c9:75 inet addr:169.254.9.35 Bcast:169.254.255.255 Mask:255.255.0.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 Here is my /etc/network/interfaces file. I use the same file on a squeeze/icewm/debian kernel no network-manager install on /dev/sda4 on the same laptop and it works fine. Code: Select allroot@sid:/home/jheaton5# 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 # Wireless Setup auto wlan0 iface wlan0 inet dhcp wireless-essid linksysn I previously had network-manager installed which managed both the eth0 and wlan0 interfaces. I purged network-manager and network-manager-gnome and setup my /etc/network/interfaces file. This should have worked but it doesn't. The purge of network-manger may have left a config file somewhere, but I can't find it. The main cfg file: /etc/NetworkManager/NetworkManager.cfg is gone after the purge. I have searched the debian wiki's, this forum, and the rest of the web without results. Edit: New results Code: Select allroot@sid:/home/jheaton5# ifconfig wlan0 down root@sid:/home/jheaton5# ifconfig wlan0 up root@sid:/home/jheaton5# dhclient -4 -v wlan0 Internet Systems Consortium DHCP Client 4.1.1-P1 Copyright 2004-2010 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/wlan0/00:13:e8:46:c9:75 Sending on LPF/wlan0/00:13:e8:46:c9:75 Sending on Socket/fallback DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5 DHCPOFFER from 192.168.1.1 DHCPREQUEST on wlan0 to 255.255.255.255 port 67 DHCPACK from 192.168.1.1 Reloading /etc/samba/smb.conf: smbd only. bound to 192.168.1.102 -- renewal in 39293 seconds. root@sid:/home/jheaton5# ifconfig eth0 Link encap:Ethernet HWaddr 00:1b:24:67:18:57 inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:1328 errors:0 dropped:0 overruns:0 frame:0 TX packets:1379 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:920169 (898.6 KiB) TX bytes:245176 (239.4 KiB) Interrupt:45 Base address:0x2000 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:16436 Metric:1 RX packets:100 errors:0 dropped:0 overruns:0 frame:0 TX packets:100 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:9372 (9.1 KiB) TX bytes:9372 (9.1 KiB) wlan0 Link encap:Ethernet HWaddr 00:13:e8:46:c9:75 inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::213:e8ff:fe46:c975/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:63 errors:0 dropped:0 overruns:0 frame:0 TX packets:79 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:21438 (20.9 KiB) TX bytes:15666 (15.2 KiB) But it still doesn't receive an address on boot. Following boot I can repeat the ifupdown routine and everything is fine. Any ideas what the trouble is? Edited again.
New information: The network is activated by the script ifupdown during init. Ifupdown uses the commands ifup and ifdown to start and shutdown the network using the interfaces defined in the /etc/network/intefaces file. Here is what is happening: When the system starts ifup wlan0 is called. What if up does is to activate the card driver and call dhclient wlan0. But dhclient cannot get any dhcp offers. After loging on, I can manually stop the wireless driver with either ifconfig wlan0 down or with ifdown wlan0. If I then use ifconfig wlan0 up to start the driver I also have to manually run dhclient wlan0 to get an ip address. If, however, I use ifup wlan0 the driver starts, dhclient is called and the dchp request is successful. The results of Ifconfig wlan0 after the initial failure to get an ip address is Code: Select allwlan0 Link encap:Ethernet HWaddr 00:13:e8:46:c9:75 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) After performing ifconfig wlan0 down then ifconfig wlan0 up, ifconfig wlan0 is Code: Select allwlan0 Link encap:Ethernet HWaddr 00:13:e8:46:c9:75 inet6 addr: fe80::213:e8ff:fe46:c975/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:17 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:3393 (3.3 KiB) The second time there is a new line Code: Select allinet6 addr: fe80::213:e8ff:fe46:c975/64 Scope:Link
Hello, I'm running a lenny amd64, and shifted from kernel 2.6.26-1-amd64 to 2.6.32-bpo.5-amd64 (lenny-backports), to get support for my laptop WiFi chipset. Done this yesterday, rebooted several times since then. But since this update, I don't get sound anymore when running inside one of my chroots, whereas it plays well from main host. Before, I did get sound with no problem in chroots (the lenny32b one is intended for browser use, including flash support; here is my use of audio in this chroot) : Code: Select alluser@computer:~/temp$ aplay /usr/share/sounds/alsa/Noise.wav Playing WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono user@computer:~/temp$ schroot -c lenny32b I: [debian.i386.lenny-9a37a22b-39ad-4d2e-ab16-6aecddcdb5e0 chroot] Running login shell: '/bin/bash' (debian.i386.lenny)user@computer:~/temp$ aplay /usr/share/sounds/alsa/Noise.wavaplay /usr/share/sounds/alsa/Noise.wav ALSA lib confmisc.c:768:(parse_card) cannot find card '0' ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such device ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such device ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such device ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default aplay: main:564: audio open error: No such device (debian.i386.lenny)user@computer:~/temp$ groups user cdrom audio video plugdev games users netdev avahi pulse clamav usbfs (debian.i386.lenny)user@computer:~/temp$ exit logout user@computer:~/temp$ uname -r 2.6.32-bpo.5-amd64 user@computer:~/temp$ su Password: root@computer:~/temp# dpkg -l |grep 'ii.*linux-image' ii linux-image-2.6-amd64 2.6.32+27~bpo50+1 Linux 2.6 for 64-bit PCs (meta-package) ii linux-image-2.6.26-1-amd64 2.6.26-13lenny2 Linux 2.6.26 image on AMD64 ii linux-image-2.6.26-2-amd64 2.6.26-25lenny1 Linux 2.6.26 image on AMD64 ii linux-image-2.6.32-bpo.5-amd64 2.6.32-23~bpo50+1 Linux 2.6.32 for 64-bit PCs root@computer:~/temp# dpkg -l |grep 'ii.*oss' ii alsa-oss 1.0.15-1 ALSA wrapper for OSS applications ii flac 1.2.1-1.2 Free Lossless Audio Codec - command line too ii libao2 0.8.8-4 Cross Platform Audio Output Library ii libflac-dev 1.2.1-1.2 Free Lossless Audio Codec - C development li ii libflac8 1.2.1-1.2 Free Lossless Audio Codec - runtime C librar ii liblua5.1-coxpcall0 1.13.0-1 Protected function calls across coroutines f ii libwavpack1 4.50.1-1 an audio codec (lossy and lossless) - librar ii libwxgtk2.6-0 2.6.3.2.2-3+lenny1 wxWidgets Cross-platform C++ GUI toolkit (GT ii libwxgtk2.6-dev 2.6.3.2.2-3+lenny1 wxWidgets Cross-platform C++ GUI toolkit (GT ii oss-compat 0.0.4+nmu2 OSS compatibility package ii tuxguitar-oss 1.0.dak-1 tuxguitar plugin for sound playback using OS ii wx2.6-headers 2.6.3.2.2-3+lenny1 wxWidgets Cross-platform C++ GUI toolkit (he user@computer:~/temp# dpkg -l |grep 'ii.*alsa' ii alsa-base 1.0.17.dfsg-4 ALSA driver configuration files ii alsa-oss 1.0.15-1 ALSA wrapper for OSS applications ii alsa-utils 1.0.16-2 ALSA utilities ii alsamixergui 0.9.0rc2-1-9 graphical soundcard mixer for ALSA soundcard ii gstreamer0.10-alsa 0.10.19-2 GStreamer plugin for ALSA ii libwine-alsa 1.0.1-1 Windows API implementation - ALSA sound modu ii tuxguitar-alsa 1.0.dak-1 tuxguitar plugin for sound playback using AL ii vlc-plugin-alsa 0.8.6.e-2.3+lenny1 dummy transitional package root@computer:~/temp# dpkg -l |grep 'ii.*pulse' ii libpulse0 0.9.10-3+lenny2+b1 PulseAudio client libraries root@computer:~/temp# exit exit user@computer:~/temp$ Do you have any idea why the device is not reachable anymore from chroots ? If you need more info, just ask. I will be back here if solved meanwhile. Thanks
Do you have /dev mounted to your chroot? Generally I mount the following using the bind option, /proc, /sys, /tmp, /dev/pts, /dev Example: mount -o bind /dev /chroot/dev You could also put the required lines in fstab so that they are mounted automatically. /dev /chroot/dev none bind 0 0
Hello, I run an old Toshiba Satellite M35x S114 Laptop with Debian Testing, it always runned smoothly - although it IS testing . Since the latest update to kernel 2.6.32 , the X server just freezes. The init goes all the way to gdm, and then a blank screen , no mouse pointer, no way to get out of this screen (not CTRL+ALT+BACSPACE not CTRL+ALT+F1 / F2 ... etc) just a hard reset. I can boot to the older .30 kernel with absolutely no problem, gdm starts normally login successfull (as I am able to write this on the reffered machine and all). Here comes the gory details: >>> The graphic card: lspci | grep gra 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) 00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) >>> When it works with .30 kernel: cat /var/log/Xorg.0.log Code: Select allX.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32-5-686 i686 Debian Current Operating System: Linux velho 2.6.30-2-686 #1 SMP Fri Dec 4 00:53:20 UTC 2009 i686 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30-2-686 root=UUID=192c4fdd-79f3-41ab-97d5-4cb7b8258277 ro quiet Build Date: 08 September 2010 07:20:20PM xorg-server 2:1.7.7-6 (Julien Cristau <jcristau@debian.org>) Current version of pixman: 0.16.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 28 19:25:48 2010 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (==) No Layout section. Using the first Screen section. (==) No screen section available. Using defaults. (**) |-->Screen "Default Screen Section" (0) (**) | |-->Monitor "<default monitor>" (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. (II) Loader magic: 0x81ea020 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI:*(0:0:2:0) 8086:3582:1179:ff00 Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe8000000/134217728, 0xe0000000/524288, I/O @ 0x00001800/8 (--) PCI: (0:0:2:1) 8086:3582:1179:ff00 Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xf0000000/134217728, 0xe0080000/524288 (II) Open ACPI successful (/var/run/acpid.socket) (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SELinux (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (==) Matched intel as autoconfigured driver 0 (==) Matched vesa as autoconfigured driver 1 (==) Matched fbdev as autoconfigured driver 2 (==) Assigned the driver to the xf86ConfigLayout (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.9.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "vesa" (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "fbdev" (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so (II) Module fbdev: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 0.4.2 ABI class: X.Org Video Driver, version 6.0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale (II) VESA: driver for VESA chipsets: vesa (II) FBDEV: driver for framebuffer: fbdev (II) Primary Device is: PCI 00@00:02:0 (WW) Falling back to old probe method for vesa (WW) Falling back to old probe method for fbdev (II) Loading sub module "fbdevhw" (II) LoadModule: "fbdevhw" (II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so (II) Module fbdevhw: vendor="X.Org Foundation" compiled for 1.7.7, module version = 0.0.2 ABI class: X.Org Video Driver, version 6.0 (EE) open /dev/fb0: No such file or directory (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 (==) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GME (--) intel(0): Chipset: "852GM/855GM" (II) intel(0): Output VGA1 has no monitor section (II) intel(0): Output LVDS1 has no monitor section (II) intel(0): Output DVI1 has no monitor section (II) intel(0): EDID for output VGA1 (II) intel(0): EDID for output LVDS1 (II) intel(0): Manufacturer: LGP Model: 657 Serial#: 0 (II) intel(0): Year: 1990 Week: 0 (II) intel(0): EDID Version: 1.3 (II) intel(0): Digital Display Input (II) intel(0): Max Image Size [cm]: horiz.: 30 vert.: 22 (II) intel(0): Gamma: 2.20 (II) intel(0): No DPMS capabilities specified (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) intel(0): First detailed timing is preferred mode (II) intel(0): redX: 0.587 redY: 0.343 greenX: 0.320 greenY: 0.529 (II) intel(0): blueX: 0.158 blueY: 0.140 whiteX: 0.312 whiteY: 0.328 (II) intel(0): Manufacturer's mask: 0 (II) intel(0): Supported detailed timing: (II) intel(0): clock: 65.0 MHz Image Size: 304 x 228 mm (II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0 (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0 (II) intel(0): Unknown vendor-specific block 0 (II) intel(0): Unknown vendor-specific block 0 (II) intel(0): EDID (in hex): (II) intel(0): 00ffffffffffff0030f0570600000000 (II) intel(0): 00000103801e16780a72b09657528728 (II) intel(0): 23505400000001010101010101010101 (II) intel(0): 01010101010164190040410026301888 (II) intel(0): 360030e4100000180000000000000000 (II) intel(0): 0000000000000000000000000000004c (II) intel(0): 475068696c6970734c43440a00000000 (II) intel(0): 004c503135305830382d41330a0a0012 (II) intel(0): Not using default mode "320x175" (doublescan mode not supported) (II) intel(0): Not using default mode "320x200" (doublescan mode not supported) (II) intel(0): Not using default mode "360x200" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "1024x768" (interlace mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions) (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions) (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions) (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions) (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions) (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions) (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) (II) intel(0): Not using default mode "416x312" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) (II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions) (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions) (II) intel(0): Not using default mode "720x450" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x512" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "960x540" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "960x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions) (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions) (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions) (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions) (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) (II) intel(0): Printing probed modes for output LVDS1 (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) intel(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz) (II) intel(0): EDID for output DVI1 (II) intel(0): Output VGA1 disconnected (II) intel(0): Output LVDS1 connected (II) intel(0): Output DVI1 disconnected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS1 using initial mode 1024x768 (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (==) intel(0): video overlay key set to 0x101fe (==) intel(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) UnloadModule: "vesa" (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so (II) UnloadModule: "fbdev" (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so (II) UnloadModule: "fbdevhw" (II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so (==) Depth 24 pixmap format is 32 bpp (II) intel(0): [DRI2] Setup complete (**) intel(0): Kernel mode setting active, disabling FBC. (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (**) intel(0): SwapBuffers wait enabled (==) intel(0): VideoRam: 131072 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (II) UXA(0): Driver registered support for the following operations: (II) solid (II) copy (II) composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): No memory allocations (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (==) intel(0): DPMS enabled (==) intel(0): Intel XvMC decoder disabled (WW) intel(0): Disabling Xv because no adaptors could be initialized. (II) intel(0): direct rendering: DRI2 Enabled (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE SELinux: Disabled on system, not enabling in X server (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_make_current_read (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so (II) GLX: Initialized DRI2 GL provider for screen 0 (II) intel(0): Setting screen physical size to 270 x 203 (II) config/udev: Adding input device Power Button (/dev/input/event1) (**) Power Button: Applying InputClass "evdev keyboard catchall" (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 2.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event1" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc105" (**) Option "xkb_layout" "us" (**) Option "xkb_variant" "intl" (II) config/udev: Adding input device Video Bus (/dev/input/event5) (**) Video Bus: Applying InputClass "evdev keyboard catchall" (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event5" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc105" (**) Option "xkb_layout" "us" (**) Option "xkb_variant" "intl" (II) config/udev: Adding input device Power Button (/dev/input/event3) (**) Power Button: Applying InputClass "evdev keyboard catchall" (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event3" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc105" (**) Option "xkb_layout" "us" (**) Option "xkb_variant" "intl" (II) config/udev: Adding input device Lid Switch (/dev/input/event2) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc105" (**) Option "xkb_layout" "us" (**) Option "xkb_variant" "intl" (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event6) (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall" (**) PS/2 Mouse: always reports core events (**) PS/2 Mouse: Device: "/dev/input/event6" (II) PS/2 Mouse: Found 3 mouse buttons (II) PS/2 Mouse: Found relative axes (II) PS/2 Mouse: Found x and y relative axes (II) PS/2 Mouse: Configuring as mouse (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5 (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE) (II) PS/2 Mouse: initialized for relative axes. (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event7) (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev pointer catchall" (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall" (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall" (II) LoadModule: "synaptics" (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) Synaptics touchpad driver version 1.2.2 (**) Option "Device" "/dev/input/event7" (II) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023 (II) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767 (II) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127 (II) AlpsPS/2 ALPS GlidePoint: finger width range 0 - 0 (II) AlpsPS/2 ALPS GlidePoint: buttons: left right middle (--) AlpsPS/2 ALPS GlidePoint: touchpad found (**) AlpsPS/2 ALPS GlidePoint: always reports core events (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD) (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1 (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 0 (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000 (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4 (--) AlpsPS/2 ALPS GlidePoint: touchpad found (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1) (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall" (II) Synaptics touchpad driver version 1.2.2 AlpsPS/2 ALPS GlidePoint no synaptics event device found (**) Option "Device" "/dev/input/mouse1" Query no Synaptics: 6003C8 (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware. (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint" (II) UnloadModule: "synaptics" (II) config/udev: Adding input device PC Speaker (/dev/input/event4) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event8) (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall" (**) ACPI Virtual Keyboard Device: always reports core events (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event8" (II) ACPI Virtual Keyboard Device: Found keys (II) ACPI Virtual Keyboard Device: Configuring as keyboard (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc105" (**) Option "xkb_layout" "us" (**) Option "xkb_variant" "intl" >>> when it DOESN'T work with the .32 kernel Code: Select all X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32-5-686 i686 Debian Current Operating System: Linux velho 2.6.32-5-686 #1 SMP Sat Sep 18 02:14:45 UTC 2010 i686 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=192c4fdd-79f3-41ab-97d5-4cb7b8258277 ro single Build Date: 08 September 2010 07:20:20PM xorg-server 2:1.7.7-6 (Julien Cristau <jcristau@debian.org>) Current version of pixman: 0.16.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 28 19:02:45 2010 (II) Loader magic: 0x81ea020 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 2 (--) PCI:*(0:0:2:0) 8086:3582:1179:ff00 Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe8000000/134217728, 0xe0000000/524288, I/O @ 0x00001800/8 (--) PCI: (0:0:2:1) 8086:3582:1179:ff00 Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xf0000000/134217728, 0xe0080000/524288 List of video drivers: trident tdfx apm vmware ati r128 siliconmotion openchrome savage geode ztv radeon mach64 ark chips i740 s3 tseng s3virge nouveau sis mga rendition vmwlegacy i128 cirrus voodoo intel neomagic sisusb nv fbdev vesa (II) LoadModule: "trident" (II) Loading /usr/lib/xorg/modules/drivers/trident_drv.so (II) Module trident: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.3.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "tdfx" (II) Loading /usr/lib/xorg/modules/drivers/tdfx_drv.so (II) Module tdfx: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.4.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "apm" (II) Loading /usr/lib/xorg/modules/drivers/apm_drv.so (II) Module apm: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.2.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "vmware" (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so (II) Module vmware: vendor="X.Org Foundation" compiled for 1.7.7, module version = 11.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (--) vmware: X configured to use vmwgfx X driver assume who ever did that knows what they are doing (--) vmware: Please ignore above "[drm] failed to load kernel module "vmwgfx"" (II) vmware: Using vmwlegacy driver everything is fine. (II) LoadModule: "ati" (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 1.7.7, module version = 6.13.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "r128" (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so (II) Module r128: vendor="X.Org Foundation" compiled for 1.7.7, module version = 6.8.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "siliconmotion" (II) Loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so (II) Module siliconmotion: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.7.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "openchrome" (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so (II) Module openchrome: vendor="http://openchrome.org/" compiled for 1.7.7, module version = 0.2.904 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "savage" (II) Loading /usr/lib/xorg/modules/drivers/savage_drv.so (II) Module savage: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 2.3.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "geode" (II) Loading /usr/lib/xorg/modules/drivers/geode_drv.so (II) Module geode: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.11.9 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "ztv" (II) Loading /usr/lib/xorg/modules/drivers/ztv_drv.so (II) Module ztv: vendor="X.Org Foundation" compiled for 1.7.7, module version = 0.0.1 ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "radeon" (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.7.7, module version = 6.13.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "mach64" (II) Loading /usr/lib/xorg/modules/drivers/mach64_drv.so (II) Module mach64: vendor="X.Org Foundation" compiled for 1.7.7, module version = 6.8.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "ark" (II) Loading /usr/lib/xorg/modules/drivers/ark_drv.so (II) Module ark: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 0.7.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "chips" (II) Loading /usr/lib/xorg/modules/drivers/chips_drv.so (II) Module chips: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.2.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "i740" (II) Loading /usr/lib/xorg/modules/drivers/i740_drv.so (II) Module i740: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.3.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "s3" (II) Loading /usr/lib/xorg/modules/drivers/s3_drv.so (II) Module s3: vendor="X.Org Foundation" compiled for 1.7.7, module version = 0.6.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "tseng" (II) Loading /usr/lib/xorg/modules/drivers/tseng_drv.so (II) Module tseng: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "s3virge" (II) Loading /usr/lib/xorg/modules/drivers/s3virge_drv.so (II) Module s3virge: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.10.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "nouveau" (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so (II) Module nouveau: vendor="X.Org Foundation" compiled for 1.7.7, module version = 0.0.15 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "sis" (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so (II) Module sis: vendor="X.Org Foundation" compiled for 1.7.7, module version = 0.10.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "mga" (II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so (II) Module mga: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.4.11 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "rendition" (II) Loading /usr/lib/xorg/modules/drivers/rendition_drv.so (II) Module rendition: vendor="X.Org Foundation" compiled for 1.7.7, module version = 4.2.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "vmwlegacy" (II) Loading /usr/lib/xorg/modules/drivers/vmwlegacy_drv.so (II) Module vmwlegacy: vendor="X.Org Foundation" compiled for 1.7.7, module version = 11.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "i128" (II) Loading /usr/lib/xorg/modules/drivers/i128_drv.so (II) Module i128: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.3.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "cirrus" (II) Loading /usr/lib/xorg/modules/drivers/cirrus_drv.so (II) Module cirrus: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.3.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "voodoo" (II) Loading /usr/lib/xorg/modules/drivers/voodoo_drv.so (II) Module voodoo: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.9.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "neomagic" (II) Loading /usr/lib/xorg/modules/drivers/neomagic_drv.so (II) Module neomagic: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.2.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "sisusb" (II) Loading /usr/lib/xorg/modules/drivers/sisusb_drv.so (II) Module sisusb: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 0.9.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "nv" (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so (II) Module nv: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.1.17 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "fbdev" (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so (II) Module fbdev: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 0.4.2 ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "vesa" (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) Primary Device is: PCI 00@00:02:0 (WW) Falling back to old probe method for trident (WW) Falling back to old probe method for apm (WW) Falling back to old probe method for siliconmotion (WW) Falling back to old probe method for z4l (II) z4l driver for Video4Linux (WW) Falling back to old probe method for ark (WW) Falling back to old probe method for i740 (WW) Falling back to old probe method for s3 (WW) Falling back to old probe method for tseng (WW) Falling back to old probe method for s3virge (WW) Falling back to old probe method for sis (WW) Falling back to old probe method for i128 (WW) Falling back to old probe method for cirrus (II) Loading sub module "cirrus_laguna" (II) LoadModule: "cirrus_laguna" (II) Loading /usr/lib/xorg/modules/drivers/cirrus_laguna.so (II) Module cirrus_laguna: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.0.0 ABI class: X.Org Video Driver, version 6.0 (II) Loading sub module "cirrus_alpine" (II) LoadModule: "cirrus_alpine" (II) Loading /usr/lib/xorg/modules/drivers/cirrus_alpine.so (II) Module cirrus_alpine: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.0.0 ABI class: X.Org Video Driver, version 6.0 (WW) Falling back to old probe method for voodoo (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale (WW) Falling back to old probe method for neomagic (WW) Falling back to old probe method for sisusb (II) FBDEV: driver for framebuffer: fbdev (II) VESA: driver for VESA chipsets: vesa (++) Using config file: "/root/xorg.conf.new" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins, /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins (**) ModulePath set to "/usr/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 Xorg detected your mouse at device /dev/input/mice. Please check your config if the mouse is still not operational, as by default Xorg tries to autodetect the protocol. Xorg has configured a multihead system, please check your config. Your xorg.conf file is /root/xorg.conf.new To test the server, run 'X -config /root/xorg.conf.new' Seems by the few last lines above: Code: Select all(**) ModulePath set to "/usr/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 Noting that there are no more Modlines in the new Xorg.0.log Besides, X is disabling the mouse and keyboard in the configuration, any help would be apreciated to fix this ... can this be considered a bug? Thanks ...
Try re-naming xorg.conf and booting without it. I'm wondering if one of your settings is conflicting. Most Testing machines can run without xorg.conf. If yours does, edit xorg.config to a minimum. This is all I have left in mine. Code: Select allSection "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Device" Identifier "ATI Technologies Inc RV505 [Radeon X1550 64-bit]" BusID "PCI:01:00:0" Option "AccelDFS" "on" Option "ColorTiling" "on" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "ATI Technologies Inc RV505 [Radeon X1550 64-bit]" EndSection I would also recommend that you search this forum for KMS (Kernel Mode Setting). Make sure you have firmware-linux-nonfree installed.
Every time I attempt to install a package this message is shown at the end of installation process:Code: Select allErrors were encountered while processing: python-apt E: Sub-process /usr/bin/dpkg returned an error code (1) For Example I tried to install smplayer and this was the result:Code: Select allabz@aptosidbox:~$ sux Password: root@aptosidbox:/home/abz# apt-get install smplayer Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libavcodec52 libavformat52 libenca0 liblzo2-2 libopenal1 mplayer Suggested packages: libportaudio2 mplayer-doc netselect fping Recommended packages: smplayer-translations smplayer-themes The following NEW packages will be installed: libavformat52 libenca0 liblzo2-2 libopenal1 mplayer smplayer The following packages will be upgraded: libavcodec52 1 upgraded, 6 newly installed, 0 to remove and 127 not upgraded. 1 not fully installed or removed. Need to get 0B/7,179kB of archives. After this operation, 10.7MB of additional disk space will be used. Do you want to continue [Y/n]? (Reading database ... 124248 files and directories currently installed.) Preparing to replace libavcodec52 4:0.5.2-4 (using .../libavcodec52_0.5.2-5_amd64.deb) ... Unpacking replacement libavcodec52 ... Selecting previously deselected package libavformat52. Unpacking libavformat52 (from .../libavformat52_0.5.2-5_amd64.deb) ... Selecting previously deselected package libenca0. Unpacking libenca0 (from .../libenca0_1.13-3_amd64.deb) ... Selecting previously deselected package liblzo2-2. Unpacking liblzo2-2 (from .../liblzo2-2_2.03-2_amd64.deb) ... Selecting previously deselected package libopenal1. Unpacking libopenal1 (from .../libopenal1_1.12.854-2_amd64.deb) ... Selecting previously deselected package mplayer. Unpacking mplayer (from .../mplayer_1.0~rc3++final.dfsg1-1_amd64.deb) ... Selecting previously deselected package smplayer. Unpacking smplayer (from .../smplayer_0.6.9-1_amd64.deb) ... Processing triggers for man-db ... Processing triggers for hicolor-icon-theme ... Processing triggers for menu ... warning, in file '/var/lib/dpkg/updates/0006' near line 5 package 'libavformat52': missing description warning, in file '/var/lib/dpkg/updates/0006' near line 5 package 'libavformat52': missing maintainer warning, in file '/var/lib/dpkg/updates/0009' near line 5 package 'libenca0': missing description warning, in file '/var/lib/dpkg/updates/0009' near line 5 package 'libenca0': missing maintainer warning, in file '/var/lib/dpkg/updates/0012' near line 5 package 'liblzo2-2': missing description warning, in file '/var/lib/dpkg/updates/0012' near line 5 package 'liblzo2-2': missing maintainer warning, in file '/var/lib/dpkg/updates/0015' near line 5 package 'libopenal1': missing description warning, in file '/var/lib/dpkg/updates/0015' near line 5 package 'libopenal1': missing maintainer warning, in file '/var/lib/dpkg/updates/0018' near line 5 package 'mplayer': missing description warning, in file '/var/lib/dpkg/updates/0018' near line 5 package 'mplayer': missing maintainer warning, in file '/var/lib/dpkg/updates/0020' near line 6 package 'mplayer': missing description warning, in file '/var/lib/dpkg/updates/0020' near line 6 package 'mplayer': missing maintainer warning, in file '/var/lib/dpkg/updates/0023' near line 5 package 'smplayer': missing description warning, in file '/var/lib/dpkg/updates/0023' near line 5 package 'smplayer': missing maintainer warning, in file '/var/lib/dpkg/updates/0025' near line 6 package 'smplayer': missing description warning, in file '/var/lib/dpkg/updates/0025' near line 6 package 'smplayer': missing maintainer warning, in file '/var/lib/dpkg/updates/0027' near line 6 package 'smplayer': missing description warning, in file '/var/lib/dpkg/updates/0027' near line 6 package 'smplayer': missing maintainer warning, in file '/var/lib/dpkg/updates/0028' near line 6 package 'smplayer': missing description warning, in file '/var/lib/dpkg/updates/0028' near line 6 package 'smplayer': missing maintainer warning, in file '/var/lib/dpkg/updates/0030' near line 6 package 'smplayer': missing description warning, in file '/var/lib/dpkg/updates/0030' near line 6 package 'smplayer': missing maintainer warning, in file '/var/lib/dpkg/updates/0032' near line 6 package 'smplayer': missing description warning, in file '/var/lib/dpkg/updates/0032' near line 6 package 'smplayer': missing maintainer Processing triggers for gnome-menus ... Processing triggers for desktop-file-utils ... Setting up python-apt (0.7.98) ... Traceback (most recent call last): File "/usr/bin/pycentral", line 2349, in <module> main() File "/usr/bin/pycentral", line 2343, in main rv = action.run(global_options) File "/usr/bin/pycentral", line 1481, in run pkg.read_version_info() File "/usr/bin/pycentral", line 899, in read_version_info self.version_info = pyversions.parse_versions(self.version_field) File "/usr/share/pycentral-data/pyversions.py", line 68, in parse_versions raise ValueError, 'error parsing Python-Version attribute' ValueError: error parsing Python-Version attribute dpkg: error processing python-apt (--configure): subprocess installed post-installation script returned error exit status 1 Setting up libavcodec52 (4:0.5.2-5) ... configured to not write apport reports Setting up libavformat52 (4:0.5.2-5) ... Setting up libenca0 (1.13-3) ... Setting up liblzo2-2 (2.03-2) ... Setting up libopenal1 (1:1.12.854-2) ... Setting up mplayer (2:1.0~rc3++final.dfsg1-1) ... Setting up smplayer (0.6.9-1) ... Processing triggers for menu ... Errors were encountered while processing: python-apt E: Sub-process /usr/bin/dpkg returned an error code (1) root@aptosidbox:/home/abz# After that I ran smplayer and it worked properly! In many cases programs that I install work well while in some programs instability is felt. Then I tried to use synaptic to install gnome. At the end of process synaptic showed a message-box containing: Code: Select allE: python-apt: subprocess installed post-installation script returned error exit status 1 E: unattended-upgrades: dependency problems - leaving unconfigured E: python-software-properties: dependency problems - leaving unconfigured E: python-aptdaemon: dependency problems - leaving unconfigured E: python-aptdaemon-gtk: dependency problems - leaving unconfigured E: aptdaemon: dependency problems - leaving unconfigured E: software-center: dependency problems - leaving unconfigured E: gnome-codec-install: dependency problems - leaving unconfigured E: gnome: dependency problems - leaving unconfigured Now the installed gnome works good but any time I want to install any thing these errors reappear. As far as I can remember (But I am not sure ) first time I had the problem was when I installled aptoncd package. After some time whenever I tried to install anything two errors were given. One of them was about aptoncd. By this I mean it was something very similar to Code: Select allErrors were encountered while processing: aptoncd python-apt I removed aptoncd so its name is not shown anymore in error message but trying to remove python-apt again shows the above message. My OS is aptosid 2010-2 (Debian sid). I downloaed it from its site with xfce desktop environment.
View topic - 29 Sept 2010::python-apt error :: fixed :: aptosid.com :: aptosid - Debian hot and spicy! http://aptosid.com/index.php?name=PNphp ... opic&t=193
I have installed Wicd removing Network Manager to enable domain name server information from my ISP to be transferred through my router to my DHCP Client ID. The problem is that every time I reboot, I have to disconnect and reconnect my network using Wicd Network Manager to get the dns info transferred.. Do I need to edit or delete a file in /etc/wicd?
What do you have in /etc/network/interfaces? When running wicd you should only have Code: Select allauto lo iface lo inet loopback Put a # in front of everything else.
Hi All. I searched on internet about how to set up multiple IP addresses on Debian server, but I still have problem with that. So maybe someone can help me fix thees problems? nano /etc/network/interfaces Code: Select all# The primary network interface #First IP address auto eth0 iface eth0 inet static address x.x.x.77 netmask 255.255.255.0 gateway x.x.x.254 dns-nameservers x.x.x.x #Second IP address auto eth0:1 iface eth0:1 inet static adress x.x.x.78 netmask 255.255.255.0 gateway x.x.x.254 dns-nameservers x.x.x.x After "/etc/init.d/networking restart", I got: Code: Select allReconfiguring network interfaces...SIOCADDRT: File exists Failed to bring up eth0. Don't seem to be have all the variables for eth0:1/inet. Failed to bring up eth0:1. done. So where can be problem, right now Im searching for answer on internet, but be very good if anyone help me solve this problem!
On the virtual interfaces you don't need gateway or dns. Also add another 'd' to addres.
I have an NFS mount that is in my NFS client's fstab file Code: Select all192.168.1.102:/mnt/mythtv /mnt/mythtv nfs defaults 0 0 sudo mount -a will mount it after i have booted the system. However, at boot it is not mounted. An extract of /var/log/boot shows Code: Select allSun Aug 22 15:45:34 2010: Setting kernel variables ...error: "net.ipv6.bindv6only" is an unknown key Sun Aug 22 15:45:34 2010: ^[[31mfailed.^[[39;49m Sun Aug 22 15:45:34 2010: Setting up resolvconf...done. Sun Aug 22 15:45:34 2010: Setting up networking.... Sun Aug 22 15:45:34 2010: Configuring network interfaces...Internet Systems Consortium DHCP Client 4.1.1-P1 Sun Aug 22 15:45:34 2010: Copyright 2004-2010 Internet Systems Consortium. Sun Aug 22 15:45:34 2010: All rights reserved. Sun Aug 22 15:45:34 2010: For info, please visit https://www.isc.org/software/dhcp/ Sun Aug 22 15:45:34 2010: Sun Aug 22 15:45:34 2010: Listening on LPF/eth0/00:24:8c:52:dc:60 Sun Aug 22 15:45:34 2010: Sending on LPF/eth0/00:24:8c:52:dc:60 Sun Aug 22 15:45:34 2010: Sending on Socket/fallback Sun Aug 22 15:45:37 2010: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 Sun Aug 22 15:45:37 2010: DHCPOFFER from 192.168.1.1 Sun Aug 22 15:45:37 2010: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Sun Aug 22 15:45:37 2010: DHCPACK from 192.168.1.1 Sun Aug 22 15:45:38 2010: bound to 192.168.1.100 -- renewal in 38648 seconds. Sun Aug 22 15:45:38 2010: if-up.d/mountnfs[eth0]: lock /var/run/network/mountnfs exist, not mounting ... failed! Sun Aug 22 15:45:38 2010: done. Sun Aug 22 15:45:38 2010: Starting portmap daemon.... Sun Aug 22 15:45:38 2010: Starting NFS common utilities: statd. Sun Aug 22 15:45:38 2010: Cleaning up temporary files.... My /etc/network/interfaces looks like Code: Select all# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp #auto eth1 #iface eth1 inet dhcp iface eth1 inet static address 10.0.0.1 netmask 255.255.255.0 network 10.0.0.2 broadcast 10.0.0.255 What am I missing?
So I have another Debian Sid computer that seems to load the NFS partition correctly. It uses the exact same fstab as the one that doesn't. NFS not mounted properly Code: Select all# dpkg -l | grep nfs ii libnfsidmap2 0.23-2 An nfs idmapping library ii nfs-common 1:1.2.2-4 NFS support files common to client and server Code: Select all# dpkg -l | grep network ii ceni 2.10 Curses interface to /etc/network/interfaces ii fping 2.4b2-to-ipv6-16.1 sends ICMP ECHO_REQUEST packets to network hosts ii gnome-nettool 2.30.0-1 network information tool for GNOME ii ifupdown 0.6.10 high level tools to configure network interfaces ii iproute 20100519-3 networking and traffic control tools ii iputils-ping 3:20100418-2 Tools to test the reachability of network hosts ii kdenetwork 4:4.4.5-1 networking applications from the official KDE 4 release ii kdenetwork-filesharing 4:4.4.5-1 network filesharing configuration module ii knetworkconf 4:4.4.5-2 network configuration tool ii libnm-glib0 0.7.2-2 network management framework (GLib shared library) ii libnm-glib2 0.8.1-2+b1 network management framework (GLib shared library) ii libnm-util1 0.8.1-2+b1 network management framework (shared library) ii libqt4-network 4:4.6.3-2 Qt 4 network module ii libqtscript4-network 0.1.0-3 Qt Script bindings for the Qt 4 Network library ii libsmokeqtnetwork4-3 4:4.4.5-2 Qt Network Smoke library ii libsolidcontrol4 4:4.4.5-3 library for Solid based network management ii libsolidcontrolifaces4 4:4.4.5-3 library for Solid based network interface management ii net-tools 1.60-23 The NET-3 networking toolkit ii netbase 4.42 Basic TCP/IP networking system ii traceroute 1:2.0.15-1 Traces the route taken by packets over an IPv4/IPv6 network NFS working properly Code: Select all$ dpkg -l | grep nfs ii libnfsidmap2 0.23-2 An nfs idmapping library ii nfs-common 1:1.2.2-4 NFS support files common to client and server Code: Select all$ dpkg -l | grep network ii gnome-nettool 2.30.0-1 network information tool for GNOME ii ifupdown 0.6.10 high level tools to configure network interfaces ii iproute 20100519-3 networking and traffic control tools ii iputils-ping 3:20100418-2 Tools to test the reachability of network hosts ii libnm-glib2 0.8.1-2+b1 network management framework (GLib shared library) ii libnm-util1 0.8.1-2+b1 network management framework (shared library) ii libqt4-network 4:4.6.3-1 Qt 4 network module ii net-tools 1.60-23 The NET-3 networking toolkit ii netbase 4.42 Basic TCP/IP networking system ii traceroute 1:2.0.15-1 Traces the route taken by packets over an IPv4/IPv6 network I'll trim down and update what I can and see what happens
When i upgrade my packages with aptitude in testing, I am starting to get this error. Also I get this from cron now and then. Any ideas to how I could solve this error ? Code: Select allwarning, in file '/var/lib/dpkg/status' near line 35897 package 'virtualbox-3.0': error in Version string '3.0.14-58977_Debian_lenny': invalid character in revision number warning, in file '/var/lib/dpkg/available' near line 41686 package 'virtualbox-3.0': error in Version string '3.0.14-58977_Debian_lenny': invalid character in revision number
I get the same thing, but it didn't start until I forcibly installed a 64-bit version on a 32-bit install; if that's not what's going on, try installing a Squeeze build(not sure when they started offering those, but they do).
Hello All, I am running a Debian Lenny, configured as router / dns /dhcp + ddns server and am trying to get rndc to work remotely. Configuration on the server seems ok, i can connect tru rndc , when i ask the rndc status i get a response. Now i am configuring a client for remote rndc connection, and it trows me connection refused. the rndc.conf on the client points to 172.16.0.1 on port 953, and the key is the same key (i checked it over and over again.) if i nmap 127.0.0.1 on the server it gives me that 953 is listening (port of rndc) if i nmap 172.16.0.1 (which is the ip of the server) their is no port 953 listening. in the named.conf u define the ip that rndc uses to listen on, i have it set to : inet 127.0.0.1 etc ... when i change this to 172.16.0.1 and restart bind9 it fails to start. Somebody an idea what the problem could be ? included a doc with the screens Thanks in advance, Joachim.
Sorry girls and boys, i found the problem, Apparently you cannot define another ip then the loopback in named.conf where rndc is listening on. you need to put a wildcard "*" and then it works. greetings,
ok, i'm about to install squeeze from a netinstall cd, but i want kde instead of gnome, let me see if i got this right: - the tasksel dialog during the installation (from cd1, i assume netinstall is the same) shows entries like "standard system" "graphical desktop environment", "web server", and so on - if i check "graphical desktop environment" it installs a gnome desktop. i checked with tasksel --task-packages and gnome seems not to be inside the "desktop" task. there is an extra task called "gnome-desktop", which is apparently installed as well. so how exactly do these menu entries correspond to the actual tasks? - "desktop" contains the basis for gnome-desktop or another desktop environment, but beyond what is obviously required for that (for example xorg), it also installs a lot of additional things (like iceweasel, gimp, openoffice). why is that? isn't there a task for a desktop basis without extra applications? im confus but to shorten my request, how do i go about installing a system with kde (tasksel --task-packages kde-desktop looks good to me) and a reasonable basis for a desktop environment (standard system tools, xorg, alsa,...). is there a task for that?
I would say during the install just choose 'standard system' and not 'desktop'. Once the install is finished, fire up your package manager of choice (I recommend aptitude) and install the KDE packages that you want. Using the tasksel method you seem to get everything, including the kitchen sink.
Hi guys, I switched over from ubuntu and I have an audio issue with my Asus EEE 1001PXB and my Realtek ALC265 soundcard. Basically, sound only comes from the internal speaker, but when I plug in my headphones the sound goes dead on my internal speaker and no sound comes from my headphones. I solved this issue by installing linux-alsa-driver-modules from the ubuntu-audio-dev PPA. I tried to add the modules via command line in terminal after editing my sources.list file and adding the PPA line. It worked fine with chromium install, but fails to find linux-alsa-driver-modules and from the looks of it, it connected fine when I do aptitude update. Does anyone know how to correct this and get the ball rolling? or is it something I just need to wait out on? It seems to be a rather rare issue as I can find little about this specific problem even when you use existing fixes for similar hardware. This is the link for the PPA info: https://wiki.ubuntu.com/Audio/Installin ... verModules Here is my PPA link in sources.list Code: Select alldeb http://ppa.launchpad.net/ubuntu-audio-dev/stable/ubuntu/ lucid main aptitude search yields nothing. Any advice?
Adding an Ubuntu repo is a good way to mess up your Debian system as they are not really binary compatible. While I am not really firmilier with your sound chip or system you can do a search in Synaptic for alsa for the Debian components. Remember to remove the Ubuntu packages and then remove the Ubuntu repos from your sources.list. Then update the packages list (aptitude update, apt-get update or hit the update button on Synaptic). Hopefully what you have installed so far hasn't already messed things up to a state that will make things difficult for you to recover from.
Is it possible to setup tapping so that a fast tap with two fingers behaves like the right click button.
I suppose you mean Synaptics and not Synaptic. Code: Select allman synaptics
I use a wireless ralink rt2870 usb. The driver that comes with squeeze does not work. I had to blacklist them all and install the driver from ralink. All works well until I did the recent updates which include updating the kernel. My wireless driver was replaced by the default. This is the lsmod output: Code: Select alllsmod | grep rt exportfs 3170 1 nfsd rt2870sta 359819 0 crc_ccitt 1323 1 rt2870sta parport_pc 18855 1 parport 27954 3 ppdev,lp,parport_pc usbcore 121938 6 rt2870sta,usbhid,usb_storage,ohci_hcd,ehci_hcd I have to remove rt2870 manually and install my own. I already replaced the driver in /etc/lib/modules...driver/staging with my own, but after reboot it has been replaced again. But, the default driver comes back again after reboot. So where is this default driver coming from so that I can replace it with my own? TIA edit: I used /sbin/rmmod rt2870sta.ko to remove the default driver and then install my driver with /sbin/insmod rt2870sta.ko and lsmod looks like this: Code: Select alllsmod |grep rt rt2870sta 515647 1 exportfs 3170 1 nfsd parport_pc 18855 1 parport 27954 3 ppdev,lp,parport_pc usbcore 121938 6 rt2870sta,usbhid,usb_storage,ohci_hcd,ehci_hcd edit2: it is this crc_ccit that is causing the problem. If I do /sbin/rmmod rt2870sta.ko, it is removed. How to I stop it from loading. crc_ccit is located in /sys/module and it has a driver usb:st2870.
If you want your own driver to take precedence over a like-named driver that comes with the kernel, put it in the /lib/modules/<your-kernel>/misc/ directory (make this directory if it doesn't already exist). I'm curious to know in what way the rt2870sta.ko driver that comes with the kernel doesn't work... did you install the firmware-ralink package?
I made a directory called download in the root directory. It's assigned to root and won't let me access it. I would like to change the owner permission. Can someone explain how??
Harley51 wrote:I made a directory called download in the root directory. Why? Your /home/username is the place to make directories that your username is supposed to be using. Anyway, the command to change file/directory ownership is chown. As root: Code: Select all# chown username:username /download And better yet: Code: Select all# chown username:username /download # mv /download /home/username
So I was reading this thread on internet privacy and decided to 'upgrade' my system. I installed privoxy and tor and chained them from squid so it looks like this: iceweasel >> squid >> privoxy >> tor. All is working well except when I go to edit my privoxy default.action file I get a fatal error. I've got version 3.0.9-1 The original line in the newly installed default.action file. Code: Select all#+hide-referer{forge} I edited it by simply removing the #. Code: Select all+hide-referer{forge} Then: Code: Select allsu -c '/etc/init.d/privoxy force-reload' And I get this in the logfile. Code: Select allSep 14 16:41:36.260 Privoxy(7f4fa64756e0) Fatal error: can't load actions file '/etc/privoxy/default.action': first needed line (361) is invalid: +hide-referer{forge} I've even copy/pasted from the manual and to no avail. Have I been looking at to much text for the last two days??? What am I missing??? Any help appreciated! Barrie Edit: Everything is from the repos.
Changes had to be made AFTER the {{settings}} and {{alias}} lines in the file.
I have a TV/radio tuner and I installed the gkrellm-radio plugin. The plugin works fine, but, it only works with /dev/radio. I'm not sure if its safe to rename files so I just create a symlink of /dev/radio0 as /dev/radio. It gets pretty annoying to me to have to create a symlink every time I start up my computer so I can listen to the radio. Is there a way to get linux to permanently name "/dev/radio0" as "/dev/radio"?
In udev rule like SYMLINK+="radio". It can be added in the appropriate rule or can by written the new rule with it and with the smaller number than common rule. Peter.
Ethernet, bluetooth and video work fine. I also managed to get the wireless card working by installling "firmware-iwlwifi". I can make the touchpad work sending to the kernel the parameter "i8042.nopnp" at boot time(grub), but then I get the computer frozen for a second every five second(just to make and idea), so I decided to use a usb mouse, until I get another fix. As you can see I can use the laptop except that... I have no sound at all, I can only hear something using headphones. I've been searching the web but the only thing I found is a fix in ubuntu using some kernel-modules from backports repository, but can't install them on debian. I'd really appreciate any help or guide... I don't know how to continue. Thank you.
I don't really know what information you would find useful, this are those I use to search the web: lspci -m | grep Audio 00:1b.0 "Audio device" "Intel Corporation" "5 Series/3400 Series Chipset High Definition Audio" -r05 "Sony Corporation" "Device 9067" 01:00.1 "Audio device" "nVidia Corporation" "High Definition Audio Controller" -ra1 "Sony Corporation" "Device 9067" extract from lshw description: Audio device product: High Definition Audio Controller vendor: nVidia Corporation physical id: 0.1 bus info: pci@0000:01:00.1 version: a1 width: 32 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=HDA Intel latency=0 resources: irq:16 memory:e3080000-e3083fff description: Audio device product: 5 Series/3400 Series Chipset High Definition Audio vendor: Intel Corporation physical id: 1b bus info: pci@0000:00:1b.0 version: 05 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=HDA Intel latency=0 resources: irq:22 memory:e8e00000-e8e03fff
I decided to try wireless so I bought a TP-Link pci adapter TL-WN851N and installed it. I installed Wcid and firmware-atheros. I set /etc/network/interfaces to read auto lo iface lo inet loopback All Wicd does is tell me "No wireless networks found." Any suggestions will be appreciated.
I guess it is an atheros chip of some kind since you installed that firmware. Is the module loaded? Probably either ath5k or ath9k. Is the interface listed in /etc/udev/rules.d/70-persistent-net.rules?
Added the following line to sources.list : deb http://www.debian-multimedia.org squeeze main non-free After that I did an update and upgrade. The following packages were kept back : ffmpeg libavcodec52 libavdevice52 libavformat52 libcairo2 libpostproc51 libswscale0 mplayer ( libcairo2 is on hold ). To overcome this I did : apt-get install mplayer The following extra packages will be installed: liba52-0.7.4 libartsc0 libbs2b0 libdirac-decoder0 libfaac0 libggi2 libggiwmh0 libgii1 libmp3lame0 libopencore-amrnb0 libopencore-amrwb0 libvdpau1 libx264-104 libxvidcore4 It ends like : Unpacking replacement mplayer ... dpkg: error processing /var/cache/apt/archives/mplayer_2%3a1.0~rc3++svn20100804-0.0_amd64.deb (--unpack): trying to overwrite '/usr/share/pixmaps/mplayer.xpm', which is also in package mplayer-gui 2:1.0~rc3++final.dfsg1-1 dpkg-deb: subprocess paste killed by signal (Broken pipe) Processing triggers for man-db ... Processing triggers for menu ... Errors were encountered while processing: /var/cache/apt/archives/mplayer_2%3a1.0~rc3++svn20100804-0.0_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) Next thing I tried : apt-get dist-upgrade : The following packages will be REMOVED: libavfilter0 The following NEW packages will be installed: libavcore0 libavfilter1 libavutil50 libva1 The following packages have been kept back: libcairo2 The following packages will be upgraded: ffmpeg libavcodec52 libavdevice52 libavformat52 libpostproc51 libswscale0 mplayer Preparing to replace mplayer 2:1.0~rc3++final.dfsg1-1 (using .../mplayer_2%3a1.0~rc3++svn20100804-0.0_amd64.deb) ... Unpacking replacement mplayer ... dpkg: error processing /var/cache/apt/archives/mplayer_2%3a1.0~rc3++svn20100804-0.0_amd64.deb (--unpack): trying to overwrite '/usr/share/pixmaps/mplayer.xpm', which is also in package mplayer-gui 2:1.0~rc3++final.dfsg1-1 dpkg-deb: subprocess paste killed by signal (Broken pipe) Processing triggers for menu ... warning, in file '/var/lib/dpkg/updates/0006' near line 5 package 'libavcore0': missing description warning, in file '/var/lib/dpkg/updates/0006' near line 5 package 'libavcore0': missing maintainer warning, in file '/var/lib/dpkg/updates/0015' near line 5 package 'libavfilter1': missing description warning, in file '/var/lib/dpkg/updates/0015' near line 5 package 'libavfilter1': missing maintainer Errors were encountered while processing: /var/cache/apt/archives/mplayer_2%3a1.0~rc3++svn20100804-0.0_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) Any solution ..?
eric1959 wrote: trying to overwrite '/usr/share/pixmaps/mplayer.xpm', which is also in package mplayer-gui 2:1.0~rc3++final.dfsg1-1 There's your problem. Uninstall mplayer-gui (which is an mplayer version from debian testing or sid) and then you can install mplayer or mplayer-nogui from debian-multimedia. The conflict has arisen because there are several versions of mplayer (mplayer, mplayer-gui, mplayer-nogui, mplayer-mt) in various repo branches official and unofficial.
Hey all, I am using a ASUS 1000HE with 2GIG Ram and 64GB SSD Drive, Debian Squeeze 2.6.32-5 (version 2.6.32-18) - LXDE / XFCE - slim I have initramfs-tools version 0.97.2 installed - When I upgrade to version 0.98 and reboot, I get a Kernel Panic error - something about /sbin/bootchard - (I think?) I have backed up my system and restored it twice and isolated this culprit. Am I the only one experiencing this issue? Just in case you wanted to know how I am backing up and restoring: Backup Code: Select allsudo -i d if=/dev/zero of=delete bs=1M rm delete dd if=/dev/sda | gzip -c9 > 1000HE-081510-LXDE_Xfce.gz Restore sudo -i Code: Select allgunzip -c 1000HE-081510-LXDE_Xfce.gz | dd of=/dev/sda Thanks for your assistance
Hey friend, I had the same problem you had except I pulled mine from lenny-backports (and the version was not quite as new as yours) but the same bug appears to manifest itself in both. I am currently running a mixed Debian Lenny 64-bit system (basically lenny with several backports such as kernel, iceweasel, and OpenOffice) with the 2.6.29 bpo kernel on ext4 (both / and /home), fglrx (9.3), and a couple of select packages from squeeze and maybe one from sid (ufw / gufw) and gwibber. The machine is an Acer Aspire 5100 2.0 Ghz Dual Core AMD Turion 64. Well stupidly, I did a sudo aptitude -t lenny-backports full-upgrade, after which time my machine would no longer boot. The error it would halt at is /bin/sh: can't access tty; job control turned off (initramfs) At the time, I had no idea why (online web searching was no help whatsoever.) So, the next day, I was reverting the to the old packages (one by one starting with the one that might impact the kernel and/or boot process) and the second one I tried was initramfs-tools_0.94.4~bpo50+1_all.deb and then did a sudo update-initramfs -u and then it booted again fine (the version I reverted to is 0.92o [from lenny] from the rescue mode of my install CD via dpkg -i) I tried to forward this to the lenny-backports folks as a bug report but I am not sure it made it. In any case because of your experience with squeeze, this needs to be files as a release critical bug on squeeze (Did you check to see if a bug is already filed?) Further, it seems to me that you could upgrade to squeeze and lock the version either using pinning or dselect so it stays at the one that works until they get this bug fixed. (I'll will be glad to help if you need further advice on how to do that.)
I use Tor chained with Privoxy (not Polipo) on my Debian Lenny system. My default browser is Iceweasel with NoScript and Torbutton. Previously, when I toggled torbutton "off", in Iceweasel, Edit -> Preferences --> Advanced -> Setting shows "no proxy", and when torbutton "on", shows the expected proxy settings. Previously, when torbutton "off", pointing Iceweasel at http://www.privoxy.org/config/ shows a page at their website telling me that I am not using Privoxy, and when torbutton "on", displays a notice from Privoxy telling me that I am using Privoxy. Unfortunately, the recent updates apparently broke Privoxy for me. Now, when I toggle torbutton "on", I get an warning stating that previous test failed, and pointing Iceweasel at http://www.privoxy.org/config/ gives me an "internal Privoxy error" message. Also, pointing Iceweasel at https://check.torproject.org/ says I am not using tor, yet shows the request coming from an IP which comes back to a valid Tor server at https://torstatus.kgprog.com/tor_exit_query.php and similarservices. (Note: https, not http. Always worked before!) And Privoxy and Tor are certainly running, and iftop and netstat show that I am connecting to Tor servers, and my Tor error logs even show that Tor thinks my DNS lookup is being proxied properly. Yesterday, I uninstalled and reinstalled privoxy, tor, torgeoipdb and some libraries/packages they need, such as tsocks. My config files appeared unchanged, but for a while I had torbutton "jammed in on position"! (Fortunately, I spotted that before sending username/password anywhere.) I was able to fix this by first stopping privoxy and tor Code: Select all/etc/init.d/tor stop /etc/init.d/privoxy stop and then in Iceweasel Edit -> Preferences -> Advanced -> Settings "no proxy". This problem might have been due to accidently confusing my system about whether I wanted to install torbutton using the debian package, or using the toolbar in Iceweasel. Eventually I went the second route, and checking Iceweasel Edit -> Preferences -> Advanced -> Settings with torbutton toggled on/off suggested torbutton is working again, and so do external checks. But after all that pain, I seem to be back where I started. Does anyone know what might be causing this? Could this be a problem with a certificate at privoxy.org? Another Tor question: when I reboot, privoxy and tor start automatically (as should happen) and tor immediately starts contacting tor servers. (I can see that tor is calling out to each IP, and I can check that each IP is currently or in some cases was formerly listed as a Tor server.) The Tor documentation clearly explains that Tor tries to form and hold open tor chains, ready for use when I toggle torbutton to "on", but it doesn't mention this boot up behavior, which seems to be related to some stuff I see hints of in the OR mailing list which I do not understand. I am using freshclam (in daemon mode, set to download once per day rather than once per hour), and before I torified most web connections, I would sometimes see freshclam take up a large amount of bandwidth for five minutes or so, but the behavior I am talking about is completely different: tor appears to contact each tor router in a list (to see if they are up?). Usually I can see in iftop that tor is downloading more than uploading, but after yesterday's update it seemed to be initially sending more than the usual amount of information. Did anyone else notice that or know what it means? Another Privoxy question: how can I check that privoxy is trying to scrub some of the more obvious identifiers before sending html requests on to tor?
Well, so far i know that on Lenny polipo is doing its part to get tor to work, you should try changing privoxy for polipo.
Hello, I have installed a Medion Scanner MD9890 as a Mustek-cis1200 under a new Debian System without any graphical interface. Scanimage -L and sane-find-scanner -p can find this scanner. Now I try to access to it from my other computers in my network, but both, a Linux-system with xsane and a Windows-System with Sanetwain can't find the scanner. In the syslog file of my server I find the following lines: <servername> saned [12419]: saned (AF-indep-IPv&) from sane-backends 1.0.19 starting up <servername> saned [12419]: check_host: access by remote host: 192.168.168.20 <servername> saned [12419]: init: access granted to saned-user@192.168.168.20 and later: <servername> saned [12419]: saned exiting It seems to me that scanning should work, but it doesn't. need help - thanks
Checklist: server: saned is installed - obviously cat /etc/sane.d/saned.conf contains addresses of machines allowed to connect? cat /etc/services | grep sane is not empty and not commented out? cat /etc/inetd.conf | grep sane is not empty and not commented out? The user "saned" is member of the group "scanner"? inetd restarted after changes? client: cat /etc/sane.d/net.conf contains the address of the server? cat /etc/sane.d/dll.conf driver "net" is not commented out? Any firewall inbetween?
here's the wonderful output. Code: Select all moleque@c-98-211-118-98:~$ Message from syslogd@c-98-211-118-98 at Aug 20 15:35:02 ... kernel:[ 1707.343762] Process mrtg (pid: 3241, ti=f0680000 task=f064aa80 task.ti=f0680000) Message from syslogd@c-98-211-118-98 at Aug 20 15:35:02 ... kernel:[ 1707.343765] Stack: Message from syslogd@c-98-211-118-98 at Aug 20 15:35:02 ... kernel:[ 1707.343795] Call Trace: Message from syslogd@c-98-211-118-98 at Aug 20 15:35:02 ... kernel:[ 1707.343649] last sysfs file: /sys/devices/virtual/block/loop7/removable Message from syslogd@c-98-211-118-98 at Aug 20 15:35:02 ... kernel:[ 1707.343645] Oops: 0000 [#6] SMP Message from syslogd@c-98-211-118-98 at Aug 20 15:35:02 ... kernel:[ 1707.343874] Code: 43 24 75 1e 8b 43 28 8b 4c 24 04 8b 54 24 0c e8 a5 3c 07 00 85 c0 75 0a 3e ff 03 fe 43 08 89 d8 eb 1f fe 43 08 8b 36 85 f6 74 14 <8b> 06 0f 18 00 90 8d 5e ec 8b 44 24 08 39 43 20 75 e8 eb 8a 31 Message from syslogd@c-98-211-118-98 at Aug 20 15:35:02 ... kernel:[ 1707.343918] EIP: [<c10c0b0e>] __d_lookup+0xb5/0xd3 SS:ESP 0068:f0681e2c Message from syslogd@c-98-211-118-98 at Aug 20 15:35:02 ... kernel:[ 1707.343924] CR2: 0000000000001c00 moleque@c-98-211-118-98:~$ moleque@c-98-211-118-98:~$ Message from syslogd@c-98-211-118-98 at Aug 20 15:40:01 ... kernel:[ 2006.541957] Stack: Message from syslogd@c-98-211-118-98 at Aug 20 15:40:01 ... kernel:[ 2006.541987] Call Trace: Message from syslogd@c-98-211-118-98 at Aug 20 15:40:01 ... kernel:[ 2006.541955] Process mrtg (pid: 3279, ti=f05fa000 task=f064e1c0 task.ti=f05fa000) Message from syslogd@c-98-211-118-98 at Aug 20 15:40:01 ... kernel:[ 2006.541843] last sysfs file: /sys/devices/virtual/block/loop7/removable Message from syslogd@c-98-211-118-98 at Aug 20 15:40:01 ... kernel:[ 2006.542066] Code: 43 24 75 1e 8b 43 28 8b 4c 24 04 8b 54 24 0c e8 a5 3c 07 00 85 c0 75 0a 3e ff 03 fe 43 08 89 d8 eb 1f fe 43 08 8b 36 85 f6 74 14 <8b> 06 0f 18 00 90 8d 5e ec 8b 44 24 08 39 43 20 75 e8 eb 8a 31 Message from syslogd@c-98-211-118-98 at Aug 20 15:40:01 ... kernel:[ 2006.542109] EIP: [<c10c0b0e>] __d_lookup+0xb5/0xd3 SS:ESP 0068:f05fbe2c Message from syslogd@c-98-211-118-98 at Aug 20 15:40:01 ... kernel:[ 2006.542116] CR2: 0000000000001c00 Message from syslogd@c-98-211-118-98 at Aug 20 15:40:01 ... kernel:[ 2006.541839] Oops: 0000 [#7] SMP moleque@c-98-211-118-98:~$ Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744616] last sysfs file: /sys/devices/virtual/block/loop7/removable Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744725] Process kicker (pid: 2947, ti=ef0b8000 task=ef034c80 task.ti=ef0b8000) Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744727] Stack: Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744755] Call Trace: Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744612] Oops: 0000 [#3] SMP Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744821] Code: 43 24 75 1e 8b 43 28 8b 4c 24 04 8b 54 24 0c e8 a5 3c 07 00 85 c0 75 0a 3e ff 03 fe 43 08 89 d8 eb 1f fe 43 08 8b 36 85 f6 74 14 <8b> 06 0f 18 00 90 8d 5e ec 8b 44 24 08 39 43 20 75 e8 eb 8a 31 Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744865] EIP: [<c10c0b0e>] __d_lookup+0xb5/0xd3 SS:ESP 0068:ef0b9e70 Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744871] CR2: 0000000000001400 ]
New message. Code: Select allMessage from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744616] last sysfs file: /sys/devices/virtual/block/loop7/removable Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744725] Process kicker (pid: 2947, ti=ef0b8000 task=ef034c80 task.ti=ef0b8000) Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744727] Stack: Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744755] Call Trace: Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744612] Oops: 0000 [#3] SMP Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744821] Code: 43 24 75 1e 8b 43 28 8b 4c 24 04 8b 54 24 0c e8 a5 3c 07 00 85 c0 75 0a 3e ff 03 fe 43 08 89 d8 eb 1f fe 43 08 8b 36 85 f6 74 14 <8b> 06 0f 18 00 90 8d 5e ec 8b 44 24 08 39 43 20 75 e8 eb 8a 31 Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744865] EIP: [<c10c0b0e>] __d_lookup+0xb5/0xd3 SS:ESP 0068:ef0b9e70 Message from syslogd@c-98-211-118-98 at Aug 21 12:05:40 ... kernel:[46475.744871] CR2: 0000000000001400 ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2)
Hi All, I'm running an up-to-date install of Squeeze, and I'm having an annoying issue where php5 won't parse in userdirs (/home/*/public_html), although it works fine in the main document root (/var/www). I found this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571714 Which seems to say the issue is fixed. However, the last comment for this bug suggests it is still an issue for some. I've had a look at: Code: Select all/etc/apache2/mods-enabled/php5.conf and commented out the lines suggested in the comment: Code: Select all<IfModule mod_php5.c> <FilesMatch "\.ph(p3?|tml)$"> SetHandler application/x-httpd-php </FilesMatch> <FilesMatch "\.phps$"> SetHandler application/x-httpd-php-source </FilesMatch> # To re-enable php in user directories comment the following lines # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it # prevents .htaccess files from disabling it. #<IfModule mod_userdir.c> # <Directory /home/*/public_html> # php_admin_value engine Off # </Directory> #</IfModule> </IfModule> ..and it still doesn't work. I've googled this and can't find an answer. Anybody know? Am I missing something simple? Thanks in advance!
I purged all the related packages and re-installed. That fixed it...
How can I have /etc/resolv.conf point to my router address as the nameserver Code: Select allnameserver 192.168.1.1 instead of picking up the ISP's DNS servers and using that as the nameserver entries? Reason being I have more than one ISP account, and when I change I do not want to have to remember to restart the networking service. because i often forget.
milomak wrote:How can I have /etc/resolv.conf point to my router address as the nameserver Code: Select allnameserver 192.168.1.1 instead of picking up the ISP's DNS servers and using that as the nameserver entries? Reason being I have more than one ISP account, and when I change I do not want to have to remember to restart the networking service. because i often forget. How about adding: Code: Select allsearch 192.168.1.1 to the beginning of the file? Barrie
lspci reports Code: Select all07:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12) 08:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12) eth0 is picked up (light when I plug n the cable lights up). nothing for eth1. other OSes on the same machine pick up both. My /etc/network/interfaces file looks like Code: Select allauto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp iface eth1 inet static address 10.0.0.1 netmask 255.255.255.0 ifconfig reports Code: Select alleth1 Link encap:Ethernet HWaddr 00:24:8c:52:dc:5f UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:17 why is eth1 not being picked up? For those who are interested, I have an adsl modem and a router is connected to the modem. eth1 is a connection to the modem. eth0 to the router.
If both network cards are working you should see both of them in /etc/udev/rules.d/70-persistent-net.rules. You need to complete the static network configuration in interfaces with network 10.0.0.0 broadcast 10.0.0.255 If both NICs are listed in 70-persistent-net.rules and you make the above adjustments it should work.
When I execute the command apt-get update it doesn't finish and says this: Failed to fetch http://ftp.us.debian.org/debian/dists/e ... ackages.gz 404 Not Found [IP: 64.50.236.52 80] Failed to fetch http://ftp.us.debian.org/debian/dists/e ... Sources.gz 404 Not Found [IP: 64.50.236.52 80] Reading package lists... Done W: GPG error: http://security.debian.org etch/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B W: Couldn't stat source package list http://ftp.us.debian.org etch/main Packages (/var/lib/apt/lists/ftp.us.debian.org_debian_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://ftp.us.debian.org etch/main Packages (/var/lib/apt/lists/ftp.us.debian.org_debian_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Some index files failed to download, they have been ignored, or old ones used instead. I made my sources.list the default settings: # deb http://ftp.us.debian.org/debian/ etch main deb http://ftp.us.debian.org/debian/ etch main deb-src http://ftp.us.debian.org/debian/ etch main deb http://security.debian.org/ etch/updates main deb-src http://security.debian.org/ etch/updates main Am I missing something? Any help would be greatly appreciated.
etch is old....moved to archive http://archive.debian.org/debian/
Hi, I'm trying to TFTP router configurations to a server in the same local network without having to first make files in the server's TFTP directory . The transfer of a config file from router to server works perfectly if I make a file with touch and then chmod the file with 777. I found information that says to use the -c or --create option in the TFTP configuration file (/etc/default/tftpd-hpa) if you want TFTP to work without having to create the files first. The problem is, I have set this parameter and restarted TFTP , but it is not working. Here is my /etc/default/tftpd-hpa file: Code: Select all# /etc/default/tftpd-hpa TFTP_USERNAME="tftp" #TFTP_DIRECTORY="/var/lib/tftpboot" TFTP_DIRECTORY="/tftp" TFTP_ADDRESS="0.0.0.0:69" #TFTP_OPTIONS="--secure --create --listen --verbose /tftp" #modifications RUN_DAEMON="yes" #OPTIONS="-c -l -s /tftp" Here are the results of a transfer to an already created file: test5, and after that a transfer attempt without creating a file first Code: Select allR1#copy ru tftp Address or name of remote host []? 10.0.80.91 Destination filename [r1-confg]? /tftp/test5 !! 882 bytes copied in 0.708 secs (1246 bytes/sec) R1#copy ru tftp Address or name of remote host []? 10.0.80.91 Destination filename [r1-confg]? /tftp/test6 TFTP: error code 1 received - 18025 %Error opening tftp://10.0.80.91//tftp/test6 (No such file or directory) R1#copy ru tftp Address or name of remote host []? 10.0.80.91 Destination filename [r1-confg]? tftp/test6 TFTP: error code 2 received - 20334 %Error opening tftp://10.0.80.91/tftp/test6 (Permission denied) R1# Any ideas would be appreciated. Regards, Greg
I use normal tftpd with xinetd, not the tftpd-hpa. If you want to try, this this the configurations. Install tftpd and xinetd Code: Select allservice tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /pathto/tftproot disable = no }
I recently installed Squeeze. I had sound with the video driver that came with the install. Then I installed the Nvidia driver from Nvidia website. The sound dissappeared. When I uninstalled the Nvidia driver and removed xorg.conf and rebooted again, the sound came back. Then I installed the Nvidia driver from (nvidia-glx, dev and settings) from Debian with Synaptic. The sound went away again. If I uninstall the nvidia driver and xorg.conf the sound will probably come back again. The sound driver is the one that came with the install. The volumes are unmuted in the alsamixer. Somehow alsaconf command does not work. My mother board is a ASUS M4N78 Pro with Nvidia IGP. What can I do to have sound with the nvidia driver? Thank you.
what is the output of lspci -nn
I'm running squeeze. The klipper icon has disappeared from the system tray and I can't figure out how to restore it. The service is running. Stopping and starting it has no effect. Changing the display options for the system tray has no effect. I can bring the klipper dialog up with Ctrl-Alt-V but there are no options available regarding the system tray. It's obviously a user configuration issue since if I login as root the klipper icon is displayed. I tried to copy the klipper configuration file contents from root to user, but that also had no effect, except to alter some non-relevant options. I haven't been able to locate any other configuration files that might be relevant. This seems to be a not uncommon problem with klipper, but the causes seem to differ. I haven't found any solutions vi Google.
Try deleting the klipper config file. Rather than being a klipper bug it might be a bug with the panel or plasma. Try checking the BTS. Bug Tracking System for Debian packages, http://bugs.debian.org/ or to go directly to the bug page for a particular package/bug, try http://bugs.debian.org/packagename or http://bugs.debian.org/bugnumber. Useful for unstable and testing: aptitude install apt-listbugs apt-listchanges querybts is a part of the reportbug package, it lets you view outstanding bug reports on a debbugs server. Code: Select allapt-get install reportbug; man querybts
Hi everyone, I upgraded my kernel in my Debian Lenny to version 2.6.32-bpo.4-amd64 to fix a problem with a software and ALSA-related issues. The thing is that now, when I boot, eth1 is not enabled and I have to "load" (I guess) the driver each time. To do this, I go to the folder where all the files for the drivers are and I run: Code: Select allmodprobe lib80211 and then Code: Select allinsmod wl.ko That I got from the readme file. That gets the wireless working perfectly again, but when I reboot the wireless is dead again and I have to run the commands above again. I imagine that what I should do is to build the driver again, for my new kernel. However, according to the readme file, before I need to install linux-headers-generic and build-essential. With build-essential, it says it's already the newest version, and with the linux-headers, I don't know which one should I install for my kernel! I thought it would be the linux-headers-2.6.32-bpo.4-xen-amd64, but when I tried that, this is what happened: Code: Select alldebian:/home/hernan/Programas/hybrid_wl# apt-get install linux-headers-2.6.32-bpo.4-xen-amd64 Reading package lists... Done Building dependency tree Reading state information... Done linux-headers-2.6.32-bpo.4-xen-amd64 is already the newest version. linux-headers-2.6.32-bpo.4-xen-amd64 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded. debian:/home/hernan/Programas/hybrid_wl# make clean KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` clean make[1]: Entering directory `/usr/src/linux-headers-2.6.32-bpo.4-amd64' CLEAN /home/hernan/Programas/hybrid_wl/.tmp_versions CLEAN /home/hernan/Programas/hybrid_wl/Module.symvers /home/hernan/Programas/hybrid_wl/modules.order make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-bpo.4-amd64' debian:/home/hernan/Programas/hybrid_wl# make KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` make[1]: Entering directory `/usr/src/linux-headers-2.6.32-bpo.4-amd64' LD /home/hernan/Programas/hybrid_wl/built-in.o CC [M] /home/hernan/Programas/hybrid_wl/src/shared/linux_osl.o CC [M] /home/hernan/Programas/hybrid_wl/src/wl/sys/wl_linux.o CC [M] /home/hernan/Programas/hybrid_wl/src/wl/sys/wl_iw.o LD [M] /home/hernan/Programas/hybrid_wl/wl.o Building modules, stage 2. MODPOST 1 modules WARNING: modpost: missing MODULE_LICENSE() in /home/hernan/Programas/hybrid_wl/wl.o see include/linux/module.h for more information CC /home/hernan/Programas/hybrid_wl/wl.mod.o LD [M] /home/hernan/Programas/hybrid_wl/wl.ko make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-bpo.4-amd64' So the warning says something about the MODULE_LICENSE being missing... I don't know what that menas. Does anyone has any ideas on how to build the driver again to make it load each time I boot? Any suggestions are highly appreciated. Thanks in advanced. Radissthor.
You can do 2 things. Load the required modules. Then do as root depmod -a If the problem is existing again, place the following lines at the end of /etc/modules Code: Select alllib80211 wl
Hi again, How do I install software packages? I downloaded google chrome and I seem to be unable to install it. Can't find the appropriate program to open it with. Thanks, ElWray
http://blogs.computerworld.com/installi ... dows_users https://help.ubuntu.com/community/Insta ... 20packages The second is a Ubuntu resource but, in this case, it also applies to Debian. Since you come from Ubuntu, it might be easier to follow than a manual page.
I'm running Debian testing/unstable, with my swap on an lvm volume. When I boot into the system, the swap doesn't become activated, even though there are messages that point to the contrary (for instance: "activating swap file...done"). After it's done booting, I run the command "free" and it shows that there is no space allocated to swap. "swapon -a" doesn't load the swap file either -- I have to do "swapon /dev/mapper/xxx-xxx". The swap appears in fstab, and also in /etc/initramfs-tools/conf.d/resume, so I really don't know what the problem is. Can anyone help, please? I'm at my wits' end with this.....
can you post the relevant line from fstab. Also the output of "swapon -s" after you get it mounted. What other portions of the system are on lvm? Actually post the entire fstab
Hi all! I'm rather new to Linux...especially Debian. I've been running Kubuntu for about 1 month now and I wanted to try out Debian as well. So I installed it on a laptop (Downloaded the 6 DVDs). Now, how do I add some repositories to Synaptic so I can update my software? Also, is there a list of repositories? So far, every time I want to install something I need to insert one of the DVDs. Thanks, ElWray
http://man.cx/?page=sources.list http://www.debian.org/mirror/list Make sure to also read Synaptic's manual.
Hi, Enabling kernel modesetting on my computer breaks graphics, but Xorg.log and syslog don't tell me much, because they don't log any error. The symptoms are the following: boot goes on normally, then the KDM login screen is corrupted. On the login screen there is a big square instead of the cursor, and that square does move as I move the mouse. If I press Ctrl+Alt+F1 I'll get a black screen instead of the terminal, and from there I cannot go back to virtual terminal 7 for login. The only thing I can do is to issue sys-requests for read-only remount and reboot. Where could I start looking for the problem? What does it seem to be related to, Xorg, kernel, radeon driver? Thank you
Make sure firmware-linux-nonfree is installed, radeon and fbcon are listed in /etc/modules and try rebuilding the initrd.
Hello, I have the following problem (from dmesg): Code: Select all[ 917.988914] iwl4965: iwlwifi-4965-1.ucode firmware file req failed: Reason -2 [ 917.988914] iwl4965: Could not read microcode: -2 After search, I found the microcode here: http://www.intellinuxwireless.org/?n=do ... &p=iwlwifi Then, I copied it in /lib/firmware/$(uname -r). Then, the microcode is found but I now have the following error: Code: Select all[ 1517.027354] firmware: requesting iwlwifi-4965-1.ucode [ 1517.037913] iwl4965: iwlwifi-4965-1.ucode firmware file req failed: Reason -2 [ 1517.037913] iwl4965: Could not read microcode: -2 Some welp would be very apreciated, Thanks in advance.
Ok here's some welp: Suggest remove the firmware you downloaded and instead install firmware-iwlwifi_0.26_all.deb. Get it from http://packages.debian.org/squeeze/all/ ... i/download I've noticed some firmwares need to be in /lib/firmware while others need to be in /lib/firmware/<a_directory>/ Installing the firmware using a Debian package at least makes sure the firmware is in the expected location, has the right permissions, and can be upgraded via package management. Of course I might be full of crap, so before you do anything else, please visit http://wiki.debian.org/WiFi