Re: Problem with Samba

2003-03-18 Thread Ritesh Raj Sarraf
i'd already done it.. the problem is if you kill the PID connection to other 
shares are also lost i.e. Samba for all connections jusk creates a single PID.

ritesh
Quoting "Anthony E. Greene" <[EMAIL PROTECTED]>:

> On 18-Mar-2003/16:47 +, Ritesh Raj Sarraf <[EMAIL PROTECTED]>
> wrote:
> >i'm using samba 2.2.3a on rh7.3. my samba server also is a dc.i've made a
> >share for my cdrom.  when i access the share from my client(win2kpro) it
> >accesses it well but again when i try ejecting the cd i get a message
> >saying, device or resource busy.
> 
> Use smbstatus to find the PID of the smbd process that is accessing the
> share, then kill that process.
> 
> Tony
> -- 
> Anthony E. Greene 
> OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
> AOL/Yahoo Messenger: TonyG05HomePage: 
> Linux. The choice of a GNU generation 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 


-- 
Ritesh R. Sarraf 
"To learn, you've got to get your hands dirty." 

-
This mail sent through IMP: http://horde.org/imp/



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


redhat-list digest

2003-03-18 Thread Chris Sherlock
Noticed a problem with the archives of the RedHat-list? 

If not look at https://listman.redhat.com/pipermail/redhat-list/

2036-February: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Gzip'd Text 729 bytes ] 
2025-November: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Gzip'd Text 737 bytes ] 
2018-November: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Gzip'd Text 408 bytes ] 
2018-October: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Gzip'd Text 584 bytes ] 
2018-September: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Gzip'd Text 950 bytes ] 
2016-August: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Gzip'd Text 885 bytes ] 
2010-October: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Gzip'd Text 498 bytes ] 
2006-August: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Gzip'd Text 2 KB ]


ummm... wow, I knew that RedHat had good support but I didn't realise that they were 
able to see into the future!

Perhaps something for the archivers to sort out... perhaps they could rewrite the date 
that the email came in at when they receive the email to add to the archive. 

Chris



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


Re: Increasing partition size

2003-03-18 Thread Anthony E. Greene
On 19-Mar-2003/01:24 -0500, Sudhakar list <[EMAIL PROTECTED]> wrote:
>Hi, 
>I'm using RH Linux 6.2 kernel 2.4.2.
>I've got two file systems, /opt and /home.I don't have much space in /opt but I've 
>about 10 GB on /home.
>Oracle installed uses /opt and I'm out of space on /opt.
>Is there any way I can use /home in such a way that whenever oracle
>writes some files /opt/app/oradata it is actually writing in /home and
>therefore my /opt is not being filled up.

Stop the database, backup the data in oradata, then move the data to /home
and make a symlink to it:

cd /home
mkdir oradata
cd /opt/app/oradata
cp -a * /home/oradata
cd ..
rm -rf oradata
ln -s /home/oradata oradata


Tony
-- 
Anthony E. Greene 
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05HomePage: 
Linux. The choice of a GNU generation 



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


RE: DSL connection on LAN with RedHat 6.2 server has failed.

2003-03-18 Thread William Dolphin

Does the RH6.2 server itself have an externally visible internet address?
If so what ports are visible to the internet?
It has a static IP address assigned by the DSL ISP. What ports may be 
visible, I don't know.

Are you saying you have never applied any security patches?
I've not applied any patches. The RH6.2 server was setup by someone now 
long gone who left no documentation. It's not been altered since.

I'm no sysadmin (obviously) -- just the only guy who comes around this 
office who knows anything beyond the power switch, so I got roped into 
trying to troubleshoot this.

Looks like I need to get them to bring someone in with real expertise. . . .

Many thanks for everyone's help.

All Good Wishes,
William Dolphin


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


Increasing partition size

2003-03-18 Thread Sudhakar list



Hi, 
I'm using RH Linux 6.2 kernel 2.4.2.
I've got two file systems, /opt and /home.I don't 
have much space in /opt but I've about 10 GB on /home.
Oracle installed uses /opt and I'm out of space on 
/opt.
Is there any way I can use /home in such a way that 
whenever oracle writes some files /opt/app/oradata it is actually writing in 
/home and therefore my /opt is not being filled up.
 
I'd appreciate your comments and suggestions in 
this regard.
 
Thanks,
 
Peram


Re: [Sort-of OT] linux converter for .MAG format?

2003-03-18 Thread Anthony E. Greene
On 18-Mar-2003/19:45 -0330, Michael Pelley <[EMAIL PROTECTED]> wrote:
>Anyway, I have a huge number of FileMagic .MAG scanned images that I'd like
>to either convert directly to PDF or, if that isn't possible, to have it
>convert to some *good* (i.e., high quality) format that I can use to get to
>PDF.  As I've been burdened with a huge number, I'd like to be able to do
>this in a batch mode.

See if you can view it in ImageMagick:

  display filename.mag

If that does not work, try the GIMP.

If either one will view the file, then you should be able to convert it to
TIFF or JPEG. If not, then you may be stuck buying a third party app to
convert the images.

Tony
-- 
Anthony E. Greene 
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05HomePage: 
Linux. The choice of a GNU generation 



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


Re: DSL connection on LAN with RedHat 6.2 server has failed.

2003-03-18 Thread JackTheDvDRipper
??? 

im not sure y  i got this email

i am trying to install a dual boot system  1st winxp

2nd redhat 8.0 

have had much troubles with the iso files i burnt to cd  

i tried it twice just to make sure the media wasnt the problem 

now when i try to install 8.0 i get a erroe message that a file coulndt be 
loaded 

here are my specs

p4 2.6 gig

120 gig hd paritioned in multi logic drives


 1 - 4gig part windows xp

 1 10 gig part  win storage

 rest of the drive is unpartitioned

i tried with a fat32 partition at just under 4 gig 

and tried with  unpartitioned pace  i am very new to linux have many years on 
windows boxes   i am trying to teach myself security to advance in my 
whitehat career

i have a high speed dual directional connection 

any help please email me at this email

thank u



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


Re: Problem with Samba

2003-03-18 Thread Anthony E. Greene
On 18-Mar-2003/16:47 +, Ritesh Raj Sarraf <[EMAIL PROTECTED]> wrote:
>i'm using samba 2.2.3a on rh7.3. my samba server also is a dc.i've made a
>share for my cdrom.  when i access the share from my client(win2kpro) it
>accesses it well but again when i try ejecting the cd i get a message
>saying, device or resource busy.

Use smbstatus to find the PID of the smbd process that is accessing the
share, then kill that process.

Tony
-- 
Anthony E. Greene 
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05HomePage: 
Linux. The choice of a GNU generation 



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


Re: Basic Sendmail Commands?

2003-03-18 Thread Daniel Tan
what kind of commands do you need or want?

do a man sendmail or man "command"

- Original Message -
From: "CM Miller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 19, 2003 12:24 PM
Subject: Basic Sendmail Commands?


I've googled around for this, but I cannot find just
basic keyboard commands for Sendmail. This would
really help me out.

Can anyone recommend any websites for this?

thanks

-Chris



=
Winning an argument on the internet is like getting 1st place at the Special
Olympics

*
GAIM ID:  cmmiller1973
*

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com



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




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


RE: DSL connection on LAN with RedHat 6.2 server has failed.

2003-03-18 Thread Cameron . Davidson
William Dolphin  wrote on Wednesday, 19
March 2003 09:09:

> I'm willing to try anything, but it was working with current settings
> but now is not. 
> 
> No router, just a pair of "dumb" switches. The server uses
> the DSL gateway, but sets a different one for the computers on the
> LAN. 

Does the RH6.2 server itself have an externally visible internet address?
If so what ports are visible to the internet?

Are you saying you have never applied any security patches?


> Or am I missing something?
> 
or am I?


Cameron.



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


files that are foobar'd

2003-03-18 Thread Anth Courtney
Hey guys,

A directory listing on /usr/bin/ezmlm-* shows the following

-rwxr-xr-x1 root root 3570 May  4  1999 ezmlm-glmake
c-wxrwxrwT  29487 512179779 1045704238   0,   0 Jan  1  1970 ezmlmglrc
-rwxr-xr-x1 root root 1285 May  4  1999 ezmlm-grant
-rwxr-xr-x1 root root20620 May  4  1999 ezmlm-idx
-rwxr-xr-x1 root root13492 May  4  1999 ezmlm-issubn
-rwxr-xr-x1 root root12748 May  4  1999 ezmlm-list
-rwxr-xr-x1 root root18172 May  4  1999 ezmlm-make
-rwxr-xr-x1 root root48020 May  4  1999 ezmlm-manage
-rwxr-xr-x1 root root 6513 May  4  1999 ezmlm-mktab
c-wxrwxrwT1 587087427 1044587626  36, 229 Jan  1  1970 ezmlm-moderate
c-wxrwxrwT1 587087427 1044587626  36, 229 Jan  1  1970 ezmlm-old
c-wxrwxrwT1 587087427 1044587771  37,   4 Jan  1  1970 ezmlmrc
c-wxrwxrwT1 2554412611 1046291679  36, 237 Jan  1  1970 ezmlm-receipt
-rwxr-xr-x1 root root17172 May  4  1999 ezmlm-reject
c-wxrwxrwT1 587087427 1044587745  36, 242 Jan  1  1970 ezmlm-request
-rwxr-xr-x1 root root25684 May  4  1999 ezmlm-return
-rwxr-xr-x1 root root36332 May  4  1999 ezmlm-send
c-wxrwxrwT1 1593974987 36, 250 Jan  1  1970 ezmlm-split
-rwxr-xr-x1 root root30844 May  4  1999 ezmlm-store
-rwxr-xr-x1 root root16292 May  4  1999 ezmlm-sub
c-wxrwxrwT1 587087427 1044587775   0,   0 Jan  1  1970 ezmlmsubrc
c-wxrwxrwT1 954351171 1045113791   0,   0 Jan  1  1970 ezmlm-tstdig
-rwxr-xr-x1 root root16148 May  4  1999 ezmlm-unsub

As you can see, some of these binaries seem to be absolutely foobar'd, 
displaying what looks like inode information rather than attributes.

An rm on them fails, with an 'operation not permitted'.

I can't shutdown the box to run fsck on the partition (it's remote 
and it's uptime is important).

Can anyone suggest some things to try? I'm braced for really obvious 
suggestions that I should have already tried :)

cheers,
Anth

-- 
Anth Courtney
Systems Administrator
Planet Netcom
[EMAIL PROTECTED]
http://www.pnc.com.au

"You have made me smile again. In fact I might be sore from it - it's been a while"




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


Evolution: Send later by default?

2003-03-18 Thread Kevin Krumwiede
I used to use Ximian Desktop.  The "pure" version of Evolution
apparently uses "send later" instead of "send" by default, because
that's what it did and I never thought about it.  I'm used to it being
that way and I want to configure the RH version the same.  But there
doesn't seem to be a place to change the behavior of "send", and there
also doesn't seem to be a way to replace the "send" button on the
toolbar with a "send later" button.

Am I just SOL here?

Krum



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


Re: RPM 4.1 Segfault

2003-03-18 Thread Jack Bowling
On Tue, Mar 18, 2003 at 01:32:38PM -0800, Jim Wilferling wrote:
> 
>   OOps, I spoke too soon. while plain rpm worked, synaptic still caused RPM to
>  segfault "error:sub-process /bin/rpm returned a segmentation fault"
>Any help?

Probably a stale lock in the apt tree. Do:

