Re: I can't beleive this

1999-03-10 Thread Allan M. Wind
On 1999-03-10 14:43, mike shupp wrote: > On Wed, 10 Mar 1999, Allan M. Wind wrote: > > > Most UNIX programs don't have interactive or context sensitive help, > > which IMHO is a good thing - unless it takes 10s to appear. I think > > it's kinda primitive that one has to have... > > > > > g

Re: Using crontab to update Debian

1999-03-10 Thread Paulo Henrique Baptista de Oliveira
Jason Gunthorpe wrote: > On Wed, 10 Mar 1999, Kirk Hogenson wrote: > > > Paulo Henrique Baptista de Oliveira wrote: > > > I know that apt-get -d dist-upgrade ask yes, but how do I pipe to > > > it. I tried apt-get -d dist-upgrade | y and doesnt work: y -> command > > > not found > > > Tha

Re: Using crontab to update Debian

1999-03-10 Thread Paulo Henrique Baptista de Oliveira
Kirk Hogenson wrote: > Paulo Henrique Baptista de Oliveira wrote: > > I know that apt-get -d dist-upgrade ask yes, but how do I pipe to > > it. I tried apt-get -d dist-upgrade | y and doesnt work: y -> command > > not found > > Thanks,Paulo Henrique > > > > > Pipe yes to it. > > I

Re: Using crontab to update Debian

1999-03-10 Thread Jason Gunthorpe
On Wed, 10 Mar 1999, Kirk Hogenson wrote: > Paulo Henrique Baptista de Oliveira wrote: > > I know that apt-get -d dist-upgrade ask yes, but how do I pipe to > > it. I tried apt-get -d dist-upgrade | y and doesnt work: y -> command > > not found > > Thanks,Paulo Henrique > > > > >

Kernel Panic when trying to Install Slink

1999-03-10 Thread Jeff Katcher
Hi All I am trying to install debian slink on a 486 DXII 66 from the hard drive. I downloaded all the files needed to do so. When I run install.bat it says loading then it says uncompressing Linux then it starts to boot the kernel. if fails on a line like this: RAMDISK: Couldn't find

fstab question

1999-03-10 Thread Pollywog
Isn't it possible to set up fstab to that only users of a certain group can mount or unmount floppies or CDROM? I don't want just anyone to be able to do it, but I would like to be able to do it without being root. -- Andrew -- PGP Key ID 0x5EE61C37 PGP5.0 ---

Re: Using crontab to update Debian

1999-03-10 Thread Kirk Hogenson
Paulo Henrique Baptista de Oliveira wrote: > I know that apt-get -d dist-upgrade ask yes, but how do I pipe to > it. I tried apt-get -d dist-upgrade | y and doesnt work: y -> command > not found > Thanks,Paulo Henrique > > > Pipe yes to it. I think by "Pipe yes to it", he meant to

Re: I can't beleive this

1999-03-10 Thread mike shupp
On Wed, 10 Mar 1999, Allan M. Wind wrote: > Most UNIX programs don't have interactive or context sensitive help, > which IMHO is a good thing - unless it takes 10s to appear. I think > it's kinda primitive that one has to have... > > grep -i sb /usr/src/linux/Documentation/sound/|xargs le

dselect removed (almost) everything

1999-03-10 Thread Matt Garman
I was using dselect, and I hit the remove unwanted software option. And it went through and started removing almost EVERYTHING I had installed -- stuff I thought should definately _not_ be flagged to be removed (fetchmail, emacs, lilo, lprng, tetex...). I hit CTRL-C so that it wouldn't take out t

about installing linux with a scsi card

1999-03-10 Thread Ruied
I'm having a problem installing the linux from the cdrom because it is controlled by a adaptec scsi card (aha1505). I don't know what i can do about it. I'm a begginer in linux and that's why I'm asking you for your help. If you have a solution for my problem I realy wold like to get a resp

Re: Using crontab to update Debian

