Re: How to run LILO on a floppy?

2002-06-15 Thread Statux

If you're looking for LILO on the floppy, use mkbootdisk (man mkbootdisk
for more info). If you just want your system to boot from a floppy then do
something like the following:

# dd if=/boot/vmlinuz of=/dev/fd0 bs=1440k

The latter option will write the kernel image out to /dev/fd0. The kernel
image is really a bootable image (readable by the BIOS on x86 systems for
example). This option is far quicker than the former, but it lacks the
ability to allow for system rescue in case your init is missing or
something to that extent. Best choice is to keep one of each around, but
use the faster method unless you run into problems.

On Fri, 14 Jun 2002 [EMAIL PROTECTED] wrote:

> Hunter Scales <[EMAIL PROTECTED]> writes:
>
> > At first, I thought I should just restore the MBR to a Windows-only boot
> > and use the boot floppy to load Linux.  This works but it is slow since
> > it reads vmlinuz off of the floppy.
>
> Once you have linux booted, put a blank floppy in the drive.
> Edit lilo.conf so that the target line:
>
>  boot=/dev/hda
> Or where ever you are putting lilo is aimed at /dev/fd0 (floppy)
>  boot=/dev/fd0
>
> Then run /sbin/lilo.  But lilo.conf back to its original form.
>
> You should now have a floppy that boots your linux install from
> The disk at  /.
>
> Keep the slow booting floopy that contains a kernel, in case you need
> it.
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: kernel: Cannot find map file

2002-06-03 Thread Statux

Usually found at /boot/System-map

If you've recompiled a kernel or something, then you have to copy the
System-map that gets created over to /boot or wherever you put your boot
stuff. If you haven't touched anything and you're using an RPM'd kernel,
then reinstall it.

On Mon, 3 Jun 2002, LuisMi wrote:

> -pgpenvelope processed message
>
> What is this?
> Jun  3 12:23:28 echelon kernel: Cannot find map file.
>
> --
> Luis Miguel Cruz.
>
> PGP KEY: 0x3AC52657   |   [ADPSOFT] http://www.adpsoft.com
> |  "Connecting your business"
>
> -pgpenvelope information
> Hash: SHA1
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> gpg: Warning: using insecure memory!
> gpg: Signature made Mon Jun  3 09:21:14 2002 EDT using DSA key ID 3AC52657
> gpg: Can't check signature: public key not found
>
> pgpenvelope_decrypt: message processed at Mon Jun  3 17:27:36 2002
>
> -end pgpenvelope information
>
>
>
> ___
> Seawolf-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/seawolf-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How come then that Wireless didn't become established ...

2002-06-03 Thread Statux

Government restrictions on transmissions over radio frequencies (ie. FCC
in the USA), and lack of security.

On Mon, 3 Jun 2002, Shyam Kumar Mankayil wrote:

>
> I know this may not be a very bright question  
>
> I guess you can transmit over greater distances using a Wireless setup , ie :
>
> radio frequencies , than a wired setup .
>
> Why then are we not sitting in an exclusively wireless world(Internet and all ) ?
>
> Regards,
>
> Shyam
>
>
>
> -
> Sign up to watch the FIFA World Cup video highlights from your desk!
>
> http://fifaworldcup.yahoo.com/fc/en

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rationale for "mount --bind"

2002-05-28 Thread Statux

Well, if I understand correctly, say you mount something to some directory
but later find that you want it elsewhere (ie. you mount a cd to
/mnt/floppy out of haste, but later correct yourself by --bind'ing it to
/mnt/cdrom). It's merely a convenience thing cause stuff might be running
on the mounted partition preventing you from unmounting it to remount it
elsewhere. That's MY understanding.. but who knows?

On Tue, 28 May 2002, rpjday wrote:

>
>   with the 2.4 kernel, there is a "--bind" option for the mount
> command that allows one to mount a directory already mounted on
> a filesystem to another mount point.
>
>   can anyone supply a really compelling rationale for doing this?
> thanks.
>
> rday
> k
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: difference between run levels 1 and S

2002-05-25 Thread Statux

I think we figured all of this out already. Runlevel 1 is a defined
runlevel (/etc/inittab) who's behavior is based on the related rc.d
scripts (Runlevel 1 could therefore spam the screen with ascii art
and do nothing more).

Runlevel S, obviously, is what one would use if you were just going to get
things going (good if you're building a system from scratch... or doing a
major rebuild of a b0rked setup).

Runlevel 1 would seem to be accessible via init/telinit (since
traditionally, runlevel 1 means that none of the network stuff is going
among other things), whereas Runlevel S would logically be best
(if not only) accessible by rebooting.

On Sat, 25 May 2002, Bret Hughes wrote:

> On Sat, 2002-05-25 at 15:15, rpjday wrote:
> >
> >   a number of people i've chatted with lately seemed to think
> > there was not much difference between run level 1 and run levels
> > s or S.  after i explained it a couple of times, it occurred to
> > me to make sure *i* understood it properly.
> >
> >   as i understand it, run level 1 is similar to the other numeric
> > run levels in that all of those run levels are defined in
> > /etc/inittab -- regardless of what numeric run level you're
> > going to, init consults /etc/inittab to determine what has
> > to happen, and this involves running the K and S scripts in
> > the appropriate directory.  for run level 1, this consists
> > almost exclusively of K scripts (not totally, though -- more
> > on that in a minute).
> >
> >   in addition, if you boot to run level 1 at, say, the grub
> > menu, /etc/inittab *must* exist since, obviously, it has to
> > be consulted.
> >
> >   run level S, though, is another matter, in that this takes
> > the system directly to a single-user mode *without* consulting
> > /etc/inittab -- useful if you've trashed that file.
>
> Hmmm.  Not sure that is true but the init man page does seem to have
> some conflicting info.
>
> >From the init man page:
>
> BOOTING
>After  init is invoked as the last step of the kernel boot
>sequence, it looks for the file  /etc/inittab  to  see  if
>there  is  an  entry  of  the  type initdefault (see initĀ­
>tab(5)). The initdefault entry determines the initial runĀ­
>level  of  the  system.   If there is no such entry (or no
>/etc/inittab at all), a runlevel must be  entered  at  the
>system console.
>
>Runlevel  S  or s bring the system to single user mode and
>do not require an  /etc/initttab  file.   In  single  user
>mode, a root shell is opened on /dev/console.
>
> then later:
>
> BOOTFLAGS
>It  is possible to pass a number of flags to init from the
>boot monitor (eg. LILO). Init accepts the following flags:
>
>-s, S, single
> Single  user  mode boot. In this mode /etc/inittab is
> examined and the bootup rc scripts  are  usually  run
> before the single user mode shell is started.
>
>1-5  Runlevel to boot into.
>
> Is the issue whether s is entered at boot or via telinit? Not sure but
> like Mr Wagner, I have always assumed 1 and s were the same but clearly
> they are not.
>
> Keep us informed of any progress you make on figuring this out.
>
> Bret
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kernel oops

2002-05-25 Thread Statux

Whenever I change any hardware, I like to recompile the kernel to make
sure everything is peachy. Try recompiling the kernel and see what
happens.

On Fri, 24 May 2002, Ed Wilts wrote:

> In the last week or so, I've been starting to get kernel errors.  This is
> with the latest 7.1 updates.  Any ideas as to what's happening?  The latest
> change is that I replaced a 10GB Fujitsu drive with a Quantum 30GB fireball,
> but this drive should not have been accessed at this time (it's only used
> for backups, and they weren't running at this latest error).
>
> Thanks,
> .../Ed
>
> Unusual System Events
> =-=-=-=-=-=-=-=-=-=-=
> May 24 20:03:49 www kernel: Unable to handle kernel NULL pointer dereference
> at virtual address 0005
> May 24 20:03:49 www kernel:  printing eip:
> May 24 20:03:49 www kernel: c06c3f8e
> May 24 20:03:49 www kernel: *pde = 
> May 24 20:03:49 www kernel: Oops: 
> May 24 20:03:49 www kernel: Kernel 2.4.9-31
> May 24 20:03:49 www kernel: CPU:0
> May 24 20:03:49 www kernel: EIP:
> 0010:[8139too:__insmod_8139too_O/lib/modules/2.4.9-31/kernel/drivers/net/+-1
> 35868530/96]Not tainted
> May 24 20:03:49 www kernel: EIP:0010:[]Not tainted
> May 24 20:03:49 www kernel: EFLAGS: 00010296
> May 24 20:03:49 www kernel: EIP is at ___strtok_R29805c13 [] 0x377dda
> May 24 20:03:49 www kernel: eax: 0005   ebx:    ecx: 
> edx: 
> May 24 20:03:49 www kernel: esi: c40af840   edi: ffea   ebp: 1000
> esp: c56c7f7c
> May 24 20:03:49 www kernel: ds: 0018   es: 0018   ss: 0018
> May 24 20:03:49 www kernel: Stack: 0005 c40af840 40018000 1000
> c40af860 fffd c01197f3 0046
> May 24 20:03:49 www kernel:c56c7fc4 000b c0300a60 c15444a0
> c01084fc c56c6000 402b2600 
> May 24 20:03:49 www kernel:bfffdc28 c0106f33  40018000
> 1000 402b2600  bfffdc28
> May 24 20:03:49 www kernel: Call Trace: [do_softirq+83/160] do_softirq
> [kernel] 0x53
> May 24 20:03:50 www kernel: Call Trace: [] do_softirq [kernel]
> 0x53
> May 24 20:03:50 www kernel: [system_call+51/64] system_call [kernel] 0x33
> May 24 20:03:50 www kernel: [] system_call [kernel] 0x33
> May 24 20:03:50 www kernel:
> May 24 20:03:50 www kernel:
> May 24 20:03:50 www kernel: Code: 2b 38 2b 53 50 2f 70 6e 2f 41 4e 63 36 0a
> 31 6f 71 64 33 4b
>
>
> Ed Wilts
> Mounds View, MN, USA
> mailto:[EMAIL PROTECTED]
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Help!!!! How to kill tar process

2002-05-24 Thread Statux

Pass a signal to the kill command:

# kill -9 1484

or

# killall -9 tar

Signal 9 is SIGKILL which cannot be caught by a process and therefore will
end a process with no (or few) questions asked.

# kill -QUIT 1484

will send the SIGQUIT signal to process 1484. If SIGQUIT is caught and
handled properly by the code of the program, then the process should exit
out nicely.

Certain programs handle certain signals better than others.

# killall -12 netscape

for instance, will axe all instances of netscape when it hangs. -12 is one
of the user defined signals that NS uses to save it's stuff and quit out
nicely.

'man kill' for more info :)

-Statux

On Fri, 24 May 2002, Jianping Zhu wrote:

