Forcing a process to have a new controlling terminal

1998-04-02 Thread Harmon Sequoya Nine
Hello. I'm experimenting with pseudo-terminals, and I cannot find out how, after getting a pseudo-terminal how I can make it the controlling terminal (i.e. "/dev/tty") of a newly-spawned process. Can anyone help me out? TIA -- Harmon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Incorrect /usr/include/linux and /usr/src/linux sym-links

1997-08-11 Thread Harmon Sequoya Nine
Hello. A few problems I've encountered on installing the kernel source and headers. 1) If the source is installed first, then the headers, the /usr/src/linux symlink pointer to the headers directory instead of the source directory. Perhaps a modification to the install scripts for these pac

Problems with Debian 1.3.1 kernel rebuild

1997-08-11 Thread Harmon Sequoya Nine
I've rebuilt my kernel and the compile goes well. However, /lib/modules/2.0.30/modules.dep does not get created properly on the first reboot. The kernel says its creating it (which it does), but its completely empty. Help -- Harmon -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the w

Problems using 1542A SCSIadapter-driver with 1542CP

1997-05-29 Thread Harmon Sequoya Nine
I friend of mine has an adaptec 1542CP SCSI adapter, and we're using the standard 1542 driver that comes along with the linux distribution. The adapter is recognized just fine, however when using a SCSI CDROM through the adapter we get the following error message: Warning: running low on SCSI DMA

How to configure dhcpcd -- not yet solved

1997-05-28 Thread Harmon Sequoya Nine
Thanks very much for the information on this problem I'm having. Trying now to root around and see what's wrong (can't get dhcpcd to use my ethernet card). I notice on boot that the following messages come up: daemon.log.0:May 25 04:06:41 tao modprobe: Can't locate module net-pf-4 daemon.log.0:M

kerneld

1997-05-27 Thread Harmon Sequoya Nine
To use all of your modules, do you need only to put "auto" in your /etc/modules file, or do you need to put all of the modules that you want loaded on demand as well? TIA -- Harmon -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail t

Re: How to configure dhcpcd?

1997-05-24 Thread Harmon Sequoya Nine
Tried it, but it doesn't work... However, I am using an alpha driver for an eepro100. My /etc/dhcpc/config file looks like this: --- (tao)hnine:/etc/dhcpc[523]$ cat config # List here the interface that the dhcpcd daemon should use. # The default is to assign an IP address to

How to configure dhcpcd?

1997-05-22 Thread Harmon Sequoya Nine
Hi. I've got a new cable modem that I am trying to configure for Linux. I've read the docs on "dhcpcd", the daemon that fetches the IP address, etc., from the cable company, but I can't determine how to use it from these docs (I'm a total newbie to cable modem configuration). What files do I ne

Driver compiled under kernel 2.0.29 says it was compiled under 2.0.28

1997-05-19 Thread Harmon Sequoya Nine
Hi. I have this alpha-release driver for a PCI ethernet card that I compiled under kernel 2.0.29 (my current kernel). However, when I try to install it in the kernel with "insmod", insmod reports that the driver was compiled under kernel 2.0.28 and that it won't install it (at least not witho

False alarm on "mount" command

1997-05-19 Thread Harmon Sequoya Nine
Turns out it just pays to scan the docs more closely. The problem I encountered was due to the "user" option implying noexec, nosuid, and nodev (unless overridden by later options). I had placed all of my options in alphabetic order, i.e. dev,exec,user so "user" overided exec and dev.

Picky format of "/etc/fstab" according to "mount" command

1997-05-18 Thread Harmon Sequoya Nine
Didn't know where to report this. I looked at the source code, and it's full of different names and email addresses -- so the Debian users list seemed like a safe bet ... The "mount" command seems to be rather picky about the format of the /etc/fstab file. In particular, the "options" column.

Linux 2.1.** kernel support for Intel 82557-based ethernet card?

1997-05-16 Thread Harmon Sequoya Nine
Thanks for the response on LINUX SUPPORT FOR CABLE MODEMS? Apparently, Linux doesn't have a driver for the Intel 82557-based PCI twisted-pair ethernet card. It looks as thought this is not the same as the EtherExpress Pro/10+ because it uses a different chip (the 82557). Does Linux 2.1.** have s

LINUX SUPPORT FOR CABLE-MODEMS?

1997-05-15 Thread Harmon Sequoya Nine
Hi all. A "cable modem" has just been installed on my computer, and I would like to use it under Linux: 1) The card that was installed on my computer is a 10base-T (twisted pair) ethernet card -- "Intel 82557-based PCI Ethernet card". Does the Linux kernel currently have a driver for this card

Re: gpm configuration

1997-05-07 Thread Harmon Sequoya Nine
Franck -- You can run "gpmconfig" as root, and it will ask you all the relevant questions. -- Harmon -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Lilo

