Re: [newbie] shuting down by ord. user..

1999-07-30 Thread Andy Goth
> > Hmm. Maybe root isn't the only user who wants to shut down the system > > when he presses Ctrl+Alt+Del. Try comparing the $USERNAME against the > > names in shutdown.allow (a la a GAWK script). Would that work, guys? > > > > why not just compare 'id -u' with zero then? id? I haven't seen

RE: [newbie] compiler

1999-07-30 Thread Bob Schmidt
Hi, I installed that, but it came back and said makeinfo missing (can't find that anywhere) and compiler can't make execuatable Thanks, Bob On Fri, 30 Jul 1999, you wrote: > Make sure the pgcc package is installed.

Re: [newbie] UNIX INTRO: Shell Processing

1999-07-30 Thread Andy Goth
> $ cat < abcfile xyzfile > This is the contents of xyzfile > $ > > If anyone has an answer to this, tell us! Try tracing it. > We can use a very important trick to find out: set -x > - - What shells does that work with? UX, I know, but BASH? > $ set -x >

Re: [newbie] Re: X lockup

1999-07-30 Thread Andy Goth
> Does your system stay running long enough for the cron jobs to process? I haven't done anything with cron. I have yet to read about what it's for. > You could have a ton of temp files and stuff waiting to be dumped. Should I just rm everything out of the /tmp directory?

Re: [newbie] Slow bandwith

1999-07-30 Thread Ben
In kppp check your connection speed. Setup -> Device -> Connection Speed Try setting it to 115200 and see if that helps. > mdk6.0 kppp says i am connecting @ 38400 but whenever i pull up a site, > ftp, download, etc., the maximum i pull is between 300- 600 bytes. under > windows i average betw

Re: [newbie] How to mount ATAPI ZIP Drive in Mandrake 6.0?

1999-07-30 Thread John Connell
Jim, Make a directory in your /mnt/ directory called /zip from root prompt-- cd /mnt/ then mkdir /zip then go to your /etc/fstab file and add this line /dev/hdxx /zipvfatuser,noauto,rw 0 0 hdxx being whatever your zip drive is mine is hdd4 John - Original Message ---

RE: [newbie] compiler

1999-07-30 Thread Ken Wilson
Make sure the pgcc package is installed. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Bob Schmidt > Sent: Friday, July 30, 1999 2:21 PM > To: Linux-Mandrake Newbie > Subject: [newbie] compiler > > > Hi All, > > I'm pretty new at this stuff, I'm t

Re: [newbie] Mylex D960PG problem

1999-07-30 Thread Carl St-Jacques
Do you check in the Bios of the MylexD960PG... Probably you boot directly on the Raid system. Do you have another hard drive in your box? If you have an hard drive try to boot the rootfs on this drive and then activate and mount your raid system. Hope this help Carl St-Jacques - Original

Re: [newbie] SCSI

1999-07-30 Thread Alan Shoemaker
Jasontry this URL and see if it helps. http://www.cvlug.org/hp/cfg_401.html Alan -Original Message- From: Jason Cotterell <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, July 30, 1999 12:55 PM Subject: [newbie] SCSI >I have mandrake 5.3 and i can't seem

[newbie] How to mount ATAPI ZIP Drive in Mandrake 6.0?

1999-07-30 Thread Jim Snyder
Hi Please help me get my Atapi Zip Drive recognized in Mandrake Linux 6.0. Many thanks in advance!!! Jim Snyder [EMAIL PROTECTED]

[newbie] compiler

1999-07-30 Thread Bob Schmidt
Hi All, I'm pretty new at this stuff, I'm trying to install kxicq on my machine. But it says that I need a compiler, well I looked through my mandrake 6 box and installed colorgcc. But when I run ./configure it says that the gcc can't create an excutable. Any ideas on what I should do? Thanks

Re: [newbie] shuting down by ord. user..

1999-07-30 Thread Axalon
Opps i wasn't done, On Fri, 30 Jul 1999, Axalon wrote: > > > On Fri, 30 Jul 1999, Theo Brinkman wrote: > > > Ok, you guys are getting a bit over my head at this point. I'm very > > much a newbie at scripting stuff, so some examples would be nice. > > > > Here's the script as it stands: >

Re: [newbie] low port privs

1999-07-30 Thread Richard Myers
On Fri, 30 Jul 1999, David Kammer wrote: > Hi All, > Odd question. It seems as if only root is allowed to start proccesses > with low port numbers like 80 (httpd is not running on my machine). when > non-su's try to do this, the port allocation simply fails. My question is > is there a way to

Re: [newbie] shuting down by ord. user..

1999-07-30 Thread Axalon
On Fri, 30 Jul 1999, Theo Brinkman wrote: > Ok, you guys are getting a bit over my head at this point. I'm very > much a newbie at scripting stuff, so some examples would be nice. > > Here's the script as it stands: > - - > #!/bin/sh > # Shutdown on Ctrl+Alt+Delete based on User. > > if [ i

RE: [newbie]Change the command line prompt

1999-07-30 Thread Richard Myers
On Fri, 30 Jul 1999, Griffin, Michael wrote: > how do i change the command line prompt from ["username"@localdomain > /"directory"]#or$ to something more minimal say just something like > $"/directory"> or #"/directory"> (depending on the user). it is my > perceived understanding that the differ

RE: [newbie]Change the command line prompt

1999-07-30 Thread Matt Stegman
You might be interested in the Bash-Prompt-HOWTO. It goes into much more detail than I can/will here, and should be available in /usr/doc/HOWTO or if you didn't install the documentation, at http://metalab.unc.edu/LDP/HOWTO/Bash-Prompt-HOWTO.html Basically, the prompt is stored in the PS1 enviro

Re: [newbie] UNIX INTRO: lessons declared open source

1999-07-30 Thread Steve Winston
An aside..Or should I say: A peripheral issue.. I don't work with computer technology except to type lesson plans and make instructional materials for ESL classes I teach to adults. So, much of what I study about Unix or Linux is lost through my lack of use of it in my daily work. So,

Re: [newbie] shuting down by ord. user..

1999-07-30 Thread Theo Brinkman
Hmm. on 'echo $USERNAME' I get root if I've logged in as root, even while logged in as someone else with 'su', but nothing if I've logged in as anyone else, unless I've done a 'su root' in which case I get 'root. With 'echo $LOGNAME' I get the user currently logged in as, for example, bob if I'v

RE: [newbie]Change the command line prompt

1999-07-30 Thread Griffin, Michael
here is a basic question. how do i change the command line prompt from ["username"@localdomain /"directory"]#or$ to something more minimal say just something like $"/directory"> or #"/directory"> (depending on the user). it is my perceived understanding that the difference for the "#" sign and t

Re: [newbie] Re: X lockup

1999-07-30 Thread Ripcrd6
>> > > Ctrl-Alt-Backspace shuts down X >> > >> > It's supposed to, but it took maybe an hour for it to respond. Usually >> > it's instant, but it wasn't in this case. >> >> A second is more like it. You've got something stealing cycles in a big way! > >The problem is that a _lot_ of different thin

Re: [newbie] Boot from hard drive

1999-07-30 Thread John Aldrich
On Thu, 29 Jul 1999, [EMAIL PROTECTED] wrote: > I installed Mandrake Linux 6.0 in my hard drive (linux only). It works > fine when it boot from floppy disk. But I can't boot from hard drive > and error message prompted. > > ERROR LOADING OS > > > How do I

Re: [newbie] ISDN configuration

1999-07-30 Thread Tom Fisher
AS far as I know the gate way is set right.  All the windows machines in the office have a gateway of 216.172.53.65.  That's what I set my Linux to.  Where are the ISDN tools in linux?  I am a little lost as I have only had Linux for two weeks now.  I would use it alot more if I could switch

Re: [newbie] Loading modules?

1999-07-30 Thread pixel
"Dan Brown" <[EMAIL PROTECTED]> writes: > Where do I specify what modules to load at boot time? Currently, > some modules load, while others do not. Particularly, the tulip and sg > modules do not load. I can manually load them as root by typing > /sbin/insmod, but that's a bit of a pain.

[newbie] UNIX INTRO: lessons declared open source

1999-07-30 Thread Richard Myers
Because: o Open source works better than closed source; and o The lessons were developed partly using ksh rather than BASH; and o It is entirely possible that there could be undetected errors; and o Additional contributors will make the lessons better, I hereby declare: ...that every

[newbie] UNIX INTRO: Shell Processing

1999-07-30 Thread Richard Myers
If you feel the material I've been sending out has been too advanced, please send me email (it doesn't need to go to the maillist, unless you want it to...) at: [EMAIL PROTECTED] ...to let me know. We can do an intro to the intro. Some of the material in this lesson is *intermediate* level.