> When I try to stop a process of backing up a files to tape drive by using
> tar i always fails.
> For example:
> i use ps -aux . I got following process .
> root 1484 0.1 0.0 1788 612 tty1 D 17:07 0:01 tar xvzf /dev/sto /home
>
> when i tried to kill it by using kill 1484, but the process can not be
> killed, I have to restart my redhat linux 7.1 sever.
> It gives me too much trouble.
>
> Any suggestion will be greatly appreciated.
>
> Jianping Zhu
>
>
> 
> Jianping Zhu
> Department of Computer Science
> Univerity of Georgia
> Athens, GA 30602
> Tel 706 5423900
> 
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: simple question

2002-05-24 Thread Statux

What did that have to do with his question? :)

On Fri, 24 May 2002, Nick Lozinsky wrote:

> use the SET or simply use the commands like this:
>
> bash$ EDITOR="/usr/local/bin/ee"
>
> or use the EXPORT command after setting the variable:
>
> bash$ export EDITOR
>
> - Original Message -
> From: "daniel" <[EMAIL PROTECTED]>
> To: "list redhat (general)" <[EMAIL PROTECTED]>
> Sent: Friday, May 24, 2002 4:22 PM
> Subject: simple question
>
>
> > you know how in msdos the entire path is put into the prompt?
> > how can i do that in bash?
> >
> > _
> > daniel a. g. quinn
> > starving programmer
> >
> > the more law and order are made prominent, the more thieves and robbers
> > there will be.
> >  - lao-tsu
> >
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: USB keyboard and mouse

2002-05-22 Thread Statux

I have a Logitech USB optical wheel mouse. Been using it for a year or two
with no problems.

On Wed, 22 May 2002 [EMAIL PROTECTED] wrote:

> I have these particular Items in question and they don't work very well on
> my Redhat system.  I am still currently on 7.2
>
> I keep an extra ps2 kyb and mouse around for the occasions that the other
> ones get screwy.
>
> it seems to be random as to when they work or don't work, but when they
> decide to stop working then they ususually won't work for about a week then
> if I plug them up they will work fine for a couple of weeks then die.  Don't
> know what causes it or why it does this.  Have bothered to really
> investigate the issue.  I have really been using the ps2 kyb and mouse
> because I hate having to switch.  they work fine and do what I need anyway.
> I put the others back on the Windoz box and let the wife and kids use them.
>
> don't let my bad experience keep you from getting them if you want them.
> Also I am using RH 7.2 still.
>
> -Original Message-
> From: Statux [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 22, 2002 12:59 PM
> To: [EMAIL PROTECTED]
> Subject: Re: USB keyboard and mouse
>
>
> USB keyboards and mice work fine, but you have to make sure you have
> support for HID, USB keyboards, and USB mice loaded. If you still use
> kudzu, it should load the needed modules by itself.
>
> If you want my honest opinion.. buy Logitech and not Microsoft.. that is
> if it's available where you live :) It'll save you lots of money.
>
> On Wed, 22 May 2002, Timothy Lee Young wrote:
>
> > Greetings!
> >
> > I am aware that there is a Hardware Compatibility database, but I was
> > wondering from you guys...
> >
> > I'm looking to purchase a Microsoft Internet Pro Keyboard (USB) and a
> > Microsoft Optical Mouse, and was wondering if I could expect their use to
> > be normal with my Red Hat 7.3 OS.  And was wondering how you guys have
> > made out with this common equipment.
> >
> > I guess one thing that may be a benefit is that the newer motherboards are
> > able to recognize a USB keyboard/mouse upon boot so that one can get into
> > the BIOS.  But that's beside my point/question.
> >
> > Thanks for your info...
> > Tim
> >
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: USB keyboard and mouse

2002-05-22 Thread Statux

USB keyboards and mice work fine, but you have to make sure you have
support for HID, USB keyboards, and USB mice loaded. If you still use
kudzu, it should load the needed modules by itself.

If you want my honest opinion.. buy Logitech and not Microsoft.. that is
if it's available where you live :) It'll save you lots of money.

On Wed, 22 May 2002, Timothy Lee Young wrote:

> Greetings!
>
> I am aware that there is a Hardware Compatibility database, but I was
> wondering from you guys...
>
> I'm looking to purchase a Microsoft Internet Pro Keyboard (USB) and a
> Microsoft Optical Mouse, and was wondering if I could expect their use to
> be normal with my Red Hat 7.3 OS.  And was wondering how you guys have
> made out with this common equipment.
>
> I guess one thing that may be a benefit is that the newer motherboards are
> able to recognize a USB keyboard/mouse upon boot so that one can get into
> the BIOS.  But that's beside my point/question.
>
> Thanks for your info...
> Tim
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: unknown port open

2002-05-21 Thread Statux

Try doing: netstat -pan

On Tue, 21 May 2002 [EMAIL PROTECTED] wrote:

> Dear all
>
> I used the netstat -an and got the following unknown port
> What are the meaning and can I close it?
>
> Thank you
>
> Active UNIX domain sockets (servers and established)
> Proto RefCnt Flags   Type   State I-Node Path
> unix  2  [ ACC ] STREAM LISTENING 1273   /tmp/cd_sockV4
> unix  2  [ ACC ] STREAM LISTENING 1314   /tmp/td_sockV4
> unix  2  [ ACC ] STREAM LISTENING 1255   /dev/gpmctl
> unix  3  [ ] DGRAM2483   /dev/log
> unix  2  [ ACC ] STREAM LISTENING 1357
> /tmp/.font-unix/fs7100
> unix  2  [ ] DGRAM2493
> unix  2  [ ] DGRAM1368
> unix  2  [ ] DGRAM1293
> unix  2  [ ] DGRAM1222
> unix  2  [ ] DGRAM1148
> unix  2  [ ] STREAM CONNECTED 605
>
> Proto Recv-Q Send-Q Local Address   Foreign Address
> State
> tcp0  0 0.0.0.0:22321   0.0.0.0:*
> LISTEN
> tcp0  0 0.0.0.0:22289   0.0.0.0:*
> LISTEN
> tcp0  0 192.168.0.111:33307   203.255.112.96:37
> TIME_WAIT
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: CDRW

2002-05-20 Thread Statux

Make sure you have the appropriate extensions installed for iso9660 (part
of the kernel).

iso9660 uses 8.3 format. The MS Joliet and Rockridge extensions are a
couple things you'll prolly want to have loaded, or else you won't be
seeing anything other than 8.3. Remember, the way the file names appear on
a written CD depend on what the OS supports (I'm not sure how much of it
depends on how it was written).

On Mon, 20 May 2002 [EMAIL PROTECTED] wrote:

> Hi all
>
> I posted it again because I lost redlist email
>
> I installed RH 7.2 and used 'cdrecord' to write CD
>
> but the Files in CD are displayed in 8.3 file format not long file name
>
> What is wrong?
>
> Thank you
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: /var/log

2002-05-19 Thread Statux

the suffixing looks like a logrotate thing :)

On Sun, 19 May 2002 [EMAIL PROTECTED] wrote:

> Hi all
>
> I am using RH 7.2
>
> After using the syslog to receive the logs from other servers, the
> files, message, maillog are not automatically generated to message.1,
> message.2 when the files become bigger
>
> How can I make it same as before.
>
> Thank you
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Making boot.img floppy

2002-05-19 Thread Statux

rawrite and dd do the same thing in this application. The image will fit
on a 1.44MB floppy. All the floppy images are the exact size of a standard
floppy.

dd if=boot.img of=/dev/fd0

or

dd if=boot.img of=/dev/fd0 bs=1440k count=1

The second command will write the first 1.44MB out, but since the image is
supposed to be 1.44MB anyway, the last 2 options are redundant.

On Sun, 19 May 2002, Eddie Strohmier wrote:

>
> Hello all:
>
> I need to make a boot floppy to install RH 7.3 on my machine as I can
> not boot from CD. I am finding the boot.img to large to fit on a
> standard 1.44 floppy. Is there a way around this? Do I need a larger
> floppy disk? When I have installed 6.2 in the past I never had a problem
> with floppy size but I guess that boot.img is getting larger. I was
> using rawrite.exe from the redhat cd on an old Windoze 98 machine via
> dos emulation. If I were to use dd what is the format of that command to
> place that file on a floppy. I still wonder of using dd would allow the
> boot.img to fit on a 1.44 floppy.
>
> Thanks in Advance,
>
>
> Eddie Strohmier
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



ls command

2002-05-19 Thread Statux

The old default behavior of "ls" was to list directory contents in
alphabetical order with hidden objects first before regular objects. Now
adays, "ls" ignores the leading '.' of object names and the case, and just
puts everything in ABC order.

How would one go about changing things back to the old ways?

This system used the old behavior through a few RH upgrades, but it
changed when I did a hardware upgrade and reinstalled RH 7.1 from
scratch.

Any help would be much appreciated :)

Thanks!

-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Direct Rendering

2002-05-18 Thread Statux

If you're in runlevel 5 (X login), then you'll have to edit everything and
then reboot or something.. well.. not really but the easiest solution is
to be in runlevel 3 (if you're not in runlevel 3, do "init 3" as root.
hopefully that should work). It's easier this way because you'll have to
keep testing things until it's right. "startx" is the command to get X
running from a VT.

I have a GeForce2 GTS. I'll send you my config file off the list (if
possible). You'll need to edit it to match your system though. DON'T just
plop mine in place over your's. Use it as a guide.

-Statux

On 19 May 2002, rodney wrote:

>  Thankyou,
> I have a gforce2 and have downloaded the nvidia linux drivers for my
> RedHat 7.3. It says I have to exit the X server , How do I do this ?
> As you may have guessed I'm a Newbie,
> Thanks Again,
>  Rodney.
>
> On Sun, 2002-05-19 at 15:30, Statux wrote:
> > you have to edit the XF86Config file a bit. You'll want to check with your
> > card's maker for drivers, etc, and related instructions on how to edit the
> > config. nVidia, for instance, has a Linux driver and a nice page on how to
> > get everything working.
> >
> > Big question here is: Do you have a 3D accelerator card?
> >
> > If you don't have one, then direct rendering is pointless because it won't
> > work. If you do, what make and model? :)
> >
> >
> > On 19 May 2002, rodney wrote:
> >
> > > Hello,
> > > How do i change my direct rendering to yes, when I run glxinfo it says
> > > no.
> > >
> > > Thankyou,
> > > Rodney
> > >
> > >
> > >
> > >
> > >
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > >
> >
> > --
> >
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Direct Rendering

2002-05-18 Thread Statux