1997-05-03 Thread Harmon Sequoya Nine
Gary -- From what I can tell, you need to: copy your lilo.conf file to something like lilo.conf.floppy change the "boot=" line in lilo.conf.floppy to "boot=/dev/fd0" insert a floppy and type "lilo -C lilo.conf.floppy" This should cause lilo to write to the master boot record of the flo

Re: "pg" command for linux?

1997-05-02 Thread Harmon Sequoya Nine
Thanks for the information on "more" and "less". I use them so often that I assumed I knew everything about them (through osmosis, maybe?). Didn't even think of reading the man page (duh). Thanks again. -- Harmon -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EM

Re: "pg" command for linux?

1997-05-02 Thread Harmon Sequoya Nine
Actually, that's what I've done (i.e. creating a link from pg to less). But the students, being used to pg, have some difficulties adjusting. Since it's a certificate course and we go at it 8 hours a day, 5 days a week, when they're already in the "pg"-rut, making the adjustment to "less" can

"pg" command for linux?

1997-05-01 Thread Harmon Sequoya Nine
Hello all. I'm an instructor for a certificate course in C and UNIX. Currently we are using SCO, but for the C++ course, I would like to use linux -- mainly because I can use the GNU debugger to better display the internal workings of the C++ language (SCO's C++ compiler is C-front, so their debu

Re: Is there an opposite to adduser?

1997-04-30 Thread Harmon Sequoya Nine
Under /usr/sbin there is a program called "deluser". Odd thing, though, I couldn't find a man page for it, and it wasn't listed in the "see also" section of the "adduser" man page -- so it isn't obvious at all that it is there :-| -- Harmon -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the

Daylight savings time?

1997-04-30 Thread Harmon Sequoya Nine
I was wondering if there is a way to get my clock to automatically adjust for daylight savings time in the spring and fall. Is there an environment variable or something? I've tried "TZ=EST5EDT" as on some other UNIX systems, but it doesn't seem to work in LINUX. Thanks in advance for any info.

Re: New Hard Disk

1997-04-29 Thread Harmon Sequoya Nine
Syd -- Looks like you can use the "cp" command with the "--archive" option (see "cp" man page). What you need to do is, after you place a linux filesystem on the partition with "mke2fs", mount that partition under the generic mount-point directory "/mnt": mount /dev/hd?? /mnt Then, copy every

Re: fdisk problem - can't seek

1997-04-29 Thread Harmon Sequoya Nine
Assuming you are using "cfdisk", the fdisk utility that is run as part of the initial Debian installation (i.e. the 6 disks). I had the same problem when I partitioned a large disk. I particular I was partitioning it into several logical partitions on the outer-most part of the disk. "cfdisk" di

WINE AND SHARE.EXE

1997-04-27 Thread Harmon Sequoya Nine
Hello. I'm trying out the windoze emulator "wine", and can get games like minesweeper and solitaire to run fine. However, whenever I try to run microsoft word, a message is displayed telling me that I must run "share.exe". "share.exe" is under my /dos and /windows/command directories on my dos

Re: Memory Gobbler

1997-04-19 Thread Harmon Sequoya Nine
Chock one up to hardware inexperience. I had just installed a 16M upgrade on my brother's 486 -- a single 16M SIMM in one memory slot. The computer saw it, but I had heard that SIMMS must be installed in pairs, so I was perplexed. The 486 is a 32-bit processor after all. I found out later that

Re: Memory Gobbler

1997-04-19 Thread Harmon Sequoya Nine
Don't know if this relates to the question, but... I was looking at how to recompile the kernel to get it to recognize memory above 64M, and it said you should have at least 512K of cache to do this... -- Harmon -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL

Re: Simple Unix question

1997-04-19 Thread Harmon Sequoya Nine
Joe -- Actually, in the new Debian release (rex), they have the "zip" and "unzip" Debian packages for pkzip ".zip" files. They're located in the directory: stable/binary-i386/misc Their actual names are: stable/binary-i386/misc/zip_2.01-14.deb stable/binary-i386/misc/unzip_5.12-15.deb

Re: SB cfg problem - need docs

1997-04-08 Thread Harmon Sequoya Nine
Dave -- Check out http://www-nt-ca.creaf.com/wwwnew/tech/spec/specs.html -- Harmon

Linux for the power PC

1997-04-01 Thread Harmon Sequoya Nine
Has Linux been ported to the Apple Power PC (i.e. not the 68000 but the 601?). If so, is it in the Debian distribution? Thanks in advance for the info :). -- Harmon

Re: Lilo booting