Re: [newbie] Removing LILO

1999-07-30 Thread Dennis Podein
You remember correctly , And yes , 98 is as rude as 95 . - Original Message - From: Thomas J. Hamman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 29, 1999 6:16 PM Subject: RE: [newbie] Removing LILO > On 29-Jul-99 Dennis Podein wrote: > > Hello , here is my dilemma .

Re: Re[2]: [newbie] Boot from hard drive

1999-07-30 Thread Axalon
On Fri, 30 Jul 1999 [EMAIL PROTECTED] wrote: > My Hard drive partition as following: > > mount bootable flag devfs type > -- > / * hda1 linux native >hda2

Re: [newbie] looking at my pc files from Linux

1999-07-30 Thread Andy Goth
> Why all the fuss? It is possible to mount WIN98 fat32 partitions. Simply > download your stuff on the windows machine and mount the partition the *.gz > files are stored on. I've used it for ages. I know to mount a plain DOS disk with: mount -t msdos /dev/hXX /mnt/Y (hXX is, for example, hda1

Re: [newbie] Past messages file?

1999-07-30 Thread Axalon
They are linked from the main website On Thu, 29 Jul 1999, sledge151 wrote: > Where do I need to go to find a collection of the past newsgroups postings? > I remember somebody awhile back asking but I don't remember the location. > Thanks. > > __