you have to edit the XF86Config file a bit. You'll want to check with your
card's maker for drivers, etc, and related instructions on how to edit the
config. nVidia, for instance, has a Linux driver and a nice page on how to
get everything working.

Big question here is: Do you have a 3D accelerator card?

If you don't have one, then direct rendering is pointless because it won't
work. If you do, what make and model? :)


On 19 May 2002, rodney wrote:

> Hello,
> How do i change my direct rendering to yes, when I run glxinfo it says
> no.
>
> Thankyou,
> Rodney
>
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Internet slowdown

2002-05-09 Thread Statux

I once had a problem where I would get terminal stalls with certain hosts
(web mostly since that was easiest to test at the time). This dates back
to the changeover from kernel branch 2.0 to 2.2. It was suggested that I
add the -vj option to my pppd calls (of course I'm talking dialup, here).
That fixed the problems. I then experienced flakey network behavior with
the first few 2.4 releases. (up to about 2.4.4 or so). Everything after
that seemed to resolve all of the network and VM problems (the VM issues
existed until about 2.4.6 or so. So basically, since you're on 7.0, make
sure you have one of the newer kernels (if you go tarball, stay away from
2.4.11, 2.4.14 (I think was mentioned), and 2.4.15) :)

On Fri, 10 May 2002, David Mackenzie wrote:

> My internet connection seems to stall at my browser.
>
> I connect to the internet no probs and can surf the web for about 5 mins
> the I start loading a webpage and then it stalls.
>
> Any Ideas?
>
> Using RedHat 7.0
>
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Remotely Start NetScape

2002-05-07 Thread Statux

First export the display that X is running on. It's something like :0 or
0.0, but I forget exactly. Type set and look for DISPLAY under X to see
what yours runs on. So if it's :0, you'd do:

# export DISPLAY=:0
# netscape &

I did it once on another system I was working on. I was logged in on
another terminal and I got an X program running on someone else's display.
Not the most secure, but it worked at the time :)

On Mon, 6 May 2002 [EMAIL PROTECTED] wrote:

> Dear all,
>
> I need to remotely start my Netscape on Redhat 7.1 so that I can view the
> Netscape browser on my local machine. Could you please give me a
> solution? I don't know how to do that.
>
> Thanks,
> Li Bing
>
>  _
> |  How are you?  |___
> |  I am Li Bing. | |__|  |_
> || OK? |::|  | Need   /
> |\.|::|__| Help? <
> |  \::/  \.___\
>/\**/\   |   ___
>   ( o_o  )_ |__|http://www.public.asu.edu/~libing /
>(u--u   \_)  |  |[EMAIL PROTECTED], 480-829-8492(H) /
> (||___   )==\  |480-965-9038(L)602-743-9767(O)   \
>   ,dP"/b/=( /P"/b\ |__\
>   |8 || 8\=== || 8
>   `b,  ,P  `b,  ,P
> """` """`
>
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

-- 




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: I did not attack other's machine!!!!

2002-05-02 Thread Statux

This reminds me of the time when I was switching from Win95 to WinNT. An
idiot who worked for my ISP was nuking his own company's customers,
including me. He finally hit me so hard that I had blue screens coming up
before I could clear the previous ones. I upgraded to WinNT and within a
few hours, he contacted me (via IRC) and accused me of nuking him. I told
him the truth.. that I didn't do it and I didn't have the software to do
it. Then I threw in the part about how I changed over to NT. Never heard
another word from him. This was about 5 years ago :) Apparently, it seems
that NT's natural reply to his attack was an attack of its own. I've never
gotten tired of telling that story :)

-Statux


On Thu, 2 May 2002, Robert Canary wrote:

> Yeah, srre you didn't do it.
>
> Just kidding :-)
>
> I would start by asking to see the evidence.  Some people see multiple
> ftp failures and think it is an attack.
>
> Jianping Zhu wrote:
> >
> > I have a linux machine (with redhat 7.2 os and name is chambleea) running,
> > but today the
> > unvivesity sytem administrator sent me email in which he told me  that
> > somebody
> > outside the campus complaint that my linux machine was trying to attack
> > his machine . But i did not do it, and I do not know how to do it.
> > Can somebody gave me some hints how can I figure out what is going on.
> > (My linux box have to be disconnected form the network now!!!)
> > I am new to linux and I am total lost!!!
> >
> > Thank you very much!!!
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>
> --
> robert canary
> system services
> OhioCounty.Net
> [EMAIL PROTECTED]
> (270)298-9331 Office
> (270)298-7449 Fax
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: dependencies

2002-04-26 Thread Statux

rpm -q --whatrequires package_name

On Fri, 26 Apr 2002, Steve Lee wrote:

> what is a good way to find out what packages
> are dependant on certain package ?
>
> i.e.  i need to recompile php and install it.
> but what will break ?
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: fetchmail

2002-04-26 Thread Statux

make sure fetchmail isn't being started with the --all option

On Fri, 26 Apr 2002, cameron wrote:

> I'm having trouble configuring fetchmail so that it only downloads `new' mail
> and keeps `seen' mail on the server.  In .fetchmailrc I have `no fetchall' as
> one of my user options in addition to `keep', but fetchmail still downloads
> `seen' messages.
>
>
> Cameron
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: mouse 3rd buttons ?????

2002-04-19 Thread Statux

You in X or at console? If X, make sure your X config understands your
mouse setup (protocol, etc).

On Fri, 19 Apr 2002, Yohann DESQUERRE (DSI NOISIEL) wrote:

> Hi,
>
>
> I 've got a wheel mouse with 3 buttons but when i tried to copy the
> third buttons has no action 
>
>
>
> Any suggestions 
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Quake3 on RedHat 7.2

2002-04-15 Thread Statux

Easy solution: Remove one of the sound cards :)

What do you need both for anyway?

On Mon, 15 Apr 2002, BG wrote:

> I had a problem with Return to Castle Wolfenstein and sound.  My problem is
> still there, but I am able to get around it sometimes.  I have two sound
> cards and only one is RH 7.2 compatible sometimes.  I have to occasionally
> remove the one that is mostly incompatible and let Kudzu uninstall it and
> then shutdown, reinstall the card and then reboot and tell Kudzu to "DO
> NOTHING" about the new card.  I don't have the experience with Linux to tell
> the system which card to use if both are installed.  It always chooses the
> incompatible one by default and then I get no sound.  BTW - is there some
> way to tell the system which card to use by default??
> 
> Sorry this is probably no help for your problem.  I hope someone can help
> with my problem.
> 
> Bill
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Rob Dege
> > Sent: Monday, April 15, 2002 11:54 AM
> > To: redhat
> > Subject: Quake3 on RedHat 7.2
> >
> >
> >
> > Okay, I've got RedHat 7.2 running damn well.  I just
> > installed quake3, and
> > that works just as well, with the exception that I have NO SOUND!
> >
> > The error I get is that /dev/dsp is either busy, or I don't
> > have permissions
> > to use it.  I changed /dev/dsp so that I have rw access:
> >
> > crw-rw-rw- root root/dev/dsp
> >
> > Even when I try to run the program as root (via sudo), I
> > still get the same
> > error.  Yet I can use xmms, mplayer, and KDE with no
> > problems.  Yes, I made
> > sure no other programs were accessing the device when I started.
> >
> > Any suggestions?
> >
> > -Rob
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: 2GB Limit?

2002-04-13 Thread Statux

RH7.0 doesn't, as far as I know, support it. However, if you managed to 
get the latest e2fsprogs and kernel, etc, you might have some more luck.

As far as the file size limit.. I think there's some kernel patch that 
works around it. the 2GB deal is the limitation (ultimately) of the 
processor (32bit). If not for the lil -1 that has to be used,
you'd be able to have about 4GB no prob. Any work around patch, etc, will 
be all emulation, though. It's pretty well implemented in many places 
though, even for emulation.

I'm not sure about Ext3. Basically, any 64bit filesystem will rid you of 
the 2GB limit, but yer sorta stuck with Second and Third Extended for now.

Others can prolly tell you more than I can though. My largest file is 
prolly something like the Q3F Beta2 Mod I downloaded the other day :)

On Sat, 13 Apr 2002, Ashley M. Kirchner wrote:

> 
> Redhat 7.0...
> 
> I was attempting to tar/gzip a rather large directory and stumbled upon a 
>(probably) well known 2GB limit.  The system is running ext2 all around and it 
>appears I can't go beyond this limit.  Does anyone have any suggestions to overcome 
>this?  I've got to be able to tar/gzip this directory for archiving purposes.
> 
> Would converting the drive to ext3 help?  Does RH7.0 even support ext3?  Am I 
>better off upgrading the OS to RH7.2, use a journaling volume and go from there?
> 
> --
> H | "Life is the art of drawing without an eraser." - John Gardner
>   +
>   Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
>   Director of Internet Operations / SysAdmin. 800.441.3873 x130
>   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
>   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to Limit Users' Disk Space

2002-04-12 Thread Statux

read up on disk quotas.

On Fri, 12 Apr 2002, Li Bing wrote:

> Dear all,
> 
> Sorry to bother you!
> 
> I need to limit the disk space they can use. For example, each user can only store 
>5MB files at most. How can I do that?
> 
> Thanks so much!
> Li Bing
> 
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: snoop

2002-04-12 Thread Statux

man tcpdump

On Thu, 11 Apr 2002, Isaac Liu wrote:

> Hello,
>  
> I am new to Linux and I am looking for
> a snoop or any packet sniffer program.
>  
> I have RH 7.2 installed.
>  
> Any help is appreciated.
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: fetchmail error

2002-04-10 Thread Statux

Do you have a spam filter configured into sendmail for user jwallen? Looks 
as if it's finding too many messages for that user coming in so sendmail 
is blocking them.

fetchmail is cute in how it'll make sense of several rc file formats :)

Mine looks similar to this:

poll host proto pop3 user username is statux here pass password

:)

On Wed, 10 Apr 2002 [EMAIL PROTECTED] wrote:

> our corporation is mucking with their exchange server. i've been getting 
> email off it with fetchmail for about 3 years now and all of a sudden they 
> are adding spam filters left and right. well now they are filtering out 
> localhost so when i use, say,
> 
> poll mailserver user wallenj, with password password, is jwallen here
> 
> i'm getting the error:
> 
> fetchmail: SMTP> RCPT TO:
> fetchmail: SMTP< 550 Denied due to spam list
> fetchmail: SMTP listener doesn't like recipient address 
> `jwallen@localhost'
> fetchmail: SMTP> RCPT TO:
> fetchmail: SMTP< 550 Denied due to spam list
> fetchmail: can't even send to jwallen!
> 
> now if i change the fetchmailrc line to:
> 
> poll mailserver user wallenj, with password password, is jwallen@techrepublic here
> 
> the mail is pulled down but delivered to where i don't know i don't want 
> to have to add a user [EMAIL PROTECTED] ;-).
> 
> is there a way with fetchmail that i can say 
> 
> poll this_server, with this_user and password, is this_user@this_domain here, if so 
>deliver to this_user on this_machine
> 
> thanks in advance
> 
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kernel Size

2002-04-05 Thread Statux

Simply:

1) use bzImage and not zImage
2) If the make processes tells you at the end that the kernel/system is 
too big, it's too big
3) If, when you update /etc/lilo and run /sbin/lilo to update the MBR, you 
get some error similar to #2, it's too big
4) Everything else will work :)

On Fri, 5 Apr 2002, scott.list wrote:

> Greeting:
> 
> I need to rebuild a kernel on a remote machine.  I'm proficient enough
> at the build steps but in the past I got the lernel too big and it
> wouldn't run.
> 
> How can I tell what "size" the kernel is before I reboot with it to
> know it will not be too large?
> 
> Thanks,
> Scott
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Re: imwheel Not working

2002-04-04 Thread Statux

> How can I get wheel mouse to work without imwheel? Can anyone share some code
> please.

I posted my solution the other day. Make sure your gpm is running with options 
like '-t ps/2 -m /dev/mouse' and make sure your XF86Config has the mouse 
protocol as IMPS/2 and you have 'ZAxisMapping 4 5' just below the protocol 
line.

When I first got my optical wheel mouse, I tried to use imwheel but found 
that the mouse didn't function as well as how I ended up configuring 
things.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: untarring multiple archives

2002-04-04 Thread Statux

[snip]

> > for i in *.tar.gz; do echo Untarring: $i;tar xzf $i; done

ah, right. minor oversight.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: untarring multiple archives

2002-04-04 Thread Statux

> should be tar -xzf *.tar.gz
> 
> Don't forget the "-".  This should work as far as I know.

No. You don't need the - under GNU implementations of tar. He was missing 
the z :)


> SHaun
> 
> -Original Message-
> From: christopher j bottaro [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 04, 2002 12:45 AM
> To: [EMAIL PROTECTED]
> Subject: untarring multiple archives
> 
> 
> hello,
> if i have a bunch of .tar.gz files in a dir, how can i use tar to extract
> them 
> all?  tar xzf *.tar.gz doesn't work...=/
> thanks for the info,
> christopher
> P.S.  couldn't find anything about this in the man pages.
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: untarring multiple archives

2002-04-04 Thread Statux

try 'tar xvzf' (you need z for the gzip format). Yes, 'tar xvzf *.tar.gz' 
or *gz or whatever will work.

On Thu, 4 Apr 2002, christopher j bottaro wrote:

> hello,
> if i have a bunch of .tar.gz files in a dir, how can i use tar to extract them 
> all?  tar xzf *.tar.gz doesn't work...=/
> thanks for the info,
> christopher
> P.S.  couldn't find anything about this in the man pages.
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: imwheel Not working

2002-04-02 Thread Statux

> I am having trouble getting imwheel to work.  I have installed imwheel and
> modified the X config files accordingly, and it still does not work.

Don't use imwheel. My mouse-related stuff looks like this:

Section "InputDevice"
Identifier  "OpticalMouse"
Driver  "mouse"
Option  "Protocol"  "IMPS/2"
Option  "Device""/dev/mouse"
Option  "ZAxisMapping"  "4 5"
EndSection

Note the IMPS/2 protocol. This is VERY important. So try working the 
section above into your config and make sure gpm is running in this 
manner:

gpm -t ps/2 -m /dev/mouse

You may need to modify the appropriate startup scripts.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to configure private IP addresses?

2002-04-01 Thread Statux

127.0.0.1 is loopback (lo interface).

If you have X access, use netcfg. You're eth0 will only have 1 IP address. 
On my network I started with 192.168.0.1 for this box and worked up from 
there... 192.168.0.2, 192.168.0.3, and so on.

On Mon, 1 Apr 2002, Leila Lappin wrote:

> I found a book that explains how to configure hosts
> and domains on private IP address. The book says I can
> do that only if I have an interface to activate the IP
> address on, i.e. ifconfig eth0 192.168.1.3  
> 
> eth0 on my machine is currently tied to 127.0.01 can I
> use it for the private IP addresses as well?  If I
> need more than one private IP address can activate
> them all on eth0.  
> 
> thank you in advance.
> Leila
> 
> 
>  
> 
> 
> 
> __
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://http://taxes.yahoo.com/
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Xsane

2002-03-31 Thread Statux

some equipment requires root access even if you change the perms on the 
device. I always use root for Xsane since I have no other choice. It 
hasn't screwed anything up yet :)

On Sun, 31 Mar 2002, M.Schild wrote:

> hello, I am new to Linux and I hope you will excuse my dumb questions.
> I tried to run Xsane to manage the scanner but am told it is dangerous 
> to run it from root. How shall I run it?
> Thank you
> Maryse
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: User password length

2002-03-30 Thread Statux

You could just download Linuxconf and install it. It's not a big deal :)

On Sat, 30 Mar 2002, JosƩ Romildo Malaquias wrote:

> Hello.
> 
> How can I configure my Skipjack system so that I cancel the
> minmum 6 characters password length for login? In prior
> Red Hat Linux systems I changed the user passwords within
> linuxconf, which did not obey this minum length rule.
> Now that linuxconf is not in the distribution anymore,
> I need to learn how to acomplish this task.
> 
> Any clues?
> 
> Regards.
> 
> Romildo
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Why ftp time out??

2002-03-30 Thread Statux

> I am using normal dial up connection. And using ftp command to download 
> files. 
> 
> Sometime the following 2 things happen while downloading files:
> 1. It gives Connection time out. And the file was partialy downloaded.
> 2. If net connection is break while downloading, the process is hang for 
> ever. It does not come out or it does not detect the net connection break.

Does this happen:

1) On just one host in particular?
2) On a defined set of hosts (like always the same ones)?
3) Randomly?
 
> Q1. Why is connection time out is happen while downloading ??

Tons of things affect network traffic. There really isn't a clear answer.

> Q2. What is exact technical reason for time out??

Usually no packet transfer for X amount of time. (X is defined by the 
server). Lost routes, down routers, severe latency (lag), etc.

> Q3. Why it does not come out after net connection break ??

The server probably has broken the connection upon time-out on its end, 
but if you've never received the packets telling you of this (because 
you aren't receiving any other packets), then the client will just sit 
there waiting since it can't assume what the server is doing. Some clients 
do have time-outs of their own, but in the interest of not tripping over 
the server's feet, they usually let the server do all the talking.

> 
> Kvimol

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: usb help

2002-03-28 Thread Statux

Careful.. most USB devices aren't supported outside of Windows, and 
scanners are no exception. Scanners are traditionally a no go under Linux 
but now adays several do work. However, the USB ones make a very short 
listing.

You will want to check out the SANE site at http://www.mostang.com/sane

I can't find your scanner listed as any of the supported HP ones. Unless 
it's a terminal no-go... you might get partial support with the sane-hp 
module.

Plus, stock systems are dangerous.. learn to compile your own kernels and 
hit the updates weekly ;)

On Thu, 28 Mar 2002, jimmy keffer wrote:

> i have a stock redhat 7.2 system how do i make usb work i have an hp
> scan jet 3300c i have searched 4 a how-to but no luck
> thanks jimmy
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problems with 3COM 3c905b

2002-03-24 Thread Statux

My 3c905B shows the following (kernel 2.4.18):

00:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] 
(rev 30)
Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100
Flags: bus master, medium devsel, latency 80, IRQ 9
I/O ports at e400 [size=128]
Memory at ed00 (32-bit, non-prefetchable) [size=128]
Expansion ROM at ec00 [disabled] [size=128K]
Capabilities: [dc] Power Management version 1

> 00:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX 
> [Cyclone] (rev 24)
> Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100
> Flags: bus master, medium devsel, latency 32, IRQ 10
> I/O ports at d800 [size=128]
> Memory at d700 (32-bit, non-prefetchable) [size=128]
> Expansion ROM at  [disabled] [size=128K]
> Capabilities: [dc] Power Management version 1



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Any command to remove a full directory

2002-03-21 Thread Statux

rm -r directory

More precisely, the -r (recursive) option of rm will recursively remove 
all matching instances of the file parameters that follow.

add the -i option if you don't want things to delete without your 
permission (interactive mode).

"man rm" for more info :)

On Fri, 22 Mar 2002, Kjetil Tjensvold wrote:

>  I wonder if there is any command to remove a full directory.
> 
> =
> Investigating the Norwegain 4.th Secret Service
> The multiheaded animal.
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
> 
> __
> Sjekk snĆørapporter...
> fra 500 ski-destinasjoner i Europa
> pƄ http://no.snow.yahoo.com/
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: OT usb mouse

2002-03-18 Thread Statux

USB devices are typically hot-pluggable. Certain devices can tollerate 
such behavior better than others, however.

There's a big catch, here, though. You'd have to restart gpm or X or 
whatever is controlling the mouse.. and you'll have to change the 
options/config before restarting.

Why would you even consider going back and forth between two mice, though?

On Mon, 18 Mar 2002 [EMAIL PROTECTED] wrote:

> Hi all,
> Off topic question can you plug in a usb mouse to a laptop
> after it is booted and have it work and unplug it and go
> back to using the touchpad or is it just like a ps2 mouse
> you have to plug it in before you boot?
>  Thanks
>  Linda
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Replacement for telnet

2002-03-18 Thread Statux

I'm sure there's a way to copy the telnet output to a file ;) Any other 
features? *giggle*




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Adding a harddrive

2002-03-17 Thread Statux

>   1.. This is fdisk version 2.11f. Listing the known partition type does not show me 
>ext3 nor ext2, so I chose type '83 Linux' and then primary no1. Is that correct?

partition types and filesystems are different things. fdisk only 
understands partitions.

>   2.. How do I edit the fstab file? I read the man page for fstab, tried various 
>ideas I got from reading it and clone some lines from it, but then the machine won't 
>boot properly.

1) make sure the mount point directory exists on the host fs.
2) just copy an entry from /etc/fstab (other than / or swap, since the 
settings are different) and make appropriate changes.

>   3.. What about the mounting point. Do I have to create it first with 'mkdir /xxx' 
>? 

Yes. It must be on the host fs (ie. if you're making a /usr/local 
partition, make sure /usr/local is first created on the fs where /usr's 
contents are located). Order of fs mounting is a biggie too. If you have a 
complex tree of filesystems, make sure you mount the filesystems that host 
the mount points for other filesystems first (ie. if you have /, /usr, and 
/usr/local partitions, mount them in that order). Since you have 3 
harddisks, you prolly have some number of partitions :)

> Looking forward to read your replies.
> Thanks in advance.
> Ragnar W.
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Where is gtk-config gone

2002-03-17 Thread Statux

dig around in /usr/local/bin

you could have typed "locate gtk-config" since most RH systems have 
support for the locate command :)

On Mon, 18 Mar 2002, Kjetil Tjensvold wrote:

> Hi.
> Where is gtk-config gone.
> I have installed rpm gtk+-1.2 and gtk+-2.0 but an
> application I try to compile complain about missing
> gtk-config. I cant find it on my computer which have
> rh 7.2 installed.
> 
> =
> Investigating the Norwegain 4.th Service
> with the multiheaded troll logo.
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
> 
> __
> Sjekk snĆørapporter...
> fra 500 ski-destinasjoner i Europa
> pƄ http://no.snow.yahoo.com/
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HELP! Configuring printer to print through a NT Print Server.

2002-03-14 Thread Statux

> 3. At 'Configure a Window Print Queue'..
>   share - \\stprint\itprint2
>   Host IP - 138.4.1.221 (should this be the printer server or the
> printer IP address???)
>   Workgroup - stlc
>   User - seowleng.kwek
>   Password - 

Host IP should be the IP of the print server (the server handling the 
local queue; the unspooler). Printers don't have IP addresses. Print 
servers do.

Also, careful with the backslashes in the share name. backslashes are 
escape characters to the C language (and many other languages). Usually, 
you have to use /'s instead. If that doesn't work, try using 
stprint\\itprint2

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: how to start servlet at boot time

2002-03-13 Thread Statux

> I add following line to the etc/rc.d/rc.local
> touch /usr/tomcat/bin/startup.sh

man touch

touch only updates a file's timestamp, etc. You probably want to remove 
'touch' from that line.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: [OT] Can't see computers on the other switch

2002-03-12 Thread Statux

Have you ruled out a cabling problem? Are you using the right kind of 
cable (crossover in some cases)? Is the cable short enough?

On Wed, 13 Mar 2002, Darryl Harvey wrote:

> Maybe something is wrong with the spanning tree algorithm in one of the
> switches and they are not passes on routing info ??
> 
> Have you put the switch to switch connection into one of the "Working"
> PC ports to see if that helps?  When you try to talk to one of the
> remote hosts, does the link/data light flash on the port which links to
> the switches together?   And one step further, does the link/data lights
> on the remote switches PC ports flash ??
> 
> IE: Is the request getting out ?
> 
> Darryl
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On
> > Behalf Of Rodolfo J. Paiz
> > Sent: Wednesday, March 13, 2002 6:05 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [OT] Can't see computers on the other switch
> > 
> > At 3/12/2002 12:00 PM -0800, you wrote:
> > >Maybe Linksys took a cue from Cisco concerning auto-negotiation?  Who
> > >knows?  Based on that, you might try forcing the interface(s) to full
> > >duplex, 100mbit on the hosts.
> > 
> > I have three hosts on one switch, and they are all talking to each
> other
> > flawlessly at full-duplex 100Mbps. Two hosts are on the other switch,
> also
> > talking to each other at full-duplex 100Mbps. What gets me is that
> hosts on
> > switch 1 can't see hosts on switch 2.
> > 
> > Arrrgh.
> > 
> > 
> > --
> > Rodolfo J. Paiz
> > [EMAIL PROTECTED]
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: kernel update

2002-03-11 Thread Statux

CRC errors happen a lot now adays. I usually either reset the system or 
write BIOS settings out (depending on where the CRC error is occuring).

On Tue, 12 Mar 2002, Maynard B. Fernando wrote:

> to all,
> 
> i update my kernel version to 2.4.9-31 but when i
> got the 'CRC error' when i reboot the machine...
> 
> note: the update was successful and i changed the
> lilo.conf to its new version
> 
> where/what was my fault? TIA :-)
> 
> Maynard B. Fernando
> Tel. Nos.: 632.840.0881 / 632.840.0882
> http://www.broline.com
> 
> "Men of genius are admired, men of wealth 
>  are envied, men of power are feared, but 
> only men of character are trusted!"
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Floppy doesn't work

2002-03-08 Thread Statux

You did remember to plug everything into the correct place, right? Floppy 
drives are supported by BIOS, and RedHat supports them right out of the box,
too. Zip drives are completely different devices... usually IDE or there 
abouts. Floppy drives run off of the floppy controller.

Basically, if you hooked the floppy drive up correctly, it'll work. If it 
doesn't work, then it's either hooked up wrong or it's not a floppy drive 
:) Even LS-120 drives are supported for regular floppy disk media by the 
defacto floppy driver.

Zip drives a lil strange, though. I've never used one but I had heard that 
you gotta use the first logical partition to access the media (/dev/hdd5 
for example).

And remember.. NEVER put CD-ROMs, CD-RWs, Zip drives, etc, with hard disks 
on the same controller :)

On Fri, 8 Mar 2002, ebinc wrote:

> I have a floppy and a 100 zip drive I cant get to work the floppy very
> important, the floppy is a teac i just got it from bestbuy, Red Hat doesn't
> even recognize it, The 100 zip does get recognized in the hardware section
> but it does not work I guess its cause of a driver would it be hard to
> install a driver if I can find one? and is there a way to get the floppy to
> work?
> Thanks  Ed
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to modify evironment variables in a C program

2002-03-08 Thread Statux

First thing I would do is check the return of p on the second call to 
getenv()



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: sockets - accept()

2002-03-07 Thread Statux

Posting a snippet of code might help, although a Networking-in-C list 
might be more suitable :)

On Thu, 7 Mar 2002, Bruce Tong wrote:

> I'm bringing a home-grown in-house server application up to newer versions
> of RedHat (7.1 and 7.2). When a client attempts to connect, the server's
> accept() call fails and the error is EINVAL ("Invalid Argument").
> 
> The socket code has not changed since inception, right around RedHat 4.2.
> If I build and test on RedHat 7.0 and before, it works. If I build and
> test on 7.1 or later it fails.
> 
> I'm tempted to think there's some configuration issue, though I've
> exhausted all of the things I've thought of. Does anyone have any ideas
> why this might be failing?
> 
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: /proc/meminfo

2002-03-06 Thread Statux

try passing MEM=128M at the boot: prompt and see if that changes things

On Wed, 6 Mar 2002, Chen Shi-Ping wrote:

> 
> I have RedHat 6.2 on my laptop. I know I have 128 MB memory,
> but I can see 64 MB at /proc/meminfo only in the following command:
> 
> $cat /proc/meminfo
> 
> What did I do wrong? Thanks.
> 
> Shi-Ping
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to get usb ports running, to use with digtal camera?

2002-03-06 Thread Statux

> "Cannot open the file /proc/bus/usb/devices.  Verify that you have USB
> compiled into your kernel, have the modules loaded and have the usbdevfs
> filesytem mounted."

This error message tells you what you need to know.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: USB on an IBM Thinkpad i1300

2002-03-05 Thread Statux

Question: What kernel are you using?

On Wed, 6 Mar 2002, Chet Nichols wrote:

> > Uhm, I know this doesn't really fix the problem but he 880 has a parallel
> > port. Why not just use that?
> 
> I guess going parallel a good option, and I've thought of it, but I
> basically just want to get USB up and running..I like getting everything
> working :-D Thanks for the suggestion though! I have a feeling I'll probably
> end up using it very shortly.
> 
> > When I had my Epson Phoot 870, I found it a lot faster on the USB interface
> 
> How much faster is it? I'll probably just be using the printer for printing
> reports and things like that, at least to begin with. I'm sure if I ever
> want to print out PDF files I'll need USB.
> 
> My main problem right now though is just getting USB working. But thanks for
> the great printer suggestions. Talk to you soon :)
> 
> Chet 
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: mounting a floppy

2002-03-04 Thread Statux

> i put a floppy disc in
> it's a windows disc.
> i type the following as root:

There's no such thing as a Windows disk :) anyway...

> mount /dev/fd0 /mnt/floopy/ -t vfat

vfat is for mounting fat32 partitions (or the like).

> and it get this message:
> 
> mount: fs type vfat not supported by kernel

No support in kernel (or module not loaded)
 
> i get the same message with msdos, and ext

ext or ext2. ext is obsolete and antiquated (no longer used)

> here's the line in fstab:
> /dev/fd0  /mnt/floppy  auto  users  0 0

Do:

# mount /dev/fd0 /mnt/floppy

or

# mount -t msdos /dev/fd0 /mnt/floppy

specifying just the device and mount point will cause mount to try to 
autotype the partition (by reading the superblock or header or whatever it 
does).

If it complains then you either don't have support compiled into the 
kernel or the appropriate module hasn't been loaded.

> what'd i do?

Make more ext2 floppies.. they're fun :) Cross-platform support can't be 
guaranteed, however ;)

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: C error?

2002-03-04 Thread Statux

> I'm not C expert, any idea?

I don't think it has anything to do with C, but rather your environment. 
Could be a umask issue (just a thought). Your environment might prefent 
you from setting files as executable.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RedHat 6.2 fails on Pentium 4?

2002-03-04 Thread Statux

> Why don't you install it using pIII and then put disk on the p4?

Kernel might panic or something. Remember, Linux didn't work with Pentium 
4's until recently. I don't think anything before RH 7.0 or 7.1 was P4 
ready (due to the version of included kernel).

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: mkbootdisk and 2.4.19-prex

2002-03-03 Thread Statux

> I was able to boot this kernel 2.4.19-pre2 using the cat 
> arch/i386/bzImage >/dev/fd0

ack.. use dd. Don't cat an image to a device. That's just gross. I 
wouldn't even expect it to work :)

2.4.19 hasn't been released yet. As noted, it's in pre-release stages. If 
it don't boot.. whatever. Pre-release kernels aren't guaranteed to do 
anything, really :)

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: what's on port 32768?

2002-03-03 Thread Statux

why would rpc.statd run on such an ephemeral port? system services 
typically run below 1024. I've never used rpc.statd, so I'm just 
speculating and stuff.. and make sure you got that thing updated :)

On Sun, 3 Mar 2002, Ed Lazor wrote:

> At 06:19 PM 3/3/2002 -0500, you wrote:
> >On Sun, Mar 03, 2002 at 03:15:47PM -0800, Ed Lazor wrote:
> > > netstat -a reports something listening on port 32768.  How can I find out
> > > what it is?
> >
> >netstat -taup IIRC. 'p' is the key. Run as root. It's probably named.
> 
> Turned out to be rpc.statd.  Thanks =)
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: licq help

2002-03-02 Thread Statux

> I think I may have ballsed it up a little as I get something along the
> lines of 'can't find the messge.wav file' on incomings.

You have to fix this as the default is broken. Go into the options and 
fix the paths to the audio files. Dig around in 
/usr/local/share/licq/sounds/icq/ and use those files. Then hit ok and 
then go and save the options (there's an option to save them).

If you can't find anything in /usr/local/share/licq/, then try 
/usr/share/licq. I have my copy installed via tarball :)

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: editing eth1

2002-02-27 Thread Statux

More formally, the touch command will update a file with the current 
timestamp. This will effectively create an empty file if one by the 
specified name doesn't already exist. touch is often used with makefiles 
to force rebuilds without going through the whole cleaning process (newer 
Makefile implies older version of code, etc).

On Thu, 28 Feb 2002, Ian Truelsen wrote:

> [EMAIL PROTECTED] writes: 
> 
> >> simply touch /var/log/boot.log and that message should go away.  boot.log is
> > 
> > what do you mean by "simply touch" (novice here) 
> > 
> Just type 'touch /var/log/boot.log' (you probably have to be su for that, 
> I'm not sure). The command touch will create an empty file for you that will 
> get rid of the no such file error. 
> 
> Ian. 
> 
> Ian Truelsen
> Masters program in Philosophy
> University of Manitoba, Winnipeg, Canada
> BA (Wilfrid Laurier University)
> Email: [EMAIL PROTECTED] 
> 
> Current favourite quote:
> "No great civilisation likes forests."
> K.F. O'Connor
> Lincoln College, Christchurch, New Zealand 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: licq problem

2002-02-23 Thread Statux

That's a normal occurance.. send the message through the server and the 
other party will eventually get it. No way around it, really. You'll 
prolly find similar problems getting away messages, etc. It's moreso a 
networking issue. Firewalls/gateways block a lot of direct connections 
between networks/hosts.

On Sun, 24 Feb 2002, Lewi wrote:

> i have been send a message to my friend which using icq client on the windows box,
> the problem is that message sometimes can delivered and sometimes can't,
> and try to look my network windows(from licq) and found none of errors.
> the strange thing is that i can receive a messages but can't send a messages.
> 
> On Sat, Feb 23, 2002 at 04:44:19PM -0500, Statux wrote:
> > Could you describe this problem a little further? :)
> > 
> > On Sun, 24 Feb 2002, Lewi wrote:
> > 
> > > I just want to know does someone have a problem with licq about sending message 
>to other side using icq?
> > > because I have that problem, how to resolve this kind of problem?
> > > 
> > > 
> > > I'm on enigma at home
> > > 
> > > 
> > > 
> > 
> > -- 
> > -Statux
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: licq problem

2002-02-23 Thread Statux

Could you describe this problem a little further? :)

On Sun, 24 Feb 2002, Lewi wrote:

> I just want to know does someone have a problem with licq about sending message to 
>other side using icq?
> because I have that problem, how to resolve this kind of problem?
> 
> 
> I'm on enigma at home
> 
> 
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: C Program compile error

2002-02-21 Thread Statux

# gcc -o program code.c -lm

Make sure you're remembering to include the library at compile time. The 
math functions are not part of the standard C library :)

On Thu, 21 Feb 2002, Frank Carreiro wrote:

> Not sure if this is the right list for it but here goes...
> 
> I'm currently learning how to code in C.  I'm using a RedHat 7.1 
> workstation which when installed I selected to install everything (I 
> don't like messing with dependancies ::grinz::).  I've been including 
> stdio.h and the last few weeks everything has been happy.  The last 
> couple of days I've been learning about math.h however it's failing when 
> I try and compile.  Getting the following message:
> 
> ---
> 
> In function `main`:
> undefined reference to `pow`
> collect2: ld returned 1 exit status
> 
> ---
> 
> I'm trying to calculate a value (x) raised to the y power.  I suspect 
> there is a library not found by the linker (wild guess).
> 
> Any thoughts on how I can track this down?
> 
> Thx
> 
> 
> 
> 
> 
> _______
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: USB Joystick and USB Hub

2002-02-20 Thread Statux

Hubs are supported natively.. they are seen when the host controller is 
initialized.

As far as the joystick, you'll need to make sure you have HID support 
enabled as well as support for the joystick itself.

-Statux

On 20 Feb 2002, James Pifer wrote:

> Is it true I have to recompile the kernel to use my USB joystick and USB
> hub?
> 
> My install is fairly new, RH72(full install). I have stuff listed in
> /dev/input like js0, js1, etc. 
> 
> If I do cat /dev/input/js0 I get "No such device".
> 
> Didn't find much in the archives about joysticks. What I did find
> searching google was a lot about rebuilding the kernel. 
> 
> How can I tell if RH sees my USB hub and joystick?
> 
> Thanks,
> James
> 
> 
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Reinstalling LILO (Was: How do I reinstall Linux)

2002-02-20 Thread Statux

> Does anyone know how can I reinstall LILO as Boot Loader.

Boot into Linux and then run /sbin/lilo :)

Of course, XP won't boot after you do that. XP might follow the protocol 
for getting NT to boot from LILO.. but you'll have to ask someone who 
knows for sure.

BTW: XP sucks terribly... can it :)

-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rpm -e --force --nodeps

2002-02-18 Thread Statux

Try removing the package first. Then install it again. --rebuilddb is good 
to use every so often too :)

On Mon, 18 Feb 2002, Steve Lee wrote:

> i had to install a older version of rpm package
> binutils.  i forced the install.  now i need
> to revert back to the same version of binutils
> that came with RedHat 7.2   Howver, when i 
> do a rpm -Uvh --force --nodeps binutil-
> it appears it is doing it.  When i then
> do a rpm -qa | grep bintutil  i see
> the old version of binutil.   Now how do
> i get this new version of binutil installed.
> Thanks.
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HOW TO MAKE INSTALLABLE FLOPPY???

2002-02-17 Thread Statux

The question was how to do such a thing with what was listed. Hence my 
answer :)

On Sun, 17 Feb 2002, Manuel A. Camacho Q. wrote:

> Statux wrote:
> > 
> > > QS::
> > > HOW TO MAKE INSTALLABLE FLOPPY NOT BOOTABLE DISK ,
> > > WITH MININUM PACKAGES???
> > 
> > You won't get any recent version of RedHat to install on a system like
> > that, especially with such little memory. Floppy installation is out of
> 
> Yes, it will. Just add some more RAM. but I think (for the price for RAM
> of my Toshiba) that the memory will cost you more than a laptop with
> better characteristics nowadays.
> 
> -Manuel
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: swap files

2002-02-17 Thread Statux

*smacks himself* Oh.. THAT kind of file.. I should have remembered... I 
make partitions in files all the time (usually ext2 tho) :)

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HOW TO MAKE INSTALLABLE FLOPPY???

2002-02-17 Thread Statux

> > I have one old Toshiba (T1950)Laptop with following configuration:
> > CPU: 134Mhz
> > RAM: 1MB
> > FDD: 1.4""
> > CD-Drive: NO
> > Network card: NO

Also, how much of a hard disk is in it? I know systems from that era were 
using disks around 1GB. Any hack job of an install tree will probably not 
be enough. As I said in my previous reply, the RH CDs themselves hold 
about 1GB total (there are 2 CDs now adays). You probably won't have 
enough space for anything after all of that. I suggest that you look to 
one of those portable distributions of Linux (www.freshmeat.net has a 
bunch listed) that will run off a floppy... never used one and not sure if 
they'll even be close to working for you. Typically, you can get Linux 
onto an old system, but said system is usually on a network with FTP or 
NFS access to the install discs.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: HOW TO MAKE INSTALLABLE FLOPPY???

2002-02-17 Thread Statux

> QS::
> HOW TO MAKE INSTALLABLE FLOPPY NOT BOOTABLE DISK , 
> WITH MININUM PACKAGES???

You won't get any recent version of RedHat to install on a system like 
that, especially with such little memory. Floppy installation is out of 
the question too since the CDs hold over 1GB of files. If you have no CD 
drive or network support of some kind, you're out of luck from my vantage 
point.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: 3Com 905 (was: no subject)

2002-02-17 Thread Statux

> > Hello,
> > I posted this below a couple of days ago and go no response I wondering if 
> > anyone could give me some feedback:

Didn't a few people reply to you (including myself)?



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: 3Com Module wont load on boot

2002-02-14 Thread Statux

As far as the "Network Device Support" section goes:

[*] Network Device Support
...
[*] Ethernet (10 or 100Mbit)
...
[*] 3COM cards
...
<*> 3c590/3c900 series...

That's all you need from that section to get a card in that series to 
work.

Under BIOS, I have my PCI slot assigned to a particular IRQ.

# cat /proc/interrupts
...
  9:320  XT-PIC  eth0
...

# cat /proc/ioports
...
e400-e47f : 3Com Corporation 3c905B 100BaseTX [Cyclone]
  e400-e47f : 00:0b.0
...

# cat /proc/pci
  Bus  0, device  11, function  0:
Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 
48).
  IRQ 9.
  Master Capable.  Latency=80.  Min Gnt=10.Max Lat=10.
  I/O at 0xe400 [0xe47f].
  Non-prefetchable 32 bit memory at 0xed00 [0xed7f].
 

That's what's going on on my system on said NIC. You aren't sharing any 
resources with some other hardware by some chance are you? Does 
/var/log/messages or dmesg say anything useful?

-Statux


On Thu, 14 Feb 2002, Clifford Thurber wrote:

> I am still confused as to why the interface would not be brought up when I 
> build a monolithic kernel and configure support for all 3Com cards? Any 
> ideas? Also doens't "depmod -av" get run during the boot sequence? Thanks 
> again for your input.
> 
> Cliff
> 
> At 05:42 PM 2/14/2002 -0500, you wrote:
> >When you can do it manually but not at boot time, you are usually missing
> >a dependency or two (things that haven't loaded by the time the interface
> >is being brought up). Usually, in this case, you can bump the interface
> >activation down the line a little (requires some editing of symlinks in
> >/etc/rc.d).
> >
> >I have a 3c905B PCI NIC (good card). I have support for it built into the
> >kernel (I like to build as much into the kernel as possible to reduce some
> >overhead and modules get a little confusing to load and whatnot). Like all
> >PCI cards, its settings are set in BIOS (IRQ and whatnot) and when the
> >kernel loads, it probes the card for everything else. One.. Two.. Three :)
> >
> >-Statux
> >
> >
> >
> >
> >___
> >Redhat-list mailing list
> >[EMAIL PROTECTED]
> >https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: 3Com Module wont load on boot

2002-02-14 Thread Statux

When you can do it manually but not at boot time, you are usually missing 
a dependency or two (things that haven't loaded by the time the interface 
is being brought up). Usually, in this case, you can bump the interface 
activation down the line a little (requires some editing of symlinks in 
/etc/rc.d).

I have a 3c905B PCI NIC (good card). I have support for it built into the 
kernel (I like to build as much into the kernel as possible to reduce some 
overhead and modules get a little confusing to load and whatnot). Like all 
PCI cards, its settings are set in BIOS (IRQ and whatnot) and when the 
kernel loads, it probes the card for everything else. One.. Two.. Three :)

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: "All telnet ports in use" error

2002-02-13 Thread Statux

/dev/pts is basically Unix98 pseudo terminal support (or one part of it). 
All non-virtual terminal connections to your system (xterms, rxvt, telnet, 
ssh, etc) use this.

On Wed, 13 Feb 2002, scott.list wrote:

> Thanks eddie:
> 
> I may have not compiled in support for /dev/pts in the kernel, and it
> was in the fstab file.  When reading the help messages in menuconfig,
> it sounded like I didn't need /dev/pts support.  W
> 
> What is /dev/pts for?  Should I need it?
> 
> Thanks very much for the time to reply and help.
> 
> Scott
> 
> 
> - Original Message -
> From: "Eddie Strohmier" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 13, 2002 11:44 AM
> Subject: RE: "All telnet ports in use" error
> 
> 
> > Scott:
> >
> > One thing to check is your /etc/fstab file. I received an error
> similar
> > to this long
> > ago which said "all network ports in use" on a RH 6.0 machine.  The
> > problem was a
> > corrupt line in /etc/fstab for /dev/pts. The line should read on a
> RH
> > 6.2 machine:
> >
> > none /dev/pts devpts gid=5,mode=620 0 0
> >
> > I think this would be a good place to look initially.
> >
> > Hope this helps,
> >
> > Eddie Strohmier
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> > On Behalf Of scott.list
> > Sent: Wednesday, February 13, 2002 12:04 PM
> > To: [EMAIL PROTECTED]
> > Subject: "All telnet ports in use" error
> >
> >
> > RH 7.1, I rebuilt my kernel to 2.4.17.  After reboot all seems OK,
> but I
> > get a "all telnet ports in use" message when trying to telnet in.
> There
> > are no telnet ports in use.  Can someone suggest what causes this so
> I
> > can fix it?
> >
> > Thanks,
> > Scott
> >
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> >
> >
> >
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Question about Uptime

2002-02-13 Thread Statux

> "The load averages are the average number of process ready to run during
> the last 1, 5 and 15 minutes."

Right.. 1, 5, and 15.. where'd I get 3, 5, and 10 from? :) 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Question about Uptime

2002-02-13 Thread Statux

> In the load average, it means thah I am using just the 0.01 % of my
> processor in a 5 minutes load average and that the max load I can have
> is 100.00, or it means that i am using the 1 % of mu processor and the
> max load is 1.00

Load is defined as the number of processes in the run queue. So load 
averages (3, 5, and 10 minutes I think they are), means that over those 
periods of time, there were an average of how many processes in the run 
queue. You can have a load average of 5 or 50 or 500 if your system can 
handle it. CPU can affect these numbers. Slower CPUs or even more 
"intense" processes can cause higher load since processes will sit on the 
run queue a little longer.

Basically, if you have 1 process sitting in the run queue (the things 
marked with an 'R' under the "ps -aux" output, for instance) for 5 minutes 
straight, then your 5 minute average should be 1.00 (given nothing else 
was runnable during that time).

Also, don't forget that only one process can run per CPU at any instance 
:)

Hope this helps.

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RedHat Network Down?

2002-02-13 Thread Statux

 Double check the related logfiles in /var/log for more info.

On Wed, 13 Feb 2002, Jonathan Slivko wrote:

> Hello,
> 
> I tried to do "up2date -u" this morning for one of my Red Hat 7.1 
> boxes, but got this error:
> 
> [root@exodus /root]# up2date -u
> Error communicating with server.  The message was:
> Proxy Error
> [root@exodus /root]# 
> 
> Is the Red Hat Network down temporarily or is it just me, as there 
> is no proxy anywhere on this network. Thanks in advance.
> 
> -- Jonathan
> 
> --
> Jonathan M. Slivko <[EMAIL PROTECTED]>
> 'Life is the art of drawing without an eraser.' - John Gardner
>  
> 
> ___
> ___
> Sent via the Pace University Mail system at stmail.pace.edu
> 
> 
>  
>
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: version of redhat

2002-02-12 Thread Statux

> i also did a cat /pro/versions  but it didn't tell me the redhat release.

/proc/version is the kernel version info. Since this is generated by the 
kernel itself, it has no concept of what a distribution really is.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: version of redhat

2002-02-12 Thread Statux

/etc/issue is created on every boot. ( /etc/rc.d/rc.local )

cat /etc/redhat-release

More importantly, have you forgotten what version you have installed?

On Tue, 12 Feb 2002, Steve Lee wrote:

> how do you find out the version of redhat
> if your /etc/issue is erased.? ?
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ftp'ing files from linux to Win98

2002-02-09 Thread Statux

> Is there other ways of sending binary files from Linux box to Windows 
>environment(win98).

You could FTP into the Linux system and download them onto the Win98 
box... or you could use Samba (netbios).



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: External Traffic?

2002-02-07 Thread Statux

netstat will tell you what you're connected to and what's connected to 
you. ps will show you what processes are running. netwatch will put an 
interface into promiscuous mode and show you everything that's happening 
on that interface :)

Hope some of this gets you going in the right direction.

-Statux


On Thu, 7 Feb 2002, Kevin Old wrote:

> Hello all,
> 
> I have received an email from someone claiming that they are receiving
> insecure connection attempts to their host.
> 
> Is there some way that I can check if there are any processes that
> connecting to other hosts?
> 
> Thanks,
> 
> Kevin
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Reformat partition

2002-02-04 Thread Statux

You have to use fdisk to remove the NTFS partition and repartition to 
Linux Native. Then write the partition table and do a mkfs.ext2 on each 
partition created. Then edit your /etc/fstab and add the device entries 
for the partitions. Make sure the mount point directories exist before 
mounting the new partitions. Keep in mind that if you mount a partition to 
a directory that already contains data on another partition, you'll lose 
sight of the old data while the partition is mounted over top of it.

The man page or HOWTO for mdisk will probably help lots.

On Mon, 4 Feb 2002, James Pifer wrote:

> I have a second drive in a new install of RH7.2. Now that I already have 
> linux installed how to I format the drive and add a mount point? It 
> currently has NTFS on it.
> 
> I don't see how to do it with fdisk.
> 
> Can disk druid be run after Redhat is installed?
> Is the a GUI in KDE for doing this?
> 
> Thanks,
> James
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Hii..........telnet please ?

2002-01-29 Thread Statux

Did you try the SRPM or perhaps looking on a search engine?

On Wed, 30 Jan 2002, northstone wrote:

> Anyone could show me where is the exact source code for telnet client and telnet 
>server?
> thanks
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ./configure

2002-01-29 Thread Statux

Perhaps the configure script has to be generated. I forget the usual 
commands that generate the configure script, though.

On Tue, 29 Jan 2002, [EMAIL PROTECTED] wrote:

> Yes, I was in the directory I was supposed to be in. And I looked for 
> "configure" in that directory but I didn't see it. Is it possible that upon
> expanding the file that it did the "configure" automatically? And once
> "./configure" is run does this then remove "configure" from a directory?
> 
> Mark
> 
> --
> >From: "Francisco Neira" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
> >Subject: Re: ./configure
> >Date: Tue, Jan 29, 2002, 1:21 PM
> >
> 
> > ./configure means "execute configure that exists in this directory". Make
> > sure you are positioned in the directory that actualy contains "configure".
> >
> > Hope this helps
> >
> >
> > Francisco
> >
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ports Gaim is using

2002-01-28 Thread Statux

Make sure you're running the latest version of Gaim (currently 0.51). If 
you read the website (gaim.sourceforge.net) you'll see the mess they go 
through every few versions to get around what AOL does. If you're using, 
say, a version of Gaim included with one of the RH distros, it's majorly 
out of date. The dev team is to the point of releasing a new version (or 
trying to) every 2 weeks. So keep it up to date :)

-Statux

On Mon, 28 Jan 2002, dave brett wrote:

> Hi Robert
> 
> I was a too haste in replying.  It did work, but AOL logged me off. I was
> using illegal software.  It did show me where the problem was.  I had to
> get a new port opend up for it to work.
> 
> thanks again
> david
> 
> On Mon, 28 Jan 2002, dave brett wrote:
> 
> > Hi Robert
> > 
> > Thanks I was unaware of this option.  After some playing around I got it
> > to work.  I ended getting it to work with Oscar instead of TOC.  I don't
> > understand but what you said makes sense.
> > 
> > thanks
> > david
> > 
> > On 28 Jan 2002, Robert Dege wrote:
> > 
> > > 
> > > I had problems logging in with Gaim as well.  Until I found out that
> > > GAIM was trying to authenticate via Oscar.  When I changed it back to
> > > TOC, I could login in just fine.
> > > 
> > > -Rob
> > > 
> > > > Does anybody have any idea what ports Gaim uses which is different that
> > > > the windows program (aol instant messenger).
> > > > 
> > > > The reason for the question is I cannot connect with Gaim from the office,
> > > > but can when I use the windows version.  When I am at home I  can connect
> > > > with both versions
> > > > 
> > > > thanks
> > > > david
> > > > 
> > > > 
> > > > 
> > > > 
> > > > ___
> > > > Redhat-list mailing list
> > > > [EMAIL PROTECTED]
> > > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > > 
> > > -- 
> > > 
> > > -Rob
> > > 
> > > 
> > > 
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > 
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: AOL in Negotiations to Buy Red Hat

2002-01-21 Thread Statux

Well, it is interesting that a closed source commercial company would be 
buying a company like RedHat. Something not right about that picture.

As far as AOL benefitting from the 600 employees, there's always layoffs 
with aquisitions. These aren't the best times for people to be keeping 
their jobs in such situations. Stocks are stuggling, economy is a lil 
rocky right now. Now, in order for AOL to get anywhere from this deal, 
they'd have to keep most everyone from RedHat since AOL doesn't know jack 
crap about what they're getting into.

On the bright side of things, AOL brings with it... funds. Funding is much 
needed at this point in time. AOL's stock would probably increase in 
value, but they're gonna have to realize that they can't step on too many 
feet in the process. They aren't bringing the development experience to 
the table... RedHat is. Television advertising could also be a big 
possibility since I don't remember ever seeing a RedHat commercial on TV.

So, I think such a deal would be financially positive.. again, if AOL vows 
to let RH continue as they have been.

Sorry if any of this info has already been mentioned. I've been trying to 
keep up with this thread :)

-Statux


On Mon, 21 Jan 2002, Ezra Nugroho wrote:

> Well, if they are not running away, AOL would benefit from the 600 
> employees (minus Alan Cox) who are most experienced with RH.
> 
> 
> At 02:20 PM 1/21/2002 -0500, you wrote:
> 
> >   this may be a naive question but, what exactly would AOL
> >get from *buying* red hat, as opposed to simply *using* red hat.
> >after all, given the GPL nature of red hat, certainly they have
> >the right to build any technology around red hat that they want,
> >provided that they don't violate the terms of the GPL.  and they
> >can do that without buying any part of red hat.
> >
> >rday
> >
> >
> >
> >___
> >Redhat-list mailing list
> >[EMAIL PROTECTED]
> >https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> Ezra Nugroho
> Web/Database Application Specialist
> Goshen College ITS
> Phone: (574) 535-7706
> 
> 
> "Don't be humble, you're not that great." -- Golda Meir
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rpm bug on 7.2?

2002-01-21 Thread Statux

Ok.. solution is: Think before you do :)

Why would you be hitting ctrl+c during an RPM install anyway? You were the 
one who opted to have it installed in the first place. If you break it 
half way through, you can possibly corrupt the RPM database, among other 
things. You might want to try something like "rpm --rebuilddb" to undo 
some damage you may have done.

On Tue, 22 Jan 2002, Lewi wrote:

> i recently receive this error while install from rpm
> error: db3 error(-30998) from db->close: DB_INCOMPLETE: Cache flush was unable to 
>complete
> 
> rpmdb: Unreferenced page 5783
> error: db3 error(-30985) from db->verify: DB_VERIFY_BAD: Database verification failed
> 
> this problem occured when i press Ctrl+C to cancel while installation from rpm 
>installation
> then when i want continue, the problem start
> and then i try rpm -qa, the rpm listing is hang
> i think that default rpm database is still open while i press Ctrl+C,
> so when i try rpm -qa --dpath /usr/lib/rpmdb/i386-redhat-linux/redhat/
> no problem
> 
> 
> why? does someone have same experience with me?
> 
> 
> i use 7.2,
> with all updates
> i must restart my enigma to resolve this problem :(
> 
> 
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Odd happenings after time sync...

2002-01-20 Thread Statux

Remember that you can't log off before you log on. Syncronizing the clock 
can cause a fast clock to be set back.. effectively messing things up. Try 
things like 'lastlog' and 'ac' and see if either of them yell at you.

I'm just tossing out an idea.. might be the case.. might not :)

On Sun, 20 Jan 2002, Mike Burger wrote:

> I'm noticing an oddity when synchronizing my system clock.
> 
> If I do a "last" command, for example, a "last -20", I get a list of the 
> last 20 logins.
> 
> Then, I synchronize my clock...netdate, rdate, it doesn't matter the 
> program.
> 
> Then, I do another "last" command, and I get only one listing, in whatever 
> active consoles or telnet/ssh logins I was actively using.
> 
> The only way to see more is to log into another console/telnet/ssh 
> session, and then all active sessions see a proper listing when running 
> the "last" command.
> 
> I've noticed this behavior on several systems running Cartman, Guinness, 
> Seawolf and Enigma.
> 
> Any ideas what's causing this?
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Adjusting playback level.

2002-01-14 Thread Statux

Try increasing the mixer volume. Use xmixer or aumix (console).

On Tue, 15 Jan 2002, David wrote:

> > 1) What are you trying to accomplish? It's as if you forgot to make note
> > of why you're doing any of this to begin with.
> 
> Well, I wasn't doing any important thing in particular. I was just trying to
> play some mp3s and having found that the volume is a bit soft, I just wanted
> to adjust it.
> 
> > 2) -g is gain. Typically you don't touch this. If you play electric guitar
> > or do sound mixing of some sort, you'll know what this is.
> 
> I do know what gain is. It is simply put: a ratio of output to input.
> This -g option I presume will adjust the output gain of my sound card. So it
> seems to be the right option for me. Unfortunately, it did not work. Maybe
> the driver does not support this option.
> 
> > 3) -f is scale factor. Not sure of the logic behind this.
> 
> The -f option is sort of like the software version of volume control as it
> controls the scaling of the wave data before it is passed to the sound card.
> But the default level (according to the man page) is 32768 which is the max
> (half of 2^16). If I adjust this, which is possible, I get a louder sound
> but the louder portions of the music becomes clipped.
> 
> Best,
> David
> 
> > On Tue, 15 Jan 2002, David wrote:
> >
> > > Hi,
> > >
> > > I was experimenting with playing mp3s using mpg123. I read the man page
> for
> > > mpg123 and saw that the -g option seems to be the one to adjust playback
> > > level. However, although I tried specifying different values with the -g
> > > option, I don't get any difference in the playback level. (I tried
> values
> > > from 5 to 1). I found that using the -f option seems to be able to
> do
> > > the trick but I don't feel that it is the correct way to do things since
> I
> > > started to hear some 'clippings'. What then is the correct way or
> method?
> > > Thanks.
> > >
> > > David
> > >
> > >
> > >
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > >
> >
> > --
> > -Statux
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Adjusting playback level.

2002-01-14 Thread Statux

1) What are you trying to accomplish? It's as if you forgot to make note 
of why you're doing any of this to begin with.

2) -g is gain. Typically you don't touch this. If you play electric guitar 
or do sound mixing of some sort, you'll know what this is.

3) -f is scale factor. Not sure of the logic behind this.

4) See #1.

-Statux

On Tue, 15 Jan 2002, David wrote:

> Hi,
> 
> I was experimenting with playing mp3s using mpg123. I read the man page for
> mpg123 and saw that the -g option seems to be the one to adjust playback
> level. However, although I tried specifying different values with the -g
> option, I don't get any difference in the playback level. (I tried values
> from 5 to 1). I found that using the -f option seems to be able to do
> the trick but I don't feel that it is the correct way to do things since I
> started to hear some 'clippings'. What then is the correct way or method?
> Thanks.
> 
> David
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: I hate Gnome

2002-01-11 Thread Statux

Originally to: All

$HOME/.xinitrc would be a nice place to start.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


<-> Gateway Information.
This message originated from a Fidonet System (http://www.fidonet.org)
and was gated at TCOB1 (http://www.tcob1.net)
Please do not respond direct to this message but via the list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: redhat start up generate random number

2002-01-08 Thread Statux

All calls to rand() and srand() from the Standard C Library (libc, glibc, 
etc) require kernel level support in order to work. That's what this is. 
It has to do with /dev/random, etc.

On Wed, 9 Jan 2002, adrian kok wrote:

> Hi all
> 
> What is the meaning of initialize the generate random
> number when red hat starts in boot time
> 
> Thank you
> 
> ___
> Do You Yahoo!?
> Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: "Make" error: "No rule to make target..."

2002-01-08 Thread Statux

make sure /usr/include/linux and /usr/include/asm are pointing correctly, 
and make sure /usr/src/linux is pointing to the correct tree. Remember to 
do all your work via the softlink.

On Tue, 8 Jan 2002, Ethan Michaels wrote:

> Trying to use make.
> 
> make mrproper works OK apparantly
> 
> make menuconfig returns error:
> quote:
> make: *** No rule to make target 'include/linux/autoconf.h', needed by 
> 'include/linux/version.h'. Stop.
> /quote
> 
> Make bzImage returns similar "No rule to make target" errors.
> 
> RH 7.2. Gateway E-3400/1000. Using 2.4.7-10 kernel. (By the way, 
> www.kernel.org says latest kernel is 2.4.17. Why is current Redhat kernel 
> 2.4.7-10??? Do they use a different version number system?)
> 
> Have checked owner and group on all files in /usr/src/linux-2.4. Everything 
> is root.
> 
> Headers AND sources rpms are installed and confirmed.
> 
> Thanks.
> 
> Ethan
> 
> _
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> 
> 
> _______
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: POP3 server

2002-01-06 Thread Statux

depends on what your skill is and what your system would be serving 
exactly.

On Sun, 6 Jan 2002, Julian Opificius wrote:

> What would you experts out there recommend for a POP3 server for my RH7.2 box?
> 
> julian.
> 
> 
> 
> Just because I'm paranoid doesn't mean they aren't after me ...
> 
> Julian Opificius. ICQ 3268206.
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Disk Quota's

2002-01-06 Thread Statux

> Where do I make the changes to the fstab file???

/etc/fstab

you could post your /etc/fstab file for us all to look at. it would allow 
us to help you better :)

-Statux




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Network speed

2002-01-05 Thread Statux

3Mbps or 3MB/s? There's a big difference.

On Sun, 6 Jan 2002, Ian Truelsen wrote:

> Recently I have been transferring some large files between my computers. I 
> have a 100Mbps connection between the two, but the actual transfer speed is 
> being reported at less than 3Mbps. Now, admittedly, one of the computers has 
> a UDMA 33 drive, but still, 3Mbps seems awfully low. Is this normal? If not, 
> what can I look to to troubleshoot the problem? 
> 
> Ian. 
> 
> Ian Truelsen
> Masters program in Philosophy
> University of Manitoba, Winnipeg, Canada
> BA (Wilfrid Laurier University)
> Email: [EMAIL PROTECTED] 
> 
> Current favourite quote:
> "No great civilisation likes forests."
> K.F. O'Connor 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ext3 or ext2 ?

2002-01-02 Thread Statux

> Are there good reasons for not using ext3?  For now this machine
> won't be my main machine.  With proper backup of important files
> it could fail without being a major pain ...

Despite the fact that people say that ext3 is good enough for production 
use, you can't ignore the dozens and dozens of complaints people make 
about it constantly. In all honesty, ext3 is still under development as 
are most journalling filesystems. I wouldn't use it, say, for the root 
partition, but I might for a lesser important one... just until you get 
the hang of it and until ext3 is well enough developed to the point where 
the complaints stop :)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: XFree86

2001-12-30 Thread Statux

7.1's X packages sang to the tune of 4.x libraries with 3.3.6 servers. It 
was how it was boxed. I dunno about 7.2.

On Sun, 30 Dec 2001, Jared Brick wrote:

> Hi,
> 
> I finally had time to update my system to 7.2. In 7.1 I somehow (for the life 
> of me I can't remember) set up X to use the 3x server rather than 4x server, 
> since my video card is not well supported on 4x. I am now having the same 
> issue but am having no luck remembering how I did it. Does any one know where 
> I should look for a solution?
> 
> Thanks in advance, Jared
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



  1   2   3   4   5   6   7   8   >