1999-03-10 Thread Paulo Henrique Baptista de Oliveira
I put in /etc/cron.daily the following script: [18:42:[EMAIL PROTECTED]:~$more /etc/cron.daily/upgrade_debian #!/bin/sh # # Para atualizar a Debian de madrugada # update-debian cron daily pon sleep 20 apt-get update apt-get -d dist-upgrade [18:42:[EMAIL PROTECTED]:~$ I know that apt-get

Re: compiling xfree86

1999-03-10 Thread Shaleh
On 10-Mar-99 Matt Garman wrote: > On Wed, Mar 10, 1999 at 02:00:38PM -0600, Matt Garman wrote: >> Could anyone offer any advice or pointers as for how to custom compile >> xfree86 as a debian package? I want to compile using egcc and only >> include support for the video driver that I need (tryin

Re: network help

1999-03-10 Thread Paul Miller
"G. Kapetanios" wrote: > > Hi, > > I am trying to set up thi computer at work with Debian. All works > fine apart from the network. This is a novell environment. I have set > up one computer in a novell environment before and it was fine. > however here I have problems. The newtwork card is worki

a graphic tool for admin debian?

1999-03-10 Thread Eliezer Figueroa
I am looking for something like the User manager for domains in NT 4, or syscom in Novel Netware 3.12. Get Your Private, Free Email at http://www.hotmail.com

Re: NIS and passwd

1999-03-10 Thread Paul Miller
Shao Zhang wrote: > > Hi, > Could anyone please tell me how secure it is when using NIS to share > the /etc/passwd file? > > I have two machines on the network, and due to security reasons, all > my passwd files are on one machine(A) only. The other machine is running > a ftp server, and

Re: XDM again

1999-03-10 Thread Peter Bartosch
Hi! > > On 09-Mar-99 Christian Dysthe wrote: > > Hello Debian-user, > > > > I still have problems getting XDM to run. Starting X with "startx" > > works fine, but when I start XDM I get a minimal fvm desktop, not > > the setup I have in my .xinitrc file. I know I must be missing > > som

Re: Gnome 1.0 debs?

1999-03-10 Thread Marcus Brinkmann
On Wed, Mar 10, 1999 at 07:40:06PM +0200, [EMAIL PROTECTED] wrote: > > Couldn't .debs that aren't 100% at least go into potato? That's what > unstable is for isn't it ? We had this before, and it was unconvenient at least because of the complicated net of dependencies. The gnome stuff depends on

Re: I can't believe this

1999-03-10 Thread Ed Cogburn
George Bonser wrote: > > On Tue, 9 Mar 1999, Adam Linford - Prima House wrote: > > > The point I'm trying to make is that effort often returns > > satisfaction and knowledge, which is why I'm here. Debian is more than just > > software, it's politics. > > > > Adam > > WHich I personally s

Re: compiling xfree86

1999-03-10 Thread Matt Garman
On Wed, Mar 10, 1999 at 02:00:38PM -0600, Matt Garman wrote: > Could anyone offer any advice or pointers as for how to custom compile > xfree86 as a debian package? I want to compile using egcc and only > include support for the video driver that I need (trying to make it a > bit leaner). Also, I

Re: Apt, Dselect, and Dpkg. What's the different?

1999-03-10 Thread Ed Cogburn
Tam wrote: > > Hi all, > > I am new at Debian and I am kind confused about the Apt, Dselect, and Dpkg > programs. Slink was released earlier today and it has: > Apt (part 1), the new backend to dselect > Apt (part 2), the new commandline > I know Apt will soon have a front end (Ap

Re: PLEASE READ! IMPORTANT! ALL THE MEMBERS! PLEASE READ!

1999-03-10 Thread Steve Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 reply-to reply-to... ==BEGIN FORWARDED MESSAGE== >From: "Steve Lamb" <[EMAIL PROTECTED]> >To: "Christopher J. Morrone" <[EMAIL PROTECTED]> >Date: Wed, 10 Mar 1999 12:58:33 -0800 >Reply-To: "Steve Lamb" <[EMAIL P

RE: Apt, Dselect, and Dpkg. What's the different?

1999-03-10 Thread Shaleh
On 10-Mar-99 Tam wrote: > Hi all, > > I am new at Debian and I am kind confused about the Apt, Dselect, and Dpkg > programs. Slink was released earlier today and it has: > Apt (part 1), the new backend to dselect > Apt (part 2), the new commandline > I know Apt will soon have a fr

Re: Where is the exim cookbook? Was Re:[exim] Custom headers

1999-03-10 Thread Frozen Rose
On Tue, Mar 09, 1999 at 07:03:36AM -0500, David B. Teague wrote: > Where is the Exim cookbook? It didn't come with a recent stock > exim installation. Look on http://www.exim.org/, under either the "FAQ" or the "Documentation" section (can't remember which atm I'm afraid). I don't seem to rememb

RE: compiling xfree86

1999-03-10 Thread Shaleh
On 10-Mar-99 Matt Garman wrote: > > Could anyone offer any advice or pointers as for how to custom compile > xfree86 as a debian package? I want to compile using egcc and only > include support for the video driver that I need (trying to make it a > bit leaner). Also, I want the libraries to be

RE: Problems with sudo!!!

1999-03-10 Thread Shaleh
a) use visudo when you edit the sudoers file b) do man 5 sudoers, it has all the examples you need. On 10-Mar-99 Eliezer Figueroa wrote: > I added this line to the /etc/sudoers file: > > efigueroa /sbin/shutdown -h now > > after that I loged in as efigueroa an tried to run this command: > > su

Re: Problems with sudo!!!

1999-03-10 Thread Nathan E Norman
On Wed, 10 Mar 1999, Eliezer Figueroa wrote: : I added this line to the /etc/sudoers file: : : efigueroa /sbin/shutdown -h now : : after that I loged in as efigueroa an tried to run this command: : : sudo shutdown -h now : : Then I recived this error: : : >>> sudoers file: parse er

Re: Debian and Redhat - are most linux users missing the point?

1999-03-10 Thread Ed Cogburn
fockface dickmeat wrote: > > > Your thinking of the personal user, which isn't Linux's > >strongsuit right now. Corporate customers are looking at the > >Calderas and RedHatters of the Linux distributions. Without > >commercial support, they won't even bother to *look* at Debian. > >Withou

Re: apt-get update help

1999-03-10 Thread Bob Nielsen
On Wed, 10 Mar 1999, Kent West wrote: > >I thought maybe it was a problem with my /etc/sources.list file. I > >tried changing to a different site, but that didn't help. Here is my > >/etc/sources.list file, and following that, my apt-get update errors. > > > ># begin /etc/sources.list > ># Use f

Re: compiling xfree86

1999-03-10 Thread servis
*- On 10 Mar, Matt Garman wrote about "compiling xfree86" > > Could anyone offer any advice or pointers as for how to custom compile > xfree86 as a debian package? I want to compile using egcc and only > include support for the video driver that I need (trying to make it a Driver binaries are in

Re: I can't beleive this

1999-03-10 Thread Allan M. Wind
On 1999-03-10 09:28, George Bonser wrote: > Good idea. I think people have gotten lazy when it comes to computers. If > what they are doing is not immediately obvious then somehow they think the > program is broken. An obvious user interface is often said to be "user friendly". Personally, I don

MH folders, grepmail, and procmail

1999-03-10 Thread Lance Hoffmeyer
I am a single user connecting through a remote POP host. I use fetchmail -m 'procmail -f -' to retrieve my mail. How do I get procmail to deliver mail to my MH folders? The procmailex file suggests using rvcstore but the current distribution of nmh does not appear to have this file. How can I

Apt, Dselect, and Dpkg. What's the different?

1999-03-10 Thread Tam
Hi all, I am new at Debian and I am kind confused about the Apt, Dselect, and Dpkg programs. Slink was released earlier today and it has: Apt (part 1), the new backend to dselect Apt (part 2), the new commandline I know Apt will soon have a front end (Apt 3 for "Potato") that will

fortran compilier recommendations

1999-03-10 Thread harsh
Hi All, We have a large application currently running on Dec Alpha 500/500 machines which we are investigating porting to a Linux platform. It consist of a SmallTalk engine that uses C and Fortran routines to do it's actual work. While all the Fortran compiles with g77/egcs we have some issues wi

Problems with sudo!!!

1999-03-10 Thread Eliezer Figueroa
I added this line to the /etc/sudoers file: efigueroa /sbin/shutdown -h now after that I loged in as efigueroa an tried to run this command: sudo shutdown -h now Then I recived this error: >>> sudoers file: parse error, line 16 <<< sorry, there is a fatal error in the sudoers file. I check o

Re: Kernel Compile #4 - Success!

1999-03-10 Thread Doug Dine
Andrew, Thanks, think I will just get another card. Also, thanks for your help with Lilo. Went to your site and now have a good working Lilo. At 3/10/99 9:06:00 AM, you wrote: >I used to have that card. It's PnP. Enough said. >Well, not really. I played around with it. I got as far as having

Re: mp3 encoder packaged for debian?

1999-03-10 Thread Torsten Hilbrich
Frankie <[EMAIL PROTECTED]> writes: > I've had a look through dselect and I can't seem to find an mp3 > encoder. (any number of players, but no recorders). > > Is there one, or do I have to go to sunsite, find one and roll it > myself? I heard someone is going to package l3enc. I suggest that

compiling xfree86

1999-03-10 Thread Matt Garman
Could anyone offer any advice or pointers as for how to custom compile xfree86 as a debian package? I want to compile using egcc and only include support for the video driver that I need (trying to make it a bit leaner). Also, I want the libraries to be "thread-safe" because apparently the defau

Re: Gnome 1.0 debs?

1999-03-10 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Wed, 10 Mar 1999, Christopher J. Morrone wrote: > I don't really think that KDE is the best example. For quite a while, KDE > wasn't packaged because of the licensing issues. > Actually, those licensing issues are still not resolved. The latest kde versio

RE: help me to undertand GMT time!!!!

1999-03-10 Thread Shaleh
On 10-Mar-99 Eliezer Figueroa wrote: > I do not undertand time notation like "GMT -0500". Somebody can tell me > how does it work? > Get Your Private, Free Email at http://www.hotmail.com > GMT is "Greenwich meantime". It is the 0 degree line of longitude. Time to the east of this line is GMT

Re: help me to undertand GMT time!!!!

1999-03-10 Thread servis
*- On 10 Mar, Eliezer Figueroa wrote about "help me to undertand GMT time" > I do not undertand time notation like "GMT -0500". Somebody can tell me > how does it work? A quick search found a nice little page describing it at: http://www.dxing.com/utcgmt.htm -- Brian --

Re: PLEASE READ! IMPORTANT! ALL THE MEMBERS! PLEASE READ!

1999-03-10 Thread Christopher J. Morrone
On Wed, 10 Mar 1999, Steve Lamb wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 10 Mar 1999 07:56:00 -0800, Nuno Donato wrote: > > >Yes that's it! A message board it's much easier to use and > >you don't have hundred of e-mails in you Inbox every day. So > >I will wait you

Netscape hanging writing new message

1999-03-10 Thread Paul Miller
I have upgraded my systems to slink. I then switched to using the communicator-smotif-45 package rather than the tarball installer. I did this because Netscape would seem to hang whenever I clicked on the button to write a new message. My home machine works just fine after the change, but the mach

problem compiling kget

1999-03-10 Thread Pollywog
I got this error when trying to install kget. I don't know what to do; I did not compile KDE but installed from Debian packages. checking for new KDE libraries to be present... configure: error: we can't find k2url.h. It may be that you have to compile kdelibs with --enable-new-stuff! thanks --

Re: Gnome 1.0 debs?

1999-03-10 Thread Christopher J. Morrone
On Wed, 10 Mar 1999 [EMAIL PROTECTED] wrote: > In a message dated 3/10/99 6:44:38 AM Central Standard Time, [EMAIL PROTECTED] > writes: > > > Are there Gnome 1.0 debs yet? > > > > I haven't tried Gnome yet. 1.0 seems like the place to start. > > > > Ya know, I don't want to offend any of th

Re: PLEASE READ! IMPORTANT! ALL THE MEMBERS! PLEASE READ!

1999-03-10 Thread Steve Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 10 Mar 1999 07:56:00 -0800, Nuno Donato wrote: >Yes that's it! A message board it's much easier to use and >you don't have hundred of e-mails in you Inbox every day. So >I will wait you all there. See ya! Uhm, no web based "message" boa

RE: XDM headaches

1999-03-10 Thread Benoit Joly
hi, the 2nd problem is not related to xdm but how the xserver works... by default the owner of the xserver (user who started the xserver) is the only one who can send things on the screen. just use the command: xhost +localhost and every user logged on your pc will be allowed to start x apps.

Re: Maximal Mount Count

1999-03-10 Thread Paul Puri
Thanks to everyone on debian-user and #debian. Special thanks to Netgod and Asterix. You all saved my laptop from ruination (repartition). Everthing went smoothly. Now I have three partitions of equal size (1Gb). Yet, now I fear a problem coming on. My first partition is 11% filled, my 2

Re: Going back records, using mt. (script included)

1999-03-10 Thread Torsten Hilbrich
[EMAIL PROTECTED] (Sergey Imennov) writes: > Here's a basic layout of the program: > 1. mt eof ( to 'append to a tape' ) > 2. Write "/" > 3. Write 'dynamic' directories > 4. go back 2 records ( I use mt bsf 2, but that > doesn't work... ) > 5. Invoke BRU's integrity-che

RE: dpkg problem

1999-03-10 Thread Shaleh
On 10-Mar-99 Pollywog wrote: > I installed iglooftp: > > lilypad:/home/pollywog/src# dpkg -i iglooftp_0.3.3-1.deb > (Reading database ... 46648 files and directories currently installed.) > Preparing to replace iglooftp 0.3.3-1 (using iglooftp_0.3.3-1.deb) ... > Unpacking replacement iglooftp ..

help me to undertand GMT time!!!!

1999-03-10 Thread Eliezer Figueroa
I do not undertand time notation like "GMT -0500". Somebody can tell me how does it work? Get Your Private, Free Email at http://www.hotmail.com

Re: xconsole shows PAP (ppp) passwd

1999-03-10 Thread John Hasler
Linh Dang writes: > Why the PAP (ppp) passwd is shown by xconsole. /var/log/ppp can only be > read by adm group, but xconsole can be seen by anyone. Isn't it a > security issue ??? There's a bug in pppd that cause it to ignore efforts to tell it not to show PAP passwords. Comment out the 'debug'

Re: apt-get update help

1999-03-10 Thread Maarten Boekhold
> I thought maybe it was a problem with my /etc/sources.list file. I It probably is, because > tried changing to a different site, but that didn't help. Here is my > /etc/sources.list file, and following that, my apt-get update errors. > > # begin /etc/sources.list > # Use for a local mirr

Re: Strange phenomena: "INIT respawning to fast", "segmentation fault"

1999-03-10 Thread Bruce Sass
On Wed, 10 Mar 1999, Kris Van Heghe wrote: > - Sometimes, even during or just after starting the machine, at one of the > virtual terminals, there is a message saying "INIT respawning to fast, > disabled for 5 minutes". Logging in on that vt is then impossible, trying > on another vt gives me t

Re: Newbie on the Verge of Trashing Thinkpad

1999-03-10 Thread Shaleh
And as an aside, debian-laptop is now open as a mailing list for laptop issues.

RE: dpkg problem

1999-03-10 Thread Pollywog
On 10-Mar-99 Pollywog wrote: > I installed iglooftp: > But dpkg says iglooftp is not installed: > lilypad:/home/pollywog/src# dpkg -L iglooftp_0.3.3-1.deb > Package `iglooftp_0.3.3-1.deb' is not installed. Ooops I goofed. I should not have used the full package name when I did the dpkg -L que

Re: Newbie on the Verge of Trashing Thinkpad

1999-03-10 Thread Nathan E Norman
On Wed, 10 Mar 1999, Oshman, Ben wrote: : I haven't found any info on setting up memory for Linux on a thinkpad. I : keep gettting this damn memory address conflict when Linux boots up that : stops the earth from spinning. I think that since I deleted DOS before : installing, there's no memory

Re: IP-aliasing scripts - in /etc/rc.boot?

1999-03-10 Thread David Wright
Quoting M.C. Vernon ([EMAIL PROTECTED]): > I have a little custom script set up to ipalias. I need to make it > auto-run on bootup (I'm leaving the machine in a cupboard a long way from > home). Can I just place it in /etc/rc.boot/ip_alias_fudge ? or do I need > to do anything else. > > Will it b

Re: kdm

1999-03-10 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Wed, 10 Mar 1999, Marcelo E. Magallon wrote: > kdm is kinda RH-centric. RH uses ~/.wm_style to pick up the window manager > used. kdm writes `fvwm' to this file when you select `fvwm' on the panel. > `last login' actually means "don't write anything to ~/.

dpkg problem

1999-03-10 Thread Pollywog
I installed iglooftp: lilypad:/home/pollywog/src# dpkg -i iglooftp_0.3.3-1.deb (Reading database ... 46648 files and directories currently installed.) Preparing to replace iglooftp 0.3.3-1 (using iglooftp_0.3.3-1.deb) ... Unpacking replacement iglooftp ... Update-menus: waiting for dpkg to finish

Re: Ethernet connection to Windows98

1999-03-10 Thread Jeff Miller
Christian, You'll want to read up on Samba as it will allow you to connect a Linux machine to a Win98 machine. You should probably enable TCP/IP (if it isn't already) and assign an IP address to both of your PCs. I use the same type of Ethernet card and I'm able to browse the "Network Neighbo

RE: Newbie on the Verge of Trashing Thinkpad

1999-03-10 Thread Pollywog
On 10-Mar-99 Oshman, Ben wrote: > I haven't found any info on setting up memory for Linux on a thinkpad. I > keep gettting this damn memory address conflict when Linux boots up that > stops the earth from spinning. I think that since I deleted DOS before > installing, there's no memory management

Re: kdm

1999-03-10 Thread Marcelo E. Magallon
On Wed, Mar 10, 1999 at 09:15:53AM -0500, Noah L. Meyerhans wrote: > > in wdm: kdm remembers your last session, when you type your username it > > switches the menue to the last used session, so that you don't have to > > click every time you login (if you prefere non-default one). Of course, it >

Re: Newbie on the Verge of Trashing Thinkpad

1999-03-10 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- Umm, I probably sould have included the URL...oops. Here it is: http://www.muc.de/~hm/linux/thinkpad.html noah PGP public key available at http://lynx.dac.neu.edu/home/httpd/n/nmeyerha/mail.html or by 'finger -l [EMAIL PROTECTED]' This message was co

Re: Newbie on the Verge of Trashing Thinkpad

1999-03-10 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Wed, 10 Mar 1999, Oshman, Ben wrote: > I haven't found any info on setting up memory for Linux on a thinkpad. I > keep gettting this damn memory address conflict when Linux boots up that > stops the earth from spinning. I think that since I deleted DOS before

Re: Gnome 1.0 debs?

1999-03-10 Thread sjb
Couldn't .debs that aren't 100% at least go into potato? That's what unstable is for isn't it ? Regards Sarel Botha On Wed, 10 Mar 1999, Havoc Pennington wrote: > > On Wed, 10 Mar 1999 [EMAIL PROTECTED] wrote: > > > > Ya know, I don't want to offend any of the developers or anything, but I'm

Re: What to do with "base"???

1999-03-10 Thread Santiago Vila Doncel
On Tue, 9 Mar 1999, Mark Phillips wrote: > My system is now uptodate with the newly released Slink, but there are > now a number of obsolete packages. In particular, there are two > _required_ packages listed as obsolete: > > --- Obsolete/local Required packages in section base --- >

Re: Ethernet connection to Windows98

1999-03-10 Thread Will Lowe
> Hello Debian-mentors, I've moved this post to debian-users. The debian-mentors list is for people who need help creating debian packages; -users is for questions about how to get the system working, etc. ... > I have a NE2000 compatible Ethernet card installed and detected by > my kernel.

Re: apt-get update help

1999-03-10 Thread Kent West
At 09:20 AM 3/10/1999 -0600, Matt Garman wrote: >On Wed, Mar 10, 1999 at 08:57:58AM -0600, Matt Garman wrote: >> When I try to do an "apt-get update," I get the following errors: >> >> Get http://http.us.debian.org stable/contrib Packages >> 0% [Packages `Connecting to http.us.debian.org' 0]http:

Newbie on the Verge of Trashing Thinkpad

1999-03-10 Thread Oshman, Ben
I haven't found any info on setting up memory for Linux on a thinkpad. I keep gettting this damn memory address conflict when Linux boots up that stops the earth from spinning. I think that since I deleted DOS before installing, there's no memory management taking place. Where can I go for help? -

XDM headaches

1999-03-10 Thread Christian Dysthe
Hello Debian-users, I am a Debian/Linux newbie. However, I do have hamm running well on my computer now. I use Xfree 3.3.3 to make my Matrox card work and XFCE/ with XFWM as windows manager. I was using startx to log in to accounts, but now I want to use XDM. I changed to runlevel 5 and

Ethernet connection to Windows98

1999-03-10 Thread Christian Dysthe
Hello Debian-mentors, I do not expect to get recipe here regarding Debian and networking. I just need to know where to start reading, and maybe where to look for information regarding this. I have a NE2000 compatible Ethernet card installed and detected by my kernel. What I want to do i

Re: Upgrade LyX from Potato?

1999-03-10 Thread Leszek Gerwatowski
On Wed, Mar 10, 1999 at 03:32:49PM +0100, [EMAIL PROTECTED] wrote: > I want to upgrade to LyX 1.0.1-1 from potato, since it seems slink was > released still with LyX 0.12.0.final-0.1. So far upgrading packages from > slink in hamm has gone ok, but of course slink wasn't unstable but frozen. > >

Re: How to get Debian and (argh!) Windows 95 machines linked through null modem?

1999-03-10 Thread Hamori Andras
Pablo Longhi Lorenzzoni wrote: > > Hi Debianers!! > > I have a big problem and little time to solve. Can anyone help me? > I have to get a Debian (hamm) machine and a (argh!) Windows 95 one > linked through a null modem cable using PPP protocol. The Debian machine can > be > abl

first-time exim

1999-03-10 Thread Odin
I'm trying to get a sparcstation IPC up using slink, and smail keeps giving me a bus error, so I decided I'd try using exim since I heard it was superior. I've got a(some) problem(s), though that I was wondering if anyone else had experienced and could help me with. First off: [EMAIL PROTECTED]

RE: Using crontab to update Debian

1999-03-10 Thread John Galt
Pipe yes to it. On Tue, 9 Mar 1999, Shaleh wrote: > > On 09-Mar-99 Paulo Henrique Baptista de Oliveira wrote: > > Hi Debian users, > > In my country (Brazil) I only have to pay one tax between 0:00 and > > 6:00 AM independent of call time. > > I'm start thinking to get my home machine

Re: IP-aliasing scripts - in /etc/rc.boot?

1999-03-10 Thread whbell
Matthew, I have just added an aliased interface to my system. What I did, (anyone, correct me if I am wrong), was to add another section to the bottom of the /etc/init.d/network script. I just followed the syntax used for the two real interfaces but gave the aliased interface the name- ADPT=eth

Re: IP-aliasing scripts - in /etc/rc.boot?

1999-03-10 Thread servis
*- On 10 Mar, M.C. Vernon wrote about "IP-aliasing scripts - in /etc/rc.boot?" > I have a little custom script set up to ipalias. I need to make it > auto-run on bootup (I'm leaving the machine in a cupboard a long way from > home). Can I just place it in /etc/rc.boot/ip_alias_fudge ? or do I need

[Debian] AGFA Studiostar scanner support

1999-03-10 Thread Nico De Ranter
Howdy, I want to connect an AGFA StudioStar scanner to my Linux box. Unfortunately it doesn't seem to be supported by SANE. Is there any other way to use a scanner from Linux? Nico -- --- system failure ... hit any user to continue ...

Re: Printer in kernel 2.2.1

1999-03-10 Thread Dean Allen Provins
Hello: A recent message (portion follows) indicated printer problems with Kernel 2.2.1. I am having somewhat sinilar problems, and request assistance. The previous correspondents indicated: > *- On 9 Mar, Paulo Henrique Baptista de Oliveira wrote about "Printer in > kernel 2.2.1" > > Hi D

Unable to connect to xserver with xdm 3.3.2.3a-11

1999-03-10 Thread Scott Ingram
Went ahead and used "apt-get dist-upgrade" to move to the new 2.1 distribution and now I get the following errors in the xdm-errors log: AUDIT: Wed Mar 10 08:45:17 1999: 201 X: client 1 rejected from local host Auth name: MIT-MAGIC-COOKIE-1 ID: -1 Xlib: connection to ":0.0" refused by server Xli

Re: Gnome 1.0 debs?

1999-03-10 Thread Havoc Pennington
On Wed, 10 Mar 1999 [EMAIL PROTECTED] wrote: > > Ya know, I don't want to offend any of the developers or anything, but I'm > curious about something... Why is it that Debian is always the last to get > packages for any given product? When KDE came out, rpms were right around the > corner. This

Re: PLEASE READ! IMPORTANT! ALL THE MEMBERS! PLEASE READ!

1999-03-10 Thread Bastiaan
At 07:56 AM 3/10/99 -0800, you wrote: am a member of the Debian Linux Mailing List(just like you) and I know how boring is to receive every day hundreds of e-mails, and don't have time to read it all. Don't subscribe then.. :-) Until we write again, Bastiaan/2 --

Re: Maximal Mount Count

1999-03-10 Thread Mike Merten
On Wed, Mar 10, 1999 at 11:06:59AM +0100, [EMAIL PROTECTED] wrote: [snip] > > I just wonder if I /lost+found subdirs created in new ext2 partitions can be > deleted or they have to stay there for any reason... they do take some > space. > > Regards, > > Horacio I believe the lost+found director

IP-aliasing scripts - in /etc/rc.boot?

1999-03-10 Thread M.C. Vernon
I have a little custom script set up to ipalias. I need to make it auto-run on bootup (I'm leaving the machine in a cupboard a long way from home). Can I just place it in /etc/rc.boot/ip_alias_fudge ? or do I need to do anything else. Will it be run last of all (and if not, where should I put it

PLEASE READ! IMPORTANT! ALL THE MEMBERS! PLEASE READ!

1999-03-10 Thread Nuno Donato
Thank you for reading my message. I am a member of the Debian Linux Mailing List(just like you) and I know how boring is to receive every day hundreds of e-mails, and don't have time to read it all. So now I have found a much easier way. Click on the link on the bottom of my email to go directly

xconsole shows PAP (ppp) passwd

1999-03-10 Thread Linh Dang
Why the PAP (ppp) passwd is shown by xconsole. /var/log/ppp can only be read by adm group, but xconsole can be seen by anyone. Isn't it a security issue ??? (btw, I run potato) -- Linh Dang

Re: Gnome 1.0 debs?

1999-03-10 Thread MallarJ
In a message dated 3/10/99 6:44:38 AM Central Standard Time, [EMAIL PROTECTED] writes: > Are there Gnome 1.0 debs yet? > > I haven't tried Gnome yet. 1.0 seems like the place to start. > Ya know, I don't want to offend any of the developers or anything, but I'm curious about something... Why

Was this a DOS attack ?

1999-03-10 Thread Christian Hammers
Hi ! Last sunday we had a very strange problem with our web-server. Suddenly none of the following services were available: * Webserver (apache_1.3.3) * SNMP * SSH * console login So it seemed that the computer was freezed. But strangely the following services *were* available: * ping * pop3 A

Strange phenomena: "INIT respawning to fast", "segmentation fault"

1999-03-10 Thread Kris Van Heghe
Hi, While I installed Linux some time ago with a lot of 'trial and error', I got things working finally, Including xdm and kdm, on an old Deskpro386, 20 Mhz, 12 Mb memory with SVGA card, . Two curious things keep me bothering from the beginning, however: - Sometimes, even during or just after s

Re: Bios Problem

1999-03-10 Thread Keith G. Murphy
Michael E. Touloumtzis wrote: > > On Tue, Mar 09, 1999 at 06:39:54PM +0100, Simone Rapizzi wrote: > > > > I've just installed Linux, but I can't use LILO: > > > > When I reboot I see: > > " L 01 01 01 01 01 01 01 01 01" and so on. > > > Unlikely a BIOS problem. Have you installed LILO in the M

Re: apt-get update help

1999-03-10 Thread Matt Garman
On Wed, Mar 10, 1999 at 08:57:58AM -0600, Matt Garman wrote: > When I try to do an "apt-get update," I get the following errors: > > Get http://http.us.debian.org stable/contrib Packages > 0% [Packages `Connecting to http.us.debian.org' 0]http: Bad header > line > Get http://http.us.debian.org st

Re: More than 5 SCSI disks? (/dev/sdf: ENXIO)

1999-03-10 Thread Nathan E Norman
On Wed, 10 Mar 1999, Dr. Andreas Wehler wrote: : Hello. : : Is it possible to run 2 Adaptec 2940UW simultaneously? Then : we would consider to change Advansys by Adaptec. Sure - you can run two 2940UW HBAs at the same time. I've done it here ... -- Nathan Norman MidcoNet 410 South Phill

Re: German NFS-Server

1999-03-10 Thread Ralf G. R. Bergs
On Wed, 10 Mar 1999 14:54:11 +0100 (CET), Florian 'Papa Flo' Streck wrote: >Does anybody know a debian-mirror in Germany that I can access via NFS? >I already tried the ftp-mirrors but always got a time-out message. >Could it be that I just tried the wrong Paths? Or do those servers >(ftp.de.debia

Re: DNS--> h2n program

1999-03-10 Thread Heikki Vatiainen
Ian Setford wrote: > I have been reading the O'Reilly DNS/Bind book and it mentions a > program/utility (h2n) to convert a hosts file to the db.* files needed for > DNS. I searched the debian packages in both stable/unstable and couldn't > find any mention of it. Anyone know where I can find this

Re: Kernel Compile #4 - Success!

1999-03-10 Thread Andrei Ivanov
I used to have that card. It's PnP. Enough said. Well, not really. I played around with it. I got as far as having the FM synthesiser detected, but that is as far as it went. The trick here is again, use isapnp to initialize card at boot, and then insmod for the sound (which means you compile sound

apt-get update help

1999-03-10 Thread Matt Garman
When I try to do an "apt-get update," I get the following errors: Get http://http.us.debian.org stable/contrib Packages 0% [Packages `Connecting to http.us.debian.org' 0]http: Bad header line Get http://http.us.debian.org stable/main Packages gzip: stdin: unexpected end of file 0% [Packages `C

DNS--> h2n program

1999-03-10 Thread Ian Keith Setford
I have been reading the O'Reilly DNS/Bind book and it mentions a program/utility (h2n) to convert a hosts file to the db.* files needed for DNS. I searched the debian packages in both stable/unstable and couldn't find any mention of it. Anyone know where I can find this program or one like it? T

Re: writing device drivers for fbsd

1999-03-10 Thread Richard Lyon
> What is a good reference to learn to to write device drivers for fbsd? I > remember some recommended a good book a few months ago but forgot to save the > message. > Is this a troll? The obvious answer is to ask the question on the fbsd mail lists. Those friendly bsd folks will help out. Mo

Re: I can't beleive this

1999-03-10 Thread Richard Lyon
> P.S. I'm a fairly new linux user and I actually like dselect. Should I > seek counseling? :) > Yes I am new to linux and like dselect. Gives one a good grasp on what is going on and makes installing packages a breeze. Maybe we should form the dselect self-help group to try and convince ourse

Re: I can't believe this

1999-03-10 Thread Richard Lyon
> I'm now taking a course in Linux. It's the only way I can learn > it. Dos, Windows, Assembler, AppleDos, etc are all self -intuitive. Linux > is not. Have you tried a good book like "Running LINUX" by Welsh and Kaufman (O'Reilly)? It helped me a lot. The linux HOWTOs are pretty good also.

  1   2   >