Re: recover queue messages?

2002-04-18 Thread Lewi
thank you all, I found that when I try to fill relayhost(I read that in main.cf) with another server in mydomain which have a faster connection queue mail is gone. what is the different between this with content in transport map? is that same? On Thu, Apr 18, 2002 at 09:45:50AM -0400, Mike Bu

Re: recover queue messages?

2002-04-18 Thread Lewi
I have erase all header until To:... header, I change this to user on my server it self but I received error because undisclosed user, I think To header can't be read with that commmand or what I'm erase is wrong in that file :) On Thu, Apr 18, 2002 at 07:37:27AM -0400, Anthony E. Greene wrote:

wget auth probs

2002-04-18 Thread Bret Hughes
I have a script that I am trying to port to a new content provider for up but wget is puking with the following: [bhughes@bretsony scripts]$ wget -S -N -v http://username:[EMAIL PROTECTED]/elevcomm/ECLocalNews.asp --01:56:56-- http://username:@www.tulsaworld.com/elevcomm/ECLocalNews.asp

Re: Unidentified Network Traffic

2002-04-18 Thread ABrady
On Thu, 18 Apr 2002 15:01:42 -0500 Gary <[EMAIL PROTECTED]> quietly intimated: > On Thu, Apr 18, 2002 at 10:02:39AM -0500 or thereabouts, Ed Wilts > wrote: > > I would not be surprised if you're getting hammered by port 80 > > traffic. Code Red and its ugly friends are still out there, > > mer

Setting up XF86CONFIG for nVidia GEForce 4 Ti 4600

2002-04-18 Thread Rob Yale
Hi, I'm trying to get my Dell Dimension 8200 running with its GeForce 4 ti 4600 card. Does anyone have a XF86CONFIG file that works with this card? I've tried to follow the directions on the nVidia README, and I've edited the file as it was suggested, but I'm getting a fatal error when I execut

Re: regular expressions in bash

2002-04-18 Thread Harry Putnam
"daniel" <[EMAIL PROTECTED]> writes: > i'm a perlgeek > so i'm familiar with its style of regular expressions > but when i'm trying to use one of those regular expressions in a find > command, > i'm not having much luck > here's what i want to do: > > > find /home/ -name "(.Apple(.*))|(Network Tr

Re: regular expressions in bash

2002-04-18 Thread Gordon Messmer
On Thu, 2002-04-18 at 15:26, daniel wrote: > i'm a perlgeek > so i'm familiar with its style of regular expressions > but when i'm trying to use one of those regular expressions in a find > command, > > find /home/ -name "(.Apple(.*))|(Network Trash > Folder)|(TheVolumeSettingsFolder)" -print0 |

Re: Samba-Linux-XP-Win95

2002-04-18 Thread Edward Dekkers
> I have a network of Win95 and Linux machines. Every machine has shares > and all machines can access the shares of all other machines. There is > one exception. I recently obtained (with dual boot objectives for > Linux and XP Pro) a new addition for video and sound editing purposes. > But

StarOffice Printing Problems

2002-04-18 Thread Janyne Kizer
My group has started to rollout RedHat 7.2 systems to several remote sites. We are running StarOffice 5.2 on these systems and we have run into some paper tray selection issues and I am hoping someone else has seen. Most of the remote sites are using HP4M Plus printers. All printers work fine p

Re: dnsbl

2002-04-18 Thread Ed Wilts
I'll add my 2 cents worth on how useful it is. After I enabled the blocking, my spam definitely dropped off. However, I've dropped at least one legitimate non-spam e-mail that happened to come from a open relay at a local county. You can write some scripts to go through your own maillog and det

Samba-Linux-XP-Win95

2002-04-18 Thread p-thilts
I have a network of Win95 and Linux machines. Every machine has shares and all machines can access the shares of all other machines. There is one exception. I recently obtained (with dual boot objectives for Linux and XP Pro) a new addition for video and sound editing purposes. But I cann

Re: Can parted do this?

