Boot loader

2003-01-02 Thread Aaron Rolett
I am running a Redhat 7.3 Machine using the 2.4.18-19.7.x kernel. I recently used parted to resize my ext3 partion which was somewhat of a challenge because I had to move the start of the partition so it was somewhat complicated. When I was finished I ran grub-install /dev/hda to reload grub on

enlightenment

2002-11-21 Thread Aaron Rolett
Anyone know why enlightenment isn't include with redhat anymore. It is a much better wm when run alone, especially with gnome2 mods that redhat made to the system. Aaron On Thu, 2002-11-21 at 19:47, [EMAIL PROTECTED] wrote: > Send redhat-list mailing list submissions to > [EMAIL PROTECTED]

Window Manager Redhat 8

2002-10-18 Thread Aaron Rolett
I recently installed a test server running Redhat 8. Switch from Sawfish to Metacity was like going backwards, so I installed sawfish and used the following command to switch it: killall metacity && sawfish & My question, where is the windowmanger choice stored in Redhat 8? How can I change the w

Re: Automount of SMB shares

2002-10-18 Thread Aaron Rolett
Here is what I do. Its similar to the other fstab file that another user posted, but I use a credentials file so that all users can still read fstab but only root can se the credential file. It will work with automounting but I have a laptop so don't do this. The credential file takes the form of:

Re: How can I allow anyone to shutdown?

2002-10-16 Thread Aaron Rolett
You can also use consolehelper to allow anyone to use the shutdown command. To do this you need to symlink /usr/bin/shutdown to /usr/bin/consolehelper. Then you need to create a pam configuration in your /etc/pam.d folder. You can just copy an existing one like the one for halt. This will allow al

For anyone interested ... x2x

2002-10-15 Thread Aaron Rolett
I got x2x working :) It was xauth problems, so first I added my magic cookie to the appropriate computer. Then I discovered a shell script that made it work: It can be found on this website: http://www.cs.washington.edu/homes/klee/misc/x2x.html #!/bin/sh kill `/sbin/pidof x2x` > /dev/null 2>&

Xfree86 access premisions

2002-10-13 Thread Aaron Rolett
I think the reason that x2x isn't working is that my remote xserver is refusing the connecting. How do I make it so that my remote computer will allow me to connect to its xserver with redhat 8. Aaron -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https:

Re: redhat-list digest, Vol 1 #5549 - 14 msgs

2002-10-13 Thread Aaron Rolett
Has Xconfigurator been removed from Redhat 8? Its not in my default install. Is there are replacement program? Aaron -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

X2X Problems

2002-10-12 Thread Aaron Rolett
X2X Problems: I am trying to connect to xservers together and found a program called x2x. I tried running the following commands: ./x2x -from stealth:0.0 -to gladiator:0.0 -west Stealth is the main computer and I want to connect gladiator and its xserver together. I get the following errors. Xli

Printer in 7.3

2002-10-08 Thread Aaron Rolett
I am trying to get my printer working in RedHat 7.3. I have a IBM ThinkPad X23 with the X2 Media slice. My problem is that the redhat printer utility doesn't recognize the parallel port device. How can I check to see if and what device my parallel port. Also how can I test communication. Thanks,