RE: SIOCDELRT: No such process (sarge networking)
> Now I am wondering if it is hardware-related; I am > using a motherboard with integrated ethernet: SiS900 > PCI Fast Ethernet (rev 83) Yeap, I have the same situation on a system with that chip. What happens is that eth0 and eth1 simply "swaps places" on some boots (integrated SiS900 and a Intel Etherexpress Pro 100S) i.e. it seem to initialize the devices in the wrong order sometimes. Personally I couldn't be bothered in finding a real solution, so I just scripted to have the system reboot if eth0 did not come up with the MAC-address it was supposed to have. Ugly solution, but workable.. change MAC's as needed. #!/bin/bash ETH0MAC="AA:AA:AA:AA:AA:AA" REALMAC0="$(/sbin/ifconfig | grep eth0 | awk '$0 ~ /HWaddr/ {print $NF}')" ETH1MAC="BB:BB:BB:BB:BB:BB" REALMAC1="$(/sbin/ifconfig | grep eth1 | awk '$0 ~ /HWaddr/ {print $NF}')" if [ "$ETH0MAC" != "$REALMAC0" ] then echo "REBOOTING DUE TO MAC MISSMATCH" sleep 3 /sbin/reboot fi if [ "$ETH1MAC" != "$REALMAC1" ] then echo "REBOOTING DUE TO MAC MISSMATCH" sleep 3 /sbin/reboot fi
.deb builder for Intel Compilers
Hello everyone, if anyone out there finds it usefull, I have managed to package the Intel Compilers for ia64 and i386. Assuming it is not allowed (and fair) to redistribute any binaries, I provide a .deb 'builder': http://www.physik.tu-cottbus.de/~george/debian/unstable/intel-compiler-source_8.0-3_all.deb or via apt deb http://www.physik.tu-cottbus.de/~george/debian unstable/all/ and install intel-compiler-source You will have to download the binaries from Intel yourself http://www.intel.com/software/products/compilers/ Detailed instructions for building the packages can be found at http://www.physik.tu-cottbus.de/~george/unix/admin.html#intel Have fun! Ionut -- *** * Ionut Georgescu * http://www.physik.tu-cottbus.de/~george/ * Registered Linux User #244479 * * "In Windows you can do everything Microsoft wants you to do; in Unix *you can do anything the computer is able to do." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Rsync script to mirror Debian based on anonftpsync
> I find this script useful on small LAN's, etc.: I also have a script for doing this at http://dione.no-ip.org/~alexis/computing/rsdeb/ But there must be some more official non-Debian-specific and non-Linux-specific way do do these things, right? I just don't know what it is. Alexis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian and KDE33
On Sun, Aug 22, 2004 at 10:39:12PM -0700, Jeff Goodwin wrote: > Hello, > > The KDE org refers people to you to get an official ruling on when/whether you give > your official binaries of KDE 3.3 to them. Also, I just did a CD install of Debian > and found KDE 2.2 on there. Is a later KDE version ok for Debian (Woody)? > > Thanx > Jeff Goodwin Hi Jeff, 'Woody' aka the current stable, is the official supported version of debian -- it is the only one with security updates. Its software does not change once debian sufficiently tests all of its software thus kde 2.2 was tested enough to be considered 'stable'. Unstable has the most recent version of kde. As the version in unstable gets sufficient testing, it goes into testing. After a while, the testing distro becomes 'stable'. This will happen shortly (cross fingers). So, what ever version of kde in testing, will soon become the version in the next 'stable'. here is the current kde info from the debian site: stable: 2.2.25 testing: 3.1.2 unstable: 3.1.2 although my unstable says: 3.2.3, so the site appears to a bit out of date. BUT there are other choices: 1) use unoffical 'backported' debian software 2) install kde from source (debian or non-debian source) to backport is when someone takes some software that people may need a more recent version for their job (like a sysadmin) and compiles the lastest version with libraries that are compatible with the current 'stable' environment. The stability of the new backport is not known and so it may or may not disrupt your system. in regards to KDE 3.3, i'd expect it wont be in the next stable version of debian. But folks will backport it, so you may want to use that. HTH -Kev -- (__) (oo) /--\/ / ||| * /\---/\ ~~ ~~ "Have you mooed today?"... signature.asc Description: Digital signature
Re: anonymous proxy
On Sun, 22 Aug 2004 15:12:15 -0700 [EMAIL PROTECTED] wrote: > >On Sun, 22 Aug 2004 23:36:45 +0200, "messmate" <[EMAIL PROTECTED]> said: >> Hi, >> is there an anonymous proxy server available by debian ? >> If not where else for linux ? > >Oops!! Look out!!! You've asked Der Verboten Question!! You vill be >SHOTT!! You are obviously a spammer and etc. etc. blah blah... >(bore... yawn... > >(I asked the same question on here a couple of weeks back and promptly >got dumped all over by what appeared to be a contingent of arrogant >no-life nerds and other monocellular life forms who it turned out >didn't even undersatand what I was asking for... I think the word >"anonymous" caused various portions of their anatomies to shrivel, or >something...) > >I haven't been able to find one. I haven't trolled *all* the way to >the bottom of *every* *single* Google search I've done, but thus far, >no equivalent >to "winproxy" or "multiproxy" or etc. has turned up It's a little >surprising, actually. >(Am I desperate enough to code one up myself?) (Am I *competent* enough >to code one up myself?) (Etc.??) > >I'm wondering, actually, if the guy who wrote "multiproxy" would >release the code... all he does is play chess, any more, so maybe he >wouldn't care. >The IP translation could probably be hacked into Linux-submission using >sockets... the engine would probably map OK... but, the GUI is >probably >another story... <=- desperation starts to set in) > > >-- Hmmm... i readed the story :) Of course the goal isn't for any spam or other malversations. It's only, i want to preserve my privacy ! mess-mate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: anonymous proxy
On Mon, 23 Aug 2004 01:09:53 +0100 robin <[EMAIL PROTECTED]> wrote: >In debian testing -apt-get install anon-proxy Thanks, did you tested it ? mess-mate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: don't remove kernel 2.4 or bye-bye ppp, alsa
Kevin Mark <[EMAIL PROTECTED]> writes: > M ppp c 108 0 That's just creating the ppp node manually. Udev should create automatically without any rules as long as it shows up in the /sys filesystem. -- John L. Fjellstad web: http://www.fjellstad.org/ Quis custodiet ipsos custodes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: don't remove kernel 2.4 or bye-bye ppp, alsa
Kevin Mark <[EMAIL PROTECTED]> writes: >> Running 2.6.7 on my server. Make sure that /sys/class/ppp/ppp gets >> created (it has everything to do with sysfs and not udev actually). >> > I run Linux debian 2.6.4-1-386 #1 Sat Mar 13 17:49:12 EST 2004 i686 GNU/Linux > debian bin. kernel and udev > ii udev 0.030-1/dev/ management daemon > package. > I did 'find /sys |grep ppp' and it got: > /sys/cdev/major/ppp > Is this what I should alias to /dev/ppp ? No, it should be /sys/class/ppp/ppp. In the last ppp directory, there should be a dev file. This dev file tells you what the major and minor number is. Interesting enough, I don't see any /sys/cdev directory in my /sys filesystem. Do you have ppp_generic module loaded? Also, try upgraded your kernel. I'm not sure which version of 2.6 got the ppp device in /sys. I know the earlier version of 2.6 didn't have it. -- John L. Fjellstad web: http://www.fjellstad.org/ Quis custodiet ipsos custodes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian Update
Hello [EMAIL PROTECTED] (<[EMAIL PROTECTED]>) wrote: >> > and make sure your /etc/apt/source.list not pointing to your >> > cd installation( except you want to install new package from it >> > ) >> >> Why not? An upgrade will always get the latest packages, and install >> will do the same, as long as you have an update source as well as the >> CDs in sources.list. > > Aha! THANK you. I'm about to confront this myself. > > I just downloaded the R2 "update" ISO for Woody and burned it to CD. > So now my question is... what do I do with it? > > Can I just add the appropriate CD-ROM entry to the sources.list file > and then use "apt-get update"? Use apt-cdrom to add the disc to your sources.list. Then use apt-get upgrade. > [...] > I thought there should be some sort of FAQ or release notes that would > explain exactly how this update CD is supposed to be used, but I > haven't found it (which again doesn't mean it doesn't exist, so feel > free to point me at it if anyone knows where it is) Just tell apt you have it. The next apt-get upgrade will get newer versions of installed packages from the update cd. If you install packages, apt will automatically get the latest version. best regards Andreas Janssen -- Andreas Janssen <[EMAIL PROTECTED]> PGP-Key-ID: 0xDC801674 ICQ #17079270 Registered Linux User #267976 http://www.andreas-janssen.de/debian-tipps.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: don't remove kernel 2.4 or bye-bye ppp, alsa
On Mon, Aug 23, 2004 at 12:24:10AM +0200, John L Fjellstad wrote: > Kevin Mark <[EMAIL PROTECTED]> writes: > > > M ppp c 108 0 > > That's just creating the ppp node manually. Udev should create > automatically without any rules as long as it shows up in the /sys > filesystem. > > -- Hi John, yes it creates it manualy and yes it should create it automatically. it is a know problem in udev. How does it show up in your /sys ? -Kev -- (__) (oo) /--\/ / ||| * /\---/\ ~~ ~~ "Have you mooed today?"... signature.asc Description: Digital signature
[no subject]
Is there a Debian -- or free -- equivalent of MATLAB.
Re: anonymous proxy
messmate wrote: Hmmm... i readed the story :) Of course the goal isn't for any spam or other malversations. It's only, i want to preserve my privacy ! mess-mate Put your amour on, then visit this place: http://www.findnot.com/ See how good you are. -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL PROTECTED] Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian and KDE33
Kevin Mark wrote: 'Woody' aka the current stable, is the official supported version of debian -- it is the only one with security updates. Sarge also has official security updates. -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL PROTECTED] Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
"Linux" printed on stdout after APT operations
For a while now, every APT operation prints 'Linux' (think: uname) just before it returns to the shell. I have listbugs and listchanges installed, but I cannot find any reference to what is causing this. Furthermore, if I run, e.g. apt-get update under strace, the string is not printed. It is only printed without strace: Ign ftp://sunsite.cnlab-switch.ch unstable/main Release Reading Package Lists... Done Linux diamond:~# Has anyone else seen this? What is causing this? -- Please do not CC me when replying to lists; I read them! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian developer, admin, and user `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! signature.asc Description: Digital signature
Re: don't remove kernel 2.4 or bye-bye ppp, alsa
On Mon, Aug 23, 2004 at 12:27:03AM +0200, John L Fjellstad wrote: > Kevin Mark <[EMAIL PROTECTED]> writes: > > >> Running 2.6.7 on my server. Make sure that /sys/class/ppp/ppp gets > >> created (it has everything to do with sysfs and not udev actually). > >> > > I run Linux debian 2.6.4-1-386 #1 Sat Mar 13 17:49:12 EST 2004 i686 GNU/Linux > > debian bin. kernel and udev > > ii udev 0.030-1/dev/ management daemon > > package. > > I did 'find /sys |grep ppp' and it got: > > /sys/cdev/major/ppp > > Is this what I should alias to /dev/ppp ? > > No, it should be /sys/class/ppp/ppp. In the last ppp directory, there > should be a dev file. This dev file tells you what the major and minor > number is. Interesting enough, I don't see any /sys/cdev directory in > my /sys filesystem. > > Do you have ppp_generic module loaded? Hi John, lsmod says yes! > > Also, try upgraded your kernel. I'm not sure which version of 2.6 got > the ppp device in /sys. I know the earlier version of 2.6 didn't have > it. > I read in bugs.debian.org about upgrading the kernel but I dont recall it saying which one has it. I have 'Linux debian 2.6.4-1-386 #1 Sat Mar 13 17:49:12 EST 2004 i686 GNU/Linux' from a debian kernel. I will consider upgrading the kernel but it may take a while on dialup! -Kev -- (__) (oo) /--\/ / ||| * /\---/\ ~~ ~~ "Have you mooed today?"... signature.asc Description: Digital signature
Re: X Server Crash
On Mon, Aug 23, 2004 at 09:49:23AM +0200, Tshepang Lekhonkhobe wrote: > Hello everyone, > This is my first posting to any debian list. Welcome Tshepang, Hope all is well in SA! > I had a problem with an X Server Crash whose output, together with that of scanpci, > is pasted below. I digged around lists.debian.org and found similar problems > experienced by others, only that they didn't help. I'm running Woody 3.0r2. Is it > possible to successfully run X without upgrading any software and if so how. Thanks. If you give LONG output, it is good if you shorten it. For X output, look for the EE or WW output (error,warnings) > > == > XFree86 Version 4.1.0.1 / X Window System > (protocol Version 11, revision 0, vendor release 6510) > Release Date: 21 December 2001 > Build Operating System: Linux 2.4.20-8um i686 [ELF] > (WW) The directory "/usr/lib/X11/fonts/misc" does not exist. > Entry deleted from font path. > (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist. > Entry deleted from font path. > (WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist. > Entry deleted from font path. > (WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist. > Entry deleted from font path. > (WW) The directory "/usr/lib/X11/fonts/Type1" does not exist. > Entry deleted from font path. > (WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist. > Entry deleted from font path. > (WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist. > Entry deleted from font path. > (WW) The directory "/usr/lib/X11/fonts/75dpi" does not exist. You seem not to have FONTS installed! I think people say to install 'x-window-system' or 'x-window-system-core' at least. This should fix that! > (WW) Cannot open APM > (II) SAVAGE: driver (version 1.1.16) for S3 Savage chipsets: Savage4, > Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX, > Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133, Twister, > TwisterK > (II) Primary Device is: PCI 01:00:0 > (--) Assigning device section with no busID to primary device > (EE) No devices detected. > > Fatal server error: > no screens found Not sure about this. have you tried 'dpkg-reconfigure xserver-xfree86' ? Also, give details like which version you use (stable,testing,unstable), which kernel you have, maybe details about what you tried and what hardware is having problems. -Kev -- (__) (oo) /--\/ / ||| * /\---/\ ~~ ~~ "Have you mooed today?"... signature.asc Description: Digital signature
Re: your mail
On Mon, Aug 23, 2004 at 10:11:04AM +0200, Tshepang Lekhonkhobe wrote: > Is there a Debian -- or free -- equivalent of MATLAB. if you do: apt-cache search matlab you will see a list of math type programs. scilab - Matrix-based scientific software package (a la Matlab and Xmath) octave - The GNU Octave language for numerical computations (2.1 branch) r-base - GNU R statistical computing language and environment are 3 popular ones. -Kev -- (__) (oo) /--\/ / ||| * /\---/\ ~~ ~~ "Have you mooed today?"... signature.asc Description: Digital signature
Re: Free Matlab equivalent
Tshepang Lekhonkhobe wrote: > Is there a Debian -- or free -- equivalent of MATLAB. Have a look for "octave". (apt-get install octave) It's pretty similar. Peace, Brendon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Where is Alsa mixer?
Hello! I'm searching for Alsa mixer, where can I find it? I'm using kernel 2.6.5, so the program must work with Alsa 1.x. Right now I'm using woody. (I'm not a subscriber of the mailing list..) Björn Johansson
Re: Where is Alsa mixer?
Björn Johansson wrote: > I'm searching for Alsa mixer, where can I find it? I think the alsa-utils package has the alsamixer program. Peace, Brendon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Evolution in Norwegian?
Leandro Guimaraens Faria Corsetti Dutra wrote: Em Fri, 20 Aug 2004 13:50:07 +0200, Sturla Holm Hansen escreveu: I used to have evolution in Norwegian on a Fedora box, I can't seem to find it in Debian, any hints? Whatâs the output of the locale command? It should be something with LANG=no or something the like. Besides, which version of Evolution do you have now, and which did you use in Fedora? If you are using Debian stable, you could have an older version than Fedoraâs. The locale command seems to give the right output, and I run sarge... Oh well, I'll try some more... Sturla -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
kernel 2.4.27 doesn't set dma
Hi, I've recently upgraded to kernel 2.4.27 and noticed that my disk doesn't use dma, though it was instructed to do so by hdparm. cat /proc/pci shows me Bus 0, device 31, function 1: IDE interface: Intel Corp. 82801BA IDE U100 (rev 18). I/O at 0xfc00 [0xfc0f]. and on previous versions I've used module piix.o for this chipset. But on 2.4.27 piix gets loaded but is unused, which is strange. /proc/ide/piix isn't created either on module load with 2.4.27. Does anybody had same problems? Any hints? Thanks in advance -- Alexei Chetroi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
nvidia drivers
OK, I tried to install the nvidia kernel headers and such with a stock debian kernel. I didn't see any errors through any of the steps, however I keep getting failure when I now start X. IIRC the packages where nvidia-kernel and variou headers and such. The list of the specific packages isn't available right now since I've shut things down... GLcore not loaded. Not sure much about this. It's always been selected and loaded since I first installed debian on a machine. lsmod shows nvidia_agp is loaded. 'nv' is not, but IIRC it's a dummy module for the regular linux kernel. kernel: 2.6.7-1-k7 installed on an Athlon XP 3200+ Any suggestions? my X windows is toast. I'm working off a back-up machine right now... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Installing/Updating debian on a machine with no internet access
Lourens replying to Raj Kiran Grandhi <[EMAIL PROTECTED]> wrote: > Hi all, > > I have recently switched over to Debian/Sarge from Redhat 9.0. This > is at my home where my pc has an internet connection. I had > downloaded the first few iso images using jigdo, installed from them, > then over the past few months, installed/upgraded several packages > using apt-get. > > I want to do the same at my office pc which currently runs Redhat > 9.0. However we do not have internet access at office, so I am > uncertain as to the best way to install debian at office. I have at > home all the packages apt-get ever downloaded. > > I think there would be some simple solution to this, but could not > find any. > > Firstly, is there any way to build a list of packages installed on my > machine at home which includes the source from which the package was > installed? > > Second, is there a way by which I can add a directory of .deb files > to the apt sources.list? Yes. Follow the instructions in the APT HOWTO, section "2.2 How to use APT locally" Simply: - as root # mkdir /home/debs - copy your debs into /home/debs/ - in /home # touch override ##creates empty file # dpkg-scanpackages debs override | gzip > debs/Packages.gz - add the following line to /etc/apt/sources.list deb file:/home debs/ - # apt-get update Should you later add debs to /home/debs, simply re-run # dpkg-scanpackages debs override | gzip > debs/Packages.gz # apt-get update HTH. * Lourens Steenkamp Enjoying Debian GNU/Linux 3.0 r2 * Here is bigger than you can imagine, Now is forever ... Bruce Cockburn : "Messenger Wind" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re:
On August 23, 2004 01:11, Tshepang Lekhonkhobe wrote: > Is there a Debian -- or free -- equivalent of MATLAB. try octave RJP -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: nvidia drivers
On Mon, 23 Aug 2004 06:13:22 -0400, Tom Allison <[EMAIL PROTECTED]> wrote: > OK, I tried to install the nvidia kernel headers and such with a stock > debian kernel. I didn't see any errors through any of the steps, > however I keep getting failure when I now start X. IIRC the packages > where nvidia-kernel and variou headers and such. The list of the > specific packages isn't available right now since I've shut things down... If you used the nvidia drivers from the nvidia side and not the ones that come with Debian you have to create a few device files at startup to make them work. The nvidia install script creates those devices itself, but in case of devfs or udev, those devices will be gone after a reboot: This is the script I currently use: #! /bin/bash case $1 in start) for i in `seq 0 7`; do mknod /dev/nvidia$i c 195 $i chown :video /dev/nvidia$i chmod 660 /dev/nvidia$i done mknod /dev/nvidiactl c 195 255 chown :video /dev/nvidiactl chmod 660 /dev/nvidiactl ;; stop) ;; *) echo "Usage: $0 {start|stop}" esac # EOF # You can save it to /etc/init.d/nvidia and 'activate' it via: $ /usr/sbin/update-rc.d nvidia defaults You also should make sure that the 'Driver' line in /etc/X11/XF86Config-4 points to: Driver "nvidia" not to "nv". If this all doesn't help, have a look at /var/log/XFree86.log and copy&paste the exact error message you get on XFree start. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Where is Alsa mixer?
Björn Johansson wrote: Hello! I'm searching for Alsa mixer, where can I find it? I'm using kernel 2.6.5, so the program must work with Alsa 1.x. Right now I'm using woody. (I'm not a subscriber of the mailing list..) Björn Johansson Alsa-utils. ---me--- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: enable bonding
Yes I can see bond0 in ifconfig, but not if I boot. If I boot it forgets about bonding. How can I make sure that bonding is still enabled when I boot? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Help straightening out disk partitions. SOLVED
Faced with the possibility of having to start over, I booted my knoppix CD and made a partimage for the linux and moved the audio data off the partition. I used fdisk to delete the fat partition. QTparted would still not read the disk so I did everything in fdisk, leaving the original linux partitions and swap in place. Now QTparted will read it, complaining most bitterly but would read it. I had to manually make all the filesystems. Now I copied the stuff I wanted to move to the new partitions and then moved the originals to a save directory. Reran lilo, just to be sure and rebooted. O Wow, the thing worked. Moved the audio back to its now larger place and removed the save directory. Keeping the partimage around for now. Thanks for all the advice. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Illegal IMail List Server Command!
IMail List Server for Windows NT, Ipswitch, Inc. Valid Commands are: To subscribe to a list, send a mail message to "imailsrv" at this address with the following in the body of the message: subscribe listname your_full_name To unsubscribe from a list, send a mail message to "imailsrv" at this address with the following in the body of the message: unsubscribe listname To receive a list of the lists supported here: list To receive a list of users on a given list (If enabled for that particular list): list listname To receive help send: help [listname] To change to digest mode, send a mail message to "imailsrv" at this address with the following in the body of the message: set mode digest listname To change back to standard mode, send a mail message to "imailsrv" at this address with the following in the body of the -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re:
octave? Tshepang Lekhonkhobe wrote: Is there a Debian -- or free -- equivalent of MATLAB.
domain name of debian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 where does the domain name of a debain stored? is there anyway to change it? -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBKczg4uyclScWNtARAh3cAJ9U7OVzM+QgPdt20+3xxLXwNgJDugCfb7gV UOQaGUqf+HFBRC4Suf6T5jQ= =Hc3G -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: anonymous proxy
robin <[EMAIL PROTECTED]> wrote: > In debian testing -apt-get install anon-proxy Is it working? I tried it for month now, but it never worked. It crashs on the first client connect. The java programm from the upstream Website runs without problems. Christoph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: nvidia drivers
On Mon, Aug 23, 2004 at 06:13:22AM -0400, Tom Allison wrote: } OK, I tried to install the nvidia kernel headers and such with a stock } debian kernel. I didn't see any errors through any of the steps, } however I keep getting failure when I now start X. IIRC the packages } where nvidia-kernel and variou headers and such. The list of the } specific packages isn't available right now since I've shut things down... } } GLcore not loaded. } } Not sure much about this. It's always been selected and loaded since I } first installed debian on a machine. } } lsmod shows nvidia_agp is loaded. 'nv' is not, but IIRC it's a dummy } module for the regular linux kernel. } } kernel: 2.6.7-1-k7 installed on an Athlon XP 3200+ } } Any suggestions? my X windows is toast. I'm working off a back-up } machine right now... Did you also install nvidia-kernel-common and nvidia-glx? --Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: domain name of debian
On Mon, 23 Aug 2004, Shu Hung (Koala) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 where does the domain name of a debain stored? is there anyway to change it? Try edit /etc/domainname or /etc/hostname depending on what you want to acheive Rus -- e: [EMAIL PROTECTED] : t: 1-888-327-6330 http://www.atwebhosting.com - Free Shared Hosting http://www.vpscolo.com - Your next hosting company -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: domain name of debian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I want to modify the domainname part but there is no /etc/domainname Rus Foster ??: | On Mon, 23 Aug 2004, Shu Hung (Koala) wrote: | |> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 |> |> where does the domain name of a debain stored? is there anyway to |> change it? | | | Try edit /etc/domainname or /etc/hostname depending on what you | want to acheive | | Rus -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBKdRo4uyclScWNtARAuLxAJ0WXj42aNcKZBVW80eVF3xS7fSK5QCdEUuO UtsTAmHDKwDYM9OyjGOC+RI= =iTN+ -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: domain name of debian
Rus Foster wrote: On Mon, 23 Aug 2004, Shu Hung (Koala) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 where does the domain name of a debain stored? is there anyway to change it? Try edit /etc/domainname or /etc/hostname depending on what you want to acheive Rus dnsdomainname is in /etc/resolv.conf [EMAIL PROTECTED]:~$ cat /etc/resolv.conf search demo.room nameserver 192.168.9.4 nameserver 192.168.8.1 [EMAIL PROTECTED]:~$ hostname -f Dolphin.demo.room [EMAIL PROTECTED]:~$ NIS domain name may be in /etc/defaultdomain (to my surprise). More usually, it's in /etc/yp.conf -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL PROTECTED] Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
upgrade to 2.4.27 kills VMWare?
Hi, I was running VMWare on kernel 2.4.26 and now that I seem to have apt-get upgrade'd myself into 2.4.27 VMWare won't run. I says I should reconfigure it, but when I do I get the following error: What is the location of the directory of C header files that match your running kernel? [/lib/modules/2.4.27-1-686/build/include] Extracting the sources of the vmmon module. Building the vmmon module. Using 2.6.x kernel build system. make: Entering directory `/tmp/vmware-config5/vmmon-only' make -C /lib/modules/2.4.27-1-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entering directory `/usr/src/kernel-headers-2.4.27-1-686' Makefile:268: arch/i386/Makefile: No such file or directory Makefile:551: Rules.make: No such file or directory make[1]: *** No rule to make target `Rules.make'. Stop. make[1]: Leaving directory `/usr/src/kernel-headers-2.4.27-1-686' make: *** [vmmon.ko] Error 2 make: Leaving directory `/tmp/vmware-config5/vmmon-only' Unable to build the vmmon module. For more information on how to troubleshoot module-related problems, please visit our Web site at "http://www.vmware.com/download/modules/modules.html"; and "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html";. Execution aborted. - This is only an evaluation version of vmware, and it was working well under 2.4.26, so I ordered a copy (yet to arrive). I would hate to move to one of the linux distros that they support and would prefer to stay with debian. Any suggestions on why the compiling might have worked under 2.4.26 and doesn't under 2.4.27. Help? -James --- Dr James Cummings, Oxford Text Archive, University of Oxford James dot Cummings at oucs dot ox dot ac dot uk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: defunct processes
On Sat, Aug 21, 2004 at 12:42:51PM +0200, martin f krafft wrote: > I use fluxbox (0.9.9-1) and start most processes with a key > combination through fluxkeys. This works fine, but I am noticing > a peculiarity: processes started that way end up being > defunct/zombie processes for a while: > [...] > A little googline brought up this gem: > http://lists.ethernal.org/dunlug-0310/msg00074.html > > where the author claims: > > "It's normal to see a small number of zombie processes at any one > time one a machine (currently, my machine has 5, although that's > higher that normal)" > > This is news to me and on no other of my machines do I get to > witness the phenomenon. > > Thus, I wonder if it's a bug in fluxbox or whether this is expected > behaviour. Maybe someone can provide some insights. Allthough I dont know for sure, but considering that you're not the only one it seems that this is fluxbox' normal behaviour. According to your description it is very likely that fluxbox cleans up it's terminated children at regular intervals instead of catching SIGCHLD. Ugly but okay, I think. Regards Matthias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: screen vs. multiple xterm's + remote connection
> so if you forgot to gracefully "^A d" detach a session at work > (or kill its operating window for example) you can force a > detach from elsewhere. suddenly, the cleaning folks at your > office are seeing your xterm say "[remote detached]" and now yuo > can reattach to it wherever you are. (note that your shell is > still active, tho -- the command line where you originally asked > for 'screen' is listening for commands.) Just an addition to the last bit.. One handy feature of screen (usually not in an X setup) is ^a x to lock the terminal. If you do this, and elsewhere screen -d -r, the first terminal will Not show remotely detached (even though it will be) and will not show a command prompt. If you then work and detach at the second location (IE over ssh or whatnot), the next morning at work when you enter your password to unlock the screen you ^a x'ed in, it will auto reattach and pickup where you left off. As a side note, one should never leave their terminal unlocked. Opens you up to the jokes of coworkers changing your command prompt to 'moo' and other such silly/evilness ;} -- Jon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X Server Crash
Kevin Mark wrote: On Mon, Aug 23, 2004 at 09:49:23AM +0200, Tshepang Lekhonkhobe wrote: I had a problem with an X Server Crash whose output, together with that of scanpci, is pasted below. I digged around lists.debian.org and found similar problems experienced by others, only that they didn't help. I'm running Woody 3.0r2. Is it possible to successfully run X without upgrading any software and if so how. Thanks. What do you mean by "Crash"? If you give LONG output, it is good if you shorten it. For X output, look for the EE or WW output (error,warnings) Usually. But in this case, it would mean that we'd have missed: >>(--) PCI:*(1:0:0) S3 unknown chipset (0x8d04) rev 0, Mem @ 0xe100/19, 0xd800/27 Perhaps a better solution would be to provide snipped info on the list, and put the full info on a web page and provide a link to that page (but not everyone has their own access to a web page). (II) SAVAGE: driver (version 1.1.16) for S3 Savage chipsets: Savage4, Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX, Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133, Twister, TwisterK (II) Primary Device is: PCI 01:00:0 (--) Assigning device section with no busID to primary device (EE) No devices detected. Fatal server error: no screens found My guess is that you've either specified a wrong BusID setting in /etc/X11/XF86Config-4, or the Woody version of X doesn't recognize your video chipset (most likely). As Kevin suggested, you should be able to run "dpkg-reconfigure xserver-xfree86", and select "vesa" as your driver rather than "s3". You'll be limited perhaps in color depth or resolution, etc, but at least you'll have a working X (hopefully). -- Kent West [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I could just screen!
I was working at a framebuffer console and wanted to see both the remote host (Modem plus Internet away), and local (well, same LAN) at the same time to facilitate swipe & paste with gpm. ^AS split the screen horizontally. ^A switches "regions" Took me a while to figure ^Ac to create a new session in the blank side. Terrific:-) -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL PROTECTED] Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Is Openoffice's Spell checking broken in SID?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Spell checking isn't working for me in Openoffice on SID. Is anyone else having problems with MySpell and Openoffice? Thanks Ralph - -- Linux, to keep you humble. -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBKfpHwl0SacqoC0wRAvxjAJ9tRyl90TEfCLMdSgidZPN302mwVQCgmgEx /i/YuFFpOa3I8Ey6Zdopdrs= =20kv -END PGP SIGNATURE-
attempt to access beyond end of device
I keep getting the message below:- attempt to access beyond end of device> 03:02 rw=0 want=1898676924, limit 4883760 I get it when I open the /etc directory in midnight commander & the problems arrival co-incides with a failure to find eth0. Anyone care to comment on either & if thay are likely to be linked. Running deb testing Kernel 2.4.25-1-386 Thanks Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
configuration of nsswitch.conf ignored by system
Dear DebUsers, I've the problem that on all debian systems (Woody, Sid) it seems that some configuration changes of the nsswitch.conf are ignored by the system. We've a lot of Laptop systems that should resolve the groups also from LDAP - but only as long as they are in our company network. As soon as they leave this network (and can't contact the LDAP server) I've the problem that all logins and all actions where some user- or group-resolving is done take up to minutes (tcp timeout?). For this I've created the following nsswitch.conf: ---cut--- # /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. passwd: files group: files [SUCCESS=return] ldap #group: files shadow: files hosts: files dns networks: files protocols: db files services: db files ethers: db files rpc:db files netgroup: nis ---cut--- For me this config tells that first the process has to look at the local files and when the entry is found the resolving stops and does not start an ldap lookup. Unfortunately this does not work! As long as the ldap entry is in the nsswitch.conf and I cant reach the server I cant work with my system, I have to comment out the ldap-line and have to comment in the files-only-line. ==> Is this behaviour wanted? ==> How can I configure my system that it will JUST look into the LDAP when the files-lookup was not successful? Thanks for any help, Matthias P.S.: The problem is that on a server of our company this same bug brings some software to segfault and usually this bug is solved with a config like above, which works not on Debian...:-( -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: TUN/TAP tunneling in 2.6.8.1
The Problem was gone after two days, I shutdown at night and after the system was up again all went fine. Greetz Mirco -- Warn European Authorities against the dangers of software patents. http://petition.eurolinux.org/index_html?LANG=de Against-TCPA Don't let them take YOUR RIGHTS! http://www.againsttcpa.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re:
Try Scilab, is compatible with .m files matlab. And scilab work very fine El lun, 23-08-2004 a las 10:11, Tshepang Lekhonkhobe escribió: > Is there a Debian -- or free -- equivalent of MATLAB. -- # Linux Registered User #37 # #"Nacimos para ser libres y Linux , nos brinda la luz de la esperanza # en esta sombria oscuridad que nos desean imponer los poderosos" # Debian Sid User. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: attempt to access beyond end of device
steve downes wrote: I keep getting the message below:- attempt to access beyond end of device> 03:02 rw=0 want=1898676924, limit 4883760 I get it when I open the /etc directory in midnight commander & the problems arrival co-incides with a failure to find eth0. Anyone care to comment on either & if thay are likely to be linked. Running deb testing Kernel 2.4.25-1-386 Does this say your kernel is tainted? /sbin/lsmod | head -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL PROTECTED] Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian and KDE33
John Summerfield wrote: Jeff Goodwin wrote: Hello, The KDE org refers people to you to get an official ruling on when/whether you give your official binaries of KDE 3.3 to them. Also, I just did a CD install of Debian and found KDE 2.2 on there. Is a later KDE version ok for Debian (Woody)? See www.backport.org and it it's not there, then www.apt-get.org The former is better because they partition the components so if you configure your system to get KDE you won't accidenly get Gnome from the same source. Should be www.backports.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: attempt to access beyond end of device
On Mon, Aug 23, 2004 at 03:13:52PM +0100, steve downes wrote: > I keep getting the message below:- > > attempt to access beyond end of device> > 03:02 rw=0 want=1898676924, limit 4883760 > > I get it when I open the /etc directory in midnight commander ... Could be very bad... Try closing your programs and rebooting your computer with the force fsck option, you can use this command (as root) : shutdown -F -r now Then tell us what the fsck reported. > ... & the > problems arrival co-incides with a failure to find eth0. > Anyone care to comment on either & if thay are likely to be linked. > > Running deb testing Kernel 2.4.25-1-386 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: select N random lines in a file
On Sun, Aug 22, 2004 at 02:35:14PM -0500, Lance Hoffmeyer wrote: > I would like to write a script that will select N number of > random lines in a file. Any suggestions on how to do this? This program has the advantage that it doesn't read the whole file into memory, which is important if the file is large. Save it as an executable file, randomlines, and then type "randomlines N file" to get N random lines from file (without repetition). The lines will be in the same order they were in the file. Type "randomlines -r N file" to get N random lines in random order. #! /usr/bin/perl -s $N=shift; #first arg is N srand; while(<>){ if(rand($.) < $N){ if(@lines == $N){ # drop one random element splice @lines,int rand $N,1; } if($r){ splice @lines, int rand @lines+1, 0, $_; } else{ push @lines, $_; } } } print $_ for @lines; __END__ The proof that the algorithm is correct is by induction on the number of lines in the file (also, see Knuth reference below). It is based on a program in the perl documentation that returns 1 random line from a file, which I found by typing "perldoc -q 'random line'": How do I select a random line from a file? Here's an algorithm from the Camel Book: srand; rand($.) < 1 && ($line = $_) while <>; This has a significant advantage in space over reading the whole file in. You can find a proof of this method in The Art of Computer Pro- gramming, Volume 2, Section 3.4.2, by Donald E. Knuth. You can use the File::Random module which provides a function for that algorithm: use File::Random qw/random_line/; my $line = random_line($filename); Another way is to use the Tie::File module, which treats the entire file as an array. Simply access a random array element. (END) Winston Smith, [EMAIL PROTECTED] where x=winstonsmith, y=ispwest.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Best iso image for unstable
Hi everyone I'm about to install unstable on a new machine, I have been running debian for long and I need now a nice cd image for installing unstable, which is the preferred way? are there any weekly images with packages for unstable (to save download time)? Thanks in advance -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: attempt to access beyond end of device
on Mon, Aug 23, 2004 at 10:37:17PM +0800, John Summerfield wrote: > steve downes wrote: > > >I keep getting the message below:- > > > >attempt to access beyond end of device> > >03:02 rw=0 want=1898676924, limit 4883760 > > > >I get it when I open the /etc directory in midnight commander & the > >problems arrival co-incides with a failure to find eth0. > > > >Anyone care to comment on either & if thay are likely to be linked. > > > >Running deb testing Kernel 2.4.25-1-386 > > > > > > Does this say your kernel is tainted? > /sbin/lsmod | head > > > > -- > > Cheers > John > John Says not tainted. Thanks for your help Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Best iso image for unstable
On Mon, Aug 23, 2004 at 12:40:18PM -0300, Miguel Griffa wrote: > Hi everyone > > I'm about to install unstable on a new machine, I have been running > debian for long and I need now a nice cd image for installing > unstable, which is the preferred way? are there any weekly images with > packages for unstable (to save download time)? You shouldn't install 'unstable'. The new d-i I believe gives you the option which in my opinion is *complete* lunacy. Instead, I would install sarge using d-i, and dist-upgrade. The procedure for which has been well documented, several times on this list, in fact. You can find the d-i here: http://www.debian.org/devel/debian-installer/ -- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Best iso image for unstable
Miguel Griffa wrote: Hi everyone I'm about to install unstable on a new machine, I have been running debian for long and I need now a nice cd image for installing unstable, which is the preferred way? are there any weekly images with packages for unstable (to save download time)? Thanks in advance As far as I know, there are *no* debian/unstable iso images (it'd be a nightmare to keep those updated... ) Just use an debian/woody or debian/sarge iso, let it install the basic system -- without running tasksel or anything, I suggest, otherwise it'd load soo many packages to manage in unstable -- and do the upgrade and stuff ;) HTH, Joris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: enable bonding
Quoting Jacob Friis Larsen <[EMAIL PROTECTED]>: > > Yes I can see bond0 in ifconfig, but not if I boot. If I boot it forgets > > about bonding. > > How can I make sure that bonding is still enabled when I boot? > You can set it up in the interfaces file. See: man interfaces joost DISCLAIMER This e-mail and any attached files are confidential and may be legally privileged. If you are not the addressee, any disclosure, reproduction, copying, distribution, or other dissemination or use of this communication is strictly prohibited. If you have received this transmission in error please notify A.S.T.R.I.D. nv/sa immediately and then delete this e-mail. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
LAN APT-GET ?
Hey, Just wondering if i was to download all debian woody cd's could i copy the contents to a folder on my Intranet server and use that as an apt-get source... as every UK apt-get source seems to give me errors or is missing parts. It would only be for LAN access and would be accessable from a url like http://server1/debian Thanks Grant. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: nvidia drivers
On Monday 23 August 2004 06:13 am, Tom Allison wrote: > OK, I tried to install the nvidia kernel headers and such with a stock > debian kernel. I didn't see any errors through any of the steps, > however I keep getting failure when I now start X. IIRC the packages > where nvidia-kernel and variou headers and such. The list of the > specific packages isn't available right now since I've shut things down... nv? in my machine there's one also : Elsa nvidia Geforce MX440 64M. I install Debian Woody 3.0 r2 + xfree86-4.3-JoeyHess (about 150MB) + copy XF86Config-4 from Knoppix 3.4 LiveCD (edited some lines). X run OK. -- m k h _ s g n -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: LAN APT-GET ?
On Mon, 23 Aug 2004 17:21:54 +0100 Grant <[EMAIL PROTECTED]> wrote: > Hey, > > Just wondering if i was to download all debian woody cd's could i copy > > the contents to a folder on my Intranet server and use that as an > apt-get source... as every UK apt-get source seems to give me errors > or is missing parts. > > It would only be for LAN access and would be accessable from a url > like http://server1/debian "apt-cache search mirror | grep deb" looks like it might have some options for you. But I don't think I would bother. I would install apt-proxy or apt-cacher instead and let it mirror what you actually use (if you've already downloaded it once, it gives you the file w/o accessing the net, otherwise it downloads the file and streams it to you while making a copy of it in your repository). HTH, Jacob -- GnuPG Key: 1024D/16377135 Random .signature #29: Do you remember when you only had to pay for Windows when *you* were the one that broke them? pgp4DtSInFdFW.pgp Description: PGP signature
Re: anti-freeze
Hi, On Sun, 22 Aug 2004 01:42:21 -0700, Jim McCloskey <[EMAIL PROTECTED]> wrote: > > One of the machines I use regularly has a nasty habit of suddenly > locking completely (it happens maybe a couple of times a month). It's > always when X is running, and, I am nearly sure, always when a browser > is being used. This is a Debian testing system, running kernel 2.4.23. > Mozilla-Firefox is the browser that is mostly used. > [...] Is this when you are actively using the system? I used to have a system freeze on my a couple of times and traced it down to faulty power management. I disabled that stuff from the bios and it hasn't bugged me since. greets, wim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Best iso image for unstable
Joris Huizer wrote: > > As far as I know, there are *no* debian/unstable iso images (it'd be a > nightmare to keep those updated... ) Sarge has (currently) 13 disks. Look on Debian.org for links to the images (I think under "CD Images" or some such). I've had to go this route only because I don't have a good internet access at home. I am going to use them to set up a local "mirror" and rsync it once every couple of weeks from a friends house. > Just use an debian/woody or debian/sarge iso, let it install the basic > system I would agree. The latest Net-Installer is great if you have a fast connection (it's also manageable on dialup if you are patient) and install it that way. Preston
Re: Best iso image for unstable
Miguel Griffa wrote: Hi everyone I'm about to install unstable on a new machine, I have been running debian for long and I need now a nice cd image for installing unstable, which is the preferred way? are there any weekly images with packages for unstable (to save download time)? Why not just install off the 'net? Much less downloading. I well-configured proxy such as Squid will cache the files you actually used. -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL PROTECTED] Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: upgrade to 2.4.27 kills VMWare?
On Mon, Aug 23, 2004 at 01:53:33PM +0100, James Cummings wrote: > Hi, I was running VMWare on kernel 2.4.26 and now > that I seem to have apt-get upgrade'd myself into > 2.4.27 VMWare won't run. > > I says I should reconfigure it, but when I do I get the > following error: > > What is the location of the directory of C header files that match your > running > kernel? [/lib/modules/2.4.27-1-686/build/include] This is not the location of your kernel headers; it's a best guess by vmware, but it's wrong. You must install the kernel-headers-2.4.27-1-686 package, then you tell vmware that your kernel headers are in /usr/src/kernel-headers-2.4.27-1-686/include -- Dave Carrigan Seattle, WA, USA [EMAIL PROTECTED] | http://www.rudedog.org/ | ICQ:161669680 UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL Dave is currently listening to Jayhawks - Sixteen Down (Live, 2003-11-15) signature.asc Description: Digital signature
Re: Best iso image for unstable
On Mon, Aug 23, 2004 at 04:59:31PM +0100, Thomas Adam wrote: > On Mon, Aug 23, 2004 at 12:40:18PM -0300, Miguel Griffa wrote: > > Hi everyone > > > > I'm about to install unstable on a new machine, I have been running > > debian for long and I need now a nice cd image for installing > > unstable, which is the preferred way? are there any weekly images with > > packages for unstable (to save download time)? > > You shouldn't install 'unstable'. The new d-i I believe gives you the option > which in my opinion is *complete* lunacy. Um, why? Sure, debootstrap in unstable breaks from time to time, but hasn't broken in quite a while due to the freeze and impending release. -- You win again, gravity! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: LAN APT-GET ?
Grant wrote: > Hey, > > Just wondering if i was to download all debian woody cd's > could i copy > the contents to a folder on my Intranet server and use that as an > apt-get source... as every UK apt-get source seems to give me errors > or is missing parts. > > It would only be for LAN access and would be accessable from > a url like > http://server1/debian > > Thanks > Grant. see http://www.debian.org/CD/faq/#lan-install for the information.. It will tell you how to set up the apt sources for iso images from your LAN. it's something like: deb http://192.138.1.1/cd1/ stable main contrib deb http://192.168.1.1/cd2/ stable main contrib also check out www.apt-got.com, debmirror, anonftpsync, and of course http://www.debian.org/mirror/ as they will be able to answer most questions. Preston
Re: X Server Crash
> Hello everyone, > This is my first posting to any debian list. > I had a problem with an X Server Crash whose output, together with that of > scanpci, is pasted below. I digged around lists.debian.org and found > similar problems experienced by others, only that they didn't help. I'm > running Woody 3.0r2. Is it possible to successfully run X without > upgrading any software and if so how. Thanks. > > (EE) No devices detected. > > Fatal server error: > no screens found > Wish I had an answer for you. I have the same problem. I am not sure why it's like this, but "dumb problem" comes to mind. If I find anything tonight, I'll be sure to post it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X Server Crash
On Mon, Aug 23, 2004 at 02:33:02PM -0400, [EMAIL PROTECTED] wrote: > > Hello everyone, > > This is my first posting to any debian list. > > I had a problem with an X Server Crash whose output, together with that of > > scanpci, is pasted below. I digged around lists.debian.org and found > > similar problems experienced by others, only that they didn't help. I'm > > running Woody 3.0r2. Is it possible to successfully run X without > > upgrading any software and if so how. Thanks. > > > > (EE) No devices detected. > > > > Fatal server error: > > no screens found > > > > Wish I had an answer for you. I have the same problem. > I am not sure why it's like this, but "dumb problem" comes to mind. As root: dpkg-reconfigure -plow xserver-xfree86 Say: 'No' to framebuffers. If X still fails, upload your /var/log/XFree86.0.log file. -- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Debian Install
Greetings.. For those who have found installing Debian difficult in the past, well I recently downloaded the new Debian Installer (sarge-i366-businesscard.iso) and used it today to install a new system. I have tried numerous times unsuccessfully to install a system (with working GUI) prior to this time. My install today went without a hitch and the operations of the installer were much improved than past ones.. I installed a 'unstable' system, which installed kde3.2 and various other up-to-date packages, very easily.. For those who always wanted a Debian System, go for it..!! You can get it from Debian Homepage. I too now have a fully function Debian system and very impressed with it.. (and that apt-get tool.. how powerful is that!!) WELL DONE to the various maintainers of the Installer..!! -- Regards - Stef VK5HSX -= Support Open Source Software =- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: domain name of debian
> where does the domain name of a debain stored? > is there anyway to change it? I presume you mean DNS domain, not NIS domain. I think it is derived from looking up the name of the host, which is in /etc/hostname. E.g: my /etc/hostname contains 'dione'. my /etc/resolv.conf says to append 'myth.net' to undotted hostnames also, my /etc/resolv.conf says to contact 127.0.0.1 as the name server so then it contacts my name server (but it could equally well be any other one that knows how to resolve names in the domain) and asks "what is the IP of dione.?" What exactly you should change depends *why* you want to change it :-) Why? Alexis PS NIS domain is set by /etc/defaultdomain. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
release change
Hello list, I'm considering to switch a preproductive machine to testing, which will go after one or two months productive. Because it's my first branch switch, I have several questions, but previously some word definitions I will use: - currentStable (the current stable version Deb3.0) - currentTesting (currently the sarge branch) - newStable (the new stable Deb3.1 release point maybe end of September) - newTesting (current unstable? Don't know how it is called, or what it will be) Now my questions: - how will the branch switch from Testing to newStable be realized? - how can I tag my installation to a defined branch to stay on the currentTesting, which will be equal at the release date with newStable? I do not want, that my installation automatically moves from currentTesting to newTesting after the releaseDay. Currently I have tagged my installation to testing, should I switch the tag to sarge? Okay as you can see, I do not know how the releasing process of debian works, therefore I hope someone could explain me the facts. Regards, Hans -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: System & Hardware clocks
Lourens replying to P V Mathew <[EMAIL PROTECTED]> wrote: [big snip] > > > > > > > How ever The system I am using has only a dial up connection > to the net. And that connection is used rarely only. In short it > is a stand alone desktop. Also I am a bit curious about the > questions I have raised above. > > Thanks > p v mathew Try chrony. "It consists of a pair of programs : `chronyd'. This is a daemon which runs in background on the system. It obtains measurements (e.g. via the network) of the system's offset relative to other systems, and adjusts the system time accordingly. For isolated systems, the user can periodically enter the correct time by hand(using `chronyc'). In either case, `chronyd' determines the rate at which the computer gains or loses time, and compensates for this. Chronyd implements the NTP protocol and can act as either a client or a server.`chronyc'. This is a command-line driven control and monitoring program. An administrator can use this to fine-tune various parameters within the daemon, add or delete servers etc whilst the daemon is running." HTH * Lourens Steenkamp Enjoying Debian GNU/Linux 3.0 r2 * Here is bigger than you can imagine, Now is forever ... Bruce Cockburn : "Messenger Wind" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Getting disk labels
Hi, I used to use e2label to get disk labels. But now I also have reiserfs disk, and e2label won't work on reiserfs disks. What is the generic way to get disk labels? Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: attempt to access beyond end of device
on Mon, Aug 23, 2004 at 07:38:59AM -0700, Stefan O'Rear wrote: > On Mon, Aug 23, 2004 at 03:13:52PM +0100, steve downes wrote: > > I keep getting the message below:- > > > > attempt to access beyond end of device> > > 03:02 rw=0 want=1898676924, limit 4883760 > > > > I get it when I open the /etc directory in midnight commander ... > Could be very bad... > Try closing your programs and rebooting your computer with the force > fsck option, you can use this command (as root) : > >shutdown -F -r now > > Then tell us what the fsck reported. > It fixed 4 inodes then crashed out with :- /dev/hda2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY etc Ran fsck maually & it found thousands of inode faults on the back end of the disk. It now reboots & the fault has cleared but so has a lot of software. Looks like a re-install. Fortunately it's a data free machine except for a server backup. Thanks for your help Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: release change
On Mon, 23 Aug 2004 20:54:14 +0200 "Kaiser, Hans" <[EMAIL PROTECTED]> wrote: > Hello list, > > I'm considering to switch a preproductive machine to testing, which > will go after one or two months productive. Because it's my first > branch switch, I have several questions, but previously some word > definitions I will use:- currentStable (the current stable version > Deb3.0) - currentTesting (currently the sarge branch) > - newStable (the new stable Deb3.1 release point maybe end of > September)- newTesting (current unstable? Don't know how it is called, > or what it will be) > > Now my questions: > - how will the branch switch from Testing to newStable be realized? > - how can I tag my installation to a defined branch to stay on the > currentTesting, which will be equal at the release date with > newStable? I do not want, that my installation automatically moves > from currentTesting to newTesting after the releaseDay. Currently I > have tagged my installation to testing, should I switch the tag to > sarge? You don't mention using any apt-pinning, so I'm going to assume you don't. As long as you have the lines in /etc/apt/sources.list set to "sarge" and not "testing" or "stable" you won't have anything to worry about when Sarge changes from the testing to stable release. HTH, Jacob -- GnuPG Key: 1024D/16377135 Random .signature #55: Given enough time and money, eventually Microsoft will re-invent UNIX. pgpO9I3FQS5u2.pgp Description: PGP signature
why not anaconda installer
I don't understand yet why debian doesn't use the anaconda as installer. It is very easy for installation ! I just tried the new version sarge, it is still complicate for new user !!! is there any reason ? or is there a new installer in project best regards bela = __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: why not anaconda installer
On Mon, Aug 23, 2004 at 12:22:09PM -0700, belahcene abdelkader wrote: > I don't understand yet why debian doesn't use the > anaconda as > installer. It is very easy for installation ! Easy is subjective. Easy for what? How? Whom? Which aspect is easy? > I just tried the new version sarge, it is still > complicate for new user > !!! Granted it is not without its faults, but it isn't so bad that it doesn't work, or is unintuitive. > is there any reason ? or is there a new installer in > project Not that is based on anaconda, thankfully. -- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: why not anaconda installer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 23 August 2004 14:22, belahcene abdelkader wrote: > I don't understand yet why debian doesn't use the > anaconda as > installer. It is very easy for installation ! > I just tried the new version sarge, it is still > complicate for new user > !!! > is there any reason ? or is there a new installer in > project While I haven't used anaconda, I didn't really find the sarge installer difficult to use - it even set up my wireless card for me flawlessly. I will grant, however, that there are some questions it asks that someone who is not a computer geek (I'm guilty as charged) will know how to answer. I understand that it is a tremendous improvement over the past installer. -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBKkXYjeziQOokQnARAjlZAKCzCg9CdF+s19tvyPJDYlS3xiNPdgCdGtJO atzqYwZde7HWprV79bD7ZxU= =cy68 -END PGP SIGNATURE-
ndiswrapper/Sarge Newbie
I am trying to set up ndiswrapper under Sarge. Do Debian specific instructions for this process exists? If so, can anyone direct me to them? If not, can anyone who has had success with this send me the how-to? Thanks, Roger Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages!
Re: enable bonding
Now it's working. But I don't know how to enable ifenslave at boot? # ifenslave bond0 eth0 eth1 Can I put that in /etc/network/interfaces? My howto: (Is it correct?) # apt-get install ifenslave In /etc/modules i put "bonding". In /etc/network/interfaces I put this: auto bond0 iface bond0 inet static address 1.2.3.4 netmask 1.2.3.4 gateway 1.2.3.4 -- Jacob http://webcom.dk/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: why not anaconda installer
--- Thomas Adam <[EMAIL PROTECTED]> wrote: > On Mon, Aug 23, 2004 at 12:22:09PM -0700, belahcene > abdelkader wrote: > > I don't understand yet why debian doesn't use > the > > anaconda as > > installer. It is very easy for installation ! > > Easy is subjective. Easy for what? How? OK ; First look at for example when you install Knoppix ( I mean specially for the new debian user ) The hardware is automatically found , the choice of the package at least the commonly used a friendly graphical interface ( same thing with suse or redhat installer) I would like to get something like this to install the debian I prefere debian for many aspects, but I think the installation is not easy yet. I hope that the developpers propose at least an iso image installer ( as an indepedant installer) for those who want to use it. In my for example , I installed the knoppix 3.3 which detects my hardware, the sound card, the isa-card ..., after that I complete, the installation from downloaded CD with the apt-get !!!??? best regards Whom? Which > aspect is easy? > > > I just tried the new version sarge, it is still > > complicate for new user > > !!! > > Granted it is not without its faults, but it isn't > so bad that it doesn't > work, or is unintuitive. > > > is there any reason ? or is there a new installer > in > > project > > Not that is based on anaconda, thankfully. > > -- Thomas Adam > -- > "Frankly, Mr. Shankly, since you ask. You are a > flatulent pain in > the arse." -- Morrissey. > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > = __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ndiswrapper/Sarge Newbie
hi ya roger On Mon, 23 Aug 2004, Roger Creasy wrote: > I am trying to set up ndiswrapper under Sarge. Do Debian specific instructions for > this process exists? If so, can anyone direct me to them? If not, can anyone who has > had success with this send me the how-to? for a non-debian ndiswrapper blah blah http://www.linux-wireless.org/Install-HOWTO/Drivers/NDISwrapper/ndiswrapper-0.7.txt when using ndiswrapper, you sometimes have to give up some features - always use the latest from sourceforge and latest iwconfig - sometimes wep is wrong when trying to talk with a real (dlink/netgear/xxx) AP - sometimes wpa will not work .. - sometimes monitoring will not work .. ( no kismet, netstumbler, etc ) c ya alvin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: why not anaconda installer
belahcene abdelkader wrote: --- Thomas Adam <[EMAIL PROTECTED]> wrote: On Mon, Aug 23, 2004 at 12:22:09PM -0700, belahcene abdelkader wrote: I don't understand yet why debian doesn't use the anaconda as installer. It is very easy for installation ! Easy is subjective. Easy for what? How? OK ; First look at for example when you install Knoppix ( I mean specially for the new debian user ) The hardware is automatically found , the choice of the package at least the commonly used a friendly graphical interface ( same thing with suse or redhat installer) I would like to get something like this to install the debian I prefere debian for many aspects, but I think the installation is not easy yet. The general answers given are: 1) Debian works on 13 different architectures. The installer must work on all thirteen also. Trying to squeeze an anaconda-style installer to fit 13 different arches is a lot more work than sticking with what we've got. 2) Installation on Debian only has to be done once, unlike some other distros that require a re-installation with each so-called "upgrade". Therefore installation ease is not a high priority. Maintainability is. 3) The Debian developers are volunteers. They scratch their own itch, and creating an installer isn't within their domain of interests as much as other projects are. If you want a good installer, write it yourself, or talk someone else into writing it. Don't demand things of volunteers. 4) Some folks don't like anaconda-style installers, because it's a solution that doesn't fit their problem. I'm not familiar with anaconda, but does it allow remote network-based installations? Booting from a USB pen drive and pulling the rest from the network? etc. 5) If you insist on an easy install, there are Debian distros that provide that. Debian is the core; these other distros are the fluff. Xandros, Libranet, Knoppix, Kanotix. Kanotix is based on Knoppix, but results in a pure Debian install. You might want to go that route. Generally, the people who ask about an easy-to-install Debian are thinking x86 workstation use, and don't give any thought to the other 12 architectures or to special-use situations. That's okay, but you need to be aware that Debian is a bigger project than that. -- Kent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Question about using dpkg-deb:
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 22 Aug 2004, Paul E Condon wrote: > I am trying to understand how to use dpkg-deb from reading the man page. > I've been downloading deb packages and installing them on my system > using aptitude and apt-get. Now I would like to burn a CD that contains > a usable debian archive of these packages. I'm not sure, but maybe you should look at apt-ftparchive. dpkg-deb does not deal with package archives, only individual package files that are specified explicitly on the command line. - -- GnuPG public key available from http://ca.geocities.com/redvision.geo/gnupg_key.html -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBKeWxMqUhaD+LmFcRAiEuAJ9+ASB9Fqt9Nuafi817tarNHqNO+ACfb7yb 5t8glrne83CXIOSSyzKhn7Q= =07nw -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: enable bonding
But I don't know how to enable ifenslave at boot? # ifenslave bond0 eth0 eth1 Can I put that in /etc/network/interfaces? Sorry, by Googling I found some options. Is it correct below? # apt-get install ifenslave In /etc/modules i put "bonding". In /etc/network/interfaces I put this: auto bond0 iface bond0 inet static address 1.2.3.4 netmask 1.2.3.4 gateway 1.2.3.4 up ifenslave bond0 eth0 up ifenslave bond0 eth1 post-down ifconfig eth1 down post-down ifconfig eth0 down -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
testing-ignore
testing-ignore -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: enable bonding
But I don't know how to enable ifenslave at boot? # ifenslave bond0 eth0 eth1 Can I put that in /etc/network/interfaces? Sorry, by Googling I found some options. Is it correct below? # apt-get install ifenslave In /etc/modules i put "bonding". In /etc/network/interfaces I put this: auto bond0 iface bond0 inet static address 1.2.3.4 netmask 1.2.3.4 gateway 1.2.3.4 up ifenslave bond0 eth0 up ifenslave bond0 eth1 post-down ifconfig eth1 down post-down ifconfig eth0 down See, you're smarter than I am :) It looks ok to me, I forgot about this (from the man file) in my previous post: up command Run command after bringing the interface up. So it seems to me like you're ready to roll. Why don't you give it a go with: /etc/init.d/networking restart Think I'll wait until I can get to the server :) And thanks a lot for all your help. I appreciate it! I'll let the list know if it worked, so I don't bother you any more :) Best regards, Jacob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: upgrade to 2.4.27 kills VMWare?
On Mon, 23 Aug 2004, Dave Carrigan wrote: > On Mon, Aug 23, 2004 at 01:53:33PM +0100, James Cummings wrote: > > > Hi, I was running VMWare on kernel 2.4.26 and now > > that I seem to have apt-get upgrade'd myself into > > 2.4.27 VMWare won't run. > > > > I says I should reconfigure it, but when I do I get the > > following error: > > > > What is the location of the directory of C header files that match your > > running > > kernel? [/lib/modules/2.4.27-1-686/build/include] > > This is not the location of your kernel headers; it's a best guess by > vmware, but it's wrong. > > You must install the kernel-headers-2.4.27-1-686 package, then you tell > vmware that your kernel headers are in > > /usr/src/kernel-headers-2.4.27-1-686/include I had already done all of this. /lib/modules/2.4.27-1-686/build/ seems to be a symlink to /usr/src/kernel-headers-2.4.27-1-686/ so the two are equivalent. (and I've tried both) Still same error. Any other suggestions? --- Dr James Cummings, Oxford Text Archive, University of Oxford James dot Cummings at oucs dot ox dot ac dot uk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
alternative to cdrecord?
I've been hit with the issues between cdrecord and the 2.6.8 kernel. I've tried running as root as some have suggested (off-list), but at least for an audio cd, the results were less than satisfactory. Actually, they were crap. A bunch of mechanical-sounding bloops where King Crimson was expected. For now, I've reverted to kernel 2.6.7, where my audio cds burn fine. I could stay with 2.6.7. I could patch my kernel, but my confidence in my kernel patching skills are low to nonexistent. I'm wondering if there is an alternative to cdrecord that works with kernel 2.6.8 as it stands right now. signature.asc Description: This is a digitally signed message part
Sound configuration (arts+alsa+jack+synth)
From Rosegarden FAQ [1]: "Alsa? aRts? huh???" I would like to use music editors like Rosegarden and it is very tough to configure the environment so it can play MIDI through soft synthesis. I could do it with "timidity -Oj -iA", but JACK is losing frames. I did not get fluidsynth/qsynth to work with Rosegarden. [[ I do not know if I took the right steps, though: downloaded a soundfont from hammersound; installed fluidsynth and jackd*; killed arts; ran "jack -d alsa" and fluidsynth -m alsa_seq -a jack font.sf2; tried to play in Rosegarden; nothing ]] I miss a utility that configure sound properly (all the environment, not only ALSA) and documentation about configuring all these together (arts+jack+alsa). I could not find any documentation about it in Debian Reference, although AFAIK Debian docs are being rewritten for the next release. The Linux Sound HOWTO [2] was last updated on 2001. Searching on Google [3,4] gives many maillist messages and most recent is from 2002. Many things I found are for older kernels (2.2 and 2.4). When I tell aRts to use JACK, at KDE startup, aRts does not find JACK. I suppose I should call jackd at some place in KDE session start, before aRts. In fact, my problem is: my adapter/driver (snd_intel8x0) accepts only one channel so I need to mix channels by software; also I want to use Rosegarden which needs synthesis. aRts seems the natural option since I use KDE (I guess I have no other choice besides arts and esd). Rosegarden site tells me that I need jack+{fluidsynth,timidity} and that I should prefer fluidsynth. I'm using kernel 2.6.7 and I have used alsaconf to set up sound card. [1] http://www.rosegardenmusic.com/resources/faq/#toc30 [2] http://en.tldp.org/HOWTO/Sound-HOWTO/ [3] http://www.google.com/search?q=sound+configuration+site%3Adebian.org [4] http://www.google.com/search?q=debian+sound+configuration -- Felipe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: anti-freeze
On Sunday 22 August 2004 02:42, Jim McCloskey wrote: > One of the machines I use regularly has a nasty habit of suddenly > locking completely (it happens maybe a couple of times a month). It's > always when X is running, and, I am nearly sure, always when a browser > is being used. This is a Debian testing system, running kernel 2.4.23. > Mozilla-Firefox is the browser that is mostly used. > > It's not just that X freezes; the whole system becomes autistic. In > this state, it can't be reached from the network (no ssh, no ping, no > nothing). The only way out, as far as I know, is with the > power-button. Ctl-Alt-Del produces no response. Nor does Alt-SysRq, > which means, I suppose, that the kernel is dead. > > These events leave no trace whatever in the logs and so it's > frustratingly hard to do any useful trouble-shooting. I thought that > they might be caused by a corrupt memory-module, and so I ran memtest > for the best part of a day. However it found no errors. > > I know that this much doesn't provide a lot of information to go on, > and I apologize for that. But does anyone know of ways to work on a > problem such as this? > > I'd be really grateful for any tips or pointers. > > Jim I had a similar problem before. If I wasn't running X, the computer had no problem. If I did run X, it would freeze completely after a random amount of time. It would even freeze running Knoppix. I eventually discovered that the video card didn't properly support the resolution I was using, even though it would display properly. Have you tried using the vesa driver? Justin Guerin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Where's routed?
I run Debian unstable & plan to setup dynamic routing (for the first time). I'll probably start with RIP, & maybe graduate to OSPF. I notice that routed isn't available in Debian any longer. Anyone know why this is? I think my alternatives include quagga or bird. Can anyone with dynamic routing experience recommend a good place to start? Thanks! Jack -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: alternative to cdrecord?
On Mon, Aug 23, 2004 at 04:44:15PM -0400, Brian Pack wrote: > I've been hit with the issues between cdrecord and the 2.6.8 kernel. "The" issues... what issues? -- Marc Wilson | The Phone Booth Rule: A lone dime always gets the [EMAIL PROTECTED] | number nearly right. signature.asc Description: Digital signature
Re: Where's routed?
Check out the package zebra. Replaces routed and ripd. http://www.zebra.org/ On Mon, 23 Aug 2004 14:46:13 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I run Debian unstable & plan to setup dynamic routing (for the first > time). I'll probably start with RIP, & maybe graduate to OSPF. > > I notice that routed isn't available in Debian any longer. Anyone know > why this is? I think my alternatives include quagga or bird. Can anyone > with dynamic routing experience recommend a good place to start? > > Thanks! > > Jack > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: nvidia drivers
Gregory Seidman wrote: On Mon, Aug 23, 2004 at 06:13:22AM -0400, Tom Allison wrote: } OK, I tried to install the nvidia kernel headers and such with a stock } debian kernel. I didn't see any errors through any of the steps, } however I keep getting failure when I now start X. IIRC the packages } where nvidia-kernel and variou headers and such. The list of the } specific packages isn't available right now since I've shut things down... } } GLcore not loaded. } } Not sure much about this. It's always been selected and loaded since I } first installed debian on a machine. } } lsmod shows nvidia_agp is loaded. 'nv' is not, but IIRC it's a dummy } module for the regular linux kernel. } } kernel: 2.6.7-1-k7 installed on an Athlon XP 3200+ } } Any suggestions? my X windows is toast. I'm working off a back-up } machine right now... Did you also install nvidia-kernel-common and nvidia-glx? --Greg Well, one thing I noticed is that the nvidia-kernel packages are all build for the 2.4 kernel and I'm really wanting to use the 2.6 kernel. If I were to just use the NVidia drivers from their website, what do I need? Kernel-Headers only? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Request for help in tracking down a bug in X or hardware.
I am running Xwindows on Sarge. I have an S3 Savage video card. I have a strange problem in web browsers that use the Mozilla, i.e. all but Opera. My problem seems to occur with only one web site, namely www.theregister.co.uk , and not always even with that site. Sometimes when I bring up a page at that site, I get a region on my screen that is filled with narrow horizontal black and white lines. In particular, I just opened http://www.theregister.co.uk/2004/08/20/sp2_scripting_vuln/ amd got such a region on the far left of the screen, top to bottom, and 55mm wide. I can clear them from the screen by ctl-alt-F1 followed by alt-F7. I have several ideas as to what could cause this: 1. video card hardware is dieing. 2. bad XF86Config-4 3. uniquely weird html at that web site only 4. bug in Savage driver 5. bug in Mozilla I don't really like any of these theories, but still, the problem is there. Does anyone have any other ideas? AND in particular, does anyone on the list have similar hardware, run Sarge, and either sees the problem, or doesn't see it? Perhaps, you would be willing to help off-list by running tests and sharing results? -- Paul E Condon [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: alternative to cdrecord?
On Mon, 2004-08-23 at 18:06, Marc Wilson wrote: > On Mon, Aug 23, 2004 at 04:44:15PM -0400, Brian Pack wrote: > > I've been hit with the issues between cdrecord and the 2.6.8 kernel. > > "The" issues... what issues? Haven't you heard? IIRC the kernel 2.6.8 plugged a security hole that cdrecord used to function. Once the hole was closed, users could no longer run cdrecord as they could in previous kernels. With the old kernel, a user could potentially wipe a drives firmware. signature.asc Description: This is a digitally signed message part
Re: Debian Install
On Mon, 2004-08-23 at 21:17 +0930, Stef VK5HSX wrote: > Greetings.. > > For those who have found installing Debian difficult in the past, well I > recently downloaded the new Debian Installer (sarge-i366-businesscard.iso) > and used it today to install a new system. I have tried numerous times > unsuccessfully to install a system (with working GUI) prior to this time. My > install today went without a hitch and the operations of the installer were > much improved than past ones.. I installed a 'unstable' system, which > installed kde3.2 and various other up-to-date packages, very easily.. > > For those who always wanted a Debian System, go for it..!! You can get it > from Debian Homepage. I too now have a fully function Debian system and very > impressed with it.. (and that apt-get tool.. how powerful is that!!) > > WELL DONE to the various maintainers of the Installer..!! Unbelievable, we have praise and damning all in the same day. I wonder if the other guy KNEW there was an RC1 out for the installer. Oh well, good to know that Joey and the rest of the Debian-Installer team are doing excellent work. -- greg, [EMAIL PROTECTED] The technology that is Stronger, better, faster: Linux signature.asc Description: This is a digitally signed message part
Re: alternative to cdrecord?
On Tue, 2004-08-24 at 10:36, Brian Pack wrote: > Haven't you heard? IIRC the kernel 2.6.8 plugged a security hole that > cdrecord used to function. Once the hole was closed, users could no > longer run cdrecord as they could in previous kernels. With the old > kernel, a user could potentially wipe a drives firmware. > The emphasis is on the word "users". There are some scsi commands that can toast a drive; the kernel now has a blacklist of commands that non-root users are forbidden from sending. Unfortunately, cdrecord uses some of these commands, and hence cannot record when run as a non-root user. Root users can still send any scsi command they like to a drive. Unfortunately one comment I saw indicates that making cdrecord suid won't help, as cdrecord deliberately drops back to the real user id before burning the cd, for "security". I guess kernel hackers are working on a solution.. Subscribers to Linux Weekly News can find more info here now: http://lwn.net/Articles/97552/ Non-subscribers have to wait until thursday to access this article. Cheers, Simon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Apache2 binary mod_perl for Woody?
Hello, Where can I download binary mod_perl for Apache2 built for Woody? I checked backports.org but came up empty. What is apt-get's sources.list sequence to download this module? I downloaded Apache2 from backports.org but the mod_perl module was not automatically downloaded. Thanks, Guru -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Request for help in tracking down a bug in X or hardware.
On Mon, Aug 23, 2004 at 04:35:06PM -0600, Paul E Condon wrote: > I am running Xwindows on Sarge. I have an S3 Savage video card. > I have a strange problem in web browsers that use the Mozilla, > i.e. all but Opera. My problem seems to occur with only one > web site, namely www.theregister.co.uk , and not always even > with that site. Sometimes when I bring up a page at that site, > I get a region on my screen that is filled with narrow horizontal > black and white lines. In particular, I just opened > > http://www.theregister.co.uk/2004/08/20/sp2_scripting_vuln/ > > amd got such a region on the far left of the screen, top to bottom, > and 55mm wide. I can clear them from the screen by ctl-alt-F1 > followed by alt-F7. I just opened it in Firefox and Mozilla proper, no such region. I have an S3 Savage4. > 1. video card hardware is dieing. My guess. -- Carl Fink [EMAIL PROTECTED] Jabootu's Minister of Proofreading http://www.jabootu.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]