rm /var/apt/cache/archives/*lock*

-- 
Jack Bowling
mailto: [EMAIL PROTECTED]



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



Re: Aterm and colorized directories...

2003-03-18 Thread Kevin Krumwiede
It's not the terminal, it's the command you run in it.  The ls command
can print colored directory listings.  Maybe dir was aliased to ls.  See
man ls and man dircolors.

Krum



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


Basic Sendmail Commands?

2003-03-18 Thread CM Miller
I've googled around for this, but I cannot find just
basic keyboard commands for Sendmail. This would
really help me out. 

Can anyone recommend any websites for this? 

thanks

-Chris 



=
Winning an argument on the internet is like getting 1st place at the Special Olympics

*
GAIM ID:  cmmiller1973
*

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com



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


Re: Finding the next uidNumber

2003-03-18 Thread Robert Canary
Oh, hey man, I forgot about that, thats cool.I can work with that
:-)

"Ryurick M. Hristev" wrote:
> 
> On Tue, 18 Mar 2003, Robert Canary wrote:
> 
> > Greping the passwd file will not work as this system gets its user info
> > from both a passwd file and an nscd connection to an LDAP server.
> 
> You don't grep the /etc/passwd directly if you have LDAP but you can generate
> one on the fly with "getent passwd"
> 
> Cheers,
> --
> Ryurick M. Hristev mailto:[EMAIL PROTECTED]
> Computer Systems Manager
> University of Canterbury, Physics & Astronomy Dept., New Zealand
> 
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



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


Re: Ethernet speed

2003-03-18 Thread Samuel Flory
Ed Wilts wrote:

On Tue, Mar 18, 2003 at 08:14:17PM -0300, Jefferson Granatto wrote:
 

Sorry, I don't speak english well...
   

 I don't know you write better than I do some days ;-)

How can I reduce the speed of ethernet to 10mbps on Red Hat 7.3?
   

Your English is perfect - better than some of the requests from native
English members!
Check for /sbin/mii-tool.  It's part of the net-tools package and
allows you to force the NIC to 10mbs at either full- or half-duplex.
   .../Ed

 

 Mii-tool works for most ethernet cards.  If it does not try "ethtool"

--
There is no such thing as obsolete hardware.
Merely hardware that other people don't want.
(The Second Rule of Hardware Acquisition)
Sam Flory  <[EMAIL PROTECTED]>




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


Re: Finding the next uidNumber

2003-03-18 Thread Ryurick M. Hristev
On Tue, 18 Mar 2003, Robert Canary wrote:

> Greping the passwd file will not work as this system gets its user info
> from both a passwd file and an nscd connection to an LDAP server. 

You don't grep the /etc/passwd directly if you have LDAP but you can generate
one on the fly with "getent passwd"

Cheers,
-- 
Ryurick M. Hristev mailto:[EMAIL PROTECTED]
Computer Systems Manager
University of Canterbury, Physics & Astronomy Dept., New Zealand



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


squid and squidGuard

2003-03-18 Thread Patrick Law
Title: Message



Just want to 
check,
 
I got squid and 
squidGuard installed. I check from webmin, in squid options > helper 
program,
 
I saw this 
line:
 
Custom 
Authentication program: /usr/lib/squid/smb_auth -W MyDomain -U 
192.90.10.10
 
What does this 
line means? any idea? 
 
-Patrick


Re: Starting and stopping bind

2003-03-18 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 18 March 2003 10:35 pm, Rob Francis wrote:
> Thanks but it didn't work. I get the following error, which you may be
> able to shed some light on (and I am running this as root from a
> standard terminal)
>
> # /etc/init.d/named stop
> Stopping named: rndc: connect failed: connection refused
>  [FAILED]
>
> Also I can't see the named daemon in top or ps, but I can't start or
> restart it either. It is definitely installed and the Master runs
> properly (the slave is not).

You need to configure the rndc keys.
http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/s1-bind-rndc.html

Without a key pair, rndc will refuse connects.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+d+lAn/07WoAb/SsRAtPVAJ0TRELKPUTv01cgV8/s4c2fPfC4YQCglOvs
w8+ymrMI2qWwV3SbYdvjV98=
=Snf/
-END PGP SIGNATURE-



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


Finding the next uidNumber

2003-03-18 Thread Robert Canary
How can I query a system to find the next availabel uid/gid number. 
Greping the passwd file will not work as this system gets its user info
from both a passwd file and an nscd connection to an LDAP server.  I was
hoping I could find some utility that would do some sort of magic and
find the number

thanks in advance :-)
--
robert



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


RE: Starting and stopping bind

2003-03-18 Thread Rob Francis

Thanks but it didn't work. I get the following error, which you may be able
to shed some light on (and I am running this as root from a standard
terminal)

# /etc/init.d/named stop
Stopping named: rndc: connect failed: connection refused
 [FAILED]

Also I can't see the named daemon in top or ps, but I can't start or restart
it either. It is definitely installed and the Master runs properly (the
slave is not).

Rob

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of David Busby
Sent: Wednesday, March 19, 2003 2:28 PM
To: [EMAIL PROTECTED]
Subject: Re: Starting and stopping bind


Try /etc/init.d/named stop
  The scripts in /etc/init.d/ (really /etc/rc.d/init.d) are used to start
and stop "services" (daemons).
If you `cd /etc/init.d/` and then `ls` you can see all of the good stuff.
Also `setup` will give a nifty UI for this stuff.  If all else fails you can
kill any process with `kill [process id]`, the Process ID can be found with
`ps -e`.  Or you can try my favourite "kill `pidof named`"  (no quotes!).

/B
- Original Message -
From: Rob Francis
To: [EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 18:07
Subject: Starting and stopping bind


Hi,

I am a long time Windows systems administrator and developer who is moving
to Linux - so treat me as a newbie. :)

I cannot restart or stop bind on either of my two DNS boxes both running RHL
8. I have tried command line and the Services Manager GUI. Both fail. Other
services such as iptables work like a charm. What is wrong with the
following line to stop bind?

/sbin/service named stop

Any help would be appreciated,
Rob



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


Re: OT password required in squid

2003-03-18 Thread nate
Toto Gamez said:

> authenticate_program /usr/lib/squid/ncsa_auth /etc/passwd
> authenticate_children 5
> acl password proxy_auth REQUIRED
>
> but it doesn work client can browse the internet without any  password.
> Ismy conf correct or do I missed something
> How can I go about it and can you give me some examples

I haven't done this before  but my suggestion is to look at the
http_access directives in squid.conf

#  TAG: http_access
#   Allowing or Denying access based on defined access lists
#
#   Access to the HTTP port:
#   http_access allow|deny [!]aclname ...
#
#   Access to the ICP port:
#   icp_access  allow|deny [!]aclname ...


try

http_access allow password

and remove the other http_access rules, the main one is probably
http_access allow all

(don't remove it, just comment it out)

be sure to restart squid..

nate





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


Re: System Drops off Network

2003-03-18 Thread Dan Donathan
It is the DHCP server and its IP is hard set.

- Original Message - 
From: "Jeff Lane" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 18, 2003 7:19 AM
Subject: Re: System Drops off Network


> Dan Donathan wrote:
> 
> >Has anyone ever asked RH about it? Like I said, it seems odd that such a
> >popular card would have a problem.
> >
> >-Original Message-
> >From: Joe Lewinski [mailto:[EMAIL PROTECTED] 
> >Sent: Tuesday, March 18, 2003 5:52 PM
> >To: [EMAIL PROTECTED]
> >Subject: Re: System Drops off Network
> >
> >We have had the same issues with 3COM.   Netgear seems to work
> >just fine too!
> >
> >  
> >
> for what its worth, and just to throw a monkey into the wrench...  I had 
> a 3c905c for a long time and never had a problem with it...  ran from 
> 6.2  (that did require some work) through 7.3.  
> 
> I would ask this, how are your IPs assigned on this network.  Sounds 
> like it could also be a case of the DHCP server having a lease time out, 
> and that particular machine not renewing its lease.  which means that 
> the server will, after the timeout period, no longer have a valid IP or 
> will have no IP at all...
> 
> We used to get calls a lot from people with cable modems that had the 
> same issues... their connection would drop at certain intervals and 
> never come back up... turns out that hte cable provider assigned all IPs 
> via DHCP, and at somewhere between 3am and 5 am, every subscribers IP 
> lease would be renewed, and in some cases, the client machine would not 
> update itself... and hence, drop the connection.
> 
> so waht happens if, after the machine drops off your network, if you do 
> a service network restart???
> 
> cheers
> Jeff
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



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


OT password required in squid

2003-03-18 Thread Toto Gamez
Hi,
I installed squid-2.4.STABLE6-6.7.3 new to it and Im trying to have a
certain IP to allow to browse the internet as the same time enter a
password. I already setup IP to browse the internet and it works fine, my
question is, "how can this allowed IP enter a password before they can
browse the internet.
I checked on the squid.conf  and found about "ncsa_auth". i added the ff
lines in my squid.conf

authenticate_program /usr/lib/squid/ncsa_auth /etc/passwd
authenticate_children 5
acl password proxy_auth REQUIRED

but it doesn work client can browse the internet without any  password. Ismy
conf correct or do I missed something
How can I go about it and can you give me some examples


Thanks

Regards,
Toto




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


Re: Is RH8 Ever Going to be Updated?

2003-03-18 Thread Jack Bowling
On Mon, Mar 17, 2003 at 10:54:00AM -0600, Ed Wilts wrote:
 
> Remember that Red Hat is more of a distributor and packager than
> developer.  The sooner you understand the roles of Red Hat, SuSe,
> Caldera, etc. in the open source community, the more intelligent
> decisions you can make.  Currently, you seem to be under the impression
> that Red Hat is taking responsibility for every bug in every package,
> and that simply is not going anytime soon, especially at the price most
> people pay. 

Ed, you are bound to get some developer hate mail over this one. Linux
is linux - a global development effort. To say that RH is more of a
packager than a developer outfit is a smack in the face of all the RH
developers who code for RH and donate that code back to the commons.
Which is about 100% of it as far as I can see. I know what you are
trying to say, but I think the message came out a bit twisted.

-- 
Jack Bowling
mailto: [EMAIL PROTECTED]



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


Re: System Drops off Network

2003-03-18 Thread Jeff Lane
Dan Donathan wrote:

Has anyone ever asked RH about it? Like I said, it seems odd that such a
popular card would have a problem.
-Original Message-
From: Joe Lewinski [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 18, 2003 5:52 PM
To: [EMAIL PROTECTED]
Subject: Re: System Drops off Network

We have had the same issues with 3COM.   Netgear seems to work
just fine too!
 

for what its worth, and just to throw a monkey into the wrench...  I had 
a 3c905c for a long time and never had a problem with it...  ran from 
6.2  (that did require some work) through 7.3.  

I would ask this, how are your IPs assigned on this network.  Sounds 
like it could also be a case of the DHCP server having a lease time out, 
and that particular machine not renewing its lease.  which means that 
the server will, after the timeout period, no longer have a valid IP or 
will have no IP at all...

We used to get calls a lot from people with cable modems that had the 
same issues... their connection would drop at certain intervals and 
never come back up... turns out that hte cable provider assigned all IPs 
via DHCP, and at somewhere between 3am and 5 am, every subscribers IP 
lease would be renewed, and in some cases, the client machine would not 
update itself... and hence, drop the connection.

so waht happens if, after the machine drops off your network, if you do 
a service network restart???

cheers
Jeff


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


Re: OT : light years, arrrrggggh

2003-03-18 Thread Jeff Lane
fred smith wrote:

On Mon, Mar 17, 2003 at 01:57:51PM -0500, Robert P. J. Day wrote:

Han Solo:  "Fast?  Yeah, she's fast.  She made the Kessel run in
 under 12 parsecs."
   

Which makes sense only if the "kessel run" is some kind of benchmark
other than a DISTANCE benchmark, i.e., if they're benchmarking something
whose ultimate goal is to be achieved over some variable distance,
and 12 parsecs is a record-setting distance. But of course, even that
doesn't make much sense, it's just a bit of flotsam/jetsam on the sea
of stupid movie lines.
 

Oddly enough, and still off topic, there is a reason that Han Solo said 
that.

Strictly star wars speaking, the kessel run was a smugglers run from the 
planet Kessel to a point out in space.  Now, the problem with this run 
was that there was a place in the vicinity of the system that Kessel is 
in called the Maw, which is basically an area that contained numerous 
black holes that created gravitic anomolies that made it impossible to 
jump to light speed (as it were in that universe).

Until the point at which Han and Chewie, in the Millineum Falcon broke 
the record on the Kessel run, ships went a certain path (read arc) 
around the maw.  and the length of that arc varied depending oh how 
close a ship came to the maw so, the closer you flew to the event 
horizon, the shorter your distance from one point on the arc to another. 
Hence the parsec quantifier.  basically, the trip from Kessel to the 
safe point normally took something like 15 parsecs worth of distance as 
the ships had to travel a pretty good arc around the area of black 
holes.  Han did it in under 12 parsecs, meaning that he had cut it that 
much closer to the maw than anyone else had ever done.

by the way...  whats wrong with using parsecs as distance?  that is what 
they are...

1 parsec = 3.09E13 km = 3.26 lightyears.

Of course, picturing a 12pc arc and a 15pc arc with the same start and 
stop points would make a good example to look at, but in astronomical 
terms, that would mean that hte typical (and 15 is just a guess) parsec 
trip would be roughly 9.27e13 km longer than the record setting run that 
Han did...

or in other words...

the normal trip is about 463,500,000,000,000km and Han's trip was 
roughly 370,800,000,000,000km long, saving roughly 92,700,000,000,000km

roughly of course...  my astronomical math is a little rusty... I havent 
really used it in ages.. 

cheers



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


problem with quota information

2003-03-18 Thread Paulo Sousa
Hi

I have a big problem with quota . Frequently, quota information about some
users are lost. Everytime i need to run quotacheck to fix it. Is that any
way to fix it permanently?

Thanks

Paulo Sousa




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


Re: Difference between Mozilla 1.3 gtk2 and xft?

2003-03-18 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 18 March 2003 07:27 pm, Michael Mansour wrote:
> Hi,
>
> Yes, I tried it out and it is fast.
>
> I moved back to Mozilla 1.3b though, since I liked the
> j2re rpm release (which SUN supplied on their website)
> and is compatible with Mozilla 1.3b.
>
> I didn't have any issues with running Mozilla 1.3b
> either - not to say that I had any with Mozilla 1.3 -
> just that when going to the Blackdown project site,
> and downloading their j2re 1.4.1-01 compiled under gcc
> 3.2, it was a bit of a pain to install due to the
> "tarball and follow instructions" to install that and
> the web version.
>
> I like the RPM version better, it's cleaner and
> requires less "leg work" when upgrading.
>
> I emailed both Sun and Blackdown as to whether they'll
> release an RPM version for j2re 1.4.1 compiled under
> gcc 3.2 under Red Hat 8.x... no reply yet...

I took a bit of a shortcut, and rather surprisingly, it appears to work.

I have Sun's j2re prm package installed. I downloaded and extracted the 
blackdown java compiled with gcc 3.2 and copied just the plugin to 
/usr/java/j2re1.4.1/plugin/i386/ns610/javaplugin_oji.so

I removed the existing libjavaplugin_oji.so link in 
/usr/lib/mozilla/plugins, and created a new one pointing to the new 
plugin (javaplugin_oji.so). Seems to work fine.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+d9hDn/07WoAb/SsRAq9XAKCaMrL5xJNXorfTQVlJgj8CSJxwVwCgo+FK
OaBfJaF+lXEv2ZQKVALK2DE=
=AqlH
-END PGP SIGNATURE-



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


Re: wine

2003-03-18 Thread nate
Matt said:
> trying to install a windows progame and when I try to install it I get
>
> Visual Basic 6.0 Setup ToolKit
>
> Run-Time Error - 2147418113 (8)

did you check the wine compadiblity database?

what version of wine?

this comment claims the enterprise version works good:

http://appdb.winehq.org/appview.php?appId=94&versionId=1325

there are 2 other comments about the standard visual basic which
say it does not work:

http://appdb.winehq.org/appview.php?appId=94&versionId=130


perhaps one of the commercial versions of wine will work better,
or, worst case, VMWAre, win4lin or similar emulation/virtualization
software.

nate





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


Re: wine

2003-03-18 Thread David Busby
That error message is a Windows Error Message, the real error code is found
after masking off the high order of that "DWORD" (their name).  So you get
an error code of 0x, which is 65535.  Windows error code 65535 is not
defined.  So now it looks like some bug in Wine (which version are you
using?) or VB (very possible) is where the error is.  Of course if this
error is from an "Add In" module for VB6, (i.e Resource Manger,Setup
Packager,etc) then the problem is almost 100% in that "Add-In", theres many
bugs there. Do you have SP5 applied to your VB6?  I would start there.
Perhaps wine has put some nice message in your logs?

/B

- Original Message -
From: "Matt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 18, 2003 17:42
Subject: wine


> trying to install a windows progame and when I try to install it I get
>
> Visual Basic 6.0 Setup ToolKit
>
> Run-Time Error - 2147418113 (8)
>
> Automation Error
>
> Thanks
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



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


Re: Starting and stopping bind

2003-03-18 Thread David Busby



Try /etc/init.d/named stop
  The scripts in /etc/init.d/ (really /etc/rc.d/init.d) 
are used to start and stop "services" (daemons).
If you `cd /etc/init.d/` and then `ls` you can see all of the 
good stuff.  Also `setup` will give a nifty UI for this stuff.  If all 
else fails you can kill any process with `kill [process id]`, the Process ID can 
be found with `ps -e`.  Or you can try my favourite "kill `pidof 
named`"  (no quotes!).
 
/B

  - Original Message - 
  From: 
  Rob Francis 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, March 18, 2003 18:07
  Subject: Starting and stopping bind
  
  Hi,
   
  I am a long time Windows systems administrator and 
  developer who is moving to Linux - so treat me as a newbie. 
  :)
   
  I cannot restart or stop bind on either of my two DNS 
  boxes both running RHL 8. I have tried command line and the Services Manager 
  GUI. Both fail. Other services such as iptables work like a charm. What is 
  wrong with the following line to stop bind?
   
  /sbin/service named stop
   
  Any help would be 
  appreciated,
  Rob


RE: System Drops off Network

2003-03-18 Thread nate
Dan Donathan said:
> Has anyone ever asked RH about it? Like I said, it seems odd that such a
> popular card would have a problem.


one thought this thread reminded me of..last year I had a system
with 2 x 3COM 3C905B cards in it .. Typically 3COM 3C905B is among
my favorite card, I have several systems that have NEVER had a problem
(btw I only have 1 redhat box, everything else is debian, with home
brew kernels). But this one system started acting up once I maxxed
out the ram(1.5GB, board supported 1.5GB max). Every once in a while
the system would drop off the network totally. There was a buncha
errors in the kernel log, and resetting the network interface
(/etc/init.d/network restart in debian) always fixed it. Ended up
having to put a serial console on the thing so I could reset it
from remote. Ended up replacing the cards with intel cards after
a few months, and the problem stopped, though the system was only
up for perhaps a month with the intel cards before I had to take
it down(for other reasons).

I don't have copies of the kernel messages anymore the system
is long since ripped apart and allocated to other systems.

check the kernel log again next time it happens. I know you
said you didn't see anything in the log :) but still, run
dmesg >/root/kernel.log and post it on a website or ftp so
people can check JUST incase!

But my other systems with 3COM cards work flawlessly, Probably
2 dozen of em. Infact I've had more problems on the eepro side
then on the 3com side which is why I favor the 3com, specifically
3C905B/3C905C (*NOT* the 3C905C-TXNM or whatever it is, the half
height card).

just another data point.

nate





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


Aterm and colorized directories...

2003-03-18 Thread Peter N. Spotts
Folks,

A silly question, but how does one configure ATERM to invoke colored
type when listing directories after giving the dir command? I seem to
recall on another distribution, which shall remain nameless, bringing up
a terminal and running dir would give a display that used color to
distinguish between directories, data files, executables, etc. Or has
that feature gone the way of the dinosaurs? Running man aterm yielded
lots of command choices, but no clear guidance.

Best regards,

Pete



-- 
~
  Peter N. Spotts
Science and technology correspondent | The Christian Science Monitor
   One Norway St., Boston, MA 02115 USA
  Office: 1-617-450-2449 | Office in home: 1-508-520-3139
Email: [EMAIL PROTECTED] | www.csmonitor.com | www.peterspotts.net
~



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


Starting and stopping bind

2003-03-18 Thread Rob Francis



Hi,
 
I am a long time Windows systems administrator and 
developer who is moving to Linux - so treat me as a newbie. 
:)
 
I cannot restart or stop bind on either of my two DNS 
boxes both running RHL 8. I have tried command line and the Services Manager 
GUI. Both fail. Other services such as iptables work like a charm. What is wrong 
with the following line to stop bind?
 
/sbin/service named stop
 
Any help would be 
appreciated,
Rob


RE: System Drops off Network

2003-03-18 Thread Dan Donathan
Has anyone ever asked RH about it? Like I said, it seems odd that such a
popular card would have a problem.

-Original Message-
From: Joe Lewinski [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 18, 2003 5:52 PM
To: [EMAIL PROTECTED]
Subject: Re: System Drops off Network

We have had the same issues with 3COM.   Netgear seems to work
just fine too!

Joe

At 06:52 PM 3/18/2003 -0600, you wrote:
>I had a box running RedHat 7.3 doing this with the exact same NIC.  Put
a 
>Netgear NIC in, and the problem hasn't come back (8 months now).  I've 
>also had problems with Linksys NIC's on Linux.
>
>Dan Donathan wrote:
>>Agreed, there may be an issue with the driver, etc., but I don't
believe
>>it to be the NIC going bad.
>>Has anyone else had an issue similar to this? Like I said, there
doesn't
>>seem to be any rhyme or reason to it.
>>-Original Message-
>>From: Joe Polk [mailto:[EMAIL PROTECTED] Sent: Tuesday, March
18, 
>>2003 4:00 PM
>>To: [EMAIL PROTECTED]
>>Subject: RE: System Drops off Network
>>I've seen funky problems with 3COM NIC's on Linux in the past, so
don't
>>discount it.
>><>
>>On Tue, 2003-03-18 at 18:12, Dan Donathan wrote:
>>
>>>It drops and does not come back until a reboot. Will check on
>>ifconfig. NIC is a 3Com 3C905C, worked no problem in Windows for a
year.
>>I don't suspect the NIC.
>>
>>>Thanks.
>>>
>>> -Original Message-  From: nate 
>>> [mailto:[EMAIL PROTECTED]Sent: Tue 3/18/2003 3:08 
>>> PM To: [EMAIL PROTECTED]  Cc: Subject: Re: System 
>>> Drops off Network
>>>
>>>
>>>
>>> Dan Donathan said:
>>> > Hello All,
>>> >
>>> > List newbie. Excuse any faux pas.
>>> >
>>> > I have a system that ran Windows 2000 and all the
trimmings.
>>Now that RHL
>>
>>> > 8.0 is loaded, it randomly drops off the network. The
system
>>doesn't lock
>>
>>> > and I can't seem to find any correlation looking at the
system
>>logs. One
>>
>>> > suspicion I've had is that it's related to the Red Hat
>>Network, but I
>>
>>> > haven't had a chance to look into that. Any ideas?
>>>
>>>
>>> does it drop off and come back eventually by itself? or no?
what
>>does
>>
>>> ifconfig show when it drops off? what kind of network card?
is
>>the link
>>
>>> light on when the system is 'dropped' off the network or
not?
>>>
>>> nate
>>>
>>>
>>>
>>>
>>>
>>> --
>>> redhat-list mailing list
>>> unsubscribe
>>mailto:[EMAIL PROTECTED]
>>
>>> https://listman.redhat.com/mailman/listinfo/redhat-list
>>>
>>
>>
>
>
>
>
>--
>redhat-list mailing list
>unsubscribe mailto:[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list



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



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


Re: System Drops off Network

2003-03-18 Thread Joe Lewinski
We have had the same issues with 3COM.   Netgear seems to work
just fine too!
Joe

At 06:52 PM 3/18/2003 -0600, you wrote:
I had a box running RedHat 7.3 doing this with the exact same NIC.  Put a 
Netgear NIC in, and the problem hasn't come back (8 months now).  I've 
also had problems with Linksys NIC's on Linux.

Dan Donathan wrote:
Agreed, there may be an issue with the driver, etc., but I don't believe
it to be the NIC going bad.
Has anyone else had an issue similar to this? Like I said, there doesn't
seem to be any rhyme or reason to it.
-Original Message-
From: Joe Polk [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 
2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: RE: System Drops off Network
I've seen funky problems with 3COM NIC's on Linux in the past, so don't
discount it.
<>
On Tue, 2003-03-18 at 18:12, Dan Donathan wrote:

It drops and does not come back until a reboot. Will check on
ifconfig. NIC is a 3Com 3C905C, worked no problem in Windows for a year.
I don't suspect the NIC.
Thanks.

-Original Message-  From: nate 
[mailto:[EMAIL PROTECTED]Sent: Tue 3/18/2003 3:08 
PM To: [EMAIL PROTECTED]  Cc: Subject: Re: System 
Drops off Network



Dan Donathan said:
> Hello All,
>
> List newbie. Excuse any faux pas.
>
> I have a system that ran Windows 2000 and all the trimmings.
Now that RHL

> 8.0 is loaded, it randomly drops off the network. The system
doesn't lock

> and I can't seem to find any correlation looking at the system
logs. One

> suspicion I've had is that it's related to the Red Hat
Network, but I

> haven't had a chance to look into that. Any ideas?

does it drop off and come back eventually by itself? or no? what
does

ifconfig show when it drops off? what kind of network card? is
the link

light on when the system is 'dropped' off the network or not?

nate





--
redhat-list mailing list
unsubscribe
mailto:[EMAIL PROTECTED]

https://listman.redhat.com/mailman/listinfo/redhat-list







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


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


Re: Version 7.1 or 7.2 Shared Program Text

2003-03-18 Thread Joe Lewinski
Thanks Nate.

 I would feel better but one of our client machines
just had a panic yesterday reporting that it could not fork due to
memory.  We have only 64 users and 2GB of RAM.   The same
machine with a 2.2 kernel has more users, shows different TOP
output (800,000K of shrd memory), and has never had a similar
panic for over a year.
Joe

At 04:16 PM 3/18/2003 -0800, you wrote:
Joe Lewinski said:
> Hello,
>
> I have a 2.4.7-10 #1 kernel that appears to not share program
> code (i.e. text for processes running identical programs).
> Notice the "0K shrd" (meaning ZERO K).
>
> Is there a tunable parameter that enables / disables the kernel to share
> program text?
this is normal. 2.4.x doesn't report shared memory in a way that
is reportable by top/free/snmp. The kernel does have shared memory
support, without such support I think most programs would cease
to function :)
/dev/shm (tmpfs filesystem) seems to be the future, it provides
SYSV shared memory, but from what I read, not many things use
SYSV shared memory yet.. POSIX shared memory is provided elsewhere.
I am uncertain how to measure shared memory on a linux 2.4.x system.

run google searches for 'shared memory linux 2.4' and 'shm filesystem'
and some variations if you need more info. but the information your
seeing is considered normal, and there is shared memory support in
the kernel. so no need to panic.
nate



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


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


RE: System Drops off Network

2003-03-18 Thread Joe Polk
The only NIC's from 3COM I'll run with Linux are the PCMCIA adapters. PC
NIC's have given me nothing but hassles on previous RH versions so I
avoid them.

<>

On Tue, 2003-03-18 at 20:33, Dan Donathan wrote:
> I find that odd (though believable) that on of the most popular network
> cards in existence has a problem in RHL 8. I remember having problems
> with NICs in RHL 5 or 6, but 8?
> 
> I suppose I'll try a different brand (Netgear's always been good to me),
> but part of me wants to try and stick it out and figure this issue out.
> 
> -Original Message-
> From: John Nichel [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 18, 2003 4:52 PM
> To: [EMAIL PROTECTED]
> Subject: Re: System Drops off Network
> 
> I had a box running RedHat 7.3 doing this with the exact same NIC.  Put 
> a Netgear NIC in, and the problem hasn't come back (8 months now).  I've
> 
> also had problems with Linksys NIC's on Linux.
> 
> Dan Donathan wrote:
> > Agreed, there may be an issue with the driver, etc., but I don't
> believe
> > it to be the NIC going bad.
> > 
> > Has anyone else had an issue similar to this? Like I said, there
> doesn't
> > seem to be any rhyme or reason to it.
> > 
> > -Original Message-
> > From: Joe Polk [mailto:[EMAIL PROTECTED] 
> > Sent: Tuesday, March 18, 2003 4:00 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: System Drops off Network
> > 
> > I've seen funky problems with 3COM NIC's on Linux in the past, so
> don't
> > discount it.
> > 
> > <>
> > 
> > On Tue, 2003-03-18 at 18:12, Dan Donathan wrote:
> > 
> >>It drops and does not come back until a reboot. Will check on
> > 
> > ifconfig. NIC is a 3Com 3C905C, worked no problem in Windows for a
> year.
> > I don't suspect the NIC.
> > 
> >> 
> >>Thanks.
> >>
> >>-Original Message- 
> >>From: nate [mailto:[EMAIL PROTECTED] 
> >>Sent: Tue 3/18/2003 3:08 PM 
> >>To: [EMAIL PROTECTED] 
> >>Cc: 
> >>Subject: Re: System Drops off Network
> >>
> >>
> >>
> >>Dan Donathan said:
> >>> Hello All,
> >>>
> >>> List newbie. Excuse any faux pas.
> >>>
> >>> I have a system that ran Windows 2000 and all the trimmings.
> > 
> > Now that RHL
> > 
> >>> 8.0 is loaded, it randomly drops off the network. The system
> > 
> > doesn't lock
> > 
> >>> and I can't seem to find any correlation looking at the system
> > 
> > logs. One
> > 
> >>> suspicion I've had is that it's related to the Red Hat
> > 
> > Network, but I
> > 
> >>> haven't had a chance to look into that. Any ideas?
> >>
> >>
> >>does it drop off and come back eventually by itself? or no? what
> > 
> > does
> > 
> >>ifconfig show when it drops off? what kind of network card? is
> > 
> > the link
> > 
> >>light on when the system is 'dropped' off the network or not?
> >>
> >>nate
> >>
> >>
> >>
> >>
> >>
> >>--
> >>redhat-list mailing list
> >>unsubscribe
> > 
> > mailto:[EMAIL PROTECTED]
> > 
> >>https://listman.redhat.com/mailman/listinfo/redhat-list
> >>
> >>
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list





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


wine

2003-03-18 Thread Matt
trying to install a windows progame and when I try to install it I get

Visual Basic 6.0 Setup ToolKit

Run-Time Error - 2147418113 (8)

Automation Error

Thanks





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


Re: CPAN not finding latest modules [Solved]

2003-03-18 Thread Peter Kiem
Hi,

> I've never had to delete that file, and can always find the latest
> versions. There is something else going on, but I can't know what.
> Maybe file perms? perhaps the part of CPAN that would connect couldn't
> and then failed uninformatively?  Have you the latest CPAN bundle?

Well at first I did have a problem where that server couldn't make
connections outbound but that was quickly resolved.

I tried updating CPAN by doing an "install Bundle::CPAN" but it also
thought that CPAN was up to date as well.

I didn't notice any differences in permissions after renaming the old file
and letting CPAN recreate it.

Hmmm

-- 
Regards,
+-+-+
| Peter Kiem.^.   | E-Mail: <[EMAIL PROTECTED]> |
| Zordah IT /V\   | Mobile: +61 0414 724 766|
|   IT Consultancy &  /(   )\ | WWW   : www.zordah.net  |
|   Internet Hosting   ^^-^^  | ICQ   : "Zordah" 81 |
+-+-+
   My current spamtrap address is [EMAIL PROTECTED]




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


RE: System Drops off Network

2003-03-18 Thread Dan Donathan
I find that odd (though believable) that on of the most popular network
cards in existence has a problem in RHL 8. I remember having problems
with NICs in RHL 5 or 6, but 8?

I suppose I'll try a different brand (Netgear's always been good to me),
but part of me wants to try and stick it out and figure this issue out.

-Original Message-
From: John Nichel [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 18, 2003 4:52 PM
To: [EMAIL PROTECTED]
Subject: Re: System Drops off Network

I had a box running RedHat 7.3 doing this with the exact same NIC.  Put 
a Netgear NIC in, and the problem hasn't come back (8 months now).  I've

also had problems with Linksys NIC's on Linux.

Dan Donathan wrote:
> Agreed, there may be an issue with the driver, etc., but I don't
believe
> it to be the NIC going bad.
> 
> Has anyone else had an issue similar to this? Like I said, there
doesn't
> seem to be any rhyme or reason to it.
> 
> -Original Message-
> From: Joe Polk [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 18, 2003 4:00 PM
> To: [EMAIL PROTECTED]
> Subject: RE: System Drops off Network
> 
> I've seen funky problems with 3COM NIC's on Linux in the past, so
don't
> discount it.
> 
> <>
> 
> On Tue, 2003-03-18 at 18:12, Dan Donathan wrote:
> 
>>It drops and does not come back until a reboot. Will check on
> 
> ifconfig. NIC is a 3Com 3C905C, worked no problem in Windows for a
year.
> I don't suspect the NIC.
> 
>> 
>>Thanks.
>>
>>  -Original Message- 
>>  From: nate [mailto:[EMAIL PROTECTED] 
>>  Sent: Tue 3/18/2003 3:08 PM 
>>  To: [EMAIL PROTECTED] 
>>  Cc: 
>>  Subject: Re: System Drops off Network
>>  
>>  
>>
>>  Dan Donathan said:
>>  > Hello All,
>>  >
>>  > List newbie. Excuse any faux pas.
>>  >
>>  > I have a system that ran Windows 2000 and all the trimmings.
> 
> Now that RHL
> 
>>  > 8.0 is loaded, it randomly drops off the network. The system
> 
> doesn't lock
> 
>>  > and I can't seem to find any correlation looking at the system
> 
> logs. One
> 
>>  > suspicion I've had is that it's related to the Red Hat
> 
> Network, but I
> 
>>  > haven't had a chance to look into that. Any ideas?
>>  
>>  
>>  does it drop off and come back eventually by itself? or no? what
> 
> does
> 
>>  ifconfig show when it drops off? what kind of network card? is
> 
> the link
> 
>>  light on when the system is 'dropped' off the network or not?
>>  
>>  nate
>>  
>>  
>>  
>>  
>>  
>>  --
>>  redhat-list mailing list
>>  unsubscribe
> 
> mailto:[EMAIL PROTECTED]
> 
>>  https://listman.redhat.com/mailman/listinfo/redhat-list
>>  
>>
> 
> 
> 
> 
> 
> 




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



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


Re: System Drops off Network

2003-03-18 Thread John Nichel
I had a box running RedHat 7.3 doing this with the exact same NIC.  Put 
a Netgear NIC in, and the problem hasn't come back (8 months now).  I've 
also had problems with Linksys NIC's on Linux.

Dan Donathan wrote:
Agreed, there may be an issue with the driver, etc., but I don't believe
it to be the NIC going bad.
Has anyone else had an issue similar to this? Like I said, there doesn't
seem to be any rhyme or reason to it.
-Original Message-
From: Joe Polk [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 18, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: RE: System Drops off Network

I've seen funky problems with 3COM NIC's on Linux in the past, so don't
discount it.
<>

On Tue, 2003-03-18 at 18:12, Dan Donathan wrote:

It drops and does not come back until a reboot. Will check on
ifconfig. NIC is a 3Com 3C905C, worked no problem in Windows for a year.
I don't suspect the NIC.
Thanks.

	-Original Message- 
	From: nate [mailto:[EMAIL PROTECTED] 
	Sent: Tue 3/18/2003 3:08 PM 
	To: [EMAIL PROTECTED] 
	Cc: 
	Subject: Re: System Drops off Network
	
	

Dan Donathan said:
> Hello All,
>
> List newbie. Excuse any faux pas.
>
> I have a system that ran Windows 2000 and all the trimmings.
Now that RHL

	> 8.0 is loaded, it randomly drops off the network. The system
doesn't lock

	> and I can't seem to find any correlation looking at the system
logs. One

	> suspicion I've had is that it's related to the Red Hat
Network, but I

> haven't had a chance to look into that. Any ideas?


does it drop off and come back eventually by itself? or no? what
does

	ifconfig show when it drops off? what kind of network card? is
the link

light on when the system is 'dropped' off the network or not?

nate





--
redhat-list mailing list
unsubscribe
mailto:[EMAIL PROTECTED]

https://listman.redhat.com/mailman/listinfo/redhat-list











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


RE: System Drops off Network

2003-03-18 Thread Dan Donathan
Yes, definitely not the issue.

-Original Message-
From: irwin [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 18, 2003 4:44 PM
To: [EMAIL PROTECTED]
Subject: Re: System Drops off Network

On Tuesday 18 March 2003 04:33 pm, you wrote:
> Agreed, there may be an issue with the driver, etc., but I don't
believe
> it to be the NIC going bad.
>
> Has anyone else had an issue similar to this? Like I said, there
doesn't
> seem to be any rhyme or reason to it.

Forgive me for this, but have you checked for a loose cable connection?

Irwin



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



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


Re: System Drops off Network

2003-03-18 Thread irwin
On Tuesday 18 March 2003 04:33 pm, you wrote:
> Agreed, there may be an issue with the driver, etc., but I don't believe
> it to be the NIC going bad.
>
> Has anyone else had an issue similar to this? Like I said, there doesn't
> seem to be any rhyme or reason to it.

Forgive me for this, but have you checked for a loose cable connection?

Irwin



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


RE: System Drops off Network

2003-03-18 Thread Dan Donathan
Agreed, there may be an issue with the driver, etc., but I don't believe
it to be the NIC going bad.

Has anyone else had an issue similar to this? Like I said, there doesn't
seem to be any rhyme or reason to it.

-Original Message-
From: Joe Polk [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 18, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: RE: System Drops off Network

I've seen funky problems with 3COM NIC's on Linux in the past, so don't
discount it.

<>

On Tue, 2003-03-18 at 18:12, Dan Donathan wrote:
> It drops and does not come back until a reboot. Will check on
ifconfig. NIC is a 3Com 3C905C, worked no problem in Windows for a year.
I don't suspect the NIC.
>  
> Thanks.
> 
>   -Original Message- 
>   From: nate [mailto:[EMAIL PROTECTED] 
>   Sent: Tue 3/18/2003 3:08 PM 
>   To: [EMAIL PROTECTED] 
>   Cc: 
>   Subject: Re: System Drops off Network
>   
>   
> 
>   Dan Donathan said:
>   > Hello All,
>   >
>   > List newbie. Excuse any faux pas.
>   >
>   > I have a system that ran Windows 2000 and all the trimmings.
Now that RHL
>   > 8.0 is loaded, it randomly drops off the network. The system
doesn't lock
>   > and I can't seem to find any correlation looking at the system
logs. One
>   > suspicion I've had is that it's related to the Red Hat
Network, but I
>   > haven't had a chance to look into that. Any ideas?
>   
>   
>   does it drop off and come back eventually by itself? or no? what
does
>   ifconfig show when it drops off? what kind of network card? is
the link
>   light on when the system is 'dropped' off the network or not?
>   
>   nate
>   
>   
>   
>   
>   
>   --
>   redhat-list mailing list
>   unsubscribe
mailto:[EMAIL PROTECTED]
>   https://listman.redhat.com/mailman/listinfo/redhat-list
>   
> 





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



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


Re: Difference between Mozilla 1.3 gtk2 and xft?

2003-03-18 Thread Michael Mansour
Hi,

Yes, I tried it out and it is fast.

I moved back to Mozilla 1.3b though, since I liked the
j2re rpm release (which SUN supplied on their website)
and is compatible with Mozilla 1.3b.

I didn't have any issues with running Mozilla 1.3b
either - not to say that I had any with Mozilla 1.3 -
just that when going to the Blackdown project site,
and downloading their j2re 1.4.1-01 compiled under gcc
3.2, it was a bit of a pain to install due to the
"tarball and follow instructions" to install that and
the web version.

I like the RPM version better, it's cleaner and
requires less "leg work" when upgrading.

I emailed both Sun and Blackdown as to whether they'll
release an RPM version for j2re 1.4.1 compiled under
gcc 3.2 under Red Hat 8.x... no reply yet...

--- Molnar Peter <[EMAIL PROTECTED]> wrote:
> The GTK2 build is *very* fast, much faster then the
> normal. It is
> compiled with gcc 3.2 so you need a Java plug-in
> also compiled with the
> same, but its already available from the Blackdown
> project
> (www.blackdown.org).
> 
> 
> On Mon, 2003-03-17 at 00:25, Michael Mansour wrote:
> > Hi,
> > 
> > What the difference between these 2 releases?
> > 
> > The last time I downloaded 1.3b, it came as
> "xft+gtk2"
> > as the red hat 8 rpm.
> > 
> > Thanks.
> > 
> > Michael.



__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com



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


Re: Version 7.1 or 7.2 Shared Program Text

2003-03-18 Thread nate
Joe Lewinski said:
> Hello,
>
> I have a 2.4.7-10 #1 kernel that appears to not share program
> code (i.e. text for processes running identical programs).

> Notice the "0K shrd" (meaning ZERO K).
>
> Is there a tunable parameter that enables / disables the kernel to share
> program text?

this is normal. 2.4.x doesn't report shared memory in a way that
is reportable by top/free/snmp. The kernel does have shared memory
support, without such support I think most programs would cease
to function :)

/dev/shm (tmpfs filesystem) seems to be the future, it provides
SYSV shared memory, but from what I read, not many things use
SYSV shared memory yet.. POSIX shared memory is provided elsewhere.

I am uncertain how to measure shared memory on a linux 2.4.x system.

run google searches for 'shared memory linux 2.4' and 'shm filesystem'
and some variations if you need more info. but the information your
seeing is considered normal, and there is shared memory support in
the kernel. so no need to panic.


nate




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


Re: CPAN not finding latest modules [Solved]

2003-03-18 Thread David Busby
I've never had to delete that file, and can always find the latest versions.
There is something else going on, but I can't know what.  Maybe file perms?
perhaps the part of CPAN that would connect couldn't and then failed
uninformatively?  Have you the latest CPAN bundle?

/B


- Original Message -
From: "Peter Kiem" <[EMAIL PROTECTED]>
To: "Red Hat Users List " <[EMAIL PROTECTED]>
Sent: Monday, March 17, 2003 15:41
Subject: Re: CPAN not finding latest modules [Solved]


> >> Try a different mirror. mirrors.kernel.org has 2.50.
>
> OK, I added mirrors.kernel.org to my list of mirrors but that didn't help.
>
> I then deleted /root/.cpan/Metadata and tried again.  Lo and behold it all
> worked!
>
> Should I be deleting the Metadata file regularly?  Shouldn't the CPAN
> module detect when it needs updating automagically?
>
> --
> Regards,
> +-+-+
> | Peter Kiem.^.   | E-Mail: <[EMAIL PROTECTED]> |
> | Zordah IT /V\   | Mobile: +61 0414 724 766|
> |   IT Consultancy &  /(   )\ | WWW   : www.zordah.net  |
> |   Internet Hosting   ^^-^^  | ICQ   : "Zordah" 81 |
> +-+-+
>My current spamtrap address is [EMAIL PROTECTED]
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



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


Re: automated backup hardware and software

2003-03-18 Thread David Busby
man cron
man tar
man gzip
man rsync

- Original Message - 
From: "Steve Strong" <[EMAIL PROTECTED]>
To: "red hat list serve" <[EMAIL PROTECTED]>
Sent: Monday, March 17, 2003 16:55
Subject: automated backup hardware and software


> So, I'm running RedHat 7.3 on a Dell computer and I'd like to be able to
> back up student (user) home directories.  I'm more than a little
> confused after looking at the HCL.  Anyone have experience with doing
> this and if so, would you like to recommend a hardware configuration. 
> There's about 40 gig of stuff on the server, but the home directories
> are much smaller than that.
> 
> Thanks in advance, 
> steve
> -- 
> 
> 
> Steve Strong
> Computer Science Teacher
> Washington High School
> 2205 Forest Dr. SE
> Cedar Rapids, Iowa   52403
> phone: 319-398-2161
> email: [EMAIL PROTECTED]
> web: http://crwash.org
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



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


Version 7.1 or 7.2 Shared Program Text

2003-03-18 Thread Joe Lewinski
Hello,

I have a 2.4.7-10 #1 kernel that appears to not share program
code (i.e. text for processes running identical programs).

See the output of top below:


  7:03pm  up 5 days,  5:57,  8 users,  load average: 0.00, 0.00, 0.00

64 processes: 63 sleeping, 1 running, 0 zombie, 0 stopped

CPU states:  0.0% user,  0.0% system,  0.0% nice, 100.0% idle

Mem:  2059904K av, 2049084K used,   10820K free,   0K shrd,   56740K
buff   
Swap: 2096440K av,   0K used, 2096440K free 1546160K
cached 


Notice the "0K shrd" (meaning ZERO K).

Is there a tunable parameter that enables / disables the kernel to
share program text?

Thanks in advance,

Joe
Joe Lewinski
ICANON Associates, Inc.
Phone: 610-313-1850 x 115
Fax: 610-313-1848

NEWZware is a product of ICANON Inc. - Visit our web site at
http://www.icanon.com/ for more information on ICANON, the company, and its
suite of products and services.



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


Re: Backup MS SQL Database

2003-03-18 Thread David Busby
To get MS into a PG database I had to use the MS-SQL Enterprise Manager that
allowed me to "Script the Database".  This made some non SQL92/99 compliant
scripts for the schema of the database that I then had to edit to work with
my PG install (7.2.x).  Then I used some VBScript code to connect to both
databases and drag the data across.  I hated every minute of it.  It was not
very efficient but it did get the job done.  Every time I see a post like
this it reminds me to work on this code I started that would create the
necessary PgSQL Schema code from an MS-SQL DB.

/B


- Original Message -
From: "nate" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 18, 2003 13:22
Subject: Re: Backup MS SQL Database


> Jason M. Kuhlman said:
> > Is it possible to backup a MS SQL database to one of the open source
RDBMS
> > like SAPDB, PostGreSQL, or MySQL? If so how?
>
> really don't think so. but the MS SQL admin interface has a tool that
> allows you to dump the database to a text file, which can easily be
> backed up. Not sure what the tool is called since I've never used MS SQL
> but one of my co workers did and thats what he did for backups.
>
> similar to mysqldump.
>
> nate
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



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


RE: System Drops off Network

2003-03-18 Thread Joe Polk
I've seen funky problems with 3COM NIC's on Linux in the past, so don't
discount it.

<>

On Tue, 2003-03-18 at 18:12, Dan Donathan wrote:
> It drops and does not come back until a reboot. Will check on ifconfig. NIC is a 
> 3Com 3C905C, worked no problem in Windows for a year. I don't suspect the NIC.
>  
> Thanks.
> 
>   -Original Message- 
>   From: nate [mailto:[EMAIL PROTECTED] 
>   Sent: Tue 3/18/2003 3:08 PM 
>   To: [EMAIL PROTECTED] 
>   Cc: 
>   Subject: Re: System Drops off Network
>   
>   
> 
>   Dan Donathan said:
>   > Hello All,
>   >
>   > List newbie. Excuse any faux pas.
>   >
>   > I have a system that ran Windows 2000 and all the trimmings. Now that RHL
>   > 8.0 is loaded, it randomly drops off the network. The system doesn't lock
>   > and I can't seem to find any correlation looking at the system logs. One
>   > suspicion I've had is that it's related to the Red Hat Network, but I
>   > haven't had a chance to look into that. Any ideas?
>   
>   
>   does it drop off and come back eventually by itself? or no? what does
>   ifconfig show when it drops off? what kind of network card? is the link
>   light on when the system is 'dropped' off the network or not?
>   
>   nate
>   
>   
>   
>   
>   
>   --
>   redhat-list mailing list
>   unsubscribe mailto:[EMAIL PROTECTED]
>   https://listman.redhat.com/mailman/listinfo/redhat-list
>   
> 





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


Re: Ethernet speed

2003-03-18 Thread Ed Wilts
On Tue, Mar 18, 2003 at 08:14:17PM -0300, Jefferson Granatto wrote:
> Sorry, I don't speak english well...
> 
> How can I reduce the speed of ethernet to 10mbps on Red Hat 7.3?

Your English is perfect - better than some of the requests from native
English members!

Check for /sbin/mii-tool.  It's part of the net-tools package and
allows you to force the NIC to 10mbs at either full- or half-duplex.

.../Ed

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



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


SUMMARY: Changing the mount point?

2003-03-18 Thread Richardson, Robert
Title: SUMMARY: Changing the mount point?





Hi,
Ed Greshko hit it on the head (thanks).
He suggested that I change the second column of the /etc/fstab file.
Since I had not added any data to these filesystems his instructions were
easy to follow.


I completed the following steps:
1. umount /usr/local
2. service nfs stop   <-- /export is to be nfs mounted.
3. umount /export
4. vi /etc/fstab
   LABEL=/export    /usr/local  ext3    defaults    1 2
   LABEL=/usr/local /export ext3    defaults    1 2
5. mount -a
6. df
   Filesystem   1k-blocks    Used   Available  Use%    Mounted on
   /dev/cciss/c0d0p5 10079868   32828 9535004    1%    /usr/local
   /dev/cciss/c0d0p6    119659156   58552   11354    1%    /export



Step 5 saved me the reboot.



Robert Richardson
Activision Studios




-Original Message-
On Tue, 18 Mar 2003, Richardson, Robert wrote:


> I have just installed rh 7.3 and realized that I configured two mount points
> in the reverse order that I wanted.  I actually wanted /export to have
> 120GB of space, and /usr/local to have 10GB of space.


> Filesystem 1k-blocks  Used Available  Use%    Mounted on
> /dev/cciss/c0d0p6  119659156 58552 11354    1%
> /usr/local
> /dev/cciss/c0d0p5   10079868 32828   9535004    1% /export
>
> I really want it to be:
> Filesystem 1k-blocks  Used Available  Use%    Mounted on
> /dev/cciss/c0d0p6  119659156 58552 11354    1% /export
> /dev/cciss/c0d0p5   10079868 32828   9535004    1%
> /usr/local
>
>
> How can I permanently switch these two mount points without a re-install?


If you have not added any data to /export and /usr/local it is a simple
matter of editing the /etc/fstab file to switch the mount points in the
second column.  If you have already put data in either of these locations
you just have to add a step copy the data.


After you do thatjust reboot.


Ed


-- 
http://webcams.greshko.com/  Do you this man, Peter Boeni?
http://www.shorewall.net/  for all your firewall needs








[Sort-of OT] linux converter for .MAG format?

2003-03-18 Thread Michael Pelley
Hi All,

This is sort-of off-topic, but if any group would know, they probably are
here ;-)

Anyway, I have a huge number of FileMagic .MAG scanned images that I'd like
to either convert directly to PDF or, if that isn't possible, to have it
convert to some *good* (i.e., high quality) format that I can use to get to
PDF.  As I've been burdened with a huge number, I'd like to be able to do
this in a batch mode.

Anyone have any ideas?

Thanks!

Cheers,
Mike

--
Mike Pelley "Non illegitimati carborundum"
Owner & "Misc. Rambler" of Pelleys.com
[EMAIL PROTECTED] - www.pelleys.com




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


Re: DSL connection on LAN with RedHat 6.2 server has failed.

2003-03-18 Thread nate
William Dolphin said:
> Thanks, Nate. You're right about the kernel. I'll try what you suggest.
>
> Any reasons why any of this would have CHANGED? It's been working fine for
>  a few years.
>
> Thanks again.
>


if nothing on the system has changed(that includes the system not being
rebooted or anything), I cannot think of any reason why it would just
stop working.

good luck

nate





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


Ethernet speed

2003-03-18 Thread Jefferson Granatto
Sorry, I don't speak english well...

How can I reduce the speed of ethernet to 10mbps on Red Hat 7.3?
-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup



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


RE: System Drops off Network

2003-03-18 Thread Dan Donathan
It drops and does not come back until a reboot. Will check on ifconfig. NIC is a 3Com 
3C905C, worked no problem in Windows for a year. I don't suspect the NIC.
 
Thanks.

-Original Message- 
From: nate [mailto:[EMAIL PROTECTED] 
Sent: Tue 3/18/2003 3:08 PM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: Re: System Drops off Network



Dan Donathan said:
> Hello All,
>
> List newbie. Excuse any faux pas.
>
> I have a system that ran Windows 2000 and all the trimmings. Now that RHL
> 8.0 is loaded, it randomly drops off the network. The system doesn't lock
> and I can't seem to find any correlation looking at the system logs. One
> suspicion I've had is that it's related to the Red Hat Network, but I
> haven't had a chance to look into that. Any ideas?


does it drop off and come back eventually by itself? or no? what does
ifconfig show when it drops off? what kind of network card? is the link
light on when the system is 'dropped' off the network or not?

nate





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


<>

Re: System Drops off Network

2003-03-18 Thread nate
Dan Donathan said:
> Hello All,
>
> List newbie. Excuse any faux pas.
>
> I have a system that ran Windows 2000 and all the trimmings. Now that RHL
> 8.0 is loaded, it randomly drops off the network. The system doesn't lock
> and I can't seem to find any correlation looking at the system logs. One
> suspicion I've had is that it's related to the Red Hat Network, but I
> haven't had a chance to look into that. Any ideas?


does it drop off and come back eventually by itself? or no? what does
ifconfig show when it drops off? what kind of network card? is the link
light on when the system is 'dropped' off the network or not?

nate





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


Re: DSL connection on LAN with RedHat 6.2 server has failed.

2003-03-18 Thread William Dolphin

Thanks, Nate. You're right about the kernel. I'll try what
you suggest.
Any reasons why any of this would have CHANGED? It's been working fine
for a few years.
Thanks again.
-Wm.
At 02:31 PM 3/18/03 -0800, you wrote:
William Dolphin said:
> Hi all,
>
> I'm a linux dunce trying to straighten out a sudden internet
connection
> problem for a LAN server running Red Hat 6.2.
check to be sure ip_forwarding is enabled
redhat 6.2 I think comes stock with 2.2.x kernel, so
cat /proc/sys/net/ipv4/ip_forward
if it says 0 then:
echo 1 >/proc/sys/net/ipv4/ip_forward
also check your firewall rules:
ipchains -L -n
if all else fails run tcpdump and see what it says(this usually
requires
a good deal of knowledge to understand the output)
nate


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


Re: DSL connection on LAN with RedHat 6.2 server has failed.

2003-03-18 Thread William Dolphin

I'm willing to try anything, but it was working with current
settings but now is not.
No router, just a pair of "dumb" switches. The server uses the
DSL gateway, but sets a different one for the computers on the
LAN.
The gateway IP for the internal computers is currently set for the LAN
(i.e. xxx.xxx.xxx.1, with workgroup computers as xxx.xxx.xxx.131, 144,
etc) 
If I reset the internal computer's gateway to the DSL IP, I don't think
they'll see each other.
Or am I missing something?
At 05:41 PM 3/18/03 -0500, you wrote:
You need to set the default gateway
on all internal machines to that of
your gateway; i.e. whatever is serving as your router.
<>
On Tue, 2003-03-18 at 17:19, William Dolphin wrote:
> Hi all,
> 
> I'm a linux dunce trying to straighten out a sudden internet
connection 
> problem for a LAN server running Red Hat 6.2.
> 
> Small mixed LAN (win/mac) on Linksys dumb switches was fully
operational 
> and stable, no hardware or software changes. DSL connection went
down 2 
> days ago. Server reboot fixed, but went down again yesterday and
won't come 
> back.
> 
> DSL works on direct connection to workgroup computer. Workgroup
computers 
> work on LAN. Server can ping from internet IP to DSL gateway IP and
to 
> PacBell DNS IP. Workgroup computers can ping server network and
internet 
> IPs, but not DSL gateway or PacBell.
> 
> RedHat tech support refuses help. RH knowledgebase no help
either.
> 
> Any suggestions?
> 
> Many Thanks,
> 
> William Dolphin
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
mailto:[EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/redhat-list


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


System Drops off Network

2003-03-18 Thread Dan Donathan
Hello All,
 
List newbie. Excuse any faux pas. 
 
I have a system that ran Windows 2000 and all the trimmings. Now that RHL 8.0 is 
loaded, it randomly drops off the network. The system doesn't lock and I can't seem to 
find any correlation looking at the system logs. One suspicion I've had is that it's 
related to the Red Hat Network, but I haven't had a chance to look into that. Any 
ideas?
 
 
Thanks.
 



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


Re: Mounting SMBFS from fstab

2003-03-18 Thread Jacob Langley
She was part of a user made group(that already had permission to every
other external mount I might add) and for some reason _unknown-to-me_ it
wouldn't use it for the samba mounts so I just added her to the  users
group and added it to the samba share as well.  Then it worked.  Her
user mounts the external drives and everythign just fine though. 
Confusing to me.
-- 
Jacob Langley   <[EMAIL PROTECTED]>

GPG id:26BD3340
GPG fingerprint:2D27 4B63 A5A2 0BDB 260F  1410 D689 3116 26BD 3340



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


Problem with Samba

2003-03-18 Thread Ritesh Raj Sarraf
hi all, 
i'm using samba 2.2.3a on rh7.3. my samba server also is a dc.i've made a share for my 
cdrom. 
when i access the share from my client(win2kpro) it accesses it well but again when i 
try ejecting 
the cd i get a message saying, device or resource busy. i checked the processes and 
found that 
the samba server creates a single process for each user. so, i access data on to my 
server from a 
share named STUFFS as well as access my share CDROM, to eject i've got to 
/etc/rc.d/init.d/smb 
restart my smb server which also kill the STUFFS process.  
note: under linux to linux it's working fine.. 
 
any ideas! 
ritesh 
--  
Ritesh R. Sarraf  
"To learn, you've got to get your hands dirty."  

-
This mail sent through IMP: http://horde.org/imp/



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


Re: Changing the mount point?

2003-03-18 Thread Ed . Greshko
On Tue, 18 Mar 2003, Richardson, Robert wrote:

> I have just installed rh 7.3 and realized that I configured two mount points
> in the reverse order that I wanted.  I actually wanted /export to have
> 120GB of space, and /usr/local to have 10GB of space.

> Filesystem 1k-blocks  Used Available  Use%Mounted on
> /dev/cciss/c0d0p6  119659156 58552 113541%
> /usr/local
> /dev/cciss/c0d0p5   10079868 32828   95350041% /export
>
> I really want it to be:
> Filesystem 1k-blocks  Used Available  Use%Mounted on
> /dev/cciss/c0d0p6  119659156 58552 113541% /export
> /dev/cciss/c0d0p5   10079868 32828   95350041%
> /usr/local
>
>
> How can I permanently switch these two mount points without a re-install?

If you have not added any data to /export and /usr/local it is a simple
matter of editing the /etc/fstab file to switch the mount points in the
second column.  If you have already put data in either of these locations
you just have to add a step copy the data.

After you do thatjust reboot.

Ed

-- 
http://webcams.greshko.com/  Do you this man, Peter Boeni?
http://www.shorewall.net/  for all your firewall needs



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


Re: DSL connection on LAN with RedHat 6.2 server has failed.

2003-03-18 Thread Joe Polk
You need to set the default gateway on all internal machines to that of
your gateway; i.e. whatever is serving as your router.

<>

On Tue, 2003-03-18 at 17:19, William Dolphin wrote:
> Hi all,
> 
> I'm a linux dunce trying to straighten out a sudden internet connection 
> problem for a LAN server running Red Hat 6.2.
> 
> Small mixed LAN (win/mac) on Linksys dumb switches was fully operational 
> and stable, no hardware or software changes. DSL connection went down 2 
> days ago. Server reboot fixed, but went down again yesterday and won't come 
> back.
> 
> DSL works on direct connection to workgroup computer. Workgroup computers 
> work on LAN. Server can ping from internet IP to DSL gateway IP and to 
> PacBell DNS IP. Workgroup computers can ping server network and internet 
> IPs, but not DSL gateway or PacBell.
> 
> RedHat tech support refuses help. RH knowledgebase no help either.
> 
> Any suggestions?
> 
> Many Thanks,
> 
> William Dolphin
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list





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


Re: Speaking of USB (instant USB disk question)

2003-03-18 Thread Ed . Greshko
On Tue, 18 Mar 2003, dbrett wrote:

> I got it to work.  I had to put in slightly different parameters.
> /dev/sda1   /mnt/usb-keyvfatnoauto,user,rw  0
> 0
>
> I don't understand the reason for the difference.

> > In my fstab I have
> >
> > /dev/sda1   /mnt/usbvfat noauto,user,rw 0 0

I'm sorry   I must be blind...  Can you tell me where the difference
is?  I mean the only difference is the mount point as far as I can tell.

It early morning here so maybe I need my coffee


-- 
http://webcams.greshko.com/  Do you this man, Peter Boeni?
http://www.shorewall.net/  for all your firewall needs



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


Re: DSL connection on LAN with RedHat 6.2 server has failed.

2003-03-18 Thread nate
William Dolphin said:
> Hi all,
>
> I'm a linux dunce trying to straighten out a sudden internet connection
> problem for a LAN server running Red Hat 6.2.

check to be sure ip_forwarding is enabled

redhat 6.2 I think comes stock with 2.2.x kernel, so

cat /proc/sys/net/ipv4/ip_forward

if it says 0 then:
echo 1 >/proc/sys/net/ipv4/ip_forward

also check your firewall rules:

ipchains -L -n

if all else fails run tcpdump and see what it says(this usually requires
a good deal of knowledge to understand the output)

nate





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


Re: Mounting SMBFS from fstab

2003-03-18 Thread nate
Jacob Langley said:
> Finally got it figured out.  Not sure why, but fstab was being a pain
> about the group name for mounting it.  Changed her to a different user
> group and it worked fine.  No idea why.

what group? was it a custom made group(e.g. you made it) or was it
a system-created group?

nate





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


ACPI GUI

2003-03-18 Thread Kleiner Hampel
Hello,


i'm searching a gui for changing the ACPI settings.
Is there another solution in changing these settings instead of edit the
files in /proc/acpi manually?

regards,
hampel



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


DSL connection on LAN with RedHat 6.2 server has failed.

2003-03-18 Thread William Dolphin
Hi all,

I'm a linux dunce trying to straighten out a sudden internet connection 
problem for a LAN server running Red Hat 6.2.

Small mixed LAN (win/mac) on Linksys dumb switches was fully operational 
and stable, no hardware or software changes. DSL connection went down 2 
days ago. Server reboot fixed, but went down again yesterday and won't come 
back.

DSL works on direct connection to workgroup computer. Workgroup computers 
work on LAN. Server can ping from internet IP to DSL gateway IP and to 
PacBell DNS IP. Workgroup computers can ping server network and internet 
IPs, but not DSL gateway or PacBell.

RedHat tech support refuses help. RH knowledgebase no help either.

Any suggestions?

Many Thanks,

William Dolphin



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


Re: Mounting SMBFS from fstab

2003-03-18 Thread Jacob Langley
Finally got it figured out.  Not sure why, but fstab was being a pain
about the group name for mounting it.  Changed her to a different user
group and it worked fine.  No idea why.

On Tue, 2003-03-18 at 08:30, Jacob Langley wrote:
> On Mon, 2003-03-17 at 22:47, Ryurick M. Hristev wrote:
> > On Mon, 17 Mar 2003, Jacob Langley wrote:
> > 
> > > It's just not mounting as a user. 
> > 
> > You mean it doesn't give you any error message ? Nothing ?
> > 
> 
>   None except the must be root to mount.  
> > Cheers,
> > -- 
> > Ryurick M. Hristev mailto:[EMAIL PROTECTED]
> > Computer Systems Manager
> > University of Canterbury, Physics & Astronomy Dept., New Zealand
> -- 
> Jacob Langley   <[EMAIL PROTECTED]>
> 
> GPG id:26BD3340
> GPG fingerprint:2D27 4B63 A5A2 0BDB 260F  1410 D689 3116 26BD 3340
-- 
Jacob Langley   <[EMAIL PROTECTED]>

GPG id:26BD3340
GPG fingerprint:2D27 4B63 A5A2 0BDB 260F  1410 D689 3116 26BD 3340



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


Problem with Samba

2003-03-18 Thread Ritesh Raj Sarraf
hi all, 
i'm using samba 2.2.3a on rh7.3. my samba server also is a dc.i've made a share for my 
cdrom. 
when i access the share from my client(win2kpro) it accesses it well but again when i 
try ejecting 
the cd i get a message saying, device or resource busy. i checked the processes and 
found that 
the samba server creates a single process for each user. so, i access data on to my 
server from a 
share named STUFFS as well as access my share CDROM, to eject i've got to 
/etc/rc.d/init.d/smb 
restart my smb server which also kill the STUFFS process.  
note: under linux to linux it's working fine.. 
 
any ideas! 
ritesh 
--  
Ritesh R. Sarraf  
"To learn, you've got to get your hands dirty."  

-
This mail sent through IMP: http://horde.org/imp/



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


Re: Is RH8 Ever Going to be Updated?

2003-03-18 Thread Emmanuel Seyman
On Wed, Mar 19, 2003 at 07:37:02AM +1100, Stephen Kuhn wrote:
> 
> ...and here I thought Mandrake, especially in using kernel 2.4.20+ was a
> bit more bleeding edge (and configurable, and user-friendly)

Having talked with the Mandrake guys a couple of times, I can
certify that it is more bleeding edge than Red Hat but that
configurable and user-friendly are up for grabs.

Emmanuel



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


Re: RPM 4.1 Segfault

2003-03-18 Thread Jim Wilferling
On Tue, 18 Mar 2003 12:48:58 -0800
Jim Wilferling <[EMAIL PROTECTED]> wrote:

>  Folks, 
>  I was trying to install the "Phoebe" rpms last night, using Apt and
>  Synaptic, and being extremely concious of wierd cross-dependencies, thought I
>  was doing fine. But at one point apt and synaptic quit working properly, though
>  I stayed completelty  away from u.g.'ing them  and RPM till the last. But when I
>  investigated further, I tried to install a superfluous rpm manually (-Uvvh)All
>  appears well untill the installation itself, then RPM unceremoniously segfaults.
>  I've looked at my logfiles, ran "tail -f /var/log/messages" hunted through /etc/
>  tosee if a conf file got displaced, etc. nothing. I'm willing to continue with
>  the upgrade, since I've read that rpm 4.1 can get buggy with redhat 8.0, and had
>  it hang just like the RPM site describes, and the Phoebe packages have a newer
>  version of RPM. but without a working version of rpm, I'm kind of stuck. Anyone
>  out there have any ideas as to where I go from here? Short of a re-install of my
>  OS? Please pardon me If I'm missing something obvious, I'm kind of new at this,
>  and the learning curve is steep.
> 
>  Jim
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


 Ooops, I spoke too soonthe verey next time I used synaptic, I got:

  error:sub-process /bin/rpm returned a segmentation fault"

 any help for this?
  -Jim



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


Installing rpm with possibility of backout

2003-03-18 Thread Mike Shaw
I need to be able to install rpm's with the
possibility of backing them out.  Is this what the
"repackage" option is for?  Example:

rpm -uvh --repackage  foo.2-0.rpm

uninstall would then be

cd /var/tmp
rpm -uvh --replacepkgs foo.1-0.rpm


TIA,

Mike Shaw



=
---
***
Mike Shaw GPG Fingerprint =
DA27 7403 B53D 39D2 C2D6  672E 826E 7A4D D6BB 61F0
GPG Keys can be found on http://www.keyserver.net
***

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com



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


Re: RPM 4.1 Segfault

2003-03-18 Thread Jim Wilferling
On Tue, 18 Mar 2003 13:19:25 -0800
Jim Wilferling <[EMAIL PROTECTED]> wrote:

> On Tue, 18 Mar 2003 12:48:58 -0800
> Jim Wilferling <[EMAIL PROTECTED]> wrote:
> 
> >  Folks, 
> >I was trying to install the "Phoebe" rpms last night, using Apt and
> >  Synaptic, and being extremely concious of wierd cross-dependencies, thought I
> >  was doing fine. But at one point apt and synaptic quit working properly, though
> >  I stayed completelty  away from u.g.'ing them  and RPM till the last. But when I
> >  investigated further, I tried to install a superfluous rpm manually (-Uvvh)All
> >  appears well untill the installation itself, then RPM unceremoniously segfaults.
> >  I've looked at my logfiles, ran "tail -f /var/log/messages" hunted through /etc/
> >  tosee if a conf file got displaced, etc. nothing. I'm willing to continue with
> >  the upgrade, since I've read that rpm 4.1 can get buggy with redhat 8.0, and had
> >  it hang just like the RPM site describes, and the Phoebe packages have a newer
> >  version of RPM. but without a working version of rpm, I'm kind of stuck. Anyone
> >  out there have any ideas as to where I go from here? Short of a re-install of my
> >  OS? Please pardon me If I'm missing something obvious, I'm kind of new at this,
> >  and the learning curve is steep.
> > 
> >  Jim
> > 
> > 
> > 
> > -- 
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>   
>I just did a google on the problem, though, and found this page...
> www.rpm.org/hintskinks/repairdb  and followed the suggestions there, i.e.
>   rm -f /var/lib/rpm/__db001
>   rm -f /var/lib/rpm/__db002
>   rm -f /var/lib/rpm/__db003
> 
> (yes, I had 3. All appeared to be corrupted gibberish)
>  then,
> 
>  rpm -vv --rebuilddb
> 
>  then tested rpm with a package of icons I had laying aroundand guess what? It 
> worked!
> 
> -Jim
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

  OOps, I spoke too soon. while plain rpm worked, synaptic still caused RPM to
 segfault "error:sub-process /bin/rpm returned a segmentation fault"
   Any help?



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


Re: Speaking of USB (instant USB disk question)

2003-03-18 Thread dbrett
Thanks Ed  

I got it to work.  I had to put in slightly different parameters.
/dev/sda1   /mnt/usb-keyvfatnoauto,user,rw  0
0

I don't understand the reason for the difference.

david

On Wed, 19 Mar 2003 [EMAIL PROTECTED] wrote:

> On Tue, 18 Mar 2003, dbrett wrote:
> 
> > Have you been able to allow other users write access to it?  I have not
> > had any success.  I changed writes and ownership, still only root can
> > write to it.
> 
> In my fstab I have
> 
> /dev/sda1   /mnt/usbvfat noauto,user,rw 0 0
> 
> This takes care of that problem
> 
> 
> Ed
> 
> >
> > david
> >
> > On Mon, 17 Mar 2003, Rick Johnson wrote:
> >
> > > Richard Crawford wrote:
> > > > Over the weekend, my wife and I purchased a couple of those spiffy USB
> > > > disk pen things that hold 64MB on flash RAM.  Very useful little device.
> > > > I was sold because the package claims to support every version of Windows
> > > > that we run in our house, and Linux kernel 2.4.0+.
> > > >
> > > > The question is, how do I make my Linux box (running 2.4.0+) talk to the
> > > > USB pen?  I have Googled, but to no avail.  Anyone got any pointers?
> > > >
> > > >
> > >
> > > Asuming you're runing RH 7.3 or 8.0+ (earlier may be supported as well)
> > >
> > > 1. Plug it in.
> > >
> > > 2. Run dmesg as root, look at the end lines. You'll see a reference
> > > about a new device/partition created (/dev/sda if you have no other SCSI
> > > devices, and partition /dev/sda1).
> > >
> > > 3. create a mountpoint - mkdir /mnt/usb
> > >
> > > 4. mount the device - mount /dev/sda1 /mnt/usb
> > >
> > > 5. Enjoy!
> > >
> > > I've got a 128MB device and enjoy it immensely at work since we have
> > > several non-connected networks (don't ask) that I have to transfer files
> > > to/from.
> > >
> > > HTH,
> > > -Rick
> > > --
> > > Rick Johnson, RHCE - [EMAIL PROTECTED]
> > > Linux/WAN Administrator - Medata, Inc. (from home)
> > > PGP Key: https://mail.medata.com/pgp/rjohnson.asc
> > >
> > >
> > >
> > > --
> > > redhat-list mailing list
> > > unsubscribe mailto:[EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > >
> >
> >
> >
> >
> 
> -- 
> http://webcams.greshko.com/  Do you this man, Peter Boeni?
> http://www.shorewall.net/  for all your firewall needs
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



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


Changing the mount point?

2003-03-18 Thread Richardson, Robert
Title: Changing the mount point?





Hi,
I have just installed rh 7.3 and realized that I configured two mount points
in the reverse order that I wanted.  I actually wanted /export to have 
120GB of space, and /usr/local to have 10GB of space.
My df output is:
Filesystem 1k-blocks  Used Available  Use%    Mounted on
/dev/cciss/c0d0p2    8064048    875736   6778680   12% /
/dev/cciss/c0d0p1 197546 23755    163592   13% /boot
/dev/cciss/c0d0p6  119659156 58552 11354    1% /usr/local
/dev/cciss/c0d0p5   10079868 32828   9535004    1% /export


I really want it to be:
Filesystem 1k-blocks  Used Available  Use%    Mounted on
/dev/cciss/c0d0p2    8064048    875736   6778680   12% /
/dev/cciss/c0d0p1 197546 23755    163592   13% /boot
/dev/cciss/c0d0p6  119659156 58552 11354    1% /export
/dev/cciss/c0d0p5   10079868 32828   9535004    1% /usr/local



How can I permanently switch these two mount points without a re-install?



Robert Richardson
Activision Studios





Re: Backup MS SQL Database

2003-03-18 Thread nate
Jason M. Kuhlman said:
> Is it possible to backup a MS SQL database to one of the open source RDBMS
> like SAPDB, PostGreSQL, or MySQL? If so how?

really don't think so. but the MS SQL admin interface has a tool that
allows you to dump the database to a text file, which can easily be
backed up. Not sure what the tool is called since I've never used MS SQL
but one of my co workers did and thats what he did for backups.

similar to mysqldump.

nate





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


Re: How to Change The Mount Point

2003-03-18 Thread nate
Richardson, Robert said:
> Hi,
> I have installed rh 7.3 and realized that I configured two mount points in
> the reverse order that I wanted.  I actually wanted /export to have  120GB
> of space, and /usr/local to have 10GB of space.
> My df output is:

what I would do ...

1) logout from all terminals
2) login as root at the console(no X preferably)
3) make a subdir under each of your current mount points e.g.

mkdir /export/usrlocal ; mkdir /usr/local/export

move the files from /export to /usr/local/export (excluding the usrlocal dir
of course)

move the files from /usr/local to /export/usrlocal (excluding the export
dir of course)

umount /usr/local
umount /export

next mount the devices as you want them to be in their new positions
mount  /usr/local
mount  /export

cd /export ; mv export/* .
cd /usr/local ; mv usrlocal/* .
rmdir /export/export
rmdir /usr/local/usrlocal

edit /etc/fstab to reflect the changes so next time you boot it
comes up the way you want.

thats it.


sound complicated? maybe.. there may be an easier way to do it
but thats what I'd do.

of course backup any data you want to keep before doing this
operation just incase something goes wrong.

nate







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


Re: RPM 4.1 Segfault

2003-03-18 Thread Jim Wilferling
On Tue, 18 Mar 2003 12:48:58 -0800
Jim Wilferling <[EMAIL PROTECTED]> wrote:

>  Folks, 
>  I was trying to install the "Phoebe" rpms last night, using Apt and
>  Synaptic, and being extremely concious of wierd cross-dependencies, thought I
>  was doing fine. But at one point apt and synaptic quit working properly, though
>  I stayed completelty  away from u.g.'ing them  and RPM till the last. But when I
>  investigated further, I tried to install a superfluous rpm manually (-Uvvh)All
>  appears well untill the installation itself, then RPM unceremoniously segfaults.
>  I've looked at my logfiles, ran "tail -f /var/log/messages" hunted through /etc/
>  tosee if a conf file got displaced, etc. nothing. I'm willing to continue with
>  the upgrade, since I've read that rpm 4.1 can get buggy with redhat 8.0, and had
>  it hang just like the RPM site describes, and the Phoebe packages have a newer
>  version of RPM. but without a working version of rpm, I'm kind of stuck. Anyone
>  out there have any ideas as to where I go from here? Short of a re-install of my
>  OS? Please pardon me If I'm missing something obvious, I'm kind of new at this,
>  and the learning curve is steep.
> 
>  Jim
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
  
   I just did a google on the problem, though, and found this page...
www.rpm.org/hintskinks/repairdb  and followed the suggestions there, i.e.
  rm -f /var/lib/rpm/__db001
  rm -f /var/lib/rpm/__db002
  rm -f /var/lib/rpm/__db003

(yes, I had 3. All appeared to be corrupted gibberish)
 then,

 rpm -vv --rebuilddb

 then tested rpm with a package of icons I had laying aroundand guess what? It 
worked!

-Jim



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


Re: How to Change The Mount Point

2003-03-18 Thread Mark Lundy
edit /etc/fstab and change the two directories.  It is really that simple.

Richardson, Robert wrote:

Hi,
I have installed rh 7.3 and realized that I configured two mount points
in the reverse order that I wanted.  I actually wanted /export to have
120GB of space, and /usr/local to have 10GB of space.
My df output is:
Filesystem 1k-blocks  Used Available  Use%
Mounted on
/dev/cciss/c0d0p28064048875736 6778680   12% /
/dev/cciss/c0d0p1  197546 23755   163592   13% /boot
/dev/cciss/c0d0p6 119659156 58552  113541% /usr/local
/dev/cciss/c0d0p5  10079868 32828  95350041% /export

I really want it to be:
Filesystem 1k-blocks  Used Available  Use%
Mounted on
/dev/cciss/c0d0p28064048875736 6778680   12% /
/dev/cciss/c0d0p1  197546 23755   163592   13% /boot
/dev/cciss/c0d0p6 119659156 58552  113541% /export
/dev/cciss/c0d0p5  10079868 32828  95350041% 
/usr/local

How can I permanently switch these two mount points?

Robert Richardson
Activision Studios





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


Backup MS SQL Database

2003-03-18 Thread Jason M. Kuhlman
Is it possible to backup a MS SQL database to one of the open source RDBMS
like SAPDB, PostGreSQL, or MySQL? If so how?




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


How to Change The Mount Point

2003-03-18 Thread Richardson, Robert
Title: How to Change The Mount Point





Hi,
I have installed rh 7.3 and realized that I configured two mount points
in the reverse order that I wanted.  I actually wanted /export to have 
120GB of space, and /usr/local to have 10GB of space.
My df output is:
Filesystem 1k-blocks  Used Available  Use%    Mounted on
/dev/cciss/c0d0p2    8064048    875736 6778680   12% /
/dev/cciss/c0d0p1  197546 23755   163592   13% /boot
/dev/cciss/c0d0p6 119659156 58552  11354    1% /usr/local
/dev/cciss/c0d0p5  10079868 32828  9535004    1% /export


I really want it to be:
Filesystem 1k-blocks  Used Available  Use%    Mounted on
/dev/cciss/c0d0p2    8064048    875736 6778680   12% /
/dev/cciss/c0d0p1  197546 23755   163592   13% /boot
/dev/cciss/c0d0p6 119659156 58552  11354    1% /export
/dev/cciss/c0d0p5  10079868 32828  9535004    1% /usr/local



How can I permanently switch these two mount points?



Robert Richardson
Activision Studios






RE: Palm m105

2003-03-18 Thread mjb
check your permissions on /dev/pilot or, if /dev/pilot doesn't exist, to
/dev/ttyS0 (the port commonly called com1).  If you are not root you may
not have access to that port.

The permissions on that port may be set to only allow root rwx access. 
Use the chmod command to grant permission to your user account.



-- 
Mark Johnson-Barbier

That Great Sage Mingle, Michael Said
> When I run pilot-xfer all it does is timeout on the Palm device after
> about 2 minutes.
>
>> -Original Message-
>> From: Emmanuel Seyman [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, March 18, 2003 12:54 PM
>> To: [EMAIL PROTECTED]
>> Subject: Re: Palm m105
>>
>>
>> On Tue, Mar 18, 2003 at 10:34:43AM -0600, Tim Willis wrote:
>> >
>> > I'm trying out this old Palm m105 (because it's just lying
>> around the
>> > office doing nothing), and I can't get it to HotSync with the Gnome
>> Pilot interface in RH8.0.  What's the trick?
>>
>> Can you sync using pilot-link?
>> Running the command "pilot-xfer -l" should show the pdb files
>> installed in
>> your palm (you'll need to symlink /dev/pilot to whatever
>> device your cradle
>> is connected to)?
>>
>> FWIW, I have no problem syncing my m100 with pilot-link.
>>
>> Emmanuel
>>
>>
>>
>> --
>> redhat-list mailing list
>> unsubscribe mailto:[EMAIL PROTECTED]
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list





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


RE: who results?

2003-03-18 Thread nate
Larry Brown said:
> Thanks Nate,
>
>   Yes w gave me the station name connecting to it.  However, w didn't show
> the user logged into :0.  I had 5 users showing and the first line of w
> stated there were 6 users currently connected.  Who gave me all six but
> the machine remotely connecting in did not show.  Between the two I get a
> better view of what is going on.  All of this stemmed from an e-mail from
> [EMAIL PROTECTED] stating that they were receiving spam from my
> network and I'm the only user back here.  I started scrutinizing
> everything I could find and have not found any evidence of tampering other
> than that unidentified :0 (till now).  I only have my internal network set
> up under relay-domains and I checked sendmail.cf to make sure someone
> hadn't changed the name and location of the relay file.  I think I am
> going to set up accounting and set up a log server just to be sure.  I
> think though, that the spam message was spam in and of itself.


while it is quite rare in my experience these days, it is possible
that your wtmp/utmp(I forget which, or both?) could be partially
curropted. That results in skewed output from w/finger/who.

did that person from spamhaus.org send the original spam to you with
full headers? If not, ask them for it, it's standard procedure when
reporting spam to include such information.

another thing to check is netstat, if the system is not heavily
trafficed running netstat -an may show if there is another user
logged into the system(perhaps an intruder). Of course if the
system is compromised for whatever reason all bets are off.

setting up a log server is a good idea. also, not completely
related but may help.. a month or 2 ago I was troubleshooting
a friend's mandrake box who was relaying spam. turns out his
cable modem's NAT implimentation was broken. He had his real
(static) IP in the lists of systems to allow relay, but inbound
connections to the system ALL showed comming from his real
IP instead of the IP of the remote host. Resetting the modem
would fix the problem, but a few minutes later it would start
occuring again. Since he didn't need his real IP in that list
we removed it. He's since migrated to another router model.

luckily his ISP was friendly(rr.com), and didn't cut his account
off or do anything other then warn him about the open relay. even
though technically I think he is not allowed to run a SMTP server
on that kind of connection.

nate





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


RPM 4.1 Segfault

2003-03-18 Thread Jim Wilferling
 Folks, 
   I was trying to install the "Phoebe" rpms last night, using Apt and
 Synaptic, and being extremely concious of wierd cross-dependencies, thought I
 was doing fine. But at one point apt and synaptic quit working properly, though
 I stayed completelty  away from u.g.'ing them  and RPM till the last. But when I
 investigated further, I tried to install a superfluous rpm manually (-Uvvh)All
 appears well untill the installation itself, then RPM unceremoniously segfaults.
 I've looked at my logfiles, ran "tail -f /var/log/messages" hunted through /etc/
 tosee if a conf file got displaced, etc. nothing. I'm willing to continue with
 the upgrade, since I've read that rpm 4.1 can get buggy with redhat 8.0, and had
 it hang just like the RPM site describes, and the Phoebe packages have a newer
 version of RPM. but without a working version of rpm, I'm kind of stuck. Anyone
 out there have any ideas as to where I go from here? Short of a re-install of my
 OS? Please pardon me If I'm missing something obvious, I'm kind of new at this,
 and the learning curve is steep.

 Jim



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


Re: redhat 8.0->8.1 upgrade

2003-03-18 Thread John Nichel
Ed Wilts wrote:

p.s. I picked up my last 48x burner for $20 after rebates and I've seen
them for $10 as well.


And to think I spent $400 on a 1x burner a few years back. :(





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


RE: who results?

2003-03-18 Thread Larry Brown
Thanks Nate,

Yes w gave me the station name connecting to it.  However, w didn't show
the user logged into :0.  I had 5 users showing and the first line of w
stated there were 6 users currently connected.  Who gave me all six but the
machine remotely connecting in did not show.  Between the two I get a better
view of what is going on.  All of this stemmed from an e-mail from
[EMAIL PROTECTED] stating that they were receiving spam from my
network and I'm the only user back here.  I started scrutinizing everything
I could find and have not found any evidence of tampering other than that
unidentified :0 (till now).  I only have my internal network set up under
relay-domains and I checked sendmail.cf to make sure someone hadn't changed
the name and location of the relay file.  I think I am going to set up
accounting and set up a log server just to be sure.  I think though, that
the spam message was spam in and of itself.

Larry

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of nate
Sent: Tuesday, March 18, 2003 3:29 PM
To: [EMAIL PROTECTED]
Subject: Re: who results?

Larry Brown said:
> I have two questions about who results if anyone can help... One of the
> user's shown is on line ":0", is this normal? And nothing is listing in
> the FROM column including my current connection via ssh.  How can I find
> out the ip source of the connected users?


that's normal. it means the user is logged in via X11 display #0. Nothing
is in the from column because the user is on the local console.

as for listing the IP, that is odd how it does not do it for your SSH
connection.. do any of the other commands show the IP? I use 'w'
normally but 'finger' should show the info as well.

nate





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




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


Re: Mounting SMBFS from fstab

2003-03-18 Thread Jacob Langley
On Mon, 2003-03-17 at 22:47, Ryurick M. Hristev wrote:
> On Mon, 17 Mar 2003, Jacob Langley wrote:
> 
> > It's just not mounting as a user. 
> 
> You mean it doesn't give you any error message ? Nothing ?
> 

None except the must be root to mount.  
> Cheers,
> -- 
> Ryurick M. Hristev mailto:[EMAIL PROTECTED]
> Computer Systems Manager
> University of Canterbury, Physics & Astronomy Dept., New Zealand
-- 
Jacob Langley   <[EMAIL PROTECTED]>

GPG id:26BD3340
GPG fingerprint:2D27 4B63 A5A2 0BDB 260F  1410 D689 3116 26BD 3340



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


Ignore this one - having email problems - Just a Test

2003-03-18 Thread Johnny Smith
asdf

adsf
ads
asd
fasd
f
asd

=
Re: 9-11
They that give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-- Benjamin Franklin, 1759

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com



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


Re: Log Message

2003-03-18 Thread nate
Delao, Darryl W said:
> I get emails every hour from syslog about my servers...every one of them
> has this message below...anyone know what this is and what is causing it?

just a guess but do you have any sort of automounter running on
the system? is there a non-"standard" CD in the drive of that system?
e.g. an audio cd, a videoCD, or otherwise non-ISO9660 CD ?

nate





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


Re: Is RH8 Ever Going to be Updated?

2003-03-18 Thread Stephen Kuhn
On Tue, 2003-03-18 at 03:54, Ed Wilts wrote:

> The Red Hat 8.x line is a bleeding edge release.

...and here I thought Mandrake, especially in using kernel 2.4.20+ was a
bit more bleeding edge (and configurable, and user-friendly)

-- 
Wed Mar 19 07:35:00 EST 2003
 07:35:00 up  9:20,  3 users,  load average: 0.06, 0.06, 0.08
--
|____  | kuhn media australia|
|   / ,, /| |'-.   | http://kma.0catch.com   |
|  .\__/ || |   |  |=|
|   _ /  `._ \|_|_.-'  | stephen kuhn|
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
|  |/ ._/  |"| |  email: [EMAIL PROTECTED]|
|  |'.  `\ | | |icq: 5483808 |
|  ;"""/ / | | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389|
|  '  `-`' " " | Berkeley, New South Wales, AU   |
--
 linux user:267497 * MDK 9.1 * PC/Mac/Linux/Networking/Consulting
 machine no:194239 * RH 7.3 * Sales - Service - Support - Tutor
--
** This messages was composed on a 100% Microsoft free computer **

No amount of genius can overcome a preoccupation with detail.



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


Re: Help get ssh working

2003-03-18 Thread nate
Andrew Robinson said:
> I'm trying to get ssh working on a Redhat 7.3 installation. Right now it
> is  refusing the connection. I've included what pertinent information I
> know  about. If I've left something out, please let me know. When I
> installed  Redhat, I chose the "medium" security option and "custom"
> firewall rules,  allowing incoming http and ssh. I think this setup has
> worked for me on  other installations. Thanks for any help.

is the ssh server running?

[EMAIL PROTECTED]:~]$ ps auxw | grep ssh
root   858  0.0  0.0  2624 1248 ?S09:35   0:01 /usr/sbin/sshd
root  3485  0.0  0.2  5696 3516 ?S09:42   0:01 /usr/sbin/sshd
root  4316  0.0  0.1  4492 2432 pts/0S09:45   0:00 ssh sentry
root 11860  0.0  0.2  5696 3408 ?S12:27   0:00 /usr/sbin/sshd
root 13124  4.5  0.2  5388 3228 ?S12:35   0:00 /usr/sbin/sshd
aphro13127  0.0  0.0  1764  612 pts/1S12:35   0:00 grep ssh

if not, as root do /etc/init.d/sshd start

there's probably a way to turn it on so it starts on boot but I don't
know what the 'official' redhat 'way' is to do this.

nate





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


Re: Problem with Samba

2003-03-18 Thread nate
Ritesh Raj Sarraf said:

> on to my server from a  share named STUFFS as well as access my share
> CDROM, to eject i've got to /etc/rc.d/init.d/smb  restart my smb server
> which also kill the STUFFS process.
> note: under linux to linux it's working fine..
>
> any ideas!

not directly related, but on my systems when I want to share a CD,
I make an ISO image of it, and mount the image via loopback. That way
the contents of the CD are available through the image, on samba, and
you never need to eject a CD. I've had up to 30 ISO images mounted on
linux(this usually requires tweaking the kernel source, I think the
default limit is ~8).

otherwise check this page out it may help:
http://uranus.it.swin.edu.au/~jn/linux/automount.htm

this is a "known" issue.

nate





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


Re: who results?

2003-03-18 Thread nate
Larry Brown said:
> I have two questions about who results if anyone can help... One of the
> user's shown is on line ":0", is this normal? And nothing is listing in
> the FROM column including my current connection via ssh.  How can I find
> out the ip source of the connected users?


that's normal. it means the user is logged in via X11 display #0. Nothing
is in the from column because the user is on the local console.

as for listing the IP, that is odd how it does not do it for your SSH
connection.. do any of the other commands show the IP? I use 'w'
normally but 'finger' should show the info as well.

nate





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


Re: Updated rpms, now shift-insert fails

2003-03-18 Thread Ed Wilts
On Tue, Mar 18, 2003 at 07:56:08PM +0100, Michael Schwendt wrote:
> On Tue, 18 Mar 2003 09:28:21 -0500 (EST), Paul Robertson wrote:
> 
> > I just ran up2date last night and installed the following new versions 
> > of existing packages:
> > 
> >   kernel-2.4.18-27.8.0
> >   kernel-source-2.4.18-27.8.0
> >   lokkit-0.50-21.8.0
> >   samba-2.2.7-4.8.0
> >   samba-client-2.2.7-4.8.0 
> >   samba-common-2.2.7-4.8.0

Didn't rxvt also get updated recently?  Could that be the culprit?
Search your rpm listing by install date to make sure.
#!/bin/bash

rpm -qa --queryformat '%{installtime} %{name}-%{version}-%{release}
%{installtime:date}\n' | sort -g | sed -e 's/^[^ ]* //'


> > Since the update and reboot, I find that I can no longer use
> > shift-insert to paste text from one xterm to another. Instead, I have
> > to use the pseudo middle-mouse button by clicking mouse buttons 1 and
> > 3 simultaneously; it works, but it's a pain.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



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


  1   2   >