prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
Hi! After i've upgraded debian, network-manager-gnome or nm-applet, wont work. first the icon didn't show atall because the debian updater uninstalled it. So i downgraded network-manager and installed network-manager-gnome again. This brought back the icon, but now it can't find any wireless networks and i'm unable to access any wireless network in gnome. I have no trouble accessing wireless networks in the terminal outside gnome. I've installed my nic's firmware in /lib/firmware and before the upgrade everything worked 100%. I'm using a Dell inspiron 6000 with an intel pro wireless nic. The driver is ipw2200. i have upgraded network-manager again and installed all it's dependencies with apt-get build-dep network-manager but it still won't work. network-manager-gnome is version 0.6.4-8+b1 and network-manager is version 0.6.5-1 .. i think. UPDATE: i tried uninstalling network-manager and network-manager-gnome and now debian won't install any of them again.. i really don't know what to do know... UPDATE2: I've installed network-manager again in version 0.6.5-1. But now network-manager-gnome won't install since it needs (= 0.6.4-8+b1) .. what's next!?
http://www.nabble.com/Bug-440143:-netwo ... 52340.html
Sometimes when I do a upgrade the upgrade adds 686 machine start ups in the menu.lst. When my computer starts and if I don't choose the 486 mode it will boot into 686 and I have xserver problems and no start up. I have to go into the menu.lst and delete all the 686 entries to get this back so it will boot up properly. Since I'm still learning Debian it took me awhile to figure this out with help from the forums. Any help would be appreciated to keep this from happening again and again.
Sounds like you have the 686 kernel installed in addition to the 486 kernel?
Hi, After a update to kernel 2.6.18.5 I am not able to get access to k display manager: kdm to login in. This is when the process stops Code: Select allStarting k display manager: kdm Debian Gnu/Linux 4.0 debiandirk tty1 The old kernel works good as usual. Hope you guys can help me out!
alidh wrote:Must I always after a kernel update rebuild a Nvidia module? :/ AFAIK Yes...
After rebooting my computer, the governor is set to performance when I would like it to be set to conservative. Performance has my Core 2 Duo T7300 processor running at 100%. Code: Select all# echo conservative > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor # echo conservative > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor switches the governor to conservative. When I reboot, the governor is back to performance and the cpu is back at 100%. How do I change the governor so it is not reset?
You could always add those lines to your ~/.bashrc file.
I'm having trouble getting an SSHFS share on my home server to automatically mount on my desktop. This worked when I was using Ubuntu on the server. A few weeks ago, though, I used the Debian 4 net install disk to get the minimal server that I wanted. I can mount the drive manually by typing: Code: Select allsshfs -p xxxx -o uid=1000,gid=1000 username@10.0.0.5:/home/username /media/servername The entry in /etc/fstab, however, no longer does anything: Code: Select allusername@10.0.0.5:/home/username /media/servername fuse defaults 0 0 This isn't a huge problem, since I've already aliased the manual command to something easier on the memory. If anyone can see what the problem with the fstab entry is, though, I'd appreciate any feedback.
My entries for sshfs look somthign like this Code: Select allsshfs#user@192.168.x.xxx:/mnt/point /media/servername fuse user,noauto 0 0 try adding "sshfs# to the beging of the line.
I have a web server in my office running Debian Sarge Linux 2.6.18-4-686. It is connected to a Westell Versalink 327W modem / router that I am leasing from Centurytel. Until a few weeks ago, I was able to set Static Host Assignments through the Westell router in the DNS Configuration by simply entering in the Host Name of my server and typing in the IP Address I wanted and clicking on Add. The number I set it to was 192.168.1.46. Then I noticed that this number was not being used by my server anymore it was using 192.168.1.47. This is the number that I had set for my Print Server. I need these two items to have their own static IP addresses because they are shared on a network of staff and public access computers in a public library. It seems that the router is giving the web server 192.168.1.47 which is the END number given in Private LAN DHCP Settings. I am beginning to wonder if it was just a fluke that the Static Host Assignment worked like it did for as long as it did. Because now the only way I can get the Static IP address that I need for my web server is to make sure that the END number is this number. When I type in ifconfig I get the following information eth0 Link encap:Ethernet HWaddr 00:18:8B:5C:30:84 inet addr:192.168.1.46 Bcast: 255.255.255.255 Mask:255.255.255.0 inet6 addr: fe80:218:8bff:fe5c:3084/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:167529 errors:0 dropped:0 overruuns:0 frame:0 TX packets: 83912 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:21389494 (20.3 MiB) TX bytes:76094287 (72.5 MiB) Interrupt:169 eth0:1 Link encap:Ethernet HWaddr 00:18:8B:5C:30:84 inet addr:209.142.161.86 Bcast:209.142.161.87 Mask:255.255.255.252 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Interrupt:169 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:566321 errors:0 dropped:0 overruns:0 frame:0 TX packets:566321 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:146409064 (139.6 MiB) TX bytes:146409064 (139.6 MiB) What Centurytel is now telling me is that I have to "set" the IP address number I want on the web server and the router will accept this. Not the other way around. This makes sense because my D-Link Print Server sets its own IP Address. Centurytel also said that I can't use an "IP Address", it has to be the MAC address, which is the HWaddr in the information listed above. I need to know how to do that from the command line using Nano. Thank you for helping me.
Code: Select allsu nano /etc/network/interfaces Add something like so: Code: Select all iface eth0 inet static address 192.168.0.111 netmask 255.255.255.0 gateway 192.168.0.1 Please reference this document for further reading.
I am running debian testing version on a laptop with two physical partitions. The first for /boot and the second is an encrypted lvm2 with /, /usr, /var, /tmp, swap, /home. LUKS is used and a passphrase must be entered to access the partitions. I would like to make a copy of my /boot partition and put it on a CD-RW so I can boot the system from the CD-RW instead of the /boot on the internal hard drive. Could someone tell me how to copy a /boot partition from a hard drive to a CD-RW so that it is bootable? I'd also like to have the passphrase read from the /boot partition... but maybe that's a different post. Thank you.
Well i cant exactly offer a solution right now, but wouldnt it be a bit easier to install /boot onto a USB thumbdrive instead and then just copy your /boot over to it? Either way, I too am interested in your idea (my laptop is setup the same way currently). I may go about attempting this soon.
I've just installed Debian Etch 64bit. I'm new to Debian and am trying to get my wireless card 'Broadcom Corporation BCM4318 802.11b/g Wireless LAN Controller (rev 02)' working. After searching for many hours, I decided to follow the HowTo here: http://boredklink.googlepages.com/ubuntuguide In terminal as Root I entered this: Code: Select allapt-get install bcm43xx-fwcutter After downloading wl_apsta.o to the desktop, I entered this: Code: Select allbcm43xx-fwcutter -w /lib/firmware ~/Desktop/wl_apsta.o I checked /lib/firmware and the files were all there just as the tutorial said they would be. Network Manager is already installed on my system, so I attempted to reboot as instructed, but the window manager froze and I had to shut down using the power button. I restarted my computer, but during boot, a lot of strange numerical sequences sprang up as the wireless card was being detected and I got a "Kernel Panic!" error and the boot froze. The last line before it freezes is: <0>Kernel panic - not syncing: Aiee, killing interrupt handler! I've tried to bypass the kernel panic by appending "acpi=off" to the "kernel" line in GRUB, but the system still won't boot. Can someone PLEASE help me get past this and get my wireless card working? I'm really desperate now.
I solved the problem and am able to boot system. I opened the installation CD in Rescue Mode, opened a command prompt and deleted the contents of /lib/firmware. Now back to square one, trying to get my wireless to work.
apt wants to autoremove a lot of packages, almost the whole gnome (I use KDE and I now see how clever apt is , sorry, I didn't say that ). The point is that I have to ignore this recommendation and, then, I cannot distinguish the true autoremovable packages. It is strange that in another computer with the same sources (sid, by the way) and similar history the problem does not happen. I managed to solve this situation by installing the matapackage gnome but, a week ago, I removed totem-mozilla (mozilla-mplayer works better in my opinion), then I had to remove the metapackage gnome and again, a lot of autoremovable packages. Code: Select all# apt-get autoremove Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: planner ekiga libgsf-gnome-1-114 gcalctool gnome-desktop-environment gnome-nettool gnome-games-extra-data abiword-gnome dia-libs gstreamer0.10-plugins-ugly gucharmap gnome-games esound gnome-cards-data rhythmbox gedit gnome-office abiword-common gnome-themes seahorse gnumeric-common libgoffice-1-common libgpod2 gedit-common fast-user-switch-applet gnome-volume-manager dia-gnome eog gnome-backgrounds bug-buddy vino gnome-keyring-manager gnome-games-data libopal-2.2 libgoffice-1-2 libgnomevfs2-bin libsidplay1 gnome-core dia-common dmz-cursor-theme gnumeric totem-xine gconf-editor gstreamer0.10-gnomevfs totem inkscape gstreamer0.10-tools libmpeg2-4 file-roller sound-juicer The following packages will be REMOVED abiword-common abiword-gnome bug-buddy dia-common dia-gnome dia-libs dmz-cursor-theme ekiga eog esound fast-user-switch-applet file-roller gcalctool gconf-editor gedit gedit-common gnome-backgrounds gnome-cards-data gnome-core gnome-desktop-environment gnome-games gnome-games-data gnome-games-extra-data gnome-keyring-manager gnome-nettool gnome-office gnome-themes gnome-volume-manager gnumeric gnumeric-common gstreamer0.10-gnomevfs gstreamer0.10-plugins-ugly gstreamer0.10-tools gucharmap inkscape libgnomevfs2-bin libgoffice-1-2 libgoffice-1-common libgpod2 libgsf-gnome-1-114 libmpeg2-4 libopal-2.2 libsidplay1 planner rhythmbox seahorse sound-juicer totem totem-xine vino I do have installed some metapackages like desktop-base, desktop-file-utils, gnome-desktop-data, gnome-desktop-environment, but I see that it is not enough... Why does it happen? Thank you.
apt's letting you know that automatically installed packages are no longer needed. If you really want to keep them(and don't want to ignore the message anymore), just C&P and tell apt-get to install them. It will set them to 'manually installed' and stop bugging you about them.
Problem started with boot messages Code: Select allnon-latin1 character 0x440f found in JFS file name mount with iocharset=utf8 to access ldconfig: Cannot stat /lib/libac?.so.1: No such file or directory and I could no longer log in as user with kdm. I rebooted in single-user mode, remounted my root partition with iocharset=utf8 and noticed that the particular file name was libacä.so.1, with an umlaut or dieresis on the a. I removed all libac* files and reinstalled the libacl1 package, which resulted in libacl.so.1.1.0 and a link libacl.so.1 to it. But libacä.so.1 is still there, and I don't know how to remove it. The boot messages stop when I permanently mount the root partition with iocharset=utf8 in /etc/fstab. Does anyone have an idea how to get rid of libacä.so.1?
hkoster1 wrote:Problem started with boot messages Code: Select allnon-latin1 character 0x440f found in JFS file name mount with iocharset=utf8 to access ldconfig: Cannot stat /lib/libac?.so.1: No such file or directory and I could no longer log in as user with kdm. I rebooted in single-user mode, remounted my root partition with iocharset=utf8 and noticed that the particular file name was libacä.so.1, with an umlaut or dieresis on the a. I removed all libac* files and reinstalled the libacl1 package, which resulted in libacl.so.1.1.0 and a link libacl.so.1 to it. But libacä.so.1 is still there, and I don't know how to remove it. The boot messages stop when I permanently mount the root partition with iocharset=utf8 in /etc/fstab. Does anyone have an idea how to get rid of libacä.so.1? Seems like an error in the package... which distribution are you using, Etch?
This morning i was attempting to reload user privalidges using phpmyadmin on etch and every user i had for mysql including debian-sys-maint got purged for some reason. I hadnt checked off for anything to be deleted but now since every user including root no longer can start,stop or run mysql command i'm really in a pinch. Does anyone have an idea on how to get users back? I was using mysql 5.x and php4. Malk
If absultly needed reinstalling mysql isnt a problem but is there a way to preserve th database tables with no access to mysql by root, or any other user? Malk
Hello, I am still struggling with that. I have a router encrypted with WPA, I have the key, hexadecimal and 26 characters long, and I have to connect with DHCP. The kernel is 2.6.22 and the driver madwifi (the last snapshot). I can see the essids, so in principle the driver is OK. Can you please tell me step by step what I have to do to connect, receive a DHCP offer and navigate? I promise I have searched and tried everything on the Internet, believe me. That is why I am saying that I am desperate Thank you.
The best way to get WPA wireless on Debian that I know of is to install wpasupplicant and then put your info (essid, passkey etc.) into your /etc/network/interfaces file. To install wpasupplicant just log in as root and do: Code: Select allapt-get install wpasupplicant or Code: Select allaptitude install wpasupplicant depending on whether you prefer aptitude or apt-get. As for editing the /etc/network/interfaces file, see this helpful page for examples.
Hi everyone, I just updated my Debian Sid installation. In the update was an update of the kernel itself, from version 2.6.22-2 to version 2.6.22-3. This update did not go completely well. Here is the error message apt gives me: Setting up linux-image-2.6.22-1-686 (2.6.22-3) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 25. Running depmod. Finding valid ramdisk creators. Using mkinitrd.yaird to build the ramdisk. yaird error: unrecognised line in /proc/bus/input/devices: U: Uniq= (fatal) mkinitrd.yaird failed to create initrd image. Failed to create initrd image. dpkg: error processing linux-image-2.6.22-1-686 (--configure): subprocess post-installation script returned error exit status 9 Not all changes and updates succeeded. For further details of the the failure, please expand the 'terminal' panel below. Do not worry about the debconf errors. The issue is the "Failed to create initrd image". Now, despite my fears that I borked the system, after reboot it restarted correctly and nearly everything is working. However, some things don't work already: - I recompiled the NVIDIA driver (96xx legacy, the only one I can use), but when trying to use it the X server fails without a clear reason (the log only says that it received message "11" and failed, no more message). - Mplayer fails with a segmentation fault. I'm worried that the issue should worsen with time, so I'm wondering if any of you would know how to handle the issue so that apt can properly finish the installation of the new kernel. Thanks in advance for any help you can provide.
For clarification, what kernel are you running now. As far as I can tell there is no Debian kernel 2.6.22-2 or 3. Did you compile an updated kernel yourself?
Hello; Running Etch (KDE) I used to use Kubuntu and when I insert USB drive or a CD it would pop up an icon on desktop. Then, to un-mount, I would right-click the icon and click "unmount" to un-mount and eject. Is there such a menu in Debian? I'm a noob and thru web-search installed a ton of junk, none of which helped. What I do now is go to terminal and type: sudo umount /media/usbdrive or for a CD, after unmounting it, I would type: sudo eject /media/cdrom Thank you for the help.
trapix22 wrote:Hello; Running Etch (KDE) I used to use Kubuntu and when I insert USB drive or a CD it would pop up an icon on desktop. Then, to un-mount, I would right-click the icon and click "unmount" to un-mount and eject. Is there such a menu in Debian? I'm a noob and thru web-search installed a ton of junk, none of which helped. What I do now is go to terminal and type: sudo umount /media/usbdrive or for a CD, after unmounting it, I would type: sudo eject /media/cdrom Thank you for the help. Which version of Debian are you using? IN Etch when you plug in a usb stick a window should pop up as ask if you want to open the folder. Same with Cd . you click ok and it will open Konquer session when you remove the stick or cd it will unmount automatically. Cheers!
I described what hapenned the last time i installed ntfs-3g in http://forums.debian.net/viewtopic.php? ... highlight= Isn't there any other manager or ntfs thingie that i can use for READ access on ntfs partition, all i want is read .
Isn't there any other manager or ntfs thingie that i can use for READ access on ntfs partition, all i want is read. You don't need NTFS-3G or anything else to read an NTFS partition -- the Linux kernel can do that itself. You just need to add your partition to /etc/fstab and tell it mount it read-only, as NTFS.
Hi I've just upgraded from kernel 2.6.18-4 to kernel 2.6.21-2, and a problem came up. When trying to boot with kernel 2.6.21-2, the boot would stop at a message "Begin: Waiting for root file system" I googled a bit and found the solution at the Debian Spanish Forum (in spanish): the /dev/hda is now /dev/sda, so you must change every entry in /etc/fstab and /boot/grub/menu.lst accordingly before rebooting with the new kernel. By the way, the new cdrom device is /dev/scd0 (in my system it was previously /dev/hdc). Cheers
Simple tip: use UUID and labels in your fstab, that's what they're here for.
Connecting to remote machine with ssh. I can connect as root using 'ssh root@remote_host' and root password, or connect as user using authorized key. However, when connected as user i can't 'su', it gives me "su: Permission denied" error. What's wrong? Thanks.
That's what I found: http://www.linuxquestions.org/questions ... hp?t=25805
I recently bought a usb kit for hooking up my old laptop harddrive to a usb port. Makes for huge portable storage. It works fine with Windows XP and there is actually no need to install drivers or anything. But it doesnt work with Linux. There is a CD that includes some windows 98 and Mac drivers. I was wondering if I could use ndiswrapper to make this drive work. Actually the disk is detected. There is a /dev/sdb entry but linux cant detect the actual partitions. I think its trying to but needs the correct drivers. Here's some output from dmesg Code: Select allusb 5-7: new high speed USB device using ehci_hcd and address 7 usb 5-7: configuration #1 chosen from 1 choice scsi5 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 7 usb-storage: waiting for device to settle before scanning sd 5:0:0:0: SCSI error: return code = 0x10070000 end_request: I/O error, dev sdb, sector 1 sd 5:0:0:0: SCSI error: return code = 0x10070000 end_request: I/O error, dev sdb, sector 0 sd 5:0:0:0: SCSI error: return code = 0x10070000 end_request: I/O error, dev sdb, sector 1 sd 5:0:0:0: SCSI error: return code = 0x10070000 end_request: I/O error, dev sdb, sector 0 sd 5:0:0:0: SCSI error: return code = 0x10070000 end_request: I/O error, dev sdb, sector 1 I think this shows that linux has actually detected the harddrive, but cant get it to work. And thats how it goes on forever. Any ideas please?? If anyone can help me get this working with ndiswrapper or anything else please help.
looks like a bug. first thing i'd do is boot up without it and then stop hald and plug in the drive and see if you can mount it manually. if that helps get a newer hal. if not, then newer kernel. you dont say which distro/version/kernel. try a version upgrade from say stable to testing (for example) and see if it helps. EDIT: ndiswrapper is only for wifi drivers
I have a machine with an encrypted root filesystem, using cryptsetup and luks format. The boot partition, and the kernel and initrd, are on a usb stick, so to use the machine I have to plug in the stick, then power up, then type in my luks passphrase. Can I avoid having to type in the passphrase? I figure that the stick is like a physical key, and that is secure enough for me. So I want to put the passphrase on the stick, and have it provided at the right time during boot. I'm guessing this will involve some customisation of the initrd but don't know to proceed. Thanks in advance for any tips or even vague ideas.
Anyone? I figure I've got to either - supply the passphrase to the console anytime after it starts waiting for it or - open up the luks partition by supplying the passphrase (not asking for it in the console) but how do I alter the initramfs to do either of those??
I'm getting a syslog error message that shows up in any console window i have open which then locks up my system and i have to reboot it. It happens once a night. The message is kernal: Call Trace: followed by a series of two digit numbers like 57 29 ff f0 and so on and the last line is EIP: [<c017004c>] proc_get_inode+0x99 Does anyone have any suggestions what is causing this or how to prevent in future? thanks
Sounds like a kernel bug. If it happends again, please either: a) take a picture of the complete message using a digital camera and upload that picture somewhere on the Internet or b) write down the exact message using pen and paper Then file a bug report against linux-2.6 (use "reportbug linux-2.6") and either copy the text from your paper or provide the url to the picture.
Hello, I posted earlier (http://forums.debian.net/viewtopic.php?t=15989) about my difficulty in accessing a debian server from the network using the debian computer's hostname. I was able to solve it by installing printer and file sharing services in the debian box, which i believed, also installed samba. Now all of the windows computers are able to access the debian server by its hostname (before i had to use the DHCP assigned IP address). I have SUSE linux running and ubuntu server. Both SUSE and ubuntu boxes could not ping the debian server by its hostname, only by its IP address. The debian server can ping by hostname the two other linux machines. The windows computers can ping by hostname the SUSE and ubuntu computers and vice versa. Our LAN is served by a windows XP internet gateway which is the same time the DHCP server. What i really need to know is how to configure debian so that it can be pinged (by its hostbname) by both SUSE and windows computers in the LAN. Thanks to everyone
i found a solution by scouring the newsgroups. i found this on linux.debian.user and found this thread http://groups.google.com.ph/group/linux ... fe116886c8 it says, with a few edits, to edit dhclient.conf and uncomment the ff. lines Code: Select all send host-name "Linux"; lease {option host-name "Linux"; } funny but this post was way back december 21, 2001. May i ask why this feature is still the default up to the present debian version?
Hello. When I try to launch Adept, I get this error: Code: Select allThe APT Database could not be opened! This may be caused by incorrect APT configuration or some similar problem. Try running apt-setup and apt-get update in terminal and see if it helps to resolve the problem. After a bit of googling i found out that running Code: Select alldebtags update should fix my issue, but instead i get another error: Code: Select alldebtags: symbol lookup error: /usr/lib/libept.so.0: undefined symbol: _ZN6Xapian13ExpandDeciderD2Ev Can anyone, please, help me with this problem?
What did 'apt-setup' and 'apt-get update' do?
How can I get rid of vino? Or at least stop it from appearing in the process list apt-get remove vino wants to throw away the gnome environment as well.
When you installed Debian, you probably chose the "Desktop environment" selection in the menu towards the end about adding software. What you are seeing now is that the way the installer does that is by installing "gnome-desktop-environment" which is a meta-package that depends on a whole slew of individual applications (like Vino, Ekiga, etc.). If you try to remove one of the individual applications, then by the logic of dependency, apt/aptitude says, "OK, now I have to remove gnome-desktop-environment." As I understand it though, if you use apt-get, you can go ahead and say yes and it will remove only gnome-desktop-environment but not all the other packages that you installed. If you use aptitude, however, then you can run into a real problem since aptitude will by default try to remove the entire slew of packages that were installed and you will cripple your desktop. (I did it once, not really understanding what I was doing. Painful lesson for a few minutes but relatively easy to fix with aptitude or apt-get.) There are a couple of good posts on the forum that talk about this. You should read them carefully before you decide how to handle the issue. http://forums.debian.net/viewtopic.php? ... c&start=75 (The part of this thread you want starts a bit down on the page. Look for Diego and Deanlinkous.) http://forums.debian.net/viewtopic.php?t=13550
Just curious because I'm new to Debian... during Etch's lifetime (not counting the option of compiling your own kernel), is it likely that the kernel will ever be upgraded past 2.6.18-4 or is that it until the next release (I believe it's called Lenny)?
Unless a serious flaw is found in the package that cannot be fixed, the kernel won't be upgraded until the next release. This goes for every package in Etch.
Hi to all, i have small problem with my Wireless card, ipw2200. I have successfully loaded firmware, and seems that my card is working. lsmod and wireless tools are there and i can use it/see it I have problem connecting to the internet? Any additional step? cheers, tomislav HP Compaq nx9030 Debian stable, Kernel 2.6.18.4
A little more information wouldn't go a miss. Have you given the card your wireless network's details?
I'm looking for a tutorial on how to compile and install the 2.6.20.12 kernel on etch. I don't believe the instructions in the Debian handbook apply because the kernel isn't of the 2.6.18 flavor. I've also searched the forums and can't find anything except this: http://forums.debian.net/viewtopic.php?t=13123 ...unfortunately I'm not interested in the Realtime Kernel. Or maybe someone here can be a champ and post the step-by-step here? Or another possibility, is it possible for me to pull it from Lenny or Sid? If so, how would I do that? Thanks in advance.
jeffb0 wrote:I've also searched the forums and can't find anything except this: http://forums.debian.net/viewtopic.php?t=13123 ...unfortunately I'm not interested in the Realtime Kernel. Maybe you didn't search enough? http://forums.debian.net/viewtopic.php?t=4468 Tina
I am running debian etch with KDE. I have a D-Link DWL G-122 Rev. A2 wireless USB adapter and I seem to have just gotten it to work with ndiswrapper, but I can't connect to my wireless access point. When I boot into Windows XP I can easily connect to it. KDE has a utility for monitoring Wifi signals and the access point shows up there, but the button to connect to it is not available. By not being able to connect I mean I am not getting any kind of feedback as to my ability to connect to any network. However, the network DOES show up on that Wifi monitoring utility (I'm not exactly sure what it is called). Note also that I have managed to get iwconfig to display my wireless adapter, or at least something called wlan0 (which wasn't there before I got ndiswrapper to work with the adapter). The router is WEP encrypted, and I've tried setting the key in iwconfig, I've tried not setting it, etc. Solution: Follow instructions on this site http://www.debian-administration.org/articles/401 (link provided by sk8r-365) Summary (from link): After building ndiswrapper and loading the relevant drivers (explained in link). I ran the following commands (also from link): modprobe ndiswrapper ifconfig wlan0 up (note: wlan0 is my wireless adapter) iwconfig wlan0 key open <WEP key> iwconfig wlan0 essid <name of the network> dhclient wlan0 Note: The network utilities in KDE did not work for me, but the solution was running these commands. Thanks for the all the help.
Are you sure you've configured your wep key correctly? There are 2 ways to configure your wep key using iwconfig, one is plaintext, the other using hex. You have to do this: iwconfig wlan0 key s:YOURNETKEY if you want to configure it by the ascii key, and like this: iwconfig wlan0 key HEXKEY if you configure it using the hex equivalent.
Okay, I'm coming from the FreeBSD world, so please bear with me... (1) How do you rebuild the 'locate' database? (2) How do I see (from a command line) which apps are installed on my system? TIA
(1) /usr/bin/updatedb If it isn't there, then do apt-get install findutils (2) dpkg -l | less That's a lower-case L, not a "one."
I am new to Debian, so please bear with me. I noticed that libpam-keyring is only available to the testing version of Debian. Is it possible to install it on Etch? I tried downloading the .deb file and used dpkg -i to install it, but can't get it to do what I want (enter my pw for my wireless card). Worked great on Ubuntu (FF), but can't get it to work on Etch. TIA EDIT: Or if anyone knows of a good way to remove the constant wireless-popup-password box every time I startx, that would be great, too!
My humble opinon is that mixing different branches of Debian is not a good idea. There are others on this forum who would disagree with me. If you really want to try it, one method would be to go into /etc/apt/sources.list, redirect the main source line to testing, save & close, apt-get update && apt-get install libpam-keyring and look real hard at what other packages apt-get tries to update before you commit. Then revert sources.list back to Etch. Or, build from source. You'll find it a bit more of a hassle than building from ports, but not that bad.
I run Testing and have 6 encrypted partitions (everything except /) on my laptop via cryptsetup and dmcrypt and it works fine, but as I use a random key for 2 partitions (swap, tmp) I have to enter the remaining 4 passwords, which is really annoying. One solution would be to store the key to 3 of the partitions on the 4. one and map and mount it before the 3 which use the stored key. The problem with it is, that the default cryptsetup init script first maps all partitions and then they are mounted. Could anyone help me to write/modify a/the script, that maps and mount one partition, then (as it is able to read the key) map and mount the rest? Thx in advance
I can't help you with the script, but may I suggest using LVM with the encryption? That way, you only have to enter the passkey when you activate the LVM volumes (which is once at bootup), not for each partition. While being told to essentially reinstall isn't exactly great news, it'll be easier to maintain in the long run.
Newbie here. I am using Debian Etch on an IDE HDD. I installed a 2nd HDD and mounted it correctly, I think. At least it appears I did. But when I try to copy files from the first HDD to the 2nd HDD, I get a notification that I do not have permissions. Below is the line in my fstab for the new HDD: Code: Select all# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> /dev/hdb1 /userme xfs defaults 0 2 I think the issue is the "nouser" portion of the default mount option. Is that correct? If I change the mount options to:Code: Select allrw, suid, dev, exec, auto, user, async will that do the trick? Or am I missing something bigger here? I won't have access to the computer to try this until tonight. Thanks in advance for any advice. Chuck
I automount a partition like so: Code: Select all/dev/sda13 /home/glenn/Music auto rw,users,auto 0 0 Of course you must own the mount point or have access to write to the mount point.
I'm running ntpd on my servers to keep their times synced with my 2 ntp servers (both windows 2003 server domain controllers). The problem is that the ntpd is not keeping the time accurate and the clocks are drifting. I'm sure that when ntp is working properly the time is supposed to be second accurate, but it's not happening here. The clocks are drifting 15-180 seconds away from the time of the master ntp servers within a few days. I then have to ntpdate to adjust the clocks back to the right time manually which is silly (in fact I have to stop ntpd, then ntpdate, then start ntpd as they use the same socket) Below is my ntpd.conf without the comments: Code: Select allserver x.x.x.1 server x.x.x.2 driftfile /var/lib/ntp/ntp.drift restrict default ignore restrict 127.0.0.1 Ntpd is running as root so there is no lack of permissions. Both ntp servers are second accurate and their time is identical down to the split second. So why aren't the unix boxes keeping time using ntpd?
Do "cat /var/log/syslog | grep ntpd" and see if there are any errors there. Another one you could try is "cat /var/log/daemon.log | grep ntpd".
Hi, I want to install some software by hand (texlive-2007). now other packages depend on that package as it does exist in debian in an older version. how can i tell apt / deb that it does not need to worry about that dependency cause it is already installed? Thanks a lot, thingsis
okay, i just read about equivs - seems to be the solution - sorry
Hello. After putting a blank CD-R disc in my NEC DVD_RW ND-3550A , so here's what dmesg outputs: PCI: Setting latency timer of device 0000:00:05.0 to 64 NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-8776 Mon Oct 16 21:56:04 PDT 2006 cdrom: This disc doesn't have any tracks I recognize! scsi: unknown opcode 0xc9 cdrom: This disc doesn't have any tracks I recognize! With NeroLinux 3.0b , the disc is recognized as it should, but not on other burners (graveman). I'm running Debian testing
Not sure what your problem is... judging from the Subject line you're inserting a *blank* CD-R and now you're wondering why "This disc doesn't have any tracks I recognize!". Sounds like the right conclusion to me... Whenever I start k3b in such as case it finds the blank CD-R I inserted and will write the image I'm giving it, no problem. Have you tried that?
Hello i had installed webmin and postfix. Procmail says it's installed. Now problem is with webmin i can send and receive mail for users on my server how to use outlook or evolution the mail is not received or sent to those programs. I need others outside my network to be able to receive and send aswell, how do i correct that? If you need any configuration info i'll post what is needed. Thanks
You may be intrested in this howto. It leads you through the basics of setting up email (using postfix), dns and ftp. Other stuff like spam filtering though you will need to get your google-googles on for
Hey all. Trying to setup a chroot environment so i can run wine on my 64 bit system. I've been following this howto http://www.debian-administration.org/articles/356 to the letter. Once debootstrap is done i get a wierd /proc error. Saying it can't mount proc or something like that. Don't recall seeing this in the past when i've done this, but i could be wrong. i run all the other configuration commands, like linking the libs.... etc.... etc once i try to run apt-get within the chroot, i notice that the package isn't installed. This tends to make things a little difficult I'm running sid on a 2.6.20 kernel. Thanks in advance.
did you edit your ftsab to bind your chroot to proc?
Hello, trying to compile driver for ralink rt61 WLAN card in Etch. Having follow error: Code: Select all# make all make -C /lib/modules/2.6.18-4-686/build SUBDIRS=/home/Temp/RT61_Linux_STA_Drv1.1.0.0/Module modules make: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop. make: *** [all] Error 2 What's wrong? I've installed kernel-package and linux-kernel headers
Code: Select allmake: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop. make: *** [all] Error 2 OK it seems your build dir doesn't exist. For me "build" is just a symlink to /usr/src/linux-headers-2.6.18-4-686 like so.. Code: Select all$ ls -l /lib/modules/2.6.18-4-686/build lrwxrwxrwx 1 root root 35 Mar 30 18:54 /lib/modules/2.6.18-4-686/build -> /usr/src/linux-headers-2.6.18-4-686 I don't remember ever having to manually create the symlink , but anyway you can do it from terminal (as root) Code: Select all$ ln -s /usr/src/linux-headers-2.6.18-4-686 /lib/modules/2.6.18-4-686/build and then try it. You should first verify that your linux-headers are really there.
hello, i have been wasting my easter with thinking about using a new keymap as i am tired of the dumb qwertz (i have a german keyboard). so i downloaded the NEO (Neo Ergonomic Oops) keymap which is similar to dvorak but optimized for german usage. since my keyboard doesn't allow me to switch all the keys around, and because i want to be able to switch back and forth easily between neo_de and de key-layout in order to make transition time easier, i added the following to my /etc/X11/xorg.conf in the input device section: Option "XkbLayout" "neo_de,de" Option "XkbOptions" "grp:ctrls_toggle" from this, i was hoping to be able to switch comfortably by pressing both ctrls keys. however, the effect was different. pressing one or both ctrls keys didn't change keyboard layout, instead, it kept the ctrl keys from working properly. for example: pressing alt+ctrl+F1 (to switch to text mode) didn't work anymore, and ctrl+F1 gave a letter as output (i think it was Q or O)... so my question is: how can i configure my system to easily switch between neo_de and de layout by keyboard shortcut? i am only concerned about X, i don't care about the keymap for the console. thanks for any ideas! (happy easter!)
ok, i installed kkbswitch which is supposed to work with every window manager ( i use e16), and the prog is running. however, it doesn't let me chose any otherlayout than the german default. in the man pages, it says: It is useful when you have configured the XKeyboard extension of your X Server to have more than one keyboard group (layout), for example US/ASCII and Russian. (...) Note that KKBSwitch does not help you configure XKeyboard. does anybody know how i can add the option of another layout? (in /etc/X11/xorg.conf i still have the line Option "XkbLayout" "de,neo_de" in the input device section) thanks for ideas.
I'm currently running Sid with stock Kernel 2.6.20-1-k7. I'm trying to install VirtualBox and it wants the kernel source/headers. When I searched all I see is this: linux-source-2.6.20 (from .../linux-source-2.6.20_2.6.20-3_all.deb) Is it okay to unpack that or what? If I do install it, will the headers be included to finish setting up VirtualBox? Any tips on getting VB working? Thnx.
All you need is linux-headers-2.6.20-1-k7. I have run vbox before
Hi, I have a problem with ls configuration. I have a problem running on aix and linux (older installation and debian etch) that depends on the output of ls -l. Standard of aix and older linux installation (fileutils 4.1 from 2001) is this output Code: Select all-rw-rw-r-- 1 user users 18 Feb 26 11:16 test.txt in debian Etch I get this Code: Select all-rw-rw-r-- 1 user users 18 2007-02-26 11:16 test.txt independent of the Locale settings. Etch uses coreutils 5.97. I can influence the output of ls -l to the wanted format under etch by setting Code: Select allexport LC_TIME="de_DE" ls -l --time-style=locale I would rather not change the program, can I in some place specify the standard behaviour of ls, independent from the shell environment? Thanks in advance for any hints, fangorn
Well, as long as you're using bash, you can set up a .bashrc file for handling aliases. Something like; Code: Select allalias ls='ls --color --time-stamp=locale'
Hey guys, I'm running KDE, and I'm wondering how to get my external hard drive to automount ever time I plug it into my computer. I only installed the kdebase package, and then other programs, but no other metapackages. Thanks again!
Your title says "solved", but there is no solution here. I guess you solved it yourself. Care to share how?
I log in to a console. I don't use xdm. When I log in, I am greeted with a simple line. Yesterday, it said "Debian GNU/Linux 4.0 Etch" or something like that. I upgraded to the latest Testing. Now, it says: "Debian GNU/Linux lenny/sid ALPHA tty1" I'm not running SID. At least, I don't consider myself to be running SID. I have three or four packages from unstable or experimental. Does anyone know how it determines what to print at this line? Does anyone know how I can change this line to suit me? Does anyone know what package does this? I would think that it gets this from /etc/apt/sources.list. Here is mine: Code: Select alldeb file:///mnt/deb1 etch main contrib #deb file:///mnt/deb2 unstable contrib main #deb file:///mnt/deb3 unstable contrib main #deb file:///mnt/deb4 unstable contrib main deb http://security.debian.org/ testing/updates main contrib non-free deb http://debian.osuosl.org/debian testing main contrib non-free #deb http://volatile.debian.net/debian-volatile stable/volatile main contrib non-free #deb http://debian-multimedia.dfoell.org testing main #deb http://mirror.noreply.org/pub/tor testing main deb http://download.skype.com/linux/repos/debian/ stable non-free deb-src http://debian.osuosl.org/debian unstable main contrib non-free I have an unstable deb-src repository because I frequently debug debian packages. I have to test the latest version to make sure any bugs I find are not there, and so that any changes I make can be integrated as smoothly as possible by the maintainer. I don't use unstable packages if I can avoid it. Update: The "guilty" file is /etc/issue. There is also a simliar /etc/issue.net. I changed both of these to say "Testing" instead of "lenny/sid", and that works fine. According to packages.debian.net, no packages contain this file. I assume it is created at install time. I am still curious which package is responsible, and what criteria is used to determine what to write.
Lookslike you are using a mix of stable and testing, not a pure etch system.
hi, my new install of debian 4.0 doesn't use my whole ram. Compare this two outputs of free: free on debian 4.0 Code: Select allflurl@flurl:~$ free total used free shared buffers cached Mem: 906792 236876 669916 0 12212 133560 -/+ buffers/cache: 91104 815688 Swap: 1172704 0 1172704 free on a ubuntu 6.10 live cd Code: Select allubuntu@ubuntu:~$ free total used free shared buffers cached Mem: 1035680 421124 614556 0 58964 247852 -/+ buffers/cache: 114308 921372 Swap: 0 0 0 as you can see am I missing ~150mb of ram in debian. I found this thread http://forums.debian.net/viewtopic.php? ... ree+memory, but it's from 2005 and I'm not very keen on upgrading the kernel of my fresh install as suggested there. can somebody give me a hint how i could use all of my ram?
Which Linux image do you use?
After a problem where blocks for some i-nodes were allocated far beyond the available range, I had to use fsck to check the file system and had to correct a couple of problems with bad blocks and bad block counts. Now when I reboot I find that apache2 won't start. There's also a small problem with the gdm greeter application, but after a couple of tries the system presents me with a GUI log in screen and have no problem to log into KDE, GNOME or Fluxbox. I take it that some file got corrupted and although fsck seemed to have corrected the problem I can't find what the file is or how to get everything back to working order. My guess is that it must be a file connected both with starting the greeter application in gdm and starting apache2, but I am at a loss what it could be. The only clue I get is this error message when I do /etc/init.d/apache2 start Code: Select allStarting web server (apache2).../usr/sbin/apache2ctl: line 78: 5754 Segmentation fault $HTTPD -k $ARGV The segmentation fault code changes each time I type the command and line 78 from apache2ctl is just the beginning of a "case in" instructions. I have tried purging apache2 and gdm and then reinstalling to no avail. I'm running Etch. Any ideas would be appreciated.
Does debsums reveal any corruption?
Hello This morning i tried to access internet from my home box, but i couldn't, first of all 3 of 5 DSL modem lights where working, so i tried to figure out what's the problem, after unsucessful atempts to remember how restart the network adapter, i got my second hdd with windows XP ,there network was working flawessly , no problems. After bit googling i found out that i needed to restart /etc/init.d/networking , so i came back and typed into the terminal but there is NO networking daemon in init.d , which is very weird. So again i tried the same and used ifdown eth0 && ifup eth0 , which worked fine, BUT, after i reboot my debian box, network isn't working i need to restart it again , also the MPD client MPC shows this error : mpc update MPD_HOST and/or MPD_PORT environment variables are not set error: timeout in attempting to get a response from "localhost" on port 6600 MY /etc/network/interfaces config : # 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 I have an nForce4 chipset MoBo - MSI K8NGM2-FID and using the integrated network card. Also i'm running Debian Unstable
Fixed - Needed to instal "netbase" package # apt-get install netbase
I just installed stable Debian Etch on my Dell Inspiron E1505. I compiled a custom kernel from the debian 2.6.18 sources to get the features I needed that weren't available in the stock one. I've had problems compiling custom kernels for my computer in the past due to the Intel ICH7 SATA on my Dell, but I was able to use a kernel config generated by Gentoo's genkernel to create a working configuration. The kernel boots and runs fine other than the fact that the system frequently locks up for varying periods of time (anywhere from a few seconds to a few minutes to too long for me to wait). I'm not sure what is making it lock up. It doesn't happen when I'm running the stock kernel, so it appears to be related to my custom kernels. The only reasonable idea I've come up with is the system locking due to high internal temperature. I don't have too much to back this up other then the system seems to run cooler with the stock kernel (40-45 C normally) than with my custom kernels (50-60 C normally) (temperatures reported by acpi -t). It also seems like the fan kicks in full blast shortly after the system locks up. I may be imagining a correlation though. Basically I'm looking for reasons for why the system may be locking up, a way to prove that that's the problem, and a solution. Any help would be greatly appreciated.
I just compiled a new custom kernel from the vanilla 2.6.20 sources and it has been working fine for the 45 minutes I've had it booted. I'm assuming it's working now. The only major change I made in the kernel configuration was changing the processor family from i486 (genkernel's choice) to Core 2 (not available in the 2.6.18 kernel sources).
My fileserver has been running fine for a long time, about a year and some. Configuring NFS was a breeze. But I upgraded to stable since Etch became the one. The new system works seemingly well, but I just don't understand what the messages mean, and less how to solve it. I am in dire need of help and would be very grateful for getting things back online. Code: Select all# exportfs -a exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.0.23:/mnt/bigtime/bigtime/". Assuming default behaviour ('subtree_check'). NOTE: this default will change with nfs-utils version 1.1.0 exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.0.22:/mnt/bigtime/bigtime". Assuming default behaviour ('subtree_check'). NOTE: this default will change with nfs-utils version 1.1.0 exportfs: /etc/exports [3]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.0.23:/home/smalltime/". Assuming default behaviour ('subtree_check'). NOTE: this default will change with nfs-utils version 1.1.0 I haven't found anything Debian specific, and nothing on http://nfs.sourceforge.net/
I added "subtree_check" to the entries in "/etc/fstab". Now, issuing: "# exportfs -a", results in no messages at all. But still my client can see nothing from the server. It claims the directories and files do not exist.
Hello all, Recently I've made some changes to my Debian OS. The buttom line is I ended up with an out of order network adapter. I'm new to linux and know nothing about making a network card to work. (my computer can't connect to the internet, and the led on the network card is turned off) I have a ThinkPad T20 with a 3COM network card. Help please Thx, KD
Please provide the results of Code: Select all/sbin/ifconfig and Code: Select allcat /etc/resolv.conf Any other error message you get might be useful as well
I haven't messed with this machine in a while and I'm trying to get it back in to shape before I add some new hardware later this week (no doubt making more problems at that time). Anyway, when I run: Code: Select all# aptitude update I get an error like this: Code: Select all.... Fetched 53.3kB in 21s (2476B/s) Reading package lists... Done W: GPG error: http://security.debian.org stable/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 W: GPG error: http://http.us.debian.org stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 NO_PUBKEY B5D0C804ADB11277 W: You may want to run apt-get update to correct these problems apt-get update (or aptitude update) don't solve the problem. I tried a google search but I'm not finding many useful hits on gpg key problems (not sure if I'm not searching for the right thing or what). Here's my /etc/apt/apt.conf: Code: Select allAPT::Default-Release "stable"; And sources.list: Code: Select alldeb http://http.us.debian.org/debian stable main contrib non-free deb http://security.debian.org stable/updates main contrib non-free I slimmed it down trying to solve the problem..... So, any ideas? I'll mention that this box started out on 'sarge' and I think I tried moving over to 'etch' before it went stable. This problem appeared about the same time and I just never really resolved it. Is there a way to determine which distribution I'm on? Any idea on how to fix this? Thanks, Rob
You seem to be at least partially on Etch, yeah. There's a way to determine which distribution you're using, but if you're using partially 2 distributions, it would only show one. I recommend to finish the upgrade to Etch.
Ok, so im new to linux.. Im not exactly sure (dont really remember clearly) what I did the last time I was logged into my system. So as far as uninstalling/installing new services that may have caused the issue im not sure. Anyway, I turn on my comp and login, using GNOME... I get the splash screen, see my desktop and it restarts.. I see the nVidia splash screen again and back to the GDM login screen. Restarting and trying again a few times I get error dialog boxes.. Problem being GDM / xServer restarts way too quick for me to read them. I login as root, Im able to read the error messages. 1. Internel Error: Failed to initillize HAL! 2. Power Manager: Need dbus system service to run. Strongly recommened you restart once dbus is started. The thing I dont understand is, im able to USE root.. GDM is fine, doesnt restart or kick me back to the login screen. Only when login under my user does it "crash". Ive google'd and tried things to no avail. "sudo /etc/init.d/dbus start" "sudo /etc/init.d/gdm start" Try to login to my non-root user and the same thing happens over and over and over.. I have no idea what im doing haha.. If there is more information needed to help solve this problem I have no idea how to get it. I really dont want to reinstall being as all of my directories /home/user are all on the same partition (the installer said recommended for new users lol) Any help or advice would be appreciated. Thanks in advance..
Try (re)installing hal or just purge it and reinstall
Have a Fedora installation that I am trying to get away from. It's installed onto my sata drive. the boot is on sda1 and the system is on sda2 (lvm2). The sda1 is an etx3 partition so mounting it is no problem but what I really need are the files in the lvm. I installed lvm2 on Debian and when I boot into Debian I see the LVM manager found and activating VolGroup00. Lvscan gives me LogVol00 and LogVol01(swap) active. How do I get my VolGroup00/LogVol00 mounted in fstab, have tried several things and I keep getting errors. I am sure it's something stupid I am doing.
OK like I said something real stupid. All I needed to do was addCode: Select all /dev/VolGroup00/LogVol00 /media/fedora ext3 defaults 0 0 When I first tried that I must have misspelled something because it didn't work, can't remember error message now. Hope this also helps some one else.
Hey guys.. Well to start off im pretty new to the linux scene.. Ive been shopping around for a bit to find a distro that suites me and my "inteligence" level lol.. So far im Debian is impressing me. Its been a few years since ive tried other distro's and in the years that ive used others, to be honest I havent done much. Either getting frustrated or not enough time. eh, so im a n00b. I was installing VMWare Workstation from the .tar and most of the installation went ok. I did get an 'opps' but it continued but wont load. I believe im missing some lib's or something. Again im new so bare with me. This is what it told me during the installation: Code: Select allThe correct version of one or more libraries needed to run VMware Workstation may be missing. This is the output of ldd /usr/bin/vmware: linux-gate.so.1 => (0xffffe000) libm.so.6 => /lib32/libm.so.6 (0xf7fa4000) libdl.so.2 => /lib32/libdl.so.2 (0xf7fa0000) libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f8f000) libX11.so.6 => not found libXtst.so.6 => not found libXext.so.6 => not found libXt.so.6 => not found libICE.so.6 => not found libSM.so.6 => not found libXrender.so.1 => not found libz.so.1 => not found libc.so.6 => /lib32/libc.so.6 (0xf7e62000) /lib/ld-linux.so.2 (0xf7fd5000) This program cannot tell for sure, but you may need to upgrade libc5 to glibc before you can run VMware Workstation. How can I correct this problem (a walkthrough if you would be so kind) Im using Debian Etch Amd64 Stock Kernel Thanks in advance.. Much appreciated
Try installing the package xorg-dev and then re-run VMware install, I think that will give you the libraries the installer is looking for. You may need these as well - libglib2.0-0 and libglib2.0-dev. But try it with xorg-dev first. These are 32 bit libraries, but that's OK
Hi!! I'm new in this forum but not in the linux world ^^ I don't know if here it's the correct place to post this, if it's not please, excuse me. I've done a lot of research before posting here because i don't want to ask a question that has been answered but... i haven't find out anything. So the problem is with the internet conection. When i run windows it's all correct, but when i run my Debian Etch... it's a hell I can connect and i can surf the web, also my connection with amsn it's ok but after 10, 15 or 20 minutes something happens. I can't surf anymore , (or if i can surf is with minimal speed) and i can only talk with few contacts, my downloads fails... i don't know what to do. When doing "ping" to google.com for example sometimes answer and sometimes no... it's random Anyone has the key of this mistery?
I had the same problem: http://forums.debian.net/viewtopic.php?t=9920 The solution for me was to install pump. apt-get install pump Then just reboot and see how your internet connection behaves in Debian.
When I try to install and or remove packages I keep getting this error massage: Code: Select all(Reading database ... dpkg: error processing /var/cache/apt/archives/openbsd-inetd_0.20050402-6_i386.deb (--unpack): files list file for package `python-central' is missing final newline E: Sub-process /usr/bin/dpkg returned an error code (1) No matter what package I try to install/remove I get the same error and so am unable to install/remove anything. It makes no difference if I use apt-get, dpkg or aptitude. I use Etch and have regularly updated the system without any problems until a couple of days ago when this started. Googling hasn't been much help so far. Any hints would be much appreciated.
open the file /var/lib/dpkg/info/python-central.list in an editor, make sure there's an empy last line
Anyone know why if I try to use any nvidia driver other than the 7184, 3d apps crash and running infobash in a terminal restarts X? Host/Kernel/OS "craigevil" running Linux 2.6.20.1-slh-up-2 i686 [ sidux-20070111-d:5 ] CPU Info AMD Duron 64 KB cache flags( sse ) clocked at [ 1800.092 MHz ] Videocard nVidia NV34 [GeForce FX 5500] X.Org 7.1.1 [ 1280x1024 @75hz ] Network cards Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet, at port: e400 Processes 80 | Uptime 44min | Memory 480.074/2027.34MB | HDD WDC WD800JB-00JJC0 Size 80GB (10%used) | GLX Renderer GeForce FX 5500/AGP/SSE/3DNOW! | GLX Version 1.5.3 NVIDIA 71.84 | Client Shell | Infobash v2.58 Running 7184 works just fine. I have seen other people in irc running the same card that have beryl working with no problems, however they are all using a newer driver like 9631 or 9746.
AFAIK, beryl+aiglx or even compiz+xgl or whatever combination need the 8xxx or 9xxx drivers, as some stuff needed to run the new xorg 7.x was added in these series.
I will start out by saying I am a complete newbie... total newbie... I have kernel 2.6.18-3-486 on etch... I am trying to install gspca which says it needs the kernel header files... no prob... I get out the apt-get and... it cant find linux-headers-2.6.18-3-486 so i look into it (and by that i mean i alot of googleing) ... it looks to me (correct me if im wrong) that etch has migrated to kernel 2.6.18-4-486... so my question is how can i upgrade to that kernel? (i could do a fresh install but figure learning to upgrade would be beneficial to me since I'm sure this wont be my last time to have to upgrade the kernel) Also if theres any kind of recommended reading or anything like that? sorry if this is a repeat question.. Ill continue to google and see what i can turn up. In the mean time any help would be appreciated.
you should just be able to run either: Code: Select allapt-get update apt-get upgrade -s | less ( then look for linux-image2.x.x whatever flaver kernel you want) OR apt-get install -s linux-image (you may have to specify which one you want, mostly the latest linux-image-2.x.x-default would be fine) after you upgrade to the latest kernel you can get the headers 2 ways: 1: reboot, choose the new kernel in grub (should be he top choice by default) make sure everything is working under the new kernel then use apt to download the linux-headers matching your kernel. 2: you could just install the headers at the same time you use apt for the kernel upgrade: Code: Select all apt-get install linux-image-your-kernel linux-headers-your-kernel ( replace your-kernel with the version you want EG. mine is 2.6.18-4-486 ) oh, and all those apt-commands MUST be run as root ( wich if you have used apt you should know )
I'm having problems compiling a new kernel for my Dell Inspiron E1505. Just a quick warning this is going to be wordy since I'm including as many details as I think are necessary. I'm using the latest 2.6.20 sources. I can compile the kernel fine and everything; the problem occurs when I try to boot it. All of the kernels I have attempted to compile on Etch have resulted with these last few lines of output on boot (I can't guarantee that they were exactly the same, but they all ended with the same error): Code: Select allStarting balanced_irq Using IPI No-Shortcut mode ACPI: (supports S0 S3 S4 S5) VFS: Cannot open root device "sda3" or unknown-block(0,0) Please append a correct "root=" boot option Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) For a while I've been thinking that it's an issue with the SATA in my Dell laptop not being friendly with Linux. But recently I figured out to run lspci and got the following line of output: Code: Select all00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 01) I went and checked my .config file and confirmed that I had Intel PIIX/ICH SATA support enabled in my configuration, along with a few other logical options that I had left in since I didn't know what kind of SATA I had. Unless someone knows something I don't, this rules out SATA causing the problem. I also made sure that ext3 was compiled into the kernel (and ext2 just in case). That was something obvious I made sure of a while ago. So pretty much my question is: Does anyone have any idea what might be causing my problem with my compiled kernels not booting? Am I missing some kernel config option I need to enable? Or is it something else? I know it's possible to compile a working 2.6 kernel, otherwise the default Debian one wouldn't work, plus I did it before when I was running Sarge. Wow I wish I had exported that kernel package/config file before I wiped the partition.
I have exactly the same problem on my Sony laptop, I wonder if you found a solution. I have tried all config options, and I tried to replicate the distro kernel (etch) by downloading the source from repositories and buliding with the same config file, but I get the same error from VFS on boot as you even though the binary kernel from repos works fine. I am out of ideas... Like you I suspect is has to do with the SATA. Help anyone?
I've been fixing broken packages with 3 dvd debian-31r5-xxx.iso images. I fixed (almost completely) the bootable copy of my system located on partition /dev/hde12 with these (iso files, also located on /dev/hde12) in directory /debian/iso/debian-31r5-xxx-1.iso. The mounted partitions not listed in /etc/mtab and reported as not mounted by umount on /dev/hde12 I will ask about later. To fix my original system I copied the 3 .iso images to an unmounted partition (/dev/hde11 which I removed from the /etc/fstab on /dev/hde1) when making the copy of the system to /dev/hde12 When I boot the original system /dev/hde1 as root I than mount /dev/hde11 at /mnt and mount the .iso images as /mnt/debian-31r5-i386-binary-1.iso and loop it to /cdrom where apt picks it up and adds it to apts sources.list I have one broken dpkg left on the original system netkit-inetd. I get errors when I install it remove it purge it or reconfigure it. This is the message I got from my last attempt to remove netkit-inetd and all it's dependencies (12 packages) as reported in aptitude, also using aptitude on this atempt. Code: Select all(Reading database ... 33394 files and directories currently installed.) Removing lpr ... Stopping printer spooler: lpd. Removing telnet ... Removing pidentd ... Removing mailx ... Removing mutt ... Removing exim4 ... Removing at ... Stopping deferred execution scheduler: atd. Removing exim4-daemon-light ... Stopping MTA: exim4. Removing exim-base ... Removing netbase ... Removing netkit-inetd ... /var/lib/dpkg/info/netkit-inetd.prerm: line 4: /etc/init.d/inetd: No such file or directory. dpkg: error processing netkit-inetd (--remove): Subprocess pre-removal script returned error exit status 1 Removing exim4-config ... Errors were encountered while processi9ng: netkit-inetd E: Subprocess /usr/bin/dpkg returned an error code (1) Ack! Something ... Trying to recover: Press Enter to continue. Pressing enter brings me back to aptitudes main screen aptitude 0.2.15.9 Will free 139kB of disk space Installed packages / net/ main/ idA netkit-inetd -139kB 0.10-10 0.10-10
I just noticed all the inetutils packages in Aptitudes " Not Installed" section "all parked". wish me luck, I hope this works ~(:idea:)~
I have installed debian-arm etch and have been using it for a couple of months now. Recently I did an apt-get update, and when I tried an apt-get upgrade, I got an error that said: Code: Select allThe following packages have unmet dependencies: at: Depends: mail-transport-agent I have exim4 installed and have been using it for a while now, and of course I tried the apt-get -f install. Anyone have any ideas why this is happening? I can't get around it to install new packages or upgrade.
have you upgraded and/or dist-upgraded lately, maybe it needs it? reinstall exim maybe? update-alternatives maybe? dpkg-reconfigure exim4 possibly? These are all guesses to keep you busy until the real experts show up and give you a actual answer.
I am a newcomer to Debian but not to Linux. I recently installed Etch x86_64 with no undue problems and successfully installed the nVidia video drivers, using the "Debian method". But, being used to Gentoo and SuSE I wanted a framebuffer and bootsplash, so I installed the necessary packages and the 2.6.18 kernel sources, and built a new kernel with the required functionality, using standard methods (make && make_modules_install, etc). Framebuffer worked immediately on booting with the new kernel. Now having a custom kernel, I downloaded the nvidia installer and used that to install the video driver, something I have done many times. Everything worked when I restarted the X server. But after rebooting, X did not start. The nvidia splash screen showed for about a second, then retuned to the console. That happened three times before X gave up. I can get X to start either by changing the xorg.conf file to use the vesa driver, or by running the nvidia installer every time, neither of which is a solution to the problem. The file /var/log/Xorg.0.log contains this: Code: Select allX Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Build Operating System: UNKNOWN Current Operating System: Linux debian 2.6.18 #2 SMP Sat Feb 10 23:01:40 GMT 2007 x86_64 Build Date: 09 January 2007 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present 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: Mon Feb 12 18:16:17 2007 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "SyncMaster" (**) | |-->Device "Nvidia Video Card" (**) |-->Input Device "Generic Keyboard" (**) |-->Input Device "Configured Mouse" (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" 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 (==) RgbPath set to "/etc/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (II) Open ACPI successful (/var/run/acpid.socket) (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.0 X.Org XInput driver : 0.6 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (++) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 10de,02f0 card 1043,81cd rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:1: chip 10de,02fa card 1043,81cd rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:2: chip 10de,02fe card 1043,81cd rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:3: chip 10de,02f8 card 1043,81cd rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:4: chip 10de,02f9 card 1043,81cd rev a2 class 05,00,00 hdr 00 (II) PCI: 00:00:5: chip 10de,02ff card 1043,81cd rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:6: chip 10de,027f card 1043,81cd rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:7: chip 10de,027e card 1043,81cd rev a2 class 05,00,00 hdr 80 (II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:05:0: chip 10de,0240 card 1043,81cd rev a2 class 03,00,00 hdr 00 (II) PCI: 00:09:0: chip 10de,0270 card 1043,81bc rev a2 class 05,00,00 hdr 00 (II) PCI: 00:0a:0: chip 10de,0260 card 1043,81bc rev a2 class 06,01,00 hdr 80 (II) PCI: 00:0a:1: chip 10de,0264 card 1043,81bc rev a2 class 0c,05,00 hdr 80 (II) PCI: 00:0b:0: chip 10de,026d card 1043,81bc rev a2 class 0c,03,10 hdr 80 (II) PCI: 00:0b:1: chip 10de,026e card 1043,81bc rev a2 class 0c,03,20 hdr 80 (II) PCI: 00:0d:0: chip 10de,0265 card 1043,81bc rev a1 class 01,01,8a hdr 00 (II) PCI: 00:0e:0: chip 10de,0266 card 1043,81bc rev a1 class 01,01,85 hdr 00 (II) PCI: 00:0f:0: chip 10de,0267 card 1043,81bc rev a1 class 01,01,85 hdr 00 (II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81 (II) PCI: 00:10:1: chip 10de,026c card 10de,cb84 rev a2 class 04,03,00 hdr 80 (II) PCI: 00:14:0: chip 10de,0269 card 1043,8141 rev a1 class 06,80,00 hdr 00 (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 04:05:0: chip 1106,3044 card 1106,3044 rev 80 class 0c,00,10 hdr 00 (II) PCI: 04:09:0: chip 1412,1712 card 1412,d634 rev 02 class 04,01,00 hdr 00 (II) PCI: End of PCI scan (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:4:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) Subtractive PCI-to-PCI bridge: (II) Bus 4: bridge is at (0:16:0), (0,4,4), BCTRL: 0x0202 (VGA_EN is cleared) (II) Bus 4 I/O range: [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] (II) Bus 4 non-prefetchable memory range: [0] -1 0 0xfaa00000 - 0xfaafffff (0x100000) MX[B] (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:24:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] (--) PCI:*(0:5:0) nVidia Corporation C51PV [GeForce 6150] rev 162, Mem @ 0xfd000000/24, 0xd0000000/28, 0xfc000000/24, BIOS @ 0xfebe0000/17 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xfaaff800 - 0xfaafffff (0x800) MX[B] [1] -1 0 0xfebd7000 - 0xfebd7fff (0x1000) MX[B] [2] -1 0 0xfebd8000 - 0xfebdbfff (0x4000) MX[B] [3] -1 0 0xfebdc000 - 0xfebdcfff (0x1000) MX[B] [4] -1 0 0xfebdd000 - 0xfebddfff (0x1000) MX[B] [5] -1 0 0xfebdfc00 - 0xfebdfcff (0x100) MX[B] [6] -1 0 0xfebde000 - 0xfebdefff (0x1000) MX[B] [7] -1 0 0xfebe0000 - 0xfebfffff (0x20000) MX[B](B) [8] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [10] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [11] -1 0 0x0000c400 - 0x0000c43f (0x40) IX[B] [12] -1 0 0x0000c480 - 0x0000c48f (0x10) IX[B] [13] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [14] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B] [15] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B] [16] -1 0 0x0000d080 - 0x0000d087 (0x8) IX[B] [17] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [18] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B] [19] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B] [20] -1 0 0x0000d880 - 0x0000d883 (0x4) IX[B] [21] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [22] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [23] -1 0 0x0000e080 - 0x0000e083 (0x4) IX[B] [24] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [25] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B] [26] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [28] -1 0 0x00000700 - 0x0000073f (0x40) IX[B] [29] -1 0 0x00000600 - 0x0000063f (0x40) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfaaff800 - 0xfaafffff (0x800) MX[B] [1] -1 0 0xfebd7000 - 0xfebd7fff (0x1000) MX[B] [2] -1 0 0xfebd8000 - 0xfebdbfff (0x4000) MX[B] [3] -1 0 0xfebdc000 - 0xfebdcfff (0x1000) MX[B] [4] -1 0 0xfebdd000 - 0xfebddfff (0x1000) MX[B] [5] -1 0 0xfebdfc00 - 0xfebdfcff (0x100) MX[B] [6] -1 0 0xfebde000 - 0xfebdefff (0x1000) MX[B] [7] -1 0 0xfebe0000 - 0xfebfffff (0x20000) MX[B](B) [8] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [10] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [11] -1 0 0x0000c400 - 0x0000c43f (0x40) IX[B] [12] -1 0 0x0000c480 - 0x0000c48f (0x10) IX[B] [13] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [14] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B] [15] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B] [16] -1 0 0x0000d080 - 0x0000d087 (0x8) IX[B] [17] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [18] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B] [19] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B] [20] -1 0 0x0000d880 - 0x0000d883 (0x4) IX[B] [21] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [22] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [23] -1 0 0x0000e080 - 0x0000e083 (0x4) IX[B] [24] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [25] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B] [26] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [28] -1 0 0x00000700 - 0x0000073f (0x40) IX[B] [29] -1 0 0x00000600 - 0x0000063f (0x40) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfaaff800 - 0xfaafffff (0x800) MX[B] [5] -1 0 0xfebd7000 - 0xfebd7fff (0x1000) MX[B] [6] -1 0 0xfebd8000 - 0xfebdbfff (0x4000) MX[B] [7] -1 0 0xfebdc000 - 0xfebdcfff (0x1000) MX[B] [8] -1 0 0xfebdd000 - 0xfebddfff (0x1000) MX[B] [9] -1 0 0xfebdfc00 - 0xfebdfcff (0x100) MX[B] [10] -1 0 0xfebde000 - 0xfebdefff (0x1000) MX[B] [11] -1 0 0xfebe0000 - 0xfebfffff (0x20000) MX[B](B) [12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000c400 - 0x0000c43f (0x40) IX[B] [18] -1 0 0x0000c480 - 0x0000c48f (0x10) IX[B] [19] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [20] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B] [21] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B] [22] -1 0 0x0000d080 - 0x0000d087 (0x8) IX[B] [23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [24] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B] [25] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B] [26] -1 0 0x0000d880 - 0x0000d883 (0x4) IX[B] [27] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [28] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [29] -1 0 0x0000e080 - 0x0000e083 (0x4) IX[B] [30] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [31] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B] [32] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [33] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [34] -1 0 0x00000700 - 0x0000073f (0x40) IX[B] [35] -1 0 0x00000600 - 0x0000063f (0x40) IX[B] (II) LoadModule: "bitmap" (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Loading font Bitmap (II) LoadModule: "ddc" (II) Loading /usr/lib/xorg/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/lib/xorg/modules/linux/libdrm.so (II) Module drm: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.1.1, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.9746 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.9746 Module class: X.Org Video Driver (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) NVIDIA dlloader X Driver 1.0-9746 Fri Dec 15 10:21:43 PST 2006 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 00:05:0 (--) Chipset NVIDIA GPU found (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 7.1.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib/xorg/modules/libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 7.1.99.2, module version = 1.0.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib/xorg/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfaaff800 - 0xfaafffff (0x800) MX[B] [5] -1 0 0xfebd7000 - 0xfebd7fff (0x1000) MX[B] [6] -1 0 0xfebd8000 - 0xfebdbfff (0x4000) MX[B] [7] -1 0 0xfebdc000 - 0xfebdcfff (0x1000) MX[B] [8] -1 0 0xfebdd000 - 0xfebddfff (0x1000) MX[B] [9] -1 0 0xfebdfc00 - 0xfebdfcff (0x100) MX[B] [10] -1 0 0xfebde000 - 0xfebdefff (0x1000) MX[B] [11] -1 0 0xfebe0000 - 0xfebfffff (0x20000) MX[B](B) [12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000c400 - 0x0000c43f (0x40) IX[B] [18] -1 0 0x0000c480 - 0x0000c48f (0x10) IX[B] [19] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [20] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B] [21] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B] [22] -1 0 0x0000d080 - 0x0000d087 (0x8) IX[B] [23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [24] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B] [25] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B] [26] -1 0 0x0000d880 - 0x0000d883 (0x4) IX[B] [27] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [28] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [29] -1 0 0x0000e080 - 0x0000e083 (0x4) IX[B] [30] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [31] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B] [32] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [33] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [34] -1 0 0x00000700 - 0x0000073f (0x40) IX[B] [35] -1 0 0x00000600 - 0x0000063f (0x40) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfaaff800 - 0xfaafffff (0x800) MX[B] [5] -1 0 0xfebd7000 - 0xfebd7fff (0x1000) MX[B] [6] -1 0 0xfebd8000 - 0xfebdbfff (0x4000) MX[B] [7] -1 0 0xfebdc000 - 0xfebdcfff (0x1000) MX[B] [8] -1 0 0xfebdd000 - 0xfebddfff (0x1000) MX[B] [9] -1 0 0xfebdfc00 - 0xfebdfcff (0x100) MX[B] [10] -1 0 0xfebde000 - 0xfebdefff (0x1000) MX[B] [11] -1 0 0xfebe0000 - 0xfebfffff (0x20000) MX[B](B) [12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x0000c400 - 0x0000c43f (0x40) IX[B] [21] -1 0 0x0000c480 - 0x0000c48f (0x10) IX[B] [22] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [23] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B] [24] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B] [25] -1 0 0x0000d080 - 0x0000d087 (0x8) IX[B] [26] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [27] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B] [28] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B] [29] -1 0 0x0000d880 - 0x0000d883 (0x4) IX[B] [30] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [31] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [32] -1 0 0x0000e080 - 0x0000e083 (0x4) IX[B] [33] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [34] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B] [35] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [36] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [37] -1 0 0x00000700 - 0x0000073f (0x40) IX[B] [38] -1 0 0x00000600 - 0x0000063f (0x40) IX[B] [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): NVIDIA GPU GeForce 6150 at PCI:0:5:0 (GPU-0) (--) NVIDIA(0): Memory: 262144 kBytes (--) NVIDIA(0): VideoBIOS: 05.51.22.26.07 (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce 6150 at PCI:0:5:0: (--) NVIDIA(0): Samsung SyncMaster (CRT-0) (--) NVIDIA(0): Samsung SyncMaster (CRT-0): 350.0 MHz maximum pixel clock (II) NVIDIA(0): Assigned Display Device: CRT-0 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "1280x1024" (II) NVIDIA(0): "1024x768" (II) NVIDIA(0): "800x600" (II) NVIDIA(0): "640x480" (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024 (++) NVIDIA(0): DPI set to (96, 96); computed from -dpi X commandline option (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B] [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B] [2] 0 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B] [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0 0xfaaff800 - 0xfaafffff (0x800) MX[B] [8] -1 0 0xfebd7000 - 0xfebd7fff (0x1000) MX[B] [9] -1 0 0xfebd8000 - 0xfebdbfff (0x4000) MX[B] [10] -1 0 0xfebdc000 - 0xfebdcfff (0x1000) MX[B] [11] -1 0 0xfebdd000 - 0xfebddfff (0x1000) MX[B] [12] -1 0 0xfebdfc00 - 0xfebdfcff (0x100) MX[B] [13] -1 0 0xfebde000 - 0xfebdefff (0x1000) MX[B] [14] -1 0 0xfebe0000 - 0xfebfffff (0x20000) MX[B](B) [15] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [17] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [23] -1 0 0x0000c400 - 0x0000c43f (0x40) IX[B] [24] -1 0 0x0000c480 - 0x0000c48f (0x10) IX[B] [25] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [26] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B] [27] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B] [28] -1 0 0x0000d080 - 0x0000d087 (0x8) IX[B] [29] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [30] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B] [31] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B] [32] -1 0 0x0000d880 - 0x0000d883 (0x4) IX[B] [33] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [34] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [35] -1 0 0x0000e080 - 0x0000e083 (0x4) IX[B] [36] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [37] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B] [38] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [39] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [40] -1 0 0x00000700 - 0x0000073f (0x40) IX[B] [41] -1 0 0x00000600 - 0x0000063f (0x40) IX[B] [42] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [43] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) NVIDIA(0): Setting mode "1280x1024" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (WW) NVIDIA(0): Option "UseFBDev" is not used (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX Backtrace: 0: /usr/bin/X(xf86SigHandler+0x6d) [0x48c46d] 1: /lib/libc.so.6 [0x2b02b6306110] 2: /lib/libc.so.6(__ctype_tolower_loc+0x25) [0x2b02b63002c5] 3: /usr/bin/X(xf86nameCompare+0xfe) [0x4a4cde] 4: /usr/bin/X(InitInput+0x103) [0x45ea23] 5: /usr/bin/X(main+0x337) [0x430e57] 6: /lib/libc.so.6(__libc_start_main+0xda) [0x2b02b62f34ca] 7: /usr/bin/X(FontFileCompleteXLFD+0x9a) [0x43026a] Fatal server error: Caught signal 11. Server aborting Have I missed something simple? Would be grateful for any suggestons. Diobeth
Diobeth wrote:Have I missed something simple? Yes. You should not use nvidia-installer on Debian. I suggest to reinstall.
Does anyone know a method for moving /lib from the root partition to any of the 3 unused partitions. Or install a new system on one of the 3 unused partitions. I have followed the instructions for moving any of the other directories off / except when I get to the rm -rf /lib/* I loose the system links and can't mount the new /lib partition on / and have to do a hard halt. I get the system back by using a Live CD, but there isn't enought space on / the way I have partitions set, to install the kernel upgrade that came from security.debian.org Oh, the sizes of the 3 unused partitions are 18 20 and 28 GB and / is 60 MB
llivv wrote:Does anyone know a method for moving /lib from the root partition to any of the 3 unused partitions. Or install a new system on one of the 3 unused partitions. I have followed the instructions for moving any of the other directories off / except when I get to the rm -rf /lib/* I loose the system links and can't mount the new /lib partition on / and have to do a hard halt. It sounds like you've got everything set up correctly in fstab but it would be easier to read if you made multiple posts (instead of editing the original) and paste your complete fstab everytime you change it. I may not be the brightest bulb in the socket but I kind of had a hard time following along. Some suggestions: 1) The first thing you should reconsider is the liberal use of rm -rf. It's a BAD idea. Use mv instead or at least make sure you have backups. Code: Select allmv /dir /dir-old mkdir dir 2) I usually put /usr on its own partition. On my system /lib is about 493M while /usr is 4.5G AAMOF, I've never tried to put /lib on its own partition and /etc for example could not be on its own partition since many things are needed from /etc like init but would not be available at boot time if /etc were in fact on its own partition. 3) Use cp -a to copy the directories. Code: Select allmount /dev/whatever /mnt/whatever cd /dir cp -a * /mnt/whatever One simple mistake I have seen when transferring dirs to their own partitions is adding an extra dir to the path like /usr/usr so make sure that when /dev/whatever is mounted on your mount point as defined within fstab that the directory structure is correct. In other words, don't copy /usr to a new partition, copy everything inside of /usr to a new partition. Here is my primary desktop partition layout: Code: Select all$ mount /dev/sda2 on / type reiserfs (rw,notail) /dev/sda9 on /home type reiserfs (rw) /dev/sda6 on /tmp type reiserfs (rw) /dev/sda10 on /usr type reiserfs (rw) /dev/sda8 on /var type reiserfs (rw)
after i installed debian etch using dvd, it reboot halted on the grub boot system, "Grub Starting...Grub Started, please wait. Error 2" what's this problem? my dvd-rom got problem
google is your friend 2 : "Selected disk doesn't exist" This error is returned if the device part of a device- or full filename refers to a disk or BIOS device that is not present or not recognized by the BIOS in the system. Also, a good place to look for help with Grub is the GNU GRUB Manual Tina
Hi there, I can't access any of my partitions (other than etch's). I am completely new to linux, but after some research I found that writing on ntfs may be the problem, since it is not fully compatible. The problem though is that I can't even see the contents of the drives at all (I thought the problem was writing, not reading). I changed the file system on one partition from ntfs to fat32 (supposedly compatible) but I get this message instead of the drives contents: Code: Select alllibhal-storage.c 1401 : info: called libhal_free_dbus_error but dbuserror was not set. process 3191: applications must not close shared connections - see dbus_connection_close() docs. this is a bug in the application. error: device /dev/hda5 is not removable error: could not execute pmount any ideas?
Do you have the proper entry in /etc/fstab or if using pmount then you should specify the device/partition in the /etc/pmount.allow file
hi, I've had Net::SSLeay installed before on debian etch(x86) and everything was working fine. Now i just installed debian etch(x86_64) and tried to install Net::SSLeay but im getting the folowing error's when i run ./Makefile.PL -t or ./Makefile.PL.Code: Select alldebian-x86:/home/cookie/Net_SSLeay.pm-1.23# ./Makefile.PL -t Checking for OpenSSL-0.9.6j or 0.9.7b or newer... You have OpenSSL-0.9.8d installed in /usr/local/ssl That's is newer than what this module was tested with (0.9.6j or 0.9.7b). You should consider checking if there is a newer release of this module available. Everything will probably work OK, though. *** /usr/local/ssl/bin/openssl appears to be compiled with gcc (gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DMD5_ASM ) while perl is compiled with cc. Both must be compiled with the same compiler and flags. Mixing and matching compilers is not supported. at ./Makefile.PL line 137. Writing Makefile for Net::SSLeay::Handle Writing Makefile for Net::SSLeay make[1]: Entering directory `/home/cookie/Net_SSLeay.pm-1.23/Net-SSLeay-Handle-0.50' Manifying ../blib/man3/Net::SSLeay::Handle.3pm make[1]: Leaving directory `/home/cookie/Net_SSLeay.pm-1.23/Net-SSLeay-Handle-0.50' cc -c -I/usr/local/ssl/include -I/usr/local/ssl/inc32 -I/usr/kerberos/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.23\" -DXS_VERSION=\"1.23\" -fPIC "-I/usr/lib/perl/5.8/CORE" -DPERL5 -DOPENSSL_NO_KRB5 SSLeay.c SSLeay.c: In function âXS_Net__SSLeay_state_stringâ: SSLeay.c:2639: warning: assignment discards qualifiers from pointer target type SSLeay.c: In function âXS_Net__SSLeay_rstate_stringâ: SSLeay.c:2657: warning: assignment discards qualifiers from pointer target type SSLeay.c: In function âXS_Net__SSLeay_state_string_longâ: SSLeay.c:2675: warning: assignment discards qualifiers from pointer target type SSLeay.c: In function âXS_Net__SSLeay_rstate_string_longâ: SSLeay.c:2693: warning: assignment discards qualifiers from pointer target type SSLeay.c: In function âXS_Net__SSLeay_d2i_SSL_SESSIONâ: SSLeay.c:3142: warning: passing argument 2 of âd2i_SSL_SESSIONâ from incompatible pointer type SSLeay.c: In function âXS_Net__SSLeay_alert_desc_stringâ: SSLeay.c:4891: warning: assignment discards qualifiers from pointer target type SSLeay.c: In function âXS_Net__SSLeay_alert_desc_string_longâ: SSLeay.c:4909: warning: assignment discards qualifiers from pointer target type SSLeay.c: In function âXS_Net__SSLeay_alert_type_stringâ: SSLeay.c:4927: warning: assignment discards qualifiers from pointer target type SSLeay.c: In function âXS_Net__SSLeay_alert_type_string_longâ: SSLeay.c:4945: warning: assignment discards qualifiers from pointer target type Running Mkbootstrap for Net::SSLeay () chmod 644 SSLeay.bs rm -f blib/arch/auto/Net/SSLeay/SSLeay.so cc -shared -L/usr/local/lib SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so \ -L/usr/local/ssl -L/usr/local/ssl/lib -lssl -lcrypto \ /usr/bin/ld: /usr/local/ssl/lib/libssl.a(s2_meth.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/ssl/lib/libssl.a: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [blib/arch/auto/Net/SSLeay/SSLeay.so] Error 1 debian-x86:/home/cookie/Net_SSLeay.pm-1.23# At the top of this log it says that this module is pretty old comparing to OpenSSL but i also tried 1.30 and im getting the same error.
I installed the following Libs: apt-get install libwhisker-perl libnet-ssleay-perl libcrypt-ssleay-perl
Hi Can anyone lend an ear for this little problem. I am trying to get this wireless card to work. I installed rt2500 source with apt and used module-assistant and all went swimmingly well. Modprobe loaded the rt2500 module and ifconfig -a showed the device. I renamed from eth1 to ra0 and continued to set it up for access. iwconfig essid narnia ifconfig ra0 192.168.0.22 This all looks good, but I cannot ping the router. I can ping myself on the ra0 interface, but would like a bit of help figuring out the problem. thanks Outputs below: iwlist ra0 scanning Code: Select allmorocco:/usr/src/modules/rt2500# iwlist ra0 scanning ra0 Scan completed : Cell 01 - Address: 00:0F:B5:7E:91:BC Mode:Managed ESSID:"narnia" Encryption key:off Channel:1 Quality:0/100 Signal level:-9 dBm Noise level:-192 dBm ifconfig Code: Select allra0 Link encap:Ethernet HWaddr 00:11:50:66:F3:79 inet addr:192.168.0.22 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::211:50ff:fe66:f379/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:64388 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:2961848 (2.8 MiB) Interrupt:201 Base address:0x4000
Did you try using RaConfig2500?
hi, When i run any 'apt-get' command i always get something like this:Code: Select allW: Couldn't stat source package list cdrom://[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20061111)] etch/main Packages (/var/lib/apt/lists/Debian%20GNU_Linux%20testing%20%5fEtch%5f%20-%20Official%20Snapshot%20i386%20Binary-1%20(20061111)_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://itp.tugraz.at etch/backports Packages (/var/lib/apt/lists/itp.tugraz.at_Comp_debian_dists_etch_backports_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list cdrom://[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20061111)] etch/main Packages (/var/lib/apt/lists/Debian%20GNU_Linux%20testing%20%5fEtch%5f%20-%20Official%20Snapshot%20i386%20Binary-1%20(20061111)_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://itp.tugraz.at etch/backports Packages (/var/lib/apt/lists/itp.tugraz.at_Comp_debian_dists_etch_backports_binary-i386_Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems I can install and remove the packages that i specify its just that i get that message. I ran 'apt-get update' about 20 times now but it keeps giving the same stuff. How can fix this?
Well lets see your /etc/apt/sources.list You can comment the cdrom entry if you don't need it. Just to confirm, your pc does have network yes?
Hi, I'm a semi-noob Linux user who switched to Debian last week. I installed Debian with the non graphical expert mode, because i want to use KDE instead of GNOME, which means i deselected the entry "Desktop environment" at the package installation prompt, and apt-get'd xorg, kdm & kde. I'm using it's a Fujitsu-Siemens Amilo Xi1546 (here the specs PDF, if it could help), and nearly everything works out of the box, except the ATI Mobility Radeon X1800 graphic card (but i downloaded the fglrx-driver package and is now OK) and the cursed Intel Corporation PRO/Wireless 3945ABG wireless network adapter... Why cursed? Well, it's been seven days I'm trying to have it working, but I failed (at least i think i'm close to the goal, I hope)... Lurking on this forum, i found a couple of threads on how install the Intel's drivers, so i downloaded the IEEE80211 subsystem and the IPW3945 set (driver, firmware and daemon). Compiling and installing the IEEE80211 subsystem was a piece of cake, make & make install went smooth, so no problem. Installing the IPW driver started to be a problem: make told me he couldn't find the IEEE80211 subsystem (WTF? I installed it a second ago!)... After a dozen of tests, i tried to ignore the warning (appending the IEEE80211_IGNORE_DUPLICATE=y option to make) and went with make install, then i copied the firmware and daemon to the indicated folders (/lib/firmware and /sbin). Trying the ./load gives me the new eth2 network interface, so i think all went fine... But! I can't configure the interface with any of the GUI tools (the wifi manager integrated with KDE, network-manager-kde, etc), everyone says there's no wifi card, or returns some weird errors about wpa_supplicant (yes, I've installed it!)... Let's try with the old way, /etc/network/interfaces! If i enters the WPA specs there i can authenticate with the access point, but can't get the IP address with DHCP... Setting the interface as static IP address clears all problems, i can authenticate and surf. Second But! When i reboot the pc, eth2 is gone! I must come back to /usr/src/ipw3945-1.1.3/, re-run ./load and fire up the interface with ifup eth2 to have everithing back... This is not quite practical... oO" Can anyone help me with having eth2 up when I login in KDE (and perhaps fix that problem with wpa_supplicant and the GUI tools)? Below there are some command output maybe you cand find useful, if you need some more info tell me what to do, and rememeber to explain the steps, so i can know what's going on, and not bother the clan mate who helped me so far... ^^ lspci wrote:00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03) 00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express PCI Express Root Port (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller AHCI (rev 02) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02) 01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 7102 04:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02) 05:04.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) 05:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10) 05:07.0 RAID bus controller: VIA Technologies, Inc. VT6421 IDE RAID Controller (rev 50) ifconfig -a wrote:eth0 Link encap:Ethernet HWaddr 00:03:0D:43:B7:5A BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:225 Base address:0x2800 eth1 Link encap:UNSPEC HWaddr 00-03-0D-49-72-00-1E-E9-00-00-00-00-00-00-00-00 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) eth2 Link encap:Ethernet HWaddr 00:13:02:15:D9:BC inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::213:2ff:fe15:d9bc/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:7873 errors:0 dropped:1086 overruns:0 frame:0 TX packets:7238 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:9573690 (9.1 MiB) TX bytes:818363 (799.1 KiB) Interrupt:185 Base address:0x8000 Memory:b0200000-b0200fff 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:430 errors:0 dropped:0 overruns:0 frame:0 TX packets:430 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:53980 (52.7 KiB) TX bytes:53980 (52.7 KiB) sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 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:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) iwconfig (with the daemon loaded with the ./load script) wrote:lo no wireless extensions. eth0 no wireless extensions. eth1 no wireless extensions. sit0 no wireless extensions. eth2 IEEE 802.11g ESSID:"{id}" Mode:Managed Frequency:2.417 GHz Access Point: {mac address} Bit Rate:54 Mb/s Tx-Power:15 dBm Retry limit:15 RTS thr:off Fragment thr:off Encryption key:{key} Security mode:open Power Management:off Link Quality=55/100 Signal level=-74 dBm Noise level=-75 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:1086 Missed beacon:0 lsmod | grep ieee wrote:ieee80211_crypt_tkip 10624 3 ieee80211 43276 1 ipw3945 ieee80211_crypt 6208 2 ieee80211_crypt_tkip,ieee80211 ieee1394 86904 3 sbp2,eth1394,ohci1394 lmod | grep ipw wrote:ipw3945 171584 1 ieee80211 43276 1 ipw3945 firmware_class 9600 1 ipw3945 cat /etc/modules wrote:# /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. loop sbp2 ieee80211 ipw3945 cat /etc/network/interfaces wrote:# 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 #address 127.0.0.1 #netmask 255.0.0.0 iface eth0 inet dhcp iface eth2 inet static wpa-driver wext wpa-ssid {id} wpa-psk {key} address 192.168.1.2 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1
First of all, fix the problem with your IPW driver compile. It was really telling you that it couldn't find the IEEE80211 includes. It needs these, to tightly integrate with it. If your IEEE80211 source is in /usr/src/drivers/IEEE80211 (where it belongs), its includes will be right under that. To tell IPW where to find that, edit its .config file, and there should be a variable that points to where it thinks those includes are. Fix that, make clean, and recompile IPW. Now, why do you have to ./load that driver after reboot? Because you failed to actually install them. ./load is just intended to test them after a compile. Re-read the instructions. Then, we'll see where we're at.
On Debian 3.1 with samba 3.0.14a-3sarge2 Code: Select all$ smbpasswd Old SMB password: New SMB password: Retype new SMB password: Error connecting to 127.0.0.1 (Connection refused) unable to connect to SMB server on machine 127.0.0.1. Error was : SUCCESS - 0. Failed to change password for sch This samba server is not part of any domains and has it's smbpasswd is its passdb backend. Any ideas? -sch
Is your loopback device working? That's a virtual network device used when your pc communicates with itself using network protocols. You can check by running /sbin/ifconfig. The output should have a line starting with "lo". If it doesn't show up, look at /etc/network/interfaces. It should contain lines like the following: Code: Select allauto lo iface lo inet loopback After adding these, run "/etc/init.d/networking restart" as root. HTH,
Does anyone have experience using dmraid? I've got WinXP on a Nforce4 Raid 0 setup. I've been playing around with dmraid but have not had any luck getting it working. The command dmraid -l will list the nforce raid and dmraid -ay will complete with no errors but the array will still not show up. From what I've read I need to do something with device-mapper but I can't figure out what. Can anyone help?
Seems I needed to enable device mapping in the kernel! A quick compile and I was good to go. Once I had that taken care of I reinstalled dmraid. My nforce4 raid 0 was listed under /dev/mapper. I have full access to my XP install now... Cool!
I need an easy sure shot way to change my fat32 partition permissions to user, I am really tired of using windows to edit these files. Please, HELP!!
Code: Select allchmod a+rwx /fat32 partition
I am new to Debian but I have used Gentoo for 2 years. I just installed Etch on my new Dell E1705 laptop. It is a dual boot system and I am having a difficulty in setting the time properly. In /etc/default/rcS I have the following: TMPTIME=0 SULOGIN=no DELAYLOGIN=no UTC=no VERBOSE=no FSCKFIX=no RAMRUN=no RAMLOCK=no I think the first problem is that hwclock may not be working properly. Here is what I get: lappy:~# hwclock --show select() to /dev/rtc to wait for clock tick timed out So I decided to set the correct time by using "rdate" to set the time at boot time. I added the following script named rdate to /etc/init.d and a symbolic link to it in /etc/rc2.d. lappy:~# ls -l /etc/init.d/rdate -rwxr-xr-x 1 root root 348 2007-01-15 12:23 /etc/init.d/rdate lappy:~# ls -l /etc/rc2.d/S19rdate lrwxrwxrwx 1 root root 15 2007-01-15 12:12 /etc/rc2.d/S19rdate -> ../init.d/rdate The contents of the rdate script are: Code: Select all#! /bin/sh # # rdate Execute the rdate command. # # Version: 1998-11-01 tapio.lehtonen@iki.fi # PATH=/sbin:/bin:/usr/sbin:/usr/bin HOST="132.163.4.101" # Set operating system time from other host in LAN. if [ -x /usr/sbin/rdate ] then /usr/sbin/rdate $HOST echo "Used rdate to get and set the date to $HOST" >/root/rdate.out fi I know the script runs at boot time because it creates the file rdate.out in the root directory. However, it does not set date and time. If I run the script as root following the boot process, it sets the date and time as it should. Does anyone know what I am doing wrong?
Well I am no Gentoo user but AFAIK the init scheme is a bit different in Debian. Here are some hopefully useful inks for you: http://www.debian-administration.org/articles/212 http://www.debian-administration.org/articles/28 You might also just try using Code: Select alltzconfig & or Code: Select alldate Date has a somewhat confusing syntax. So if I were to set my time/date January 19 6:59AM 2007: Syntax is: date [MMDDhhmm[[CC]YY] So..... Code: Select alldate 011906592007 BTW, your error: Code: Select allselect() to /dev/rtc to wait for clock tick timed out had some perhaps useful information in google.
I have a Nagios installation in one of the servers and I want it to send e-mail notifications to the administrators when a host is down, I don't know if it supports to send them to remote domains like Gmail or Yahoo or whatever. I saw the command Nagios uses to do this, this is "mail" and I saw the man pages of mail to understand it. So, I manually use the command but the log says that doesn't support mail to remote domains: Code: Select allcamaras_mon_red:/var/log/exim4# mail german640@gmail.com Subject: Test This is a test Cc: camaras_mon_red:/var/log/exim4# tail mainlog 2007-01-12 17:43:17 1H5W3J-0001Ls-GD <= <> R=1H5W3J-0001Lq-F8 U=Debian-exim P=local S=1107 2007-01-12 17:43:17 1H5W3J-0001Lq-F8 Completed 2007-01-12 17:43:17 1H5W3J-0001Ls-GD => monitoreo <root@debian> R=local_user T=mail_spool 2007-01-12 17:43:17 1H5W3J-0001Ls-GD Completed 2007-01-12 18:08:13 1H5WRR-0001PZ-NI <= root@debian U=root P=local S=325 2007-01-12 18:08:13 1H5WRR-0001PZ-NI ** german640@gmail.com R=nonlocal: Mailing to remote domains not supported 2007-01-12 18:08:13 1H5WRR-0001Pb-OJ <= <> R=1H5WRR-0001PZ-NI U=Debian-exim P=local S=1112 2007-01-12 18:08:13 1H5WRR-0001PZ-NI Completed 2007-01-12 18:08:13 1H5WRR-0001Pb-OJ => monitoreo <root@debian> R=local_user T=mail_spool 2007-01-12 18:08:13 1H5WRR-0001Pb-OJ Completed camaras_mon_red:/var/log/exim4# Do I need to configure something to send e-mails to remote domains or is not posible?
try dpkg-reconfigure exim4 iirc the default for new installs is to set up exim for local delivery only.
Hi, I'm doing some maintenance work on a Debian (sarge) VPS (not mine) and needed the sasl2-modules. I however get blocked by this: Code: Select all# apt-get install libsasl2-modules Reading package lists... Done Building dependency tree... Done [...] The following packages have unmet dependencies: libsasl2-modules: Depends: libsasl2 (= 2.1.19.dfsg1-0sarge2) but 2.1.19.dfsg1-0.5 is to be installed E: Broken packages There is obviously a newer version of libsasl2 available, but why can't I install it? I also thought of getting the older version libsasl2-modules and install it manually, but I've got a feeling that it would bork the system completely =/
are you trying to mix and match sarge and etch?
Hey guys, Well i've been at it a while to get the nvidia drivers installed however I am still having trouble. After installing nvidia-kernel-source and module-assistant I ran the m-a prepare command which returned the error "Couldn't find kernel-headers-2.6.19". Maybe i'm missing a source on the source list? Any help?
You're missing the kernel headers - have a look in Synaptic and search for 'linux-headers' and choose the package that matches your kernel and architecture. Nvidia driver requires the kernel development files to compile with the nvidia module. You may also find it easier to install the nvidia driver by downloading it from the nvidia site and essentially 'doing it yourself'. Also, read this thread
I am having a lot of trouble trying to get one particular machine to allow for a root login to samba. I have set Code: Select allsecurity = share and done Code: Select allsmbpasswd -a root and put in a password. I have also put inCode: Select allvalid users = root user = root under a share definition. However, when I try to log in as root with the password I put in to smbpasswd using smbclient I get the following Code: Select allsmbclient //hostname/sharename -U root%password tree connect failed: NT_STATUS_WRONG_PASSWORD and I also get the following error in my logs Code: Select allDec 25 20:07:35 hostname smbd[32023]: [2006/12/25 20:07:35, 0] passdb/pampass.c:smb_pam_passcheck(827) Dec 25 20:07:35 hostname smbd[32023]: smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User root ! Dec 25 20:07:35 hostname PAM-warn[32023]: function=[pam_sm_authenticate] service=[samba] terminal=[samba] user=[root] ruser=[<unknown>] rhost=[mymachine.mydomain.com] I have done the same configuration on several other servers and they work, I can't think why this doesn't work. I have been googling all over the place but the answers I have found say that I need to put in an smbpasswd, but I have put in an smbpasswd! Any Ideas?
just a wild guess...do you use the same pw for both samba and windows? I'v set up mine with the same user (not root) and pw on all machines and then give the user root axx in the samba script on the linux box.
Hi, I'm running Debian Etch w/ Gnome on a Toshiba Satellite laptop with a touchpad (I think it's a synaptics, it's detected as one and the synaptics driver have worked fine on Ubuntu). After installing Etch the touchpad worked but it was VERY insensitiv, i.e. it takes some five or six strokes to move the mouse from one side of the screen to the other. I tried changing the settings in Desktop>Preferences>Mouse to max, i.e. highest sensitivity, speed, you name it. No good (I figure this doesn't effect the touchpad but only mouse, which I don't use). Following some other threads in this forum and Google I installed xfree86-driver-synaptics and qtsynaptics but it didn't help. qtsynaptics is, as far as I understood, a graphical configuration tool but I can't get it started and it's not in the menu (or available in Alacarte menu editor) but that might help me, IF I can get it to run. I also have Option "SHMConfig" "on" in the xorg.conf. Is anyone familiar with this problem and know how to fix it? Every time I use the mouse I feel like a shrimp trying to run a marathon, and that's no way to start a new year. Any help much appreciated /Mojoman
Debian offers a few packages related to synaptics touchpads, including gsynaptics, which might work better with your gnome desktop.
I have set up a 32-chroot for my amd64 Debian system following these instructions: https://alioth.debian.org/docman/view.p ... l#id292281 The chroot works fine, however sometimes I get this error: Code: Select allperl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory Who's got an idea how I can solve this?
apt-get install locales while in the chroot
Hello all, I have a teamed trunk working after running the following commands. Code: Select all#!/bin/bash modprobe 8021q modprobe bonding mode=0 miimon=100 ifconfig eth0 down ifconfig eth1 down ifconfig eth2 down ifconfig bond0 hw ether 00:11:22:33:44:55 ifconfig bond0 10.1.1.3 up ifenslave bond0 eth1 ifenslave bond0 eth0 ifconfig bond0 0.0.0.0 ifconfig eth0 0.0.0.0 ifconfig eth1 0.0.0.0 vconfig add bond0 2 vconfig add bond0 3 vconfig add bond0 4 vconfig add bond0 5 vconfig add bond0 6 ifconfig bond0.2 192.168.2.1 netmask 255.255.255.0 broadcast 192.168.2.255 up ifconfig bond0.3 192.168.3.1 netmask 255.255.255.0 broadcast 192.168.3.255 up ifconfig bond0.4 192.168.4.1 netmask 255.255.255.0 broadcast 192.168.4.255 up ifconfig bond0.5 192.168.5.1 netmask 255.255.255.0 broadcast 192.168.5.255 up ifconfig bond0.6 192.168.6.1 netmask 255.255.255.0 broadcast 192.168.6.255 up My problem is putting all this together in /etc/network/interfaces properly... anyone can help figure this out ?
I have figured out the proper way to achieve the above in the interfaces file. Everything is ok except that bound0 isn't downed completely when doing /etc/init.d/networking stop Anyone as an idea? Code: Select all# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto bond0 auto bond0.2 auto bond0.3 iface bond0 inet manual up /sbin/ifenslave bond0 eth0 eth1 down /sbin/ifenslave -d bond0 eth0 eth1 iface bond0.2 inet static address 10.10.12.2 netmask 255.255.255.0 hwaddress ether 00:AB:AB:01:00:02 pre-up /sbin/vconfig add bond0 2 down /sbin/vconfig rem bond0.2 iface bond0.3 inet static address 10.10.13.2 netmask 255.255.255.0 hwaddress ether 00:AB:AB:01:00:03 pre-up /sbin/vconfig add bond0 3 down /sbin/vconfig rem bond0.3
Hey everyone..... I've recently setup a new Debian box. Everything is working great. I have installed X and fluxbox and all that good stuff but I cannot for the life of me connect to this machine using a VNC viewer. I followed the instructions for setting up a VNC server here and here All the installation and configuration steps go just fine, but whenever i try to connect to it from my windows box it cannot connect to the server. I know both machines are talking to each other becuase i've been using ssh all day. and i also know that there are no firewalls in between the two machines..... i've tried RealVNC viewer and TightVNC viewer. anyone have any ideas???
launch the vncserver from a terminal, look at its output, then try to connect with the client, read the output and see what happens
Obviously my wifi is damned by God. I have been trying to fix this problem full-time, for four days. This is the first time I am trying to set it up. I can associate with the AP, both without encryption, and with WPA-TKIP. But I can not communicate. I can not ping the AP's local IP when I set static IP, and it will not give me an IP address when I set DHCP. I have completely changed all my hardware and drivers, and have exactly the same problem. Firewall is down, and ath0 interface enabled. (Shorewall routestopped) The only thing left to be the problem is Debian configuration. Now: AP: Netgear WPN824 Client: Netgear WPN511 Driver: Madwifi tar madwifi-ng r1784-20061027 Before, got exactly the same symptoms with: AP: Belkin F5D8230-4 Client: Netgear WG311T Driver: Debian madwifi 1:0.9.2+r1710.20060914-1 Code: Select all/etc/network/interfaces # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto ath0 #iface ath0 inet static iface ath0 inet dhcp # List AP's the driver has scanned: iwlist ath0 scan # In addition tools/athstats and tools/80211stats # pre-up /sbin/ifconfig ath0 hw ether 00:02:e0:4c:11:ce # (Mode: 0=auto/default, 1=a-only, 2=b-only, 3=g-only) # pre-up /sbin/iwpriv ath0 mode 3 # address 192.168.1.1 # netmask 255.255.255.0 # network 192.168.1.0 # broadcast 192.168.1.255 # gateway 192.168.1.1 # Managed Mode # wireless-essid NETGEAR # wireless-mode managed wpa-ssid NETGEAR wpa-psk Bombast # Hidden AP (doesn't work - pffthfpt) # wpa-ap-scan 1 ------------------------------------------------------------------------- # ifup ath0 Internet Software Consortium DHCP Client 2.0pl5 Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved. Please contribute if you find this software useful. For info, please visit http://www.isc.org/dhcp-contrib.html wifi0: unknown hardware address type 801 sit0: unknown hardware address type 776 wifi0: unknown hardware address type 801 sit0: unknown hardware address type 776 Listening on LPF/ath0/00:18:4d:4f:43:15 Sending on LPF/ath0/00:18:4d:4f:43:15 Sending on Socket/fallback/fallback-net DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 4 DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 9 DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 14 DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 13 DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 19 No DHCPOFFERS received. No working leases in persistent database. Exiting. Failed to bring up ath0. ------------------------------------------------------------------------- # ifconfig ath0 Link encap:Ethernet HWaddr 00:18:4D:4F:43:15 inet6 addr: fe80::218:4daa:fe6d:5015/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:74 errors:0 dropped:0 overruns:0 frame:0 TX packets:59 errors:5 dropped:5 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:8362 (8.1 KiB) TX bytes:8564 (8.3 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:44 errors:0 dropped:0 overruns:0 frame:0 TX packets:44 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2200 (2.1 KiB) TX bytes:2200 (2.1 KiB) wifi0 Link encap:UNSPEC HWaddr 00-18-4D-4F-43-15-00-00[b]-00-00-00-00-00-00-00-00[/b] UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1123 errors:0 dropped:0 overruns:0 frame:699 TX packets:116 errors:0 dropped:5 overruns:0 carrier:0 collisions:0 txqueuelen:199 RX bytes:494253 (482.6 KiB) TX bytes:12126 (11.8 KiB) Interrupt:11 Memory:d0980000-d0990000 ------------------------------------------------------------------------- # iwconfig lo no wireless extensions. sit0 no wireless extensions. wifi0 no wireless extensions. ath0 IEEE 802.11g ESSID:"NETGEAR" Mode:Managed Frequency:2.437 GHz Access Point: 00:14:6C:F7:92:42 Bit Rate:54 Mb/s Tx-Power:18 dBm Sensitivity=0/3 Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=45/94 Signal level=-47 dBm Noise level=-92 dBm Rx invalid nwid:21 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 ------------------------------------------------------------------------- # iwlist ath0 channel ath0 23 channels in total; available frequencies : Channel 01 : 2.412 GHz Channel 02 : 2.417 GHz Channel 03 : 2.422 GHz Channel 04 : 2.427 GHz Channel 05 : 2.432 GHz Channel 06 : 2.437 GHz Channel 07 : 2.442 GHz Channel 08 : 2.447 GHz Channel 09 : 2.452 GHz Channel 10 : 2.457 GHz Channel 11 : 2.462 GHz Current Frequency:2.437 GHz (Channel 6) ------------------------------------------------------------------------- # iwlist ath0 scan ath0 Scan completed : Cell 01 - Address: 00:14:6C:F7:92:42 ESSID:"NETGEAR" Mode:Master Frequency:2.437 GHz (Channel 6) Quality=47/94 Signal level=-48 dBm Noise level=-95 dBm Encryption key:on Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s 48 Mb/s; 54 Mb/s Extra:bcn_int=100 IE: WPA Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : TKIP Authentication Suites (1) : PSK Extra:ath_ie=dd0900037f0101001dff7f Cell 02 - Address: 00:11:50:21:6A:85 ESSID:"Belkin_Pre-N_138743" Mode:Master Frequency:2.412 GHz (Channel 1) Quality=51/94 Signal level=-44 dBm Noise level=-95 dBm Encryption key:off Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s 48 Mb/s; 54 Mb/s Extra:bcn_int=100 Extra:wme_ie=dd180050f20201010f0002a4640027a400004243c80062326400 Cell 03 - Address: 00:09:5B:99:FB:2A ESSID:"NETGEAR" Mode:Master Frequency:2.462 GHz (Channel 11) Quality=4/94 Signal level=-91 dBm Noise level=-95 dBm Encryption key:off Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s 48 Mb/s; 54 Mb/s Extra:bcn_int=100 Notice how it is transmitting and receiving something? Just not what I want. And what is with the doubleized MAC on wifi0? In my experience, this is never a good thing. There is some Bad Magic(tm) going on.
I just moved the client card over to another machine, set it up, and it works properly. So something is wrong in the laptop's setup. All config files in /etc/network are the same. I copied all network-related packages from the good machine to bad, and reinstalled. I moved all /etc/network/if-* scripts from good machine to bad, and it makes no difference. I can associate with the AP, but it will not give me an IP via DHCP.
Hi! I am using debian stable on my desktop, and I don't feel like to upgrade to testing or unstable distribution yet. But I also like to install some pieces from rarewares repository. Can I do that (using rareware repository) without upgrading to testing or unstable stage of debian? These days I have been looking around on the web, but haven't found a solution. Many thanks!
Upgrading Stable, other than the normal security updates, or from backports.org is a fool's errand. If you want to mess around, install testing.
In the quest for silence, I've recently converted my mythtv box from a normal computer to a diskless one: it uses PXE to load a kernel image from the server, mounts its root filesystem over NFSv3 and starts up nicely. The problem I have is that it doesn't then mount any of its other filesystems as it used to. It's supposed to mount one more NFS share and three CIFS shares. This worked fine before converting it to diskless, but no longer works and there's nothing in /var/log/boot or /var/log/messages to indicate that there are problems. This is the same system as I was running before converting to diskless (I'm serving exactly the same filesystem from the server as was contained on the machine's local disk before). I can mount the filesystems manually without any trouble at all once it's started, I just want them to be mounted automatically at boot (before mythtv-backend starts, so the NFS-mounted XFS partition for recordings is available to it). Any ideas what's gone wrong?
Sounds like you have noauto as an option in fstab. Or maybe you're not running mountnfs.sh or portmap. I've stopped using CIFS and gone back to SambaFS, as the former periodically locks up the kernel when transferring large files. Not ready for prime-time.
I recently upgraded a stable system to unstable, and after it (may or may not connected with the upgrade, but before the upgrade, it worked well) I found out that Samba somehow screwes up when encountering with symlinks. The problem is that I have a directory, and a symlink inside it, which points to somewhere. Let's say the directory is /data/ and it has a symlink called 'ext' which points to /mnt/shared/crpt/. The directory is exported via Samba. When I mount it on an other computer, the symlink comes as a symlink, not as a directory, and of course I can't enter that directory, because there is no /mnt/shared/crpt directory on the client computer. If I set "follow symlinks = false", then on the client the programs won't be able to see the link at all (they say 'readlink failed'). I googled a little bit, but didn't found any real clue. To my knowledge, Samba should follow the symlinks silently. Note that when browsing from a Windows computer, the symlink is exported as expected (i.e. the target directory is seen instead of the symlink). Ha anyone encountered this? Why is this? How can I force Samba to behave as it did before? TIA.
The thing was causing this is the 'unix extensions' parameter, which needs to be set to 'no' in order to make samba behave the old way. Why it became the default, I has no idea, though...
Hiya I am a total noob to Linux in general. I finally got Debian to install correctly. I installed it twice, once i forgot to install the GUI then i deleted the partition and reinstalled it. The first time (after first install) the Grub menu displayed correctly, it had: - Debian/Linux - Debian/Linux (safe mode or recovery something) - Windows XP - Microsoft Windows XP Home Edition. After re-installing grub it is - Debian/Linux - Debian/Linux (safe mode or recovery something) - Windows XP - Microsoft Windows XP Home Edition - Other OSs: - Windows XP - Microsoft Windows XP Home Edition From within Debian using the Boot applet it has the Windows XP (both) set as default. I am trying to delete the entrys but it wont change for me (I am logged in as root) It will show them gone but when I re-open the applet they are still there and on reboot they are still there. Is there any way at all to correct this problem?
Edit /boot/grub/menu.lst, using nano or other plain text editor. Backup the file before making any changes. Comment the entries you don't want, with a '#' btw, avoid logging in as root. It's far too easy to wreak havoc on your system. 'su' to root as required, or add your userlogin to the 'sudoers' list to do root things via 'sudo', (aka the 'ubuntu' way)
Hi, I've just installed Debian Etch from the DVD and edited my sources.list so that I should be able to update, upgrade and install from the on-line repositories. I tried some different sources.list, among other what I believe is a fairly standard sources.list, which is: Code: Select all# ETCH deb ftp://ftp.no.debian.org/debian/ etch main contrib non-free deb-src ftp://ftp.debian.org/debian/ etch main contrib non-free # SECURITY deb http://security.debian.org etch/updates main contrib non-free When I try to use apt-get I get "W: Couldn't stat source package list". From what I've gathered, by manuals, google and searching this forum, this is usually the result if the sources.list have been edited but without running "apt-get update" but I have done that. Fact is, when I run apt-get update I get the error output. The network is up and running. I can log into my own server using ssh. I can ping google (at 72.14.203.99). I haven't gotten as far as a window manager and browser yet so I haven't tried surfing the net with a browser but if I can ping an Internet server, I should be good, right? Now, the sources.list above didn't work (even though I'm nextdoor to Norway) and I then tried to replace no with se (being in sweden) but that didn't work either. I also tried a us source.list and I tried both ftp and http. apt-cdrom works fine but as soon as I comment out the DVD-lines it goes south. If there is something really simple and stupid that I have missed (and I bet it is), can somebody point it out? Thanks /Mojoman
well pop in the cd and apt-get install links, that's a console browser, my instinct is that it's a network issue, but if you can ping, then you have net... if you have net you should be able to apt-get update deb http://ftp.se.debian.org/debian/ etch main contrib non-free that's the one I use, it works just fine, remember to leave the last line of the file empty, as that's how linux denotes EOF (end of file)
I've been looking everywhere, but can't find any doc. on chrooting apache with the module mod_security. Found a site with Gentoo, but I'm running Debian Etch 2.6.16-2-486. The site with the Gentoo help: http://gentoo-wiki.com/Apache_chroot:_t ... curity_way Anyone found or know how?
NO ONE?
I try to mount an NFS share however each time I get an permission denied error . i followed to the Debian Gnu/Linux book to the letter, but can't get any further..
Ok, I mounted the NFS share succesfully on the clients machine. However I still can enter the directory (not even as root).. i hope someone has an idea what can be the cause of this. P.S. The permissions for the mounted folder on the host system are: User root Group users
Hello, I am running the latest debian rels. I configure my server entirely via shell. I want to run a basic webserver on my debian box. Im not sure what i did to cuase /etc/apache2/ directory to become empty, but I want to put it right with a basic installation of apache, and at a later stage I may wish to impliment mysql,php. Please can someone help me, I know what i'm asking is probably something quite easy, but im fairly new to debian. Regards Demon
Possibly the simplest way to restore the contents of /etc/apache2 is to purge the package and then install it again: Code: Select allapt-get remove --purge apache2 && apt-get install apache2
Edit: I just realized this should have been posted in System Configuration Hi. First of all, good work on the forums. I like his simplicity and best of all, NO ADS! It's almost impossible to find a site that doesn't have AdSense on it! So, my question is about Monit. I'm trying to install it on my 'test' server but I can't seem to get it to work. For some strange reason, even after I start the deamon, I can't establish a connection to the specified (/etc/monit/monitrc) port. I have followed this guide, skiping and deleting what I don't need (apache monitoring, postfix, sql and HTTPS support). This is my monitrc content. As you can see, I just want to start by monitoring SSHd and ProFTPd Code: Select allset daemon 60 set logfile syslog facility log_daemon set mailserver localhost set mail-format { from: monit@server1.example.com } set alert root@localhost set httpd port 2812 and check process proftpd with pidfile /var/run/proftpd.pid start program = "/etc/init.d/proftpd start" stop program = "/etc/init.d/proftpd stop" if failed port 21 protocol ftp then restart if 5 restarts within 5 cycles then timeout check process sshd with pidfile /var/run/sshd.pid start program "/etc/init.d/ssh start" stop program "/etc/init.d/ssh stop" if failed port 22 protocol ssh then restart if 5 restarts within 5 cycles then timeout And my /etc/default/monit is like the one on the guide. Any ideas?
I was able to find what I had wrong. Code: Select allset daemon 60 set logfile syslog facility log_daemon set mailserver localhost set mail-format { from: monit@server1.example.com } set alert root@localhost set httpd port 2812 and We need to specify who is allowed to see the Monit page. In my case, I added: Code: Select allset daemon 60 set logfile syslog facility log_daemon set mailserver localhost set mail-format { from: monit@server1.example.com } set alert root@localhost set httpd port 2812 and allow ROOT:PASSWORD There are numerous other arguments you can add, for example, limiting by IP: Code: Select allallow 10.0.0.1
Hi! I'm trying to setup timidity as an alsa-sequencer, because i need it for a windows guitar-learning-programm (GuitarPro if someone happens to know), which I run with wine. But that's not the problem. I installed timidity (freepats was installed as dependency) and I can play .mid files by invoking "timditiy somemid.mid". However, the timidity init-script fails. After installing the package there was no output after calling /etc/init.d/timidity start. I searched the internet and debian mailing lists and found out, that you have to comment out TIM_ALSASEQ=true in /etc/default/timidity. Having done that, I get the following output: Code: Select allxenic-mobile:~# /etc/init.d/timidity start Starting TiMidity++ ALSA midi emulation: ALSA lib seq_hw.c:446:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory error in snd_seq_open timidity. Ok, /dev/snd/seq isn't there. Consequently: Code: Select allxenic-mobile:~# modprobe -v snd-seq insmod /lib/modules/2.6.17-xen/kernel/sound/core/seq/snd-seq-device.ko install modprobe --ignore-install snd-seq && { modprobe snd-seq-midi ; modprobe snd-seq-oss ; : ; } insmod /lib/modules/2.6.17-xen/kernel/sound/core/seq/snd-seq.ko FATAL: Module snd_seq_midi not found. insmod /lib/modules/2.6.17-xen/kernel/sound/core/seq/snd-seq-midi-event.ko insmod /lib/modules/2.6.17-xen/kernel/sound/core/seq/oss/snd-seq-oss.ko After doing that I get devices like /dev/sequencer and /dev/sequencer2. But if I guess right, these are oss-devices, aren't they? Where can I get the snd-seq-midi module? Does it provide the /dev/snd/seq device? I have read and searched a lot. But i'm really desperate at the moment... I can't explain why that module is missing. Hopefully some of you can give me some hint...I would really apreciate. Thanks! Some Infos which might be useful: Code: Select allxenic-mobile:~# cat /boot/config-`uname -r` | grep ^CONFIG_SND CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_DUMMY=m CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_RTCTIMER=m CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_VERBOSE_PROCFS=y CONFIG_SND_AC97_CODEC=m CONFIG_SND_AC97_BUS=m CONFIG_SND_INTEL8X0=m CONFIG_SND_INTEL8X0M=m I'm using Debian 3.1 with a self-compiled 2.6.17 kernel to get support for my laptop-hardware.
If you have the kernel sources, and headers, you should/may be able to build and install the missing module using module-assistant. Not directly related to your problem, but since you have done some kernel stuff already, you may also want to consider optimizing your system and kernel for audio apps, by compiling a new kernel with the realtime security patch. Reasonably coherent how-to here You may also consider upgrading the system to etch, too.
Are the Debian servers reasonably slow or is it me? I'm still quite new to Debian, but I've never had issues with speed on any other distro's. For example, I haven't seen over 15kb/s when getting files via apt-get, but using wget from other servers works fine (700ishkb/s). Is it a slow server? Am I connected to the wrong one? Did I set something up wrong? Any help would be aprecieated Thanks, ~vel
http://www.debian.org/mirror/list Tina
Hi, I am searching a solution for my shutdown problem: shutdown -h or halt freezes the computer at : Will now halt Acpi_power_off called (I have tried everything with apm and acpi and it doesn´t help) This problem occurs with debian testing. On my other operating system, which is debian sarge this problem doesn´t happen. I now compare their behaviour and their differences ( as far it is possible for a newbie) and one difference is that on debian testing /etc/init.d/halt freezes my computerwhen I execute it, whereas on debian sarge it immadiately turns off the computer. Because I am a newbie, I don´t know why it freezes my computer. Here is my /etc/init.d/halt from debian testing when I open it Kate: #! /bin/sh ### BEGIN INIT INFO # Provides: halt # Required-Start: umountroot # Required-Stop: # Should-Start: lvm raid2 # Should-Stop: # Default-Start: 0 # Default-Stop: # Short-Description: Execute the halt command. # Description: ### END INIT INFO PATH=/usr/sbin:/usr/bin:/sbin:/bin [ -f /etc/default/halt ] && . /etc/default/halt . /lib/lsb/init-functions do_stop () { if [ "$INIT_HALT" = "" ] then case "$HALT" in [Pp]*) INIT_HALT=POWEROFF ;; [Hh]*) INIT_HALT=HALT ;; *) INIT_HALT=POWEROFF ;; esac fi # See if we need to cut the power. if [ "$INIT_HALT" = "POWEROFF" ] && [ -x /etc/init.d/ups-monitor ] then /etc/init.d/ups-monitor poweroff fi # Don't shut down drives if we're using RAID. hddown="-h" if grep -qs '^md.*active' /proc/mdstat then hddown="" fi # If INIT_HALT=HALT don't poweroff. poweroff="-p" if [ "$INIT_HALT" = "HALT" ] then poweroff="" fi log_action_msg "Will now halt" sleep 1 halt -d -f -i $poweroff $hddown } case "$1" in start) # No-op ;; restart|reload|force-reload) echo "Error: argument '$1' not supported" >&2 exit 3 ;; stop) do_stop ;; *) echo "Usage: $0 start|stop" >&2 exit 3 ;; esac : Can someone help me to configure init.d so that it works correctly?
I now installed debian etch with boot option: boot: install acpi=off And now when it reaches "Power off", I can at least turn off the computer through the power botton.
Hello! I'm a new debian user, and this is my second gnu/linux distro i use, and i am trying to install the hardware acceleration on my pc. My card is the radeon 9800 pro, and i have tried everything... First i tried to install the drivers on the debian unstable, fglrx-driver, but when i try to use modprobe # apt-get install fglrx-driver module-assistant # module-assistant prepare # module-assistant a-i fglrx # modprobe -v fglrx i get this error: FATAL: Error inserting fglrx (/lib/modules/2.6.16-2-k7/misc/fglrx.ko): Invalid module format I also tried the ati installer, but with no success too... Is there anything wrong ? Is that caused by a bug on the kernel ? I don't know what to do anymore... Any suggestions ? Thanks in advance, Poita!
i have an ATI xpress in my laptop that i would like to get working better also, what line do you put in your sources.list to find the fglrx-driver. apt-get doesn't find it for me
I'm trying to install samba on a server I set up a while ago. After I setup the machine, I installed kernel-image-2.6.8-2-686-smp to get the most out of the processors. Now I'm trying to install samba and I get this... sudo apt-get install samba Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: libc6 libc6-dev libcupsys2 libgcrypt11 libgnutls13 libgpg-error0 libkrb53 libopencdk8 locales lsb-base samba-common tzdata Suggested packages: glibc-doc rng-tools gnutls-bin krb5-doc krb5-user Recommended packages: smbldap-tools The following packages will be REMOVED: base-config initrd-tools kernel-image-2.6.8-2-386 kernel-image-2.6.8-2-686-smp The following NEW packages will be installed: libcupsys2 libgnutls13 lsb-base samba samba-common tzdata The following packages will be upgraded: libc6 libc6-dev libgcrypt11 libgpg-error0 libkrb53 libopencdk8 locales 7 upgraded, 6 newly installed, 4 to remove and 198 not upgraded. Need to get 17.9MB/18.2MB of archives. After unpacking 71.6MB disk space will be freed. Do you want to continue? [Y/n] n Abort. Why is it trying to remove my active kernel? All I want to do is install samba. I think it has something to do with me moving to the testing branch (that is necessary for some other things I plan to install). Any ideas?
It seems that whatever I try to install from the testing branch, it wants to remove my active kernel
------------------------------------------------------------ SOLVED ------------------------------------------------------------ I haven't been able to find anything on this here, so if I missed it don't scold me. I have a linux box running Debian Sarge 3.1 and it has been working great and everything. But recently it has stopped resolving domains, ie: it returns with unknown host when i say 'ping google.ca'. But if i ping an IP address it pings back and everything works. This is bad because I can't apt-get anymore as they are all domains and not ips. what should I do?
Check your /etc/resolv.conf file to make sure it is correct. Use a GUI network tool and make sure your network settings are correct, specifically your nameservers. Try to ping your dns servers by ip address to make sure they are out there. Try some different nameservers and see if that works. Can you tell us more about your internet connection and network?
I'm running Debian Etch on a machine that is only occasionally connected to the internet. I generally only connect when I want to update things or get a new package. What usually happens is when I connect the cable box to this machine I can't connect to the internet until I reboot with the cable box hooked up from the start. Is there a way to restart the connection without having to reboot? TIA brian
To bring up the network interface, as root: Code: Select allifup eth0 You might have to use 'eth1' or something depending on your network setup. To take it down again:Code: Select allifdown eth0 Tina
Hi all. I am a Linux virgin by the way and I have only been messing around with Debian-Linux/GNU for two weeks. I have Debian-Etch on my HDD I clearly remember that during the installation that there were three screen resolutions listed for my system and being installed by Debian-Etch installer. Anyway, when I tried to change the resolution in my Gnome desktop environment, only two resolutions (800x600 and 640x480) were displayed, I dunno where the 1024x768 disappeared. I logged in the root account and cd to \etc\X11 but I couldnt find the XF86Config or XF86Config-4 file. Please explain to me how I could find the config file and to change/add for 1024x768 resolution.
# dpkg-reconfigure xserver-xorg Etch and Sid come with xorg
Hope this helps someone else. My problem was after installing Ubuntu 5.1, Kubuntu5.1 or Debian3.1 I could not connect to any of the repositories. Niether apt-get update nor kynaptic nor synaptic could connect. I could surf the net and could ping any site I cared to try. In desperation ( after months of reading and help from some very generious and helpful LINUX people) I read about a file called /etc/resolv.conf and having nothing to loose I added every nameserver I could find on my computer, then I went into synaptic > settings > preferences > network and changed it from “ direct connection to internet “ to “ manual proxy configeration “ then put in the address of the repositories “ 85.133.25.7 “ and port “80”. The “85.133.25.7” is the address of “ http://au.archive.ubuntu.com “ and the port 80 is what my system said was the internet port. I am not sure which one worked but now synaptic works great. apt-get seems to work a little bit, see below. Err http://security.ubuntu.com hoary-security Release.gpg Could not connect to security.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Ign http://security.ubuntu.com hoary-security Release Err http://au.archive.ubuntu.com hoary Release.gpg Could not connect to au.archive.ubuntu.com:80 (1.0.0.0). - connect (113 No rou te to host) Ign http://au.archive.ubuntu.com hoary Release Ign http://security.ubuntu.com hoary-security/main Packages Ign http://au.archive.ubuntu.com hoary/main Packages Ign http://au.archive.ubuntu.com hoary/restricted Packages Ign http://security.ubuntu.com hoary-security/restricted Packages Ign http://security.ubuntu.com hoary-security/main Sources Ign http://au.archive.ubuntu.com hoary/main Sources Ign http://security.ubuntu.com hoary-security/restricted Sources Ign http://au.archive.ubuntu.com hoary/restricted Sources Ign http://security.ubuntu.com hoary-security/universe Packages Ign http://security.ubuntu.com hoary-security/universe Sources Ign http://au.archive.ubuntu.com hoary/universe Packages Err http://security.ubuntu.com hoary-security/main Packages Could not connect to security.ubuntu.com:80 (1.0.0.0), connection timed out Err http://security.ubuntu.com hoary-security/restricted Packages Could not connect to security.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Err http://security.ubuntu.com hoary-security/main Sources Could not connect to security.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Err http://security.ubuntu.com hoary-security/restricted Sources Could not connect to security.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Ign http://au.archive.ubuntu.com hoary/universe Sources Err http://au.archive.ubuntu.com hoary/main Packages Could not connect to au.archive.ubuntu.com:80 (1.0.0.0). - connect (113 No rou te to host) Err http://security.ubuntu.com hoary-security/universe Packages Could not connect to security.ubuntu.com:80 (1.0.0.0), connection timed out Err http://au.archive.ubuntu.com hoary/restricted Packages Could not connect to au.archive.ubuntu.com:80 (1.0.0.0). - connect (113 No rou te to host) Err http://security.ubuntu.com hoary-security/universe Sources Could not connect to security.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Err http://au.archive.ubuntu.com hoary/main Sources Could not connect to au.archive.ubuntu.com:80 (1.0.0.0). - connect (113 No rou te to host) Err http://au.archive.ubuntu.com hoary/restricted Sources Could not connect to au.archive.ubuntu.com:80 (1.0.0.0). - connect (113 No rou te to host) Err http://au.archive.ubuntu.com hoary/universe Packages Could not connect to au.archive.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Err http://au.archive.ubuntu.com hoary/universe Sources Could not connect to au.archive.ubuntu.com:80 (1.0.0.0), connection timed out Failed to fetch http://au.archive.ubuntu.com/ubuntu/dis ... elease.gpg Could not connect to au.archive.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Failed to fetch http://security.ubuntu.com/ubuntu/dists ... elease.gpg Could not connect to security.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Failed to fetch http://security.ubuntu.com/ubuntu/dists ... ackages.gz Could not connect to security.ubuntu.com:80 (1.0.0.0), connection timed out Failed to fetch http://au.archive.ubuntu.com/ubuntu/dis ... ackages.gz Could not connect to au.archive.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Failed to fetch http://au.archive.ubuntu.com/ubuntu/dis ... ackages.gz Could not connect to au.archive.ubuntu.com:80 (1.0.0.0). - connect (113 No route to host) Kynaptic is still in trouble, it knows about updates but can't fetch them.
Thanks very very much m8............been messing about with this for weeks. Problem solved
I hope You understand what I would like to disable ( I think that after I disable it in Fedora I got back the speed for browsing the net...Or am I dreaming...??
sandokan wrote:I hope You understand what I would like to disable ( I think that after I disable it in Fedora I got back the speed for browsing the net...Or am I dreaming...?? I think you don't have to disable anything, since IPv6 won't eat your Internet bandwidth.
Hey all I compiled 2.6.16.1 from kernel.org last week and, on boot up, have noticed a quick few lines say something like: error - iptables - /usr/src/.../modules That is not the exact message as I have been unable to trace the exact test in dmesg (or any other logs). I've compiled loads of kernels and never noticed any complaints like this. Is there a Full and Unabridged kernel boot log? Dmesg seems awfully scant on details and I know for a fact that there are things listed on boot that don't show up in dmesg... Any help gratefully received Quilan
Why are you compiling from kernel.org? You should use make-kpkg to compile it.