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

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 :

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

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

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

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

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

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

2002-05-24 Thread Statux
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

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

RE: USB keyboard and mouse

2002-05-22 Thread Statux
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

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

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

Re: Direct Rendering

2002-05-19 Thread Statux
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

ls command

2002-05-19 Thread Statux
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

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

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

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

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).

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

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

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

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

RE: Quake3 on RedHat 7.2

2002-04-15 Thread Statux
://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

Re: 2GB Limit?

2002-04-13 Thread Statux
, 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

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

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

Re: fetchmail error

2002-04-10 Thread Statux
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

Re: Kernel Size

2002-04-05 Thread Statux
? Thanks, Scott ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list -- -Statux ___ Redhat-list mailing list [EMAIL PROTECTED] https

Re: untarring multiple archives

2002-04-04 Thread Statux
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

RE: untarring multiple archives

2002-04-04 Thread Statux
/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
[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: 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'

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

Re: How to configure private IP addresses?

2002-04-01 Thread 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: Why ftp time out??

2002-03-30 Thread Statux
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: User password length

2002-03-30 Thread Statux
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

Re: usb help

2002-03-28 Thread Statux
-- -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]

Re: Any command to remove a full directory

2002-03-21 Thread Statux
... 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

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: OT usb mouse

2002-03-18 Thread Statux
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

Re: Where is gtk-config gone

2002-03-17 Thread Statux
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

Re: Adding a harddrive

2002-03-17 Thread Statux
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: HELP! Configuring printer to print through a NT Print Server.

2002-03-14 Thread Statux
, 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]

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

2002-03-12 Thread Statux
-list -- -Statux ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: kernel update

2002-03-11 Thread Statux
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

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: Floppy doesn't work

2002-03-08 Thread Statux
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

Re: sockets - accept()

2002-03-07 Thread Statux
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: 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

Re: /proc/meminfo

2002-03-06 Thread Statux
? 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

Re: USB on an IBM Thinkpad i1300

2002-03-05 Thread Statux
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

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

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

Re: mounting a floppy

2002-03-04 Thread Statux
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: what's on port 32768?

2002-03-03 Thread 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: mkbootdisk and 2.4.19-prex

2002-03-03 Thread Statux
-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: licq help

2002-03-02 Thread Statux
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

Re: editing eth1

2002-02-27 Thread Statux
] 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

Re: licq problem

2002-02-23 Thread Statux
-- -Statux ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: licq problem

2002-02-23 Thread Statux
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

Re: C Program compile error

2002-02-21 Thread Statux
(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

Reinstalling LILO (Was: How do I reinstall Linux)

2002-02-20 Thread Statux
it :) -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

Re: rpm -e --force --nodeps package

2002-02-18 Thread 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: 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]

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

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

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
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

Re: 3Com Module wont load on boot

2002-02-14 Thread Statux
) 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: 3Com Module wont load on boot

2002-02-14 Thread Statux
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

Re: RedHat Network Down?

2002-02-13 Thread Statux
/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
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: 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? :) shrug ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: All telnet ports in use error

2002-02-13 Thread 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

Re: version of redhat

2002-02-12 Thread 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: 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

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]

Re: External Traffic?

2002-02-07 Thread Statux
. -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

Re: Reformat partition

2002-02-04 Thread Statux
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

Re: ./configure

2002-01-29 Thread Statux
[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

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

Re: ports Gaim is using

2002-01-28 Thread Statux
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

Re: rpm bug on 7.2?

2002-01-21 Thread Statux
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

Re: Odd happenings after time sync...

2002-01-20 Thread Statux
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

Re: Adjusting playback level.

2002-01-14 Thread Statux
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

Re: Adjusting playback level.

2002-01-14 Thread Statux
'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

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

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

2002-01-08 Thread Statux
_ 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

Re: redhat start up generate random number

2002-01-08 Thread Statux
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

Re: POP3 server

2002-01-06 Thread Statux
/redhat-list -- -Statux ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Network speed

2002-01-05 Thread Statux
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

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

Re: XFree86

2001-12-30 Thread 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: messages and a dead cdrom

2001-12-29 Thread Statux
does it have anything to do with the fact that i can't mount my cdrom? i keep getting the error: /dev/cdrom is not a valid block device Does it have anything to do with it? Sure. ide-cd.. hdd problems... What's /dev/cdrom pointing to? Have you always had this problem? Did you recently

Re: Can't hear Audio CDs

2001-12-29 Thread 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: Unremovable file

2001-12-28 Thread Statux
device which for some reason isn't being used anymore (must have been written out of the recent kernels). NOTE: This is how debugfs used to work to the best of my memory. Check the manual for changes :) -Statux ___ Redhat-list mailing list [EMAIL

  1   2   3   4   5   6   7   8   >