2002-04-18 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 18, 2002 at 04:12:13PM -0600, Rodolfo J. Paiz wrote: >At 4/18/2002 03:06 PM -0700, you wrote: >> > * 6.25GB NTFS-5 (Win2K) >> > * 5.00GB FAT32 >> >>I usually use fips (you'll have to create a boot disk) when I have resize >>partitions then

Re: prob with mount -t smbfs

2002-04-18 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 18, 2002 at 02:58:06PM -0700, Patrick Nelson wrote: >RH72 WLU (w/ latest updates) > >When I attempt: > > mount -t smbfs -o username=administrator //mewinblz/loc$ /mnt/msmp The smbmount man page has a different format for the command. Try

Re: wine - program installation

2002-04-18 Thread Bret Hughes
On Thu, 2002-04-18 at 19:08, Michael Fratoni wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thursday 18 April 2002 07:19 pm, Bret Hughes wrote: > > > OK I went ahead and tried installing as root. I get farther but I get > > to a place where it appears that a dialog box is hidde

Re: wine - program installation

2002-04-18 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 18 April 2002 07:19 pm, Bret Hughes wrote: > OK I went ahead and tried installing as root. I get farther but I get > to a place where it appears that a dialog box is hidden behind the > *$^@% full screen installer and I can't get behind

RE: prob with mount -t smbfs -> SOLVED

2002-04-18 Thread Patrick Nelson
David Talkington wrote: - According to the man page for smbmount, the relevant mount option is 'smb', not 'smbfs' ... - Hmm... you got me thinking... So I checked each system for smbmount and sure enough the system that showed errors was missing smbmount.

RE: dnsbl

2002-04-18 Thread R P Herrold
On Thu, 18 Apr 2002, Jeff Graves wrote: > In your experience, does it have any value (ie. is it worth the bandwith > to do the checks because it actually reduces your spam intake), or do > you find that too many customers are calling you saying they are getting > denied while trying to send email

Re: wine - program installation

2002-04-18 Thread Bret Hughes
On Thu, 2002-04-18 at 17:07, Bret Hughes wrote: > I have wine installed from rpm and have done a quick and dirty test > using free cell after totally wasting 30 minutes playing what used to be > one of my favorite games, I figure the basice wine is working. What I > want to do is install ACT! as

Re: regular expressions in bash

2002-04-18 Thread Bill Crawford
On Thu, 18 Apr 2002, daniel wrote: > i'm a perlgeek > so i'm familiar with its style of regular expressions > but when i'm trying to use one of those regular expressions in a find > command, > i'm not having much luck > here's what i want to do: > > > find /home/ -name "(.Apple(.*))|(Network Tr

RE: Can parted do this?

2002-04-18 Thread Rodolfo J. Paiz
At 4/18/2002 03:50 PM -0700, you wrote: >Can you get your hands on a test system? [...] > >BUT, I have not used fips against NTFS-5. Nah... not enough time, too much risk. I'll move some of my datafiles to free up 2GB on my FAT32 partition, then shrink that with parted and install that way. Ho

RE: Can parted do this?

2002-04-18 Thread Patrick Nelson
Rodolfo J. Paiz wrote: - My concern and worry is the NTFS-5 partition. I wonder whether that is yet supported by parted or fips, and since this is my computer used for work I can't go mucking around with it at random so I want to try to determine the odds of success before I

wine - program installation

2002-04-18 Thread Bret Hughes
I have wine installed from rpm and have done a quick and dirty test using free cell after totally wasting 30 minutes playing what used to be one of my favorite games, I figure the basice wine is working. What I want to do is install ACT! as a user (me) and not have to have root acess to run it.

regular expressions in bash

2002-04-18 Thread daniel
i'm a perlgeek so i'm familiar with its style of regular expressions but when i'm trying to use one of those regular expressions in a find command, i'm not having much luck here's what i want to do: find /home/ -name "(.Apple(.*))|(Network Trash Folder)|(TheVolumeSettingsFolder)" -print0 | rm -r

RE: Can parted do this?

2002-04-18 Thread Rodolfo J. Paiz
At 4/18/2002 03:06 PM -0700, you wrote: > > * 6.25GB NTFS-5 (Win2K) > > * 5.00GB FAT32 > >I usually use fips (you'll have to create a boot disk) when I have resize >partitions then use fdisk to setup the partitions for installation of Linux. >Don't see why that wouldn't work for your sit-che-ation

RE: Files Required to Run Up2date?

2002-04-18 Thread Dan Horth
have you tried refreshing package list at rhn.redhat.com? up2date -p should do the trick? At 2:56 PM -0700 18/4/02, Chris Daft wrote: >I have exactly the same problem... maybe the solution is to force the >installation of the rpm package? I never like forcing rpm, though. __

Re: prob with mount -t smbfs

2002-04-18 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Nelson wrote: > mount -t smbfs -o username=administrator //mewinblz/loc$ /mnt/msmp According to the man page for smbmount, the relevant mount option is 'smb', not 'smbfs' ... - -d - -- David Talkington PGP key: http://www.prairienet.or

RE: Can parted do this?

2002-04-18 Thread Patrick Nelson
Wasn't it you who wrote: - * 6.25GB NTFS-5 (Win2K) * 5.00GB FAT32 Can I use parted to shrink and move these partitions so that I can install RH7.2 on this machine? I'd like to end up with this for dual-booting: * 30MB ext3 /boot * 4.00GB NTFS-5 (Win2K) * 3.20GB Red Hat Lin

prob with mount -t smbfs

2002-04-18 Thread Patrick Nelson
RH72 WLU (w/ latest updates) When I attempt: mount -t smbfs -o username=administrator //mewinblz/loc$ /mnt/msmp on a one of my systems I get the error: mount: wrong fs type, bad option, bad superblock on //mewinbloz/loc$, or to many mounted file systems I have an alias that is part of my l

RE: Files Required to Run Up2date?

2002-04-18 Thread Chris Daft
I have exactly the same problem... maybe the solution is to force the installation of the rpm package? I never like forcing rpm, though. Chris > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Robinson > Sent: Wednesday, April 17, 2002 5:45 PM

Re: RedHat as TimeServer

2002-04-18 Thread Javier Gostling
Oleg Green wrote: > I need some help to setup TimeServer NTP on Linux RedHat 7.2 run as Time Server. > Please advise me how to configure "ntpdate service", and other settings. Not hard. There are two different scenarios: a) You want to sync one Linux machine's clock with the internet, or b) You

Re: tcp/ip implementation

2002-04-18 Thread Bret Hughes
On Thu, 2002-04-18 at 15:32, alouini khalif wrote: > i have the red hat 7.2 (complete version) and i want > to know where can i find the tcp/ip code source (SRPM) > in the tow source code CD_ROMs : the file *.c > i didn't find the implementation of file in /netinet > directory > please help me,wh

Re: dnsbl

2002-04-18 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 18 April 2002 12:30 pm, Jeff Graves wrote: > Does anyone on the list use dnsbl with sendmail? Is this a good idea to > block spam? How do you go about doing it? (ie. should i pull mutliple > zones from my nameserver and query my name serve

Re: rsh / ssh & operate remote DAT drive

2002-04-18 Thread Jack Bowling
** Reply to message from Dan Horth <[EMAIL PROTECTED]> on Fri, 19 Apr 2002 07:15:55 +1000 > Hi - I've been going through the faq at >http://www.tolisgroup.com/gen-faq3.html#remote to see how to setup use of a remote >tape drive for backups, and noted on other pages related to setting up rsh /

Problems compiling kernel

2002-04-18 Thread Kjetil Tjensvold
I have the source code in /usr/src/linux-2.4.7-10 dir. I do make xconfig and do all the checkouts to a minimum. make dep make clean make bzImage make modules make install make modules_install cp ./arch/i386/boot/bzImage /boot/vmlinuz-2.4.7-10 lilo reboot and it didnt work. Have I missed something

Re: up2date is driving me mad!

2002-04-18 Thread Dan Horth
may be you should have let it tun for three days like I did (apparently) and all will work as it should! :) At 6:00 PM -0700 18/4/02, M.Schild wrote: >>may be 'cos this machine is so slow the process was hanging on some inter-dependency >checks- > >Happened to me today. 30 mn to check inter-dep

Re: RedHat as TimeServer

2002-04-18 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oleg Green wrote: >I need some help to setup TimeServer NTP on Linux RedHat 7.2 run as >Time Server. Please advise me how to configure "ntpdate service", and >other settings. Please search the archives at http://www.prairienet.org/library/redhat.

RedHat as TimeServer

2002-04-18 Thread Oleg Green
Hi friends, I need some help to setup TimeServer NTP on Linux RedHat 7.2 run as Time Server. Please advise me how to configure "ntpdate service", and other settings. Thanks, Oleg ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat

rsh / ssh & operate remote DAT drive

2002-04-18 Thread Dan Horth
Hi - I've been going through the faq at http://www.tolisgroup.com/gen-faq3.html#remote to see how to setup use of a remote tape drive for backups, and noted on other pages related to setting up rsh / rlogin that it's a potential security risk, and that I should look into ssh instead. quick and

tcp/ip implementation

2002-04-18 Thread alouini khalif
i have the red hat 7.2 (complete version) and i want to know where can i find the tcp/ip code source (SRPM) in the tow source code CD_ROMs : the file *.c i didn't find the implementation of file in /netinet directory please help me,where can i find the source code of the files that have a relatio

Re: No viewer for RPM files

2002-04-18 Thread Alex Larsson
On 18 Apr 2002, Havoc Pennington wrote: > > Toralf Lund <[EMAIL PROTECTED]> writes: > > On 18/04 2002 16:05 Havoc Pennington wrote: > > > Toralf Lund <[EMAIL PROTECTED]> writes: > > > > What exactly is missing? It can't be the actual package handlers > > > > because they're in /usr/lib/vfs/extfs

Can parted do this?

2002-04-18 Thread Rodolfo J. Paiz
Hi! Repost due to lack of answers... My notebook currently has the following partitions: * 6.25GB NTFS-5 (Win2K) * 5.00GB FAT32 Can I use parted to shrink and move these partitions so that I can install RH7.2 on this machine? I'd like to end up with this for dual-booting: * 30MB ext3 /boot

Re: No viewer for RPM files

2002-04-18 Thread Anders Carlsson
On Thu, 2002-04-18 at 17:49, Havoc Pennington wrote: > > Toralf Lund <[EMAIL PROTECTED]> writes: > > On 18/04 2002 16:05 Havoc Pennington wrote: > > > Toralf Lund <[EMAIL PROTECTED]> writes: > > > > What exactly is missing? It can't be the actual package handlers > > > > because they're in /usr/l

Re: No viewer for RPM files

2002-04-18 Thread Havoc Pennington
Toralf Lund <[EMAIL PROTECTED]> writes: > On 18/04 2002 16:05 Havoc Pennington wrote: > > Toralf Lund <[EMAIL PROTECTED]> writes: > > > What exactly is missing? It can't be the actual package handlers > > > because they're in /usr/lib/vfs/extfs, as far as I can tell... > > > > > Well you'd need a

Re: No viewer for RPM files

2002-04-18 Thread Toralf Lund
On 18/04 2002 16:05 Havoc Pennington wrote: > > Toralf Lund <[EMAIL PROTECTED]> writes: > > What exactly is missing? It can't be the actual package handlers > > because they're in /usr/lib/vfs/extfs, as far as I can tell... > > > > Well you'd need a gnome-vfs module that understands how to use t

Re: up2date is driving me mad!

2002-04-18 Thread Paul F. Williams
There are a couple of things that come to mind. (Not specifically in any order) 1. remove and reinstall up2date 2. remove the entry at redhat and reinstall 3. Try rpm --rebuilddb 4. Are you running this at the main computer or via a xsession. Double check the setting on the DISP

Re: No viewer for RPM files

2002-04-18 Thread Havoc Pennington
Toralf Lund <[EMAIL PROTECTED]> writes: > What exactly is missing? It can't be the actual package handlers > because they're in /usr/lib/vfs/extfs, as far as I can tell... > Well you'd need a gnome-vfs module that understands how to use those handlers, at minimum. Havoc

Re: No viewer for RPM files

2002-04-18 Thread Toralf Lund
On 17/04 2002 18:08 Havoc Pennington wrote: > > José Romildo Malaquias <[EMAIL PROTECTED]> writes: > > The application that used to work with RPM files, letting one to > > look inside it and operate on their contents is gmc, not distributed > > anymore with Red Hat Linux. Remains the Midnight Com

Files Required to Run Up2date?

2002-04-18 Thread Eric Robinson
On my RH 7.2 system, typing: up2date -u ...produces the following error messages: Testing package set / solving RPM inter-dependencies... There was a package dependency problem. The message was: A package providing librpmio-4.0.3.so could not be found. A

RE: dnsbl

2002-04-18 Thread Jeff Graves
Well, I guess my question should be... In your experience, does it have any value (ie. is it worth the bandwith to do the checks because it actually reduces your spam intake), or do you find that too many customers are calling you saying they are getting denied while trying to send email to your

RE: No ping at 127.0.0.1. Is that normal?

2002-04-18 Thread Kjetil Tjensvold
I have tried it. It didnt work. Ok I'll try it when I come home from my work, because I now read this at work. --- Brian <[EMAIL PROTECTED]> skrev: > Try adding these two rules, let me know how that > goes > > ipchains -A INPUT -i eth0 -j ACCEPT > ipchains -A INPUT -i lo -s 127.0.0.0/8 -d

Re: Unidentified Network Traffic

2002-04-18 Thread Gary
On Thu, Apr 18, 2002 at 10:02:39AM -0500 or thereabouts, Ed Wilts wrote: > I would not be surprised if you're getting hammered by port 80 traffic. Code > Red and its ugly friends are still out there, merrilly trying to infect > every server they can find. I can definitely attest to that. H

Keyboard configuration...

2002-04-18 Thread Marcelo Pavez A.
Hi friends, I have a problem with the configuration of my keyboard. In the "Alt FX" terminal, my key configuration is in spanish; in my xfce "gnome-terminal", my key configuration is in english. Do i how configure only spanish keyboard? I run RH7.2, xfce-3.8.0-2... sorry my bad english, than

Re: dnsbl

2002-04-18 Thread R P Herrold
On Thu, 18 Apr 2002, Jeff Graves wrote: > Does anyone on the list use dnsbl with sendmail? Is this a good idea to > block spam? How do you go about doing it? (ie. should i pull mutliple > zones from my nameserver and query my name server for spammers or should > i just enter a seperate FEATURE li

Re: X forwarding over SSH - DOG SLOW?

2002-04-18 Thread Dave Reed
> From: "Todd A. Jacobs" <[EMAIL PROTECTED]> > > On Thu, 18 Apr 2002, Sharkey, Scott wrote: > > > I did this, it worked like a charm, but now I'm finding with Openssh 3.x > > and RH 7.2 that the performance is DOG SLOW - like > > Turn on and maximize compression. Check your link for packet loss

xinetd FAIL

2002-04-18 Thread Patrick Nelson
RH72 UTD (up to date) I'm starting to get sgi_fam xinetd errors on one of my RH72UTD systems. Yep just one all others are the exact same config and have the exact same rpm's installed. I had previously had sgi_fam errors but was able to correct them with adding the following entry to hosts.allo

Re: RE : window manager choice ???

2002-04-18 Thread Wolfgang Pfeiffer
On Apr 17, 2002, 09:12 (-0500) Fred Dech wrote: > On Tue, Apr 16, 2002 at 05:17:50PM -0700, Wolfgang Pfeiffer wrote: > > > > > > --- Fred Dech wrote: > > > > > http://www.fvwm.org/ > > >read FAQ and README's in spare time > > >i guess they don't come as RPMs, so you'd want to do

Monitoring SCSI/IDE bus utilization

2002-04-18 Thread Ken Kirchner
Does anyone know how I could monitor the utilization of the SCSI or IDE bus? I know vmstat can show some information, but that seems to group all block level devices into one figure, which would be fine as long as I wasnt using more than one controller in the machine. If I am using both SCSI

Re: Can parted do this?

2002-04-18 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 18, 2002 at 11:43:05AM -0600, Rodolfo J. Paiz wrote: [snip] >Can I use parted to shrink and move these partitions so that I can install >RH7.2 on this machine? I'd like to end up with this for dual-booting: [snip] See

Re: Message for telnet clients

2002-04-18 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Crawford wrote: >> Note that /etc/issue.net is *not* issued for ssh connections at least for >> openssh-3.1p1-2. It can if you want it to. See the Banner directive for sshd. Thanks for the note about the status of /etc/issue*; I didn't rea

Re: dhcpd is a bit limited...

2002-04-18 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg Conway wrote: >(a) delete leases if necessary! What do you mean by ``delete leases''? - -d - -- David Talkington PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp -BEGIN PGP SIGNATURE- Version: PGP 6.5.8 Comment: Made with p

Can parted do this?

2002-04-18 Thread Rodolfo J. Paiz
Hi! Repost due to lack of answers... My notebook currently has the following partitions: * 6.25GB NTFS-5 (Win2K) * 5.00GB FAT32 Can I use parted to shrink and move these partitions so that I can install RH7.2 on this machine? I'd like to end up with this for dual-booting: * 30MB ext3 /boot

Sound with alsa drivers on RH7.2

2002-04-18 Thread Dominic Mitchell
Hi, I am using RH7.2 with full erratas. Before I upgraded to the latest kernel and the bunch of packages including gcc I had no problem using the alsa drivers for an onboard sound card (Intel i850). Since I have upgrade the kernel yesterday, I have no sound. Of course, I have recompile the

Re: dhcpd is a bit limited...

2002-04-18 Thread Rodolfo J. Paiz
At 4/18/2002 12:44 PM -0400, you wrote: >host { >hardware ethernet ; >fixed-address ; >} > >Of course, do not put in the <>s. And note that the fixed addresses should not be inside the dynamically-assigned range to avoid duplication. That is, if you want to assign 101-110 always to the same b

Re: up2date is driving me mad!

2002-04-18 Thread M.Schild
>may be 'cos this machine is so slow the process was hanging on some >inter-dependency checks - Happened to me today. 30 mn to check inter-dependencies then hung up! Gave up Maryse ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redh

Re: dhcpd is a bit limited...

2002-04-18 Thread Mike Burger
host { hardware ethernet ; fixed-address ; } Of course, do not put in the <>s. On Thu, 18 Apr 2002, Rodolfo J. Paiz wrote: > At 4/18/2002 04:31 PM +0100, you wrote: > >Can anybody recommend an updated DHCP server for linux? > > Have you checked that you're using the latest version from the R

dnsbl

2002-04-18 Thread Jeff Graves
Does anyone on the list use dnsbl with sendmail? Is this a good idea to block spam? How do you go about doing it? (ie. should i pull mutliple zones from my nameserver and query my name server for spammers or should i just enter a seperate FEATURE line for each server in my sendmail.mc file) Any in

Re: dhcpd is a bit limited...

2002-04-18 Thread Rodolfo J. Paiz
At 4/18/2002 04:31 PM +0100, you wrote: >Can anybody recommend an updated DHCP server for linux? Have you checked that you're using the latest version from the Red Hat updates site? >The stock dhcpd is okay, but I was looking for something more sophisticated, >that would let us... > >(b) enter

Re: X forwarding over SSH - DOG SLOW?

2002-04-18 Thread Todd A. Jacobs
On Thu, 18 Apr 2002, Sharkey, Scott wrote: > I did this, it worked like a charm, but now I'm finding with Openssh 3.x > and RH 7.2 that the performance is DOG SLOW - like Turn on and maximize compression. Check your link for packet loss. Are you using a bigger application? If none of this work

Multi-track audio recorder

2002-04-18 Thread BG
Hi,   I am looking for a good multi-track audio recorder for my RH 7.2 workstation.  Anyone know of one or more?  Which is the best one?   TIA, Bill

Re: up2date is driving me mad!

2002-04-18 Thread Dan Horth
sorry for that previous babble on up2date... there was indeed strange stuff afoot here... it seems that the up2date process that finally managed to update the server was actually started at: Tue Apr 16 20:03:27 2002 (I'm assuming - as that's what all the most recent log entries were tagged as

FAT32 support is still ALPHA

2002-04-18 Thread BG
Hi,   I am running a RH 7.2 system with stock kernel.  My FSTAB file mounts sdb1 at boot.  I am getting the following message and booting stops until I press Ctrl +c:   checking filesystems WARNING: FAT32 support is still ALPHA   What's this all about and how do I stop it from haulting boo

Re: tcpdchk

2002-04-18 Thread Hal Burgiss
On Thu, Apr 18, 2002 at 11:13:59PM +1000, Dan Horth wrote: > hi - I've been seeing a few references to this interesting program > called tcpdchk - but can't find this anywhere in my RH 7.2 > installation / install disks - is this something that should be > available on RH 7.2 or will I need to ins

dhcpd is a bit limited...

2002-04-18 Thread Greg Conway
Hi all, Can anybody recommend an updated DHCP server for linux? The stock dhcpd is okay, but I was looking for something more sophisticated, that would let us... (b) enter reservations (a) delete leases if necessary! I am replacing a Win2K Server with a Linux one, and can't believe windoze off

Re: No modules loaded after recompiling rh 7.2

2002-04-18 Thread Kjetil Tjensvold
--- Thorsten Strusch <[EMAIL PROTECTED]> skrev: > Kjetil Tjensvold wrote: > > > > --- Thorsten Strusch <[EMAIL PROTECTED]> skrev: > > Kjetil > > Tjensvold wrote: > > > > > > > > uname -r gives 2.4.7-10 and that is correct. > > > > Also there is a dir /lib/modules/2.4.7-10/ > > > > > > did you r

RE: mount windows shares on RH 7.2

2002-04-18 Thread BG
Many thx! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Thorsten Strusch > Sent: Thursday, April 18, 2002 7:51 AM > To: [EMAIL PROTECTED] > Subject: Re: mount windows shares on RH 7.2 > > > Hi Bill, > > > BG wrote: > > > > Hi All, > > > > It'

Re: up2date is driving me mad!

2002-04-18 Thread Dan Horth
ok - strange things are afoot here... I've not done anything to try to remedy the problem since posting to the list- but am working on the servers here now and noticed the troublesome one go unresponsive / very slow - went and checked the console and saw that gpg was using 95% CPU (it's an old

Re: Unidentified Network Traffic

2002-04-18 Thread Ed Wilts
On Thu, Apr 18, 2002 at 09:42:50AM +0200, Pieter De Wit wrote: > > Install and/or Run IPTRAF if you have it, otherwise use tcpdump and "home" > in on the port/source ip. Then ask you ISP to block them I would not be surprised if you're getting hammered by port 80 traffic. Code Red and its ugly

Re: mount windows shares on RH 7.2

2002-04-18 Thread Barry L. Kline
> BG wrote: > > Hi All, > > It's been a couple of years since I tried to mount a windows share > on a RH workstation using samba and I can't seem to locate my notes > on the command format. > > Help please! > > TIA, > Bill mount -t smb -o user=xxx,(etc) //server/share /mount/point Barry

X forwarding over SSH - DOG SLOW?

2002-04-18 Thread Sharkey, Scott
Hi all, I'm trying to use openssh X forwarding with RH7.2. Last time I did this, it worked like a charm, but now I'm finding with Openssh 3.x and RH 7.2 that the performance is DOG SLOW - like 5 minutes to open the program (I actually thought it wasn't working til I forgot to kill one, and it ev

Re: Easy question

2002-04-18 Thread Barry L. Kline
Al Adcock wrote: > > OK: > > I'm running a RH server in the office, running samba. I have linux on > my laptop. How do I mount the remote file system? I tried: > > mount filebox:/usr/local/home /remote, where filebox is the name of the > file server. > > It returns permission denied. I loo

Re: mount windows shares on RH 7.2

2002-04-18 Thread Thorsten Strusch
Hi Bill, > BG wrote: > > Hi All, > > It's been a couple of years since I tried to mount a windows share on a RH >workstation using samba and I can't seem to > locate my notes on the command format. mount -t smbfs -o username=Administrator,password=secret //windoze/C$ /mnt/smb regards Thorste

Re: Easy question

2002-04-18 Thread Dan Horth
hi - I think you want smbmount, not mount - as it's a smb share you're mounting? either that or set up NFS properly... I've just gone through the HOWTO available at: http://www.tldp.org/HOWTO/NFS-HOWTO/ which helped in fixing an NFS problem that's been bugging me for a while... - dan. At 9:43

Easy question

2002-04-18 Thread Al Adcock
OK: I'm running a RH server in the office, running samba. I have linux on my laptop. How do I mount the remote file system? I tried: mount filebox:/usr/local/home /remote, where filebox is the name of the file server. It returns permission denied. I looked through the mount MAN pages, but c

mount windows shares on RH 7.2

2002-04-18 Thread BG
Hi All,   It's been a couple of years since I tried to mount a windows share on a RH workstation using samba and I can't seem to locate my notes on the command format.   Help please!   TIA, Bill

Re: recover queue messages?

2002-04-18 Thread Dan Horth
hi - I've had success with stopping sendmail (make sure you kill all running sendmail processes) then editing the queuefile in /var/spool/mqueue manually - you can find the message ID by using mailq, then just vi the file in /var/spool/mqueue starting with qf, with that ID in it. in there there

Re: recover queue messages?

2002-04-18 Thread Mike Burger
In postfix, you need to add to the main.cf: transport_map = hash:/etc/postfix/transport_map In your /etc/postfix/transport_map file, you should have a line that reads like so: domain.of.recipient.comp smtp:mailserver.you.wish.to.relay.through Then, as root, run "postmap hash:/etc/postfix/tran

Re: recover queue messages?

2002-04-18 Thread Mike Burger
What is the reason given for its deferral? Depending on how large the attachment is, your friend may not be able to receive it. It probably depends on the Lycos mail restrictions, and not your your mail server. Your mail server has accepted the message, and is trying to send it, but it's pro

tcpdchk

2002-04-18 Thread Dan Horth
hi - I've been seeing a few references to this interesting program called tcpdchk - but can't find this anywhere in my RH 7.2 installation / install disks - is this something that should be available on RH 7.2 or will I need to install this myself from somewhere else? or has this program been

Re: No viewer for RPM files

2002-04-18 Thread Bill Crawford
On Thu, 18 Apr 2002, José Romildo Malaquias wrote: > $ rpm -q --changelog mc > [...] > * Fri Jan 25 2002 Havoc Pennington <[EMAIL PROTECTED]> > > - rebuild in rawhide > - fix prefix/share -> datadir > - comment out gmc/mcserv subpackages, place order for asbestos suit Aaargh! I hate Nautilus

Re: programming question.

2002-04-18 Thread Bill Crawford
On Thu, 18 Apr 2002, Gregory Hosler wrote: > On 17-Apr-02 Bill Crawford wrote: ... > > Unless the signal handler for SIGCHLD is set to SIG_IGN ... > > the code in question infact sets the signal handler to SIG_IGN, which is what > is allowing the loss of the exit status when the fork/exec'd pro

Re: No modules loaded after recompiling rh 7.2

2002-04-18 Thread Kjetil Tjensvold
--- Thorsten Strusch <[EMAIL PROTECTED]> skrev: > Kjetil Tjensvold wrote: > > > > --- Thorsten Strusch <[EMAIL PROTECTED]> skrev: > > Kjetil > > Tjensvold wrote: > > > > > > > > uname -r gives 2.4.7-10 and that is correct. > > > > Also there is a dir /lib/modules/2.4.7-10/ > > > > > > did you r

Re: No modules loaded after recompiling rh 7.2

2002-04-18 Thread Thorsten Strusch
Kjetil Tjensvold wrote: > > --- Thorsten Strusch <[EMAIL PROTECTED]> skrev: > Kjetil > Tjensvold wrote: > > > > > > uname -r gives 2.4.7-10 and that is correct. > > > Also there is a dir /lib/modules/2.4.7-10/ > > > > did you run make modules modules_install again? > > > > Thorsten > > I only ru

Re: recover queue messages?

2002-04-18 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 18, 2002 at 04:49:40PM -0400, Lewi wrote: >I have a message queue with a large size, I send it to my friends' email >at lycos, the problem is I see on my maillog message status is defer, how >I can recover it from queue and send it again u

Re: Sendmail relay

2002-04-18 Thread Michael George
On Thu, Apr 18, 2002 at 12:52:55AM -0400, Anthony E. Greene wrote: > On Wed, Apr 17, 2002 at 08:44:06AM -0400, Michael George wrote: > >On Tue, Apr 16, 2002 at 10:07:41AM -0400, Devon Harding - GTHLA wrote: I > >have a little different question. I will have my server behind a > >firewall that wil

Re: No viewer for RPM files

2002-04-18 Thread José Romildo Malaquias
On Wed, Apr 17, 2002 at 10:35:08PM -0500, Bret Hughes wrote: > On Wed, 2002-04-17 at 10:42, José Romildo Malaquias wrote: > > On Wed, Apr 17, 2002 at 11:09:04AM -0400, Havoc Pennington wrote: > > > > > > Toralf Lund <[EMAIL PROTECTED]> writes: > > > > I notice that on a Red Hat + GNOMEhide setup

Re: No modules loaded after recompiling rh 7.2

2002-04-18 Thread Kjetil Tjensvold
--- Thorsten Strusch <[EMAIL PROTECTED]> skrev: > Kjetil Tjensvold wrote: > > > > uname -r gives 2.4.7-10 and that is correct. > > Also there is a dir /lib/modules/2.4.7-10/ > > did you run make modules modules_install again? > > Thorsten > I only run make modules_install after running all the

RE: No ping at 127.0.0.1. Is that normal?

2002-04-18 Thread Kjetil Tjensvold
Yes I can bring it up by hand, but internet doesn't work. --- Brian <[EMAIL PROTECTED]> skrev: > Did you try also ifconfig lo up, to see if you can > bring the loopback up > by hand? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of Kjetil Tje

Re: No ping at 127.0.0.1. Is that normal?

2002-04-18 Thread Kjetil Tjensvold
--- Thorsten Strusch <[EMAIL PROTECTED]> skrev: > Kjetil Tjensvold wrote: > > --- Thorsten Strusch <[EMAIL PROTECTED]> skrev: > Hi > > Kjetil, > > > please append your new messages at the end of > the > > > mail, > > > it is more easy to read... > > > > Kjetil Tjensvold wrote: > > > > --- Thors

Re: No modules loaded after recompiling rh 7.2

2002-04-18 Thread Thorsten Strusch
Kjetil Tjensvold wrote: > > uname -r gives 2.4.7-10 and that is correct. > Also there is a dir /lib/modules/2.4.7-10/ did you run make modules modules_install again? Thorsten ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com

Re: recover queue messages?

2002-04-18 Thread Thorsten Strusch
Lewi wrote: > On Thu, Apr 18, 2002 at 12:00:46PM +0200, Thorsten Strusch wrote: > > Hi Lewi, > > > > Lewi wrote: > > > > > > I have a message queue with a large size, I send it to my friends' email at >lycos, > > > the problem is I see on my maillog message status is defer, how I can recover it

  1   2   >