1997-03-30 Thread Harmon Sequoya Nine
I've found that you have to mark the WIN95 partition as the "bootable" partition in the partition table or win95 has a hissy-fit. However, this DOES NOT affect the boot-ability of your linux partition. You can make both linux and win95 bootable on power-up by editing your lilo.conf file in your

Re: screen capture tool for Debian

1997-03-26 Thread Harmon Sequoya Nine
Zach -- From what I can tell, the "xv" program does just what you want. If you don't have it on your Debian distribution, you can download it from a Debian mirror -- it's in "non-free", so it's not included on the cd's anymore (to my knowledge). There is an option under the "save" window

Problem with rebuilt kernel

1997-03-22 Thread Harmon Sequoya Nine
Hi all. I've just recompiled my kernel by going through the make menuconfig make dep make clean make zlilo procedure, but the new kernel won't boot properly. It gets as far as: ... VFS: Mounted root (ext2 filesystem) readonly Unable to open an initial console This "Unable to open an initial

Re: HELP!

1997-03-17 Thread Harmon Sequoya Nine
Send a message to the list with the sole word "unsubscribe". That should do it. -- Harmon

Re: /home a read-only filesystem

1997-03-10 Thread Harmon Sequoya Nine
Mike -- Do you have write permissions to that directory (ls -ld /home)? Is it a separate partition or on a separate disk? If so, check out the /etc/fstab entry for /home, and if you see "ro" or something along the lines of "read-only", remove it. I'm very interested what the problem turns out to

Re: how to intstall Netscape 3.01?

1997-03-09 Thread Harmon Sequoya Nine
Something I know how to answer!! You'll need to download netscape for Linux from home.netscape.com. You can find it by following the menu choices -- it's layed out pretty good. I suggest you place the tar-file in root's home directory or a subdirectory thereof, then make a symbolic link to it

Re: now what

1997-03-08 Thread Harmon Sequoya Nine
Dave -- Since you're using a modem and don't have a direct internet connection, I'd suggest ordering the debian cd's from i-connect (web = www.i-connect.net). The installation should go pretty smooth, although you may have to repeat the procedure a few times to get everything to install correctly.

Re: alias?

1997-03-08 Thread Harmon Sequoya Nine
Hi Bjoern. To get an alias to be "permanent", it depends on what shell you're using. For the korn-shell, place the alias in your .kshrc file under your home directory. For bash, put it in .bash_profile and .bashrc -- all of these files are executed by a shell whenever you have either a) just lo

Re: GCC problems

1997-03-08 Thread Harmon Sequoya Nine
Hi. I had the same problem when trying to use the "c++" side of gcc. The problem was with "gnat", which created some links that caused gcc to be unable to find particular executables. You can fix this by de-installing "gnat" (NOT TO BE CONFUSED WITH "gnats", WHICH IS A TOTALLY DIFFERENT PACKAG

Re: Linux and Fat32?

1997-03-01 Thread Harmon Sequoya Nine
As far as I know it does. Just use the standard "mount" command, but with a "-t vfat" filesystem option. You'll need to load the "vfat" module at boot time (when you installed debian, the "configure modules" section gives you this ability). So the command would be: mount -t vfat /dev/hd? /moun

Re: Lilo query

1997-03-01 Thread Harmon Sequoya Nine
Your "boot=/dev/hda3" should actually read "boot=/dev/hda". This is how it is on my computer. Please let me know if this doesn't work. :-) -- Harmon

Re: can Linux r/w Windoze FAT32?

1997-03-01 Thread Harmon Sequoya Nine
Unless its changed in the past few months, Linux can read and write to dos/windows 95 partitions without a problem. There are two ways. The first is with the "mtools" (do a "man mtools" to get more info), although this is usually only with a floppy. The second way is to mount the win95 partition

xemacs is ignoring my tab key

1997-02-26 Thread Harmon Sequoya Nine
Just ran xemacs and was using it to edit a C++ program. Unfortunately, when I try to indent using my "tab" key, xemacs totally ignores it. I've looked through "Learning GNU emacs" but to no avail. Also, I tried to change the tab settings using the ESC-x edit-tab-stops so that my tabs are every

Re: HELP! XDM locked me out of Linux!

1997-02-24 Thread Harmon Sequoya Nine
There are two things that you can do. The first may or may not work, while the second will work. First, when you logon and your machine starts to go haywire, press CRTL-ALT-F1 (like CTRL-ALT-DEL except for the F1 key). This hopefully will get you to your first console window, and you can log in

Re: Help! Messed up my MBR, don't have backup!

1997-02-22 Thread Harmon Sequoya Nine
Brian -- For a quick fix, a provided you have a backup to boot dos, reboot under drive a: for dos, get onto the c: drive, and run "fdisk /mbr". This will restore the c: disk so that it will boot dos automatically. For future reference, whenever you rebuild the kernel, it's a good idea to