Re: RPM Troubles... Again

2003-08-22 Thread Joe Giles
;)

On Fri, 2003-08-22 at 16:11, Jason Dixon wrote:
> On Fri, 2003-08-22 at 18:05, Joe Giles wrote:
> > Well, I stopped rhnsd and the Red Carpet clients, and still it doesn't
> > work. I cant see any other process that would use RPM for anything. I
> > have also rebooted the server and still no go...
> 
> Sorry, that was bad advice.  Try "export LD_ASSUME_KERNEL=2.2.5".  If
> that works, put it somewhere where your environment will pick it up
> (~/.bash_profile, for example).
> 
> -- 
> Jason Dixon, RHCE
> DixonGroup Consulting
> http://www.dixongroup.net
> 


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


Re: RPM Troubles... Again

2003-08-22 Thread Joe Giles
Ok, as a work around, I had to add LD_ASSUME_KERNEL=2.2.5 to the
beginning of the line like this:

LD_ASSUME_KERNEL=2.2.5 rpm -qa |grep kernel

and it worked... 

Sheeesh.. Its getting more and more cryptic to use these servers anymore
:-D


Thanks

Joe


On Fri, 2003-08-22 at 16:05, Joe Giles wrote:
> Well, I stopped rhnsd and the Red Carpet clients, and still it doesn't
> work. I cant see any other process that would use RPM for anything. I
> have also rebooted the server and still no go...
> 
> Thanks for the reply
> 
> Joe
> 
> On Fri, 2003-08-22 at 15:54, Jason Dixon wrote:
> > On Fri, 2003-08-22 at 17:44, Joe Giles wrote:
> > > Well, for NO apparent reason AT ALL, RPM is giving me errors while
> > > trying to run... Here are the errors while trying to grep the kernels I
> > > have installed:
> > > 
> > > [EMAIL PROTECTED] root]# rpm -qa |grep kernel
> > > rpmdb: unable to join the environment
> > > error: db4 error(11) from dbenv->open: Resource temporarily unavailable
> > > error: cannot open Packages index using db3 - Resource temporarily
> > > unavailable (11)
> > > error: cannot open Packages database in /var/lib/rpm
> > 
> > Whenever I see the "Resource temporarily unavailable" error, it always
> > sounds to me like another process has a lock on the rpm db.  Have you
> > checked for any processes that might be accessing rpm (up2date, rpm,
> > etc.)?
> > 
> > -- 
> > Jason Dixon, RHCE
> > DixonGroup Consulting
> > http://www.dixongroup.net
> > 
> 


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


Re: RPM Troubles... Again

2003-08-22 Thread Joe Giles
Well, I stopped rhnsd and the Red Carpet clients, and still it doesn't
work. I cant see any other process that would use RPM for anything. I
have also rebooted the server and still no go...

Thanks for the reply

Joe

On Fri, 2003-08-22 at 15:54, Jason Dixon wrote:
> On Fri, 2003-08-22 at 17:44, Joe Giles wrote:
> > Well, for NO apparent reason AT ALL, RPM is giving me errors while
> > trying to run... Here are the errors while trying to grep the kernels I
> > have installed:
> > 
> > [EMAIL PROTECTED] root]# rpm -qa |grep kernel
> > rpmdb: unable to join the environment
> > error: db4 error(11) from dbenv->open: Resource temporarily unavailable
> > error: cannot open Packages index using db3 - Resource temporarily
> > unavailable (11)
> > error: cannot open Packages database in /var/lib/rpm
> 
> Whenever I see the "Resource temporarily unavailable" error, it always
> sounds to me like another process has a lock on the rpm db.  Have you
> checked for any processes that might be accessing rpm (up2date, rpm,
> etc.)?
> 
> -- 
> Jason Dixon, RHCE
> DixonGroup Consulting
> http://www.dixongroup.net
> 


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


Re: NVidia Driver for Kernel 2.6

2003-08-22 Thread Joe Giles
Yeah, after doing some poking around, I found it...

Thanks for the reply :)

Joe


On Fri, 2003-08-22 at 14:09, Bret Hughes wrote:
> On Fri, 2003-08-22 at 14:53, Joe Giles wrote:
> > Hello,
> > 
> > Several months ago (Or weeks as my mind is slipping :-P) some one on
> > this list helped me compile the NVidia driver for the 2.5 kernel tree.
> > They also sent me a config file to play with. 
> > 
> > I cant remember the method that was discussed on how to patch the nvidia
> > driver or how to create the sym links. 
> > 
> > Could that person, or someone else shoot me the link on the how to for
> > that. Or if you have the text, if you could reply with the method.
> > 
> 
> see if this is the thread you mean.  Try following the thread with prev
> and next.  I did not read the whole thread.
> 
> http://marc.theaimsgroup.com/?l=redhat-list&m=103388440606345&w=2
> 
> hth
> 
> Bret
> 


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


RPM Troubles... Again

2003-08-22 Thread Joe Giles
Well, for NO apparent reason AT ALL, RPM is giving me errors while
trying to run... Here are the errors while trying to grep the kernels I
have installed:

[EMAIL PROTECTED] root]# rpm -qa |grep kernel
rpmdb: unable to join the environment
error: db4 error(11) from dbenv->open: Resource temporarily unavailable
error: cannot open Packages index using db3 - Resource temporarily
unavailable (11)
error: cannot open Packages database in /var/lib/rpm


Here is the error I get when I removed the db files from /var/lib/rpm
and tried to rebuild the db:

[EMAIL PROTECTED] rpm]# rpm --rebuilddb
rpmdb: unable to join the environment
error: db4 error(11) from dbenv->open: Resource temporarily unavailable
error: cannot open Packages index

Can anyone assist me with this. 

My system is a RH 9 system running the 2.6.0 kernel (RPM was working
after the upgrade too).

Much appreciated!!!

Joe


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


NVidia Driver for Kernel 2.6

2003-08-22 Thread Joe Giles
Hello,

Several months ago (Or weeks as my mind is slipping :-P) some one on
this list helped me compile the NVidia driver for the 2.5 kernel tree.
They also sent me a config file to play with. 

I cant remember the method that was discussed on how to patch the nvidia
driver or how to create the sym links. 

Could that person, or someone else shoot me the link on the how to for
that. Or if you have the text, if you could reply with the method.

Thanks

Joe


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


Re: Glibc updating

2003-07-24 Thread Joe Giles
What did you do to fix it? Cause I think I did the same thing :-P

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Greg Bell said:
>
>>Hello, I know this is an easy question, not much of a challenge, but...I
>>am going to update on my linux server the Glibc from 2.2 to 2.3.  Does
>>anybody know of any issues I may face with this upgrade? I am using the
>>Glibc 2.3 rpm to do the upgrade.
>
> Well, I killed my system by accidentally upgrading with the "i386" glibc
> instead of the "i686" one.  If you're
> architecture is i686 (athlon too), use glibc-2.3.2-27.9.i686.rpm.
>
> You can tell with:
>
> rpm -q --qf "%{name}-%{version}-%{release}-%{arch}\n" glibc
>
> All the other glib* rpms are i386.
>
> ~gb
>
> --
> Greg Bell
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>


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


Hmmmm. Another Broken GLIBC?

2003-07-24 Thread Joe Giles
Well, I too updated my GLIBC tonight to version 2.3.2-57 and, after
recompiling my patched Qmail server, I find that now I cant install any
RPM's. I get a seg fault. I noticed several people have posted similar
posts as well. Can someone confirm that the latest rpm for GLIBC works?
And, if so, how to get the RPM installer back?

Thanks a million :)
--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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


Re: Resetting IFCONFIG Info

2003-07-22 Thread Joe Giles
H.. Well, if I can isolate the kernel module for ONE card, that would
be great, but I don't think it works that way. Oh well, I guess I'll have
to cause a stir. Especially if they want a smooth running server :-D

Thanks for all the replies. I actually learned a few things I never new.

Thanks again :)
--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Peter Kiem said:
>> Well, I have tried using ifdown eth1 && ifup eht1 , and that stops and
>> restart the ETH1 card, but the counters all stay the same. I have even
>> tried ifconfig down && ifconfig up on the same card and same results. I
>> looked at the man ifconfig and man mii-tool but nothing on resetting the
>> counters. Surly there is a way to do this with out bringing the network
>> down or rebooting. I cant really do either easily as this server is a
>> pretty heavily used server and it would cause quite a stir if it went
>> off line even for a few seconds.
>>
>> Anyone else have any possible ideas?
>
> Quick google search netted this:
> http://www.trilug.org/pipermail/trilug/Week-of-Mon-20020909/010338.html
>
> Looks like you have to remove the kernel module for your network card
> after downing the interface.  Then reload the kernel module and restart
> the interface.
>
> --
> Regards,
> +-+-+
> | Peter Kiem.^.   | E-Mail: <[EMAIL PROTECTED]> |
> | Zordah IT /V\   | Mobile: +61 0414 724 766|
> |   IT Consultancy &  /(   )\ | WWW   : www.zordah.net  |
> |   Internet Services  ^^-^^  | ICQ   : "Zordah" 81 |
> +-+-+
>My current spamtrap address is [EMAIL PROTECTED]
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>


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


Re: Resetting IFCONFIG Info

2003-07-22 Thread Joe Giles
H.. Well, if I can isolate the kernel module for ONE card, that would
be great, but I don't think it works that way. Oh well, I guess I'll have
to cause a stir. Especially if they want a smooth running server :-D

Thanks for all the replies. I actually learned a few things I never new.

Thanks again :)
--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Peter Kiem said:
>> Well, I have tried using ifdown eth1 && ifup eht1 , and that stops and
>> restart the ETH1 card, but the counters all stay the same. I have even
>> tried ifconfig down && ifconfig up on the same card and same results. I
>> looked at the man ifconfig and man mii-tool but nothing on resetting the
>> counters. Surly there is a way to do this with out bringing the network
>> down or rebooting. I cant really do either easily as this server is a
>> pretty heavily used server and it would cause quite a stir if it went
>> off line even for a few seconds.
>>
>> Anyone else have any possible ideas?
>
> Quick google search netted this:
> http://www.trilug.org/pipermail/trilug/Week-of-Mon-20020909/010338.html
>
> Looks like you have to remove the kernel module for your network card
> after downing the interface.  Then reload the kernel module and restart
> the interface.
>
> --
> Regards,
> +-+-+
> | Peter Kiem.^.   | E-Mail: <[EMAIL PROTECTED]> |
> | Zordah IT /V\   | Mobile: +61 0414 724 766|
> |   IT Consultancy &  /(   )\ | WWW   : www.zordah.net  |
> |   Internet Services  ^^-^^  | ICQ   : "Zordah" 81 |
> +-+-+
>My current spamtrap address is [EMAIL PROTECTED]
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>


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


Re: Resetting IFCONFIG Info

2003-07-22 Thread Joe Giles
Well, I have tried using ifdown eth1 && ifup eht1 , and that stops and
restart the ETH1 card, but the counters all stay the same. I have even
tried ifconfig down && ifconfig up on the same card and same results. I
looked at the man ifconfig and man mii-tool but nothing on resetting the
counters. Surly there is a way to do this with out bringing the network
down or rebooting. I cant really do either easily as this server is a
pretty heavily used server and it would cause quite a stir if it went off
line even for a few seconds.

Anyone else have any possible ideas?

Thanks for the reply :)
--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Rodolfo J. Paiz said:
> At 7/22/2003 23:10 -0600, you wrote:
>
>>Is there a way to zero out the information you get when you preform an
>>ifconfig without rebooting the machine? I need to clear out the
>> collisions
>>and other errors to see if trouble shooting I'm doing is working.
>
> Will "service network restart" do it?
>
> Have you read the man page for ifconfig to see if any of its parameters
> will do what you want? I think it's in there somewhere.
>
>
> --
> Rodolfo J. Paiz
> [EMAIL PROTECTED]
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>


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


Resetting IFCONFIG Info

2003-07-22 Thread Joe Giles
Hello All,

Is there a way to zero out the information you get when you preform an
ifconfig without rebooting the machine? I need to clear out the collisions
and other errors to see if trouble shooting I'm doing is working.

Thanks a million

Joe
--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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


What Mailing List Manager Do You Use?

2003-07-13 Thread Joe Giles
List,

I'm trying to set up a mailing list manager for my users. I am using Red
Hat 7.3 with Qmail (Same version that had been around FOREVER). What I
need is the ability to set up a SIMPLE mailing list for users that are NOT
part of the domain my server serves. Example... I want people from
hotmail, yahoo, qwest.net and other domains to be able to participate on
the mailing list. Also, I would like to be able to manage the lists from a
web page to make it easier. Open source is desired as well...

What do you use?

Any advice is appreciated.
--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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


IFConfig OVERRUNS

2003-07-13 Thread Joe Giles
List,

Recently I turned my server into an online gamming server. It is a Red Hat
7.3 server that is ALL up2date as of 7/12/03. Shortly after running as a
game server I noticed that when I do an ifconfig, I get some overruns. No
errors or other annomolys, just the overruns. Below is an example output
of ifconfig. Is this something to worry about, and what exactly is an
overrun?

Thanks In Advance!!!

ifconfig
eth0  Link encap:Ethernet  HWaddr 
  inet addr:  Bcast:  Mask:255.255.255.248
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:98968552 errors:0 dropped:0 overruns:0 frame:0
  TX packets:83942632 errors:0 dropped:0 overruns:62 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:3401614026 (3244.0 Mb)  TX bytes:3271611188 (3120.0 Mb)
  Interrupt:17 Base address:0x5000

eth1  Link encap:Ethernet  HWaddr 00:01:AF:01:47:1C
  inet addr:10.100.125.10  Bcast:10.100.125.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:104795710 errors:0 dropped:0 overruns:0 frame:49
  TX packets:90891163 errors:0 dropped:0 overruns:19 carrier:13
  collisions:3361949 txqueuelen:100
  RX bytes:3870402693 (3691.1 Mb)  TX bytes:3825077645 (3647.8 Mb)
  Interrupt:18 Base address:0x7000

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:5156146 errors:0 dropped:0 overruns:0 frame:0
  TX packets:5156146 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:2234341764 (2130.8 Mb)  TX bytes:2234341764 (2130.8 Mb)

vmnet8Link encap:Ethernet  HWaddr 00:50:56:C0:00:08
  inet addr:10.100.125.1  Bcast:10.100.125.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:138819 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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


Trouble With APT

2003-06-10 Thread Joe Giles
List,

Has anyone been able to install APT (apt-0.5.5cnc5-fr2.i386) installed
and running on RH 9. I can install it, but when I run apt-get update, it
goes through all the download lists, but then hangs on Reading Package
Lists. I have to kill the term screen, I cant ctrl-c out at all.

Any Ideas?

Thanks

Joe


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


Re: Trouble With APT

2003-06-10 Thread Joe Giles
Thanks for your reply, but I tried that. Still it locks. I cant figure
it out for the life of me. Works great on my 7.3 and 8.0 machines, but 9
seems to not like apt .

Thanks
Joe


On Tue, 2003-06-10 at 16:53, Gordon Messmer wrote:
> Joe Giles wrote:
> > 
> > Has anyone been able to install APT (apt-0.5.5cnc5-fr2.i386) installed
> > and running on RH 9. I can install it, but when I run apt-get update, it
> > goes through all the download lists, but then hangs on Reading Package
> > Lists. I have to kill the term screen, I cant ctrl-c out at all.
> > 
> > Any Ideas?
> 
> rm -f /var/lib/rpm/__db*
> killall -9 rpm
> killall -9 apt-get
> rpm --rebuilddb
> 
> 


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


Trouble With APT

2003-06-10 Thread Joe Giles
List,

Has anyone been able to install APT (apt-0.5.5cnc5-fr2.i386) installed
and running on RH 9. I can install it, but when I run apt-get update, it
goes through all the download lists, but then hangs on Reading Package
Lists. I have to kill the term screen, I cant ctrl-c out at all.

Any Ideas?

Thanks

Joe


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


Swap Information

2003-05-30 Thread Joe Giles
List, 

I was just wondering what wonderful tool I could use to determine what
process was eating up my SWAP file. The file grows at a rate of 4 to 8
bytes every 10 secs or so. Sometimes the rate is more. And it keeps
going up and up... My consern is running out of swap space eventually. 

Thanks

Joe


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


Re: my server has been hacked again

2003-05-30 Thread Joe Giles
Or, better yet, use an FTP daemon that is secure and not the stock one
that comes with RedHat (WU-FTP?):-P. I use ProFTPD and I have not had
one problem as of yet (Knock on Wood), however, I do like the idea of a
chroot jail :-D..

Thanks

Joe

On Thu, 2003-05-29 at 05:57, Anthony E. Greene wrote:
> On 29-May-2003/16:53 +0530, [EMAIL PROTECTED] wrote:
> >My server RH 7.0 (soon upgrading to 8) has been again hacked vi ftp . It
> >has been twice and the process is same. They login via ftp (anonymous)
> >user.
> 
> Do you really need to allow anonymous FTP from all over the Internet? If
> you don't need this, then turn it off. If you do need it, then use a
> chroot jail to minimize the chances for mischeif.
> 
> 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://www.redhat.com/mailman/listinfo/redhat-list


Re: Viewing CP status

2003-03-29 Thread Joe Giles
OOOhh.. Ok.. Super... Let me try that..

Thanks A MILLION for all your help :)

Joe

On Sat, 2003-03-29 at 20:13, Jeff Kinz wrote:
> On Sat, Mar 29, 2003 at 08:06:35PM -0700, Joe Giles wrote:
> > Yeah, I share a FS using samba and mount the connection at work. Then I
> > set up iptables to only allow the ip/subnet of my work and home to allow
> > the samba and related ports access so it is secure... This has worked
> > very well. No need for VPN :-P
> > 
> > Besides, I have a VPN connection and because of tunneling, the transfer
> > of large files are rather slow (About 1/2 the actual speed or more
> > because of encapsulation).
> > 
> > The line is incredibly stable for the two links. The transfer speed is
> > about 69.5k/s consistently. I though about doing the math myself, that
> > way I could get a round about idea of when it would be done, I just
> > though there might be an easier way.
> 
> well...  using Fred's neat rsync invocation...
> 
> 
> #!/bin/bash
> #
> #  usage:  
> #
> 
> size=`ls -l $1 | awk '{print $5}'`
> 
> #  70K/sec = 4.2 Mb per min.
> 
> time=$(( $size / 420 ))
> 
> echo "This should be done in about $time minutes."
> echo "Did you start the rsync server st the other end? "
> echo -n "Press enter to continue."
> read ans
> rsync -avz --progress rsync://server/$1
> 
> You may need to change the rsync invocation.
> 
> -- 
> Jeff Kinz, Open-PC, Emergent Research,  Hudson, MA.  [EMAIL PROTECTED]
> copyright 2003.  Use is restricted. Any use is an 
> acceptance of the offer at http://www.kinz.org/policy.html.
> Don't forget to change your password often.
> 
> 



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


Re: Viewing CP status

2003-03-29 Thread Joe Giles
So would the syntax be as follows:

rsync -avz --progress  rsync://server/path/to/file/ 

Sorry if I'm asking a brainless question... Never used rsync before :-P

Thanks

Joe

On Sat, 2003-03-29 at 19:55, Jeff Kinz wrote:
> On Sat, Mar 29, 2003 at 06:03:03PM -0800, fred pasteck wrote:
> > You want to use rsync with --progress, then. Set up an
> > rsync server on one side then use:
> > 
> > rsync -avz --progress rsync://server/path/to/file
> > 
> > on the other side. To set up the server, simply run
> > "rsync --daemon" on the server side.
> 
> Ah - very neat - didn't know about that.  Kudos to you. :-)
> 
> -- 
> Jeff Kinz, Open-PC, Emergent Research,  Hudson, MA.  [EMAIL PROTECTED]
> copyright 2003.  Use is restricted. Any use is an 
> acceptance of the offer at http://www.kinz.org/policy.html.
> Don't forget to change your password often.
> 
> 



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


Re: Viewing CP status

2003-03-29 Thread Joe Giles
Yeah, I share a FS using samba and mount the connection at work. Then I
set up iptables to only allow the ip/subnet of my work and home to allow
the samba and related ports access so it is secure... This has worked
very well. No need for VPN :-P

Besides, I have a VPN connection and because of tunneling, the transfer
of large files are rather slow (About 1/2 the actual speed or more
because of encapsulation).

The line is incredibly stable for the two links. The transfer speed is
about 69.5k/s consistently. I though about doing the math myself, that
way I could get a round about idea of when it would be done, I just
though there might be an easier way.

Thanks

Joe


On Sat, 2003-03-29 at 19:10, Jeff Kinz wrote:
> On Sat, Mar 29, 2003 at 06:57:04PM -0700, Joe Giles wrote:
> > Well, nothing is failing. I just want to know how long I have to wait to
> > copy a file from one server to another so I can retrieve that file and
> > work with it. The file is a little over 400 megs and the link is a dsl
> > link (640 x 256). So I just wish to know a round about time it will
> > finish. I suppose I can ftp it so I can see a status..
> 
> This is getting interesting.  You're mounting a file system onto your local
> machine across a dsl line?  
> 
> How variable have the speeds been across this link?  With a little bit of data
> we can whip up a shell script that will calculate how long it will take for
> the file to go over, tell you how long and then start the cp by itself.
> 
> If the speeds have been highly variable then another approach is called for.
> 
> There were a few file transfer utilities that were designed to copy files
> across comms links that did give periodic status indicators, like echoing
> dots to the screen.
> 
> How about uucp?  or Kermit?   
> 
> 
> 
> 
> > > On Sat, Mar 29, 2003 at 04:52:10PM -0700, Joe Giles wrote:
> > > > Is there a way to get the 'cp' command to display some kind of status
> > > > that the copy is happening. Like hash marks or something...
> > > > 
> > > > Its gets frustrating when copying large files from one location to
> > > > another and not seeing any progress.
> 
> -- 
> Jeff Kinz, Open-PC, Emergent Research,  Hudson, MA.  [EMAIL PROTECTED]
> copyright 2003.  Use is restricted. Any use is an 
> acceptance of the offer at http://www.kinz.org/policy.html.
> Don't forget to change your password often.
> 
> 



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


Re: Viewing CP status

2003-03-29 Thread Joe Giles
Hmmm.. Ok, never though of rsync. I'll look into that..

Thanks :)

Joe

On Sat, 2003-03-29 at 19:03, fred pasteck wrote:
> > Interesting Fred.  On my system that simply reports
> > when the job is 
> > finished. echo back the name of the file being
> > copied from and to.
> 
> You want to use rsync with --progress, then. Set up an
> rsync server on one side then use:
> 
> rsync -avz --progress rsync://server/path/to/file
> 
> on the other side. To set up the server, simply run
> "rsync --daemon" on the server side.
> 
> Best,
> Fred
> 
> 
> 
> __
> 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: Viewing CP status

2003-03-29 Thread Joe Giles
Well, nothing is failing. I just want to know how long I have to wait to
copy a file from one server to another so I can retrieve that file and
work with it. The file is a little over 400 megs and the link is a dsl
link (640 x 256). So I just wish to know a round about time it will
finish. I suppose I can ftp it so I can see a status..

Thanks

Joe

On Sat, 2003-03-29 at 17:57, Jeff Kinz wrote:
> On Sat, Mar 29, 2003 at 04:52:10PM -0700, Joe Giles wrote:
> > Is there a way to get the 'cp' command to display some kind of status
> > that the copy is happening. Like hash marks or something...
> > 
> > Its gets frustrating when copying large files from one location to
> > another and not seeing any progress.
> 
> Hi Joe,
> Welcome to the world UNIX.  The UNIX design philosophy is that commands
> do their jobs with no extra verbiage.  The only time a command will
> do something besides its expected action is when something goes wrong,
> at which time it will report the error.  There are very good reasons for
> this and if you are new to UNIX it may take some time to get untrained from
> the "wrong way" other environments do it. :-)
> 
> This approach allows us to pipeline command together without having
> to deal with all sorts of special options to handle diagnostic or status
> reporting .
> 
> The only reason I can think of for wanting a periodic status report 
> for a file copy is that your file copies frequently fail.  Under normal
> circumstances it will just work.  No status or diagnostics needed, ever.
> 
> This means that your real problem is something else.  You don't need
> a cp with status updates.  You need to fix whatever is going wrong 
> in your environment that is causing the copy to fail.
> 
> What are you doing and how is it failing?
> 
> 
> -- 
> Jeff Kinz, Open-PC, Emergent Research,  Hudson, MA.  [EMAIL PROTECTED]
> copyright 2003.  Use is restricted. Any use is an 
> acceptance of the offer at http://www.kinz.org/policy.html.
> Don't forget to change your password often.
> 
> 



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


Viewing CP status

2003-03-29 Thread Joe Giles
Is there a way to get the 'cp' command to display some kind of status
that the copy is happening. Like hash marks or something...

Its gets frustrating when copying large files from one location to
another and not seeing any progress.

Thanks

Joe



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


Re: top crashing on intel CPU

2003-03-27 Thread Joe Giles
Yeah, especially when top eats up all the CPU just displaying all the info
that fast :-P

--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Ben Russo said:
> Kailesh Mussai wrote:
>
>>Hello,
>>
>>I have an Intel machine single processor ( Pentium 3, 1000 MHz) running
>> RedHat 7.3 and it has as kernel:
>>
>>
>>
>>>uname -r
>>>
>>>
>>2.4.18-3
>>
>>When running top with the option "-d 0.01" I get:
>>
>>
>>
>>>top -d 0.01
>>>
>>>
>>Floating point exception
>>
>>but running top with no parameters is perfectly fine.
>>
>>I tried RedHat 8.0 and that too gave me the same problem.
>>
>>Is this hardware related or just a bug in top.
>>
>>Is there a way of solving this ?
>>
>>Thanking you.
>>
>>
> This works just fine on my RedHat 8.0 box.
> However I don't see why anyone in their right mind would want to do it.
> Isn't "top -d 0.3" just about good enough for any purpose?
>
> -Ben.
>
>
>
>
> --
> 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: Linux vs Windows

2003-03-27 Thread Joe Giles
I think its really funny that M$ people get s agitated about us
Linux folks...

Just like a little kid... Kinda Cute to me :-P

While Windows 2K and XP are allot better then previous versions of
Windows, Linux is still the better of the two in my opinion. I have
administered and used Microsoft since Win 3.0 and as far as a home
system goes its an ok OS for playing games and the like. But once I
found Linux and all the software I could get with the distro FOR FREE
(Keep in mind, I OWN WinXP Pro, Not the CHEAP home edition, but PRO, so
I can afford it), and how stable and secure it was, I only use XP to
play games with and I use Linux to do real work. I'm even changing some
of my servers at work over to Linux just because it runs better and more
stable. Longer up times too. 

Anyway, you should go back to a Microsoft tech e-mail list and slam
Linux all you want to there, cause you will get as far here as we would
in a MS list..

Bye Bye

:-P

On Thu, 2003-03-27 at 08:42, brent nicholls wrote:
> Ovi you are doing somthing wrong with windows!! I installed windows and i 
> only had to reboot once, and you dont have to reboot after changing your 
> screen rez you newb you set it up so it applys the settings with out 
> rebooting, if you dont like windows than you should go with the open source 
> joke called linux. I am a advit windows user and will be for the rest of my 
> life. No matter what you say you put a sound, network card, and video card 
> in xp turn on your xp box and it finds all the drivers for you and you dont 
> need to reboot, (found new hardwared, ten seconds go by, your new hardware 
> is ready to use) now where did you reboot in that case goof.
> 
> The only reason why you knock windows is because it is the domoninat 
> operating system and you just cant afford it. So take your no job ass and go 
> and download Linux and go on a fake windows box...
> 
> 
> 
> 
> 
> 
> >From: Me <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: Re: Linux vs Windows
> >Date: Thu, 27 Mar 2003 01:38:42 -0500 (EST)
> >
> >Ever try installing Windows XP on a computer that is not bottable from CD?
> >
> >You need no less than 6 floppies.  AND, Windows doesn't check to see if
> >your system meets minimum specs until the last floppy.  AND, I couldn't
> >find the program to make the floppies anywhere on the CD.  I had to go out
> >to MS's web site to get it...  No fun.
> >
> > > On Wednesday 26 March 2003 02:03 pm, Cliff Wells wrote:
> > >
> > > I am going to agree with you to disagree with any argument that Windows
> > > is  easier to install...
> > >
> > > My last experience installing Windows is just a frustrating attempt. Try
> > > to  count how many times a Win machine has to reboot after install
> > > before you can  use it...
> > > "found a new hardware.. video card" -- reboot after installing driver
> > > before  win can use it
> > > "found a new hardware.. sound card" -- reboot
> > > "found a new hardware.. plug and play monitor" -- reboot
> > > "found a new hardware..  network card" -- reboot
> > >
> > > and then..
> > > "change display resolution" -- reboot
> > > "install a program" -- reboot
> > >
> > > WTH??
> > > ...
> > >
> > > and try install linux. Reboot *once* after install and that's it.
> > >
> > > IE has better support for CSS? Where do you hear that from??? Mozilla
> > > support  for *standard* HTML and CSS is far better than IE, no question
> > > about that.
> >
> >
> >
> >
> >
> >--
> >redhat-list mailing list
> >unsubscribe mailto:[EMAIL PROTECTED]
> >https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> _
> The new MSN 8: advanced junk mail protection and 2 months FREE*  
> http://join.msn.com/?page=features/junkmail
> 
> 



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


Re: Nvidia card acceleration problem.

2003-03-26 Thread Joe Giles
Try changing the "nv" in Section Device to "nvidia". nv pertains to the
Red Had device whereas nvidia is the new driver from Nvidia. Also, I
assume that you installed the kernel and glx drivers from the Nvidia
site as well...

This is documented in the readme that is on the website as well...


Hope this helps

Joe

On Wed, 2003-03-26 at 21:19, Ben Logan wrote:
> Hello, all.
> 
> I just bought an Nvidia Verto TNT2-M64 with 32Mb  based on the fact
> that the xfree86 nv driver supports the TNT2-M64 with full graphics
> acceleration.  I did note that the driver man page says that it
> supports the "RIVA TNT2" whereas my video card package says "Verto
> TNT2"  However, the output of lspci IDs the card as
> 
> 00:09.0 VGA compatible controller: nVidia Corporation RIVA TNT2 Model
> 64 (rev 15)
> 
> And xfree also probes the card as a RIVA TNT2.  My problem is that I
> don't seem to be getting hardware acceleration.  Games like chromium
> and tuxracer are still unplayable, and it seems to make no speed
> difference whether I specify 'Option "NoAccel"' vs. 'Option "Accel"'.
> 
> Anyone have any solutions?  I would *really* like to avoid having to
> upgrade/change my kernel version and use the Nvidia drivers.
> 
> Here are my specs:
> Redhat 8.0 on a 1.1Ghz AMD Duron with 192Mb SDRAM.
> kernel-2.4.18-26.8.0
> 
> $ rpm -qa | grep -i xfree
> 
> XFree86-75dpi-fonts-4.2.0-72
> XFree86-Xnest-4.2.0-72
> XFree86-xfs-4.2.0-72
> XFree86-devel-4.2.0-72
> XFree86-ISO8859-15-75dpi-fonts-4.2.0-72
> XFree86-cyrillic-fonts-4.2.0-72
> XFree86-Mesa-libGLU-4.2.0-72
> XFree86-4.2.0-72
> XFree86-ISO8859-9-100dpi-fonts-4.2.0-72
> XFree86-ISO8859-2-100dpi-fonts-4.2.0-72
> XFree86-Xvfb-4.2.0-72
> XFree86-libs-4.2.0-72
> XFree86-truetype-fonts-4.2.0-72
> XFree86-base-fonts-4.2.0-72
> XFree86-xauth-4.2.0-72
> XFree86-twm-4.2.0-72
> XFree86-doc-4.2.0-72
> XFree86-ISO8859-2-75dpi-fonts-4.2.0-72
> XFree86-font-utils-4.2.0-72
> redhat-config-xfree86-0.6.7-1
> XFree86-tools-4.2.0-72
> XFree86-ISO8859-15-100dpi-fonts-4.2.0-72
> XFree86-Mesa-libGL-4.2.0-72
> XFree86-100dpi-fonts-4.2.0-72
> XFree86-xdm-4.2.0-72
> XFree86-ISO8859-9-75dpi-fonts-4.2.0-72
> XFree86-xtrap-clients-4.2.0-72
> 
> Here's my XF86Config file:
> 
> 
> # XFree86 4 configuration created by pyxf86config
> 
> Section "ServerLayout"
>   Identifier "Default Layout"
>   Screen  0  "Screen0" 0 0
>   InputDevice"Mouse0" "CorePointer"
>   InputDevice"Keyboard0" "CoreKeyboard"
>   InputDevice"DevInputMice" "AlwaysCore"
> EndSection
> 
> Section "Files"
> # RgbPath is the location of the RGB database.  Note, this is the name of the 
> # file minus the extension (like ".txt" or ".db").  There is normally
> # no need to change the default.
> # Multiple FontPath entries are allowed (they are concatenated together)
> # By default, Red Hat 6.0 and later now use a font server independent of
> # the X server to render fonts.
>   RgbPath  "/usr/X11R6/lib/X11/rgb"
>   FontPath "unix/:7100"
> EndSection
> 
> Section "Module"
>   Load  "dbe"
>   Load  "extmod"
>   Load  "fbdevhw"
>   Load  "glx"
>   Load  "record"
>   Load  "freetype"
>   Load  "type1"
> EndSection
> 
> Section "InputDevice"
> # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
> # Option  "Xleds" "1 2 3"
> # To disable the XKEYBOARD extension, uncomment XkbDisable.
> # Option  "XkbDisable"
> # To customise the XKB settings to suit your keyboard, modify the
> # lines below (which are the defaults).  For example, for a non-U.S.
> # keyboard, you will probably want to use:
> # Option  "XkbModel"  "pc102"
> # If you have a US Microsoft Natural keyboard, you can use:
> # Option  "XkbModel"  "microsoft"
> #
> # Then to change the language, change the Layout setting.
> # For example, a german layout can be obtained with:
> # Option  "XkbLayout" "de"
> # or:
> # Option  "XkbLayout" "de"
> # Option  "XkbVariant""nodeadkeys"
> #
> # If you'd like to switch the positions of your capslock and
> # control keys, use:
> # Option  "XkbOptions""ctrl:swapcaps"
> # Or if you just want both to be control, use:
> # Option  "XkbOptions""ctrl:nocaps"
> #
>   Identifier  "Keyboard0"
>   Driver  "keyboard"
>   Option  "XkbRules" "xfree86"
>   Option  "XkbModel" "pc105"
>   Option  "XkbLayout" "us"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Mouse0"
>   Driver  "mouse"
>   Option  "Protocol" "PS/2"
>   Option  "Device" "/dev/psaux"
>   Option  "ZAxisMapping" "4 5"
>   Option  "Emulate3Buttons" "no"
> EndSection
> 
> Section "InputDevice"
> # If the normal CorePointer mouse is not a USB mouse then
> # this input device can be used in AlwaysCore mode to let you
> # also use USB mice at the same time.
>   Identifier  "DevInputMice"
>   Driver  "mouse"
>   Option  "Protocol" "

Re: Email Server

2003-03-25 Thread Joe Giles
Possibly, I haven't looked into other ones since I went to qmail. Maybe
there isn't allot of development on it cause there doesn't need to be
any. No need to make changes to a system that works well... If you need
different functionality, just add an add on (There are tons) to qmail
and edit some files and voila, all set...



On Tue, 2003-03-25 at 19:06, Aly Dharshi wrote:
> I feel that the development on Qmail is stagnent, where as the other
> mail systems seem to have active development.
> 
> 
> 
> On Tue, 2003-03-25 at 11:56, Joe Giles wrote:
> > WOW.. I'm surprised that no one (Till Now) mentioned qmail :-P
> > 
> > I use that and find it quite easy to use and secure.
> > 
> > 
> > On Tue, 2003-03-25 at 17:30, Eric Brophy wrote:
> > > I am trying to set-up an email server but since I am new to Linux, I have no
> > > idea which one is the best.  Any ideas?
> > > 
> > > Eric
> > > 
> > > 
> -- 
> Aly S.P Dharshi
> [EMAIL PROTECTED]
> Student and System Administrator ORS Servers
> 
>   "A good speech is like a good dress
>that's short enough to be interesting
>and long enough to cover the subject"
> 
> 



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


Re: Email Server

2003-03-25 Thread Joe Giles
Actually, I did notice one other person.. Sorry :)


On Tue, 2003-03-25 at 11:56, Joe Giles wrote:
> WOW.. I'm surprised that no one (Till Now) mentioned qmail :-P
> 
> I use that and find it quite easy to use and secure.
> 
> 
> On Tue, 2003-03-25 at 17:30, Eric Brophy wrote:
> > I am trying to set-up an email server but since I am new to Linux, I have no
> > idea which one is the best.  Any ideas?
> > 
> > Eric
> > 
> > 
> 
> 



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


Re: Email Server

2003-03-25 Thread Joe Giles
WOW.. I'm surprised that no one (Till Now) mentioned qmail :-P

I use that and find it quite easy to use and secure.


On Tue, 2003-03-25 at 17:30, Eric Brophy wrote:
> I am trying to set-up an email server but since I am new to Linux, I have no
> idea which one is the best.  Any ideas?
> 
> Eric
> 
> 



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


Disk Errors then a crash

2003-03-21 Thread Joe Giles
List,

Tonight my server crashed and in the Messages log I got these messages.
After a reboot and a journal recovery, I'm back in business, but what
would cause this?

Please let me know is you need any further information...

Thanks

Joe


Mar 21 22:10:03 wolfserver kernel: Non Fatal error on ida/c0d0
Mar 21 22:11:08 wolfserver kernel: Fatal error on ida/c0d0
Mar 21 22:11:09 wolfserver last message repeated 11 times
Mar 21 22:11:09 wolfserver kernel: EXT3-fs error (device ida0(72,1)):
read_block_bitmap: Cannot read block bitmap - block_group = 117,
block_bitmap = 38338$
Mar 21 22:11:09 wolfserver kernel: Fatal error on ida/c0d0
Mar 21 22:11:09 wolfserver last message repeated 1467 times
Mar 21 22:11:09 wolfserver kernel: EXT3-fs error (device ida0(72,1)):
read_block_bitmap: Cannot read block bitmap - block_group = 35,
block_bitmap = 1146880
Mar 21 22:11:09 wolfserver kernel: Fatal error on ida/c0d0
Mar 21 22:11:09 wolfserver last message repeated 185 times
Mar 21 22:11:09 wolfserver kernel: EXT3-fs error (device ida0(72,1)):
read_block_bitmap: Cannot read block bitmap - block_group = 7,
block_bitmap = 229380
Mar 21 22:11:09 wolfserver kernel: Fatal error on ida/c0d0

After this, the messages just repeat until the crash...



-- 
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-16 Thread Joe Giles
Well, we can all hope that it is GOOD and READY :-P

Joe


On Sun, 2003-03-16 at 20:10, Ed Wilts wrote:
> On Mon, Mar 17, 2003 at 12:45:09PM +1100, Stephen Kuhn wrote:
> > RH 8.1 is due out in April
> 
> It's not *due* out in April.  Red Hat does not release due dates - it
> will ship when it's darn good and ready.
> 
> -- 
> 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


Re: Is RH8 Ever Going to be Updated?

2003-03-16 Thread Joe Giles
Well, as far as Item 3 is concerned, I had the same problem a while ago
until someone pointed me to GKRellm. It has the network traffic "Lights"
and a TON of other helpful monitoring tools..

Give that a try...

As far as your other issues... I, along with some of the others that
have responded have said, feel your pain too. I'm some what of a n00b
with Linux, but I'll tell you what... Its still Linux and it is yours to
customize and modify. 

I wont use 8.0 on ANY of my servers and still use 7.3. I have been
forced to investigate and fix allot of problems with 8.0 and it has made
me a stronger Linux admin due to learning and fixing different areas of
RH 8.0.

Anyway, good luck with your endeavors...

Joe

On Sun, 2003-03-16 at 18:28, Colburn wrote:
> Thousands of patches and kludges later RH8 is functional but well behind
> the curve.  Anyone know if/when RedHat intends to release a
> significantly upgraded version?  (I am sick of wasting time trying to
> get things to work, or fixing things the updates break.)
> 
> Feature Wish List:
> 
> 1.  Integrated xsane with complete feature support for common scanners,
> including the Memorex MEM48U.
> 
> 2.  Integrated E-mail client that includes at least the features of
> MSIE.  (Beonex & Galeon fall short, e.g. neither auto-completes
> addresses and neither of the address books function reliably.)
> 
> 3.  Integrated dial-up/modem monitor that accurately displays connect,
> data flow, and other information.  (None of the apps I have tried work
> properly.  e.g. the icon shows up but the status lights are unreadable
> and the pop-up fails -- so no info.)
> 
> 4.  Integrated image and video display apps.  Have GIMP and GNOME
> running, hacked in MTV for MPEGS, but nothing working for AVI, etc.
> Quite frankly it seems absurd to have to chase down all of this stuff
> for a product I bought (yes, I bought it) that was represented as a
> complete M$ Windows alternative.
> 
> 5.  There is more but I have either hacked-in apps, learned to expect a 
> lesser product for the sake of not using M$, or given up expecting
> certain things to work for the same reason.  (Oh, StarOffice 6.0, paid
> for that as well, still doesn't integrate properly -- not sure if I
> should blame Sun or RedHat but sure know I should not have to spend
> hours getting two commercial Linux products to talk to each other! 
> That's why I moved to RH8 from Debian.)
> 
> Sigh ... doc
> 
> 



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


Re: MySQL vs. PostgreSQL

2003-02-26 Thread Joe Giles
Well, I stated that for redundancy I created sym links. That isn't the
proper wording I should have used. What I meant to say was I created sym
links from one file system to another for space reasons. I ran out of
space on the /var part. so I linked the databases to another fs. Sorry
for the misunderstanding. So, what I simply did is 
ln -s /var/lib/mysql/ /storage/database/ .

Then, when I upgraded, I break the link. Then relink when the upgrade is
done. Not sure if I even need to, but someone told be awhile ago that I
should disconnect the link so I don't loose any data. Again, I'm not in
any way a guru on this, I was simply asking if it was a wise way to do
it or even if its needed (Unlinking for an upgrade).

Also, I will look at your backup strategy and see if I can implement it
into my system.

Thanks

Joe

On Wed, 2003-02-26 at 22:42, nate wrote:
> Joe Giles said:
> > Question about backing up...
> >
> > Sorry if this is not on the lines of what you guys are talking about, but
> > I set up MySQL and I sym link the database from one file system to another
> > for redundancy purposes. So, when I upgrade, I just break the link and
> > upgrade, then re link. It has worked so far (well, only one upgrade as of
> > yet). Is this a BAD idea? Was I just lucky?
> >
> > When I backup, I just backup the dir that pertains to the database. I have
> > not had to restore anything yet...
> >
> > I appreciate the comments good or bad so I don't get stuck in the
> > future...
> 
> I don't really understand ...you do understand that a symlink is just
> a pointer right? it contains no data. I think you were just lucky though
> I have never had any issues with upgrading mysql(only from 3.23.x -> 3.23.x
> is all that I've tried)
> 
> for backing up I have a script that runs nightly, connects as a user
> which has dump rights and dumps the databases to a file and compresses
> them..the password is stored in /root/.my.cnf
> 
> DATABASES="mysql demarc"
> WEEKLY_BACKUP=Friday
> PATH=/usr/local/mysql/bin:/bin:/usr/bin
> 
> cd /home/backup
> 
> if [ "`date +%A`" = $WEEKLY_BACKUP ];then
> for db in `echo $DATABASES`
> do
> echo "[Database: $db] - Doing Weekly Backup.."
> /usr/local/mysql/bin/mysqldump -l -u dumpuser $db >weekly.db
> rm `echo $db`DB-Weekly*.sql.bz2 >&/dev/null
> bzip2 weekly.db
> mv weekly.db.bz2 "`echo $db`DB-Weekly`date +%U`.sql.bz2"
> done
> else
> for db in `echo $DATABASES`
> do
> echo "[Database: $db] - Doing Daily Backup..."
> /usr/local/mysql/bin/mysqldump -l -u dumpuser $db >daily.db
> rm `echo $db`DB-Daily*.sql.bz2
> bzip2 daily.db
> mv daily.db.bz2 "`echo $db`DB-Daily`date +%m-%d-%Y`.sql.bz2"
> done
> exit 0
> fi
> chmod 600 /home/backup/*
> /usr/sbin/chown root.wheel /home/backup/*
> 
> (this is from my freebsd system)
> 
> nate
> 
> 
> 
> 



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


Re: MySQL vs. PostgreSQL

2003-02-26 Thread Joe Giles
Question about backing up...

Sorry if this is not on the lines of what you guys are talking about,
but I set up MySQL and I sym link the database from one file system to
another for redundancy purposes. So, when I upgrade, I just break the
link and upgrade, then re link. It has worked so far (well, only one
upgrade as of yet). Is this a BAD idea? Was I just lucky?

When I backup, I just backup the dir that pertains to the database. I
have not had to restore anything yet...

I appreciate the comments good or bad so I don't get stuck in the
future...

Thanks

Joe


On Wed, 2003-02-26 at 12:58, Juan Nin wrote:
> From: "David Busby" <[EMAIL PROTECTED]>
> 
> > Juan,
> > After performing the Dump/Import for the upgrade once it's cake.
> There
> > are two utilities that you can use
> > pg_dump
> > to dump data
> > psql < [file]
> > to restore
> > so before I upgrade I simply
> > pg_dump [options] [dbname]
> > to my archive/backup file
> > then after the upgrade I say
> > psql [options] < [archive.file]
> > and then go smoke (smoking is a bad habit) when I come back all my data is
> > there.
> 
> hahah, yes, bad habit!!!   :oP
> 
> yes actually it's similar as dumping with MySQL, and it doesn't seem any
> pain...
> the comment was more founded on what I had heared...
> 
> thanks again
> 
> 
> 
> 



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


Re: user profiles

2003-02-26 Thread Joe Giles
I have a smiler situation at my job and what I did was make use of the
sudu command. Check that out and I think it will work great for ya...

Hope this helps..

Joe


On Wed, 2003-02-26 at 12:46, Alan Maciel wrote:
> I need 3 user accounts, one needed for the production site, the other
> for the support department
> so the users logins will be:
>  
> 'production' and 'support' 
>  
> I created with adduser 
> and I set them the password with passwd 
>  
> I need this users accounts  with root privileges, so I think that if I
> give the root password to this users they can use the 'su' command to
> do all their admin tasks, but how do I prevent this users so they
> don't log in as 'root' in the login screen directly only with the 'su'
> command?
>  



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


Re: Samba Printer Share

2003-02-25 Thread Joe Giles
This was my problem. I had to modify this line in my lpd.perms file

ACCEPT SERVICE=X REMOTEIP=10.100.125.0/255.255.255.0

Now it all works great..

Thinks for all the help  

Joe

On Mon, 2003-02-24 at 23:44, Edward Dekkers wrote:
> > Wow, that sucks.. Sorry to hear that. That seemed to fix my problem.
> >
> > If I should run across anything else, I will let you know
> >
> >
> > Joe
> 
> Is it possible that my problem is a run-on effect from having an incorrect
> /etc/lpd.perms and/or /etc/lpd.conf?
> 
> I've never touched these. I never had to. Does samba use these setting when
> spooling print jobs?
> 
> Regards,
> 
> ---
> Edward Dekkers (Director)
> Triple D Computer Services P/L
> 
> 
> 



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


Re: Samba Printer Share

2003-02-24 Thread Joe Giles
Wow, that sucks.. Sorry to hear that. That seemed to fix my problem. 

If I should run across anything else, I will let you know


Joe

On Mon, 2003-02-24 at 20:18, Edward Dekkers wrote:
> > use client driver = yes
> > 
> > Try that and let me know
> 
> One of the first things I tried - sorry, should've mentioned that one.
> 
> Regards,
> 
> ---
> Edward Dekkers (Director)
> Triple D Computer Services P/L
> 
> 



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


Re: Samba Printer Share

2003-02-24 Thread Joe Giles
Ok, I tried the LPR driver and connected to the Linux server and to the
printer que name, but still no luck. Is there somewhere where I need to
check permissions?

The password for my user account is different on the workstation than it
is for the server..

Thanks.. One problem solved :-D

Joe

On Mon, 2003-02-24 at 17:51, fred smith wrote:
> On Mon, Feb 24, 2003 at 05:51:16PM -0700, Joe Giles wrote:
> > Not sure if this would be better for the Samba list, but I though I would
> > see if the guru's here would be able to help me.
> > 
> > Here is my problem:
> > 
> > I have a Deskjet 820Cse printer installed on my RedHat Linux 7.3 machine.
> > It works great. I have the printer set up as a share on my network using
> > Samba. Windows clients can connect to it and everything seems to print ok.
> > However, when a user clicks on the printer icon from within windows, it
> > says ACCESS DENIED. Unable to connect to the printer. However, they can
> > print to it fine. The problem is, they cant manage their documents at all
> > while they are printing cause they cant see the job due to the access
> > problem. Weird hu?
> 
> Sorry, no idea on this one.
> > 
> > Problem 2:
> > 
> > Same server, Linux as the workstation. Im trying to connect my Linux box
> > (RedHat 8.0) machine to the same printer as above using SMB, however, it
> > does nothing. It installes ok, LPR restarted, but when I try to print a
> > test, nothing prints. I can ping the server and do a smbclient -L
> >  and see the share too.
> 
> I wouldn't even attempt to use a SMBprinter from another linux box,
> it just seems like way too much trouble. On the workstation, just 
> define the server's printer as anotehr "unix/lpd" printer, and 
> give the IP address (or hostname) of the server, and the name of the
> print queue on the server. Should work without difficulty.
> 
> 
> -- 
>  Fred Smith -- [EMAIL PROTECTED] -
> The Lord detests the way of the wicked 
>   but he loves those who pursue righteousness.
> - Proverbs 15:9 (niv) -
> 
> 



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


Re: Samba Printer Share

2003-02-24 Thread Joe Giles
I think I fix the ACCESS DENIED problem.. I added this line to my global
section:

use client driver = yes

Try that and let me know

On Mon, 2003-02-24 at 18:15, Edward Dekkers wrote:
> > I have a Deskjet 820Cse printer installed on my RedHat Linux 7.3 machine.
> > It works great. I have the printer set up as a share on my network using
> > Samba. Windows clients can connect to it and everything seems to print ok.
> > However, when a user clicks on the printer icon from within windows, it
> > says ACCESS DENIED. Unable to connect to the printer. However, they can
> > print to it fine. The problem is, they cant manage their documents at all
> > while they are printing cause they cant see the job due to the access
> > problem. Weird hu?
> 
> Nope, not weird, been banging my head against a brick wall about that one
> for a year now. Occasionally I re-google and see what's what, but no single
> working solution has presented itself yet. I'm living with the problem at
> the moment, as, like you, we CAN print, just not manage jobs.
> 
> For me it only happens with Windows XP boxes, and for some reason, some
> users with less 'access' to the Linux box don't have the problem. For
> example if I log onto the XP box as my wife's user, there is no 'access
> denied'. Log on as myself or root of all things, and I get 'access denied'.
> 
> They all print OK though. I don't get it. All the things I did find I tried
> to no avail. All those solution pretty much had a 'YMMV' clause to them, so
> I didn't really expect them to work anyway.
> 
> Basically, if you have more time than me and figure it out, please keep me
> in mind. It would be appreciated.
> 
> Regards,
> 
> ---
> Edward Dekkers (Director)
> Triple D Computer Services P/L
> 
> 
> 



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


Re: Samba Printer Share

2003-02-24 Thread Joe Giles
Ok..I will try that.. 

BTW, I found out about the first problem for those of you who want to
know... I added this line to the global section :

use client driver = yes

And it works :-P

Thanks again for the reply

Joe

On Mon, 2003-02-24 at 17:51, fred smith wrote:
> On Mon, Feb 24, 2003 at 05:51:16PM -0700, Joe Giles wrote:
> > Not sure if this would be better for the Samba list, but I though I would
> > see if the guru's here would be able to help me.
> > 
> > Here is my problem:
> > 
> > I have a Deskjet 820Cse printer installed on my RedHat Linux 7.3 machine.
> > It works great. I have the printer set up as a share on my network using
> > Samba. Windows clients can connect to it and everything seems to print ok.
> > However, when a user clicks on the printer icon from within windows, it
> > says ACCESS DENIED. Unable to connect to the printer. However, they can
> > print to it fine. The problem is, they cant manage their documents at all
> > while they are printing cause they cant see the job due to the access
> > problem. Weird hu?
> 
> Sorry, no idea on this one.
> > 
> > Problem 2:
> > 
> > Same server, Linux as the workstation. Im trying to connect my Linux box
> > (RedHat 8.0) machine to the same printer as above using SMB, however, it
> > does nothing. It installes ok, LPR restarted, but when I try to print a
> > test, nothing prints. I can ping the server and do a smbclient -L
> >  and see the share too.
> 
> I wouldn't even attempt to use a SMBprinter from another linux box,
> it just seems like way too much trouble. On the workstation, just 
> define the server's printer as anotehr "unix/lpd" printer, and 
> give the IP address (or hostname) of the server, and the name of the
> print queue on the server. Should work without difficulty.
> 
> 
> -- 
>  Fred Smith -- [EMAIL PROTECTED] -
> The Lord detests the way of the wicked 
>   but he loves those who pursue righteousness.
> - Proverbs 15:9 (niv) -
> 
> 



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


Samba Printer Share

2003-02-24 Thread Joe Giles
Not sure if this would be better for the Samba list, but I though I would
see if the guru's here would be able to help me.

Here is my problem:

I have a Deskjet 820Cse printer installed on my RedHat Linux 7.3 machine.
It works great. I have the printer set up as a share on my network using
Samba. Windows clients can connect to it and everything seems to print ok.
However, when a user clicks on the printer icon from within windows, it
says ACCESS DENIED. Unable to connect to the printer. However, they can
print to it fine. The problem is, they cant manage their documents at all
while they are printing cause they cant see the job due to the access
problem. Weird hu?

Problem 2:

Same server, Linux as the workstation. Im trying to connect my Linux box
(RedHat 8.0) machine to the same printer as above using SMB, however, it
does nothing. It installes ok, LPR restarted, but when I try to print a
test, nothing prints. I can ping the server and do a smbclient -L
 and see the share too.

Here is my printer section in smb.conf. Hope this helps:

[printers]
path = /var/tmp
browseable = yes
comment = All Printers
guest ok = yes
printable = yes

[deskjet820Cse]
path = /var/tmp
printer name = home_printer
writable = yes
public = yes
printable = yes
print command = lpr -l -r -h -P %p %s

Any help would be great.

Thanks

Joe

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---






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


RE: GUI applet dissapearance - TEMP FIX

2003-02-19 Thread Joe Giles
This was discussed ALONG time ago and this temp fix was givin to me. I run
this when it dissapears and it stays for a couple of reboots, then
dissapears. Then I simply run it again. So, most of the time I dont reboot
:-D

Here is the TEMP fix:

perl /usr/share/rhn/rhn_applet/applet.py &

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Terry Hobart said:
> Well I turned it in and it was assigned 84569 which was later assigned
> to 75225 as a duplicate. We'll see what happens.
>
> Terry
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Edward Dekkers
> Sent: Tuesday, February 18, 2003 3:57 PM
> To: [EMAIL PROTECTED]
> Subject: Re: GUI applet dissapearance
>
>> Yep, happens to me too. I've heard other reports of it on this list as
>> well.
>> Except, in my case, gone, is gone. It doesn't come back (to that one
>> user). If I log in as a different user, it's there.
>
> 3 Different boxes here too - a Pentium II 400, a Pentium III 933 and a
> Pentium IV 2.0GHz. All different motherboards and configurations.
>
> I think we can safely call this a 'bug'.
>
> Regards,
>
> ---
> Edward Dekkers (Director)
> Triple D Computer Services P/L
>
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





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



Re: Resizing the file system

2003-02-12 Thread Joe Giles
Thanks man... Thats pretty cool... I can see all the non linked files
that VMWare GSX is using... 

Thanks again :)

Joe

On Wed, 2003-02-12 at 05:40, Ed Wilts wrote:
> On Tue, Feb 11, 2003 at 10:14:35PM -0700, Joe Giles wrote:
> > Problem solved. I read on the VMWare site that the files sit in the /tmp
> > directory, but are not visible. This is so nothing can access these files
> > and cause a problem. There for, I was not able to "See" the space being
> > used, but the / filesystem was, infact, being eaten up. I changed the
> > preferences to point the temp file to a larger partition and it is working
> > now. Hope this information might help someone else.
> 
> In the future, running lsof may help you find those hidden files.
> You'll get a list of all open files and their sizes.
> 
> -- 
> Ed Wilts, Mounds View, MN, USA
> mailto:[EMAIL PROTECTED]
> Member #1, Red Hat Community Ambassador Program
> 
> 



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



Re: Resizing the file system

2003-02-11 Thread Joe Giles
Problem solved. I read on the VMWare site that the files sit in the /tmp
directory, but are not visible. This is so nothing can access these files
and cause a problem. There for, I was not able to "See" the space being
used, but the / filesystem was, infact, being eaten up. I changed the
preferences to point the temp file to a larger partition and it is working
now. Hope this information might help someone else.

Thanks for the replys and the lessions ;)...

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Joe Giles said:
> This is my df -h out put when NO virtual server is running:
> FilesystemSize  Used Avail Use% Mounted on
> /dev/hda7 486M   80M  381M  18% /
> /dev/hda1  99M  9.6M   84M  11% /boot
> /dev/hda6 4.8G  356M  4.2G   8% /home
> none  251M 0  250M   0% /dev/shm
> /dev/ida/c0d0p142G   16G   24G  38% /storage
> /dev/hda2 5.8G  3.6G  1.9G  66% /usr
> /dev/hda3 1.9G  730M  1.1G  40% /var
>
> So even one virtual server eats up something. Just not sure what. I
> guess I could call VMWare Tech support. Network Fussion did an article
> on VMWare GSX using RH 7.3 and they had 6 virtual servers running with
> no problems. I bet they had a larger / partition maybe.
>
> --
> Joe Giles
> [EMAIL PROTECTED]
> AOL: mcigiles
>
> -------
> Registered Linux User #264910 http://counter.li.org
> ---
>
> Joe Giles said:
>> Well, I checked /tmp and it was consistent at 5.2 megs through out the
>> whole ordeal. I'm running the VMWare GSX Virtual servers as my
>> username and /root is only 23 or so megs. I could not for the life of
>> me figure out what was growing. So, I did a du -ahL and exported that
>> to a text file, then ran both VMWare sessions and when the / partition
>> was growing considerable, I saved the output of du -ahL to another
>> text file and diffed the two. The only change between them was
>> /proc/kcore. So I ASS'U'ME'Ed (:-P)that was the case. I must admit I
>> am learning Linux somewhat, so I apologize if I may misinterpret some
>> information I see.
>>
>> I did not notice any additional Extra files in the / partition,
>> however, there are several directories under that that I was not able
>> to check before I had to shut down the GSX server before / went to 0%.
>> If you or any one has experienced this, HELP!!!..
>>
>> BTW, I'm running RH 7.3 on the server, if that helps...
>>
>> Thanks
>>
>> --
>> Joe Giles
>> [EMAIL PROTECTED]
>> AOL: mcigiles
>>
>> ---
>> Registered Linux User #264910 http://counter.li.org
>> ---
>>
>> Todd A. Jacobs said:
>>> On Tue, 11 Feb 2003, Joe Giles wrote:
>>>
>>>> server on this server and when I run more than one VMWare session,
>>>> the /proc/kcore file grows and grows and grows. It eventually eats
>>>> up /. I
>>>
>>> You are deeply confused. /proc is a *virtual* file system; it does
>>> not exist on disk. If you already have /tmp and /var in separate
>>> partitions, then you need to figure out what files are growing ON
>>> DISK in your root partition.
>>>
>>> Maybe you're running vmware as root, and /root/.vmware is filling up
>>> with  stuff. Maybe you have a badly-behaved app using / for its temp
>>> files. But  a properly partitioned system should not be seeing any
>>> growth of the /  partition during normal operation.
>>>
>>> --
>>> "Of course I'm in shape! Round's a shape, isn't it?"
>>>
>>>
>>>
>>>
>>> --
>>> redhat-list mailing list
>>> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>>> https://listman.redhat.com/mailman/listinfo/redhat-list
>>
>>
>>
>>
>>
>> --
>> redhat-list mailing list
>> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





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



Re: Resizing the file system

2003-02-11 Thread Joe Giles
This is my df -h out put when NO virtual server is running:
FilesystemSize  Used Avail Use% Mounted on
/dev/hda7 486M   80M  381M  18% /
/dev/hda1  99M  9.6M   84M  11% /boot
/dev/hda6 4.8G  356M  4.2G   8% /home
none  251M 0  250M   0% /dev/shm
/dev/ida/c0d0p142G   16G   24G  38% /storage
/dev/hda2 5.8G  3.6G  1.9G  66% /usr
/dev/hda3 1.9G  730M  1.1G  40% /var

So even one virtual server eats up something. Just not sure what. I guess
I could call VMWare Tech support. Network Fussion did an article on VMWare
GSX using RH 7.3 and they had 6 virtual servers running with no problems.
I bet they had a larger / partition maybe.

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Joe Giles said:
> Well, I checked /tmp and it was consistent at 5.2 megs through out the
> whole ordeal. I'm running the VMWare GSX Virtual servers as my username
> and /root is only 23 or so megs. I could not for the life of me figure
> out what was growing. So, I did a du -ahL and exported that to a text
> file, then ran both VMWare sessions and when the / partition was growing
> considerable, I saved the output of du -ahL to another text file and
> diffed the two. The only change between them was /proc/kcore. So I
> ASS'U'ME'Ed (:-P)that was the case. I must admit I am learning Linux
> somewhat, so I apologize if I may misinterpret some information I see.
>
> I did not notice any additional Extra files in the / partition, however,
> there are several directories under that that I was not able to check
> before I had to shut down the GSX server before / went to 0%. If you or
> any one has experienced this, HELP!!!..
>
> BTW, I'm running RH 7.3 on the server, if that helps...
>
> Thanks
>
> --
> Joe Giles
> [EMAIL PROTECTED]
> AOL: mcigiles
>
> ---
> Registered Linux User #264910 http://counter.li.org
> ---
>
> Todd A. Jacobs said:
>> On Tue, 11 Feb 2003, Joe Giles wrote:
>>
>>> server on this server and when I run more than one VMWare session,
>>> the /proc/kcore file grows and grows and grows. It eventually eats up
>>> /. I
>>
>> You are deeply confused. /proc is a *virtual* file system; it does not
>> exist on disk. If you already have /tmp and /var in separate
>> partitions, then you need to figure out what files are growing ON DISK
>> in your root partition.
>>
>> Maybe you're running vmware as root, and /root/.vmware is filling up
>> with  stuff. Maybe you have a badly-behaved app using / for its temp
>> files. But  a properly partitioned system should not be seeing any
>> growth of the /  partition during normal operation.
>>
>> --
>> "Of course I'm in shape! Round's a shape, isn't it?"
>>
>>
>>
>>
>> --
>> redhat-list mailing list
>> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





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



Re: Resizing the file system

2003-02-11 Thread Joe Giles
Well, I checked /tmp and it was consistent at 5.2 megs through out the
whole ordeal. I'm running the VMWare GSX Virtual servers as my username
and /root is only 23 or so megs. I could not for the life of me figure out
what was growing. So, I did a du -ahL and exported that to a text file,
then ran both VMWare sessions and when the / partition was growing
considerable, I saved the output of du -ahL to another text file and
diffed the two. The only change between them was /proc/kcore. So I
ASS'U'ME'Ed (:-P)that was the case. I must admit I am learning Linux
somewhat, so I apologize if I may misinterpret some information I see.

I did not notice any additional Extra files in the / partition, however,
there are several directories under that that I was not able to check
before I had to shut down the GSX server before / went to 0%. If you or
any one has experienced this, HELP!!!..

BTW, I'm running RH 7.3 on the server, if that helps...

Thanks

--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Todd A. Jacobs said:
> On Tue, 11 Feb 2003, Joe Giles wrote:
>
>> server on this server and when I run more than one VMWare session, the
>> /proc/kcore file grows and grows and grows. It eventually eats up /. I
>
> You are deeply confused. /proc is a *virtual* file system; it does not
> exist on disk. If you already have /tmp and /var in separate partitions,
> then you need to figure out what files are growing ON DISK in your root
> partition.
>
> Maybe you're running vmware as root, and /root/.vmware is filling up
> with  stuff. Maybe you have a badly-behaved app using / for its temp
> files. But  a properly partitioned system should not be seeing any
> growth of the /  partition during normal operation.
>
> --
> "Of course I'm in shape! Round's a shape, isn't it?"
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





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



Re: Resizing the file system

2003-02-11 Thread Joe Giles
Well, as you can see from my first post, /var is already on its own
partion. The reason Im wanting to do this is because Im running VMWare GSX
server on this server and when I run more than one VMWare session, the
/proc/kcore file grows and grows and grows. It eventually eats up /. I was
going to link that to another partion, but I figured that I would not be
able to with out crashing the server. S, i wanted to resize the /
partion. Well, If need be, I can always rebuld the server. Lord knows I
need to anyway :)

Thanks for the reply...
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Todd A. Jacobs said:
> On Tue, 11 Feb 2003, Joe Giles wrote:
>
>> I was wondering what utility I could use to shrink a partition and use
>> the free space to grow another partition? Here is what I have:
>
> Try parted or PartitionMagic.
>
>> What I want to do is shrink /home (/dev/hda6) say one gig and use that
>> 1 gig to grow / (/dev/hda7) partition.
>
> Maybe. I don't know if parted will let you do this, but you need to
> shrink  hda6 from the front, not the back. Growth needs to be into
> contiguous free  space, so you'd have to free up the gig from the start
> of /home, rather  than the end if you're planning to give that space
> over to / on hda7.
>
> A better use of your time might be to figure out where all that space in
> /  is going. My guess is it's being gobbled by /var. Why not shrink
> /home,  and create a dedicated /var partition instead of dangerous
> mucking around  with your root partition?
>
> If you hose data in /home, you'll live. If you trash your root, get out
> your install disks.
>
> --
> "Of course I'm in shape! Round's a shape, isn't it?"
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





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



Resizing the file system

2003-02-11 Thread Joe Giles
List,

I was wondering what utility I could use to shrink a partition and use the
free space to grow another partition? Here is what I have:

File systemSize  Used Avail Use% Mounted on
/dev/hda7 486M  349M  112M  76% /
/dev/hda1  99M  9.6M   84M  11% /boot
/dev/hda6 4.8G  357M  4.2G   8% /home
none  251M 0  250M   0% /dev/shm
/dev/ida/c0d0p142G   16G   24G  38% /storage
/dev/hda2 5.8G  3.6G  1.9G  66% /usr
/dev/hda3 1.9G  732M  1.1G  40% /var

What I want to do is shrink /home (/dev/hda6) say one gig and use that 1
gig to grow / (/dev/hda7) partition.

Is this possible without rebuilding the server?

Thanks in advance

--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---






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



Re: Monitor Shakes....

2003-02-11 Thread Joe Giles
I had a friend that had the same problem as you guys. She moved into a
new apartment and her monitor started shaking. I told her to move out of
California cause of all the earth quakes :-D

Ok, joking aside. Her REAL problem was the power in her new apartment.
When we tested it it was not quite 110. She called an electrician out
and found the problem in the breaker box. There was some substandard
breakers there that was not making contact or something. Might want to
check out the power. Oh, wait. You have a UPS... H. Might be that
the move messed up your monitor somehow. Try taking it to another
location and see if it still shakes. If it doesn't, there might be some
High Tension lines outside that are interrupting the monitor. 

Might be The video card too. Just a guess. 

Ok, so I didn't help that much.. Sorry. Thought the joke would cheer you
up though :)

Joe

On Tue, 2003-02-11 at 09:26, Dwayne Cox wrote:
> Interesting
> 
> I have experienced a similar phenomenon since I moved.  I switched monitors and even 
>went so far as to have a separate line run for the computer - with no change.  I did 
>not think about the refresh rate.  I'll give that a twirl but I am intersted in other 
>solutions as well.
> 
> Dwayne
> 
> 
> 
> 
> On 11 Feb 2003 11:15:58 -0500
> Roland Roberts <[EMAIL PROTECTED]> wrote:
> 
> > -BEGIN PGP SIGNED MESSAGE-
> > 
> > Okay, this has *nothing* to do with RedHat per se except as a pure
> > coincidence that I happen to be running RH 8.0 on the machine.
> > 
> > After moving into a new home, my monitor has developed this odd
> > "quiver."  There are these slow undulations in the screen that are
> > there even if everything else in the room (everything except the
> > computer and the monitor, that is) is turned off.  They even continue
> > to appear when I pull the UPS out of the wall so everything is running
> > of batteries instead of wall power.
> > 
> > The monitor refresh is at 65Hz.  I can use xvidtune to modify the
> > frequence down to 60Hz at which point the undulations disappear.
> > Looks like a beat problem with the line frequency.  My wife's iMac has
> > the same problem except I can't change her refresh rate to eliminate
> > the quiver.
> > 
> > Anyone have any clues how I can eliminate this apart from the refresh
> > rate?  I've had one person suggest putting a choke on the signal
> > cable, and I'm going to try that.  Any other ideas are welcome.
> > 
> > TIA,
> > 
> > roland
> > - -- 
> >PGP Key ID: 66 BC 3B CD
> > Roland B. Roberts, PhD RL Enterprises
> > [EMAIL PROTECTED]6818 Madeline Court
> > [EMAIL PROTECTED]   Brooklyn, NY 11220
> > 
> > -BEGIN PGP SIGNATURE-
> > Version: 2.6.3ia
> > Charset: noconv
> > Comment: Processed by Mailcrypt 3.5.4, an Emacs/PGP interface
> 
> 



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



Re: KDE 3.1

2003-02-10 Thread Joe Giles
So they are not going to offer a REDHAT version of KDE 3.1?

I guess I'll have to build it by hand :(...

Oh Well, Its been a while since I had to build a big package like this,
so I guess its time to relearn :)

Thanks for the response

Joe

On Mon, 2003-02-10 at 21:21, Michael Fratoni wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Monday 10 February 2003 01:22 pm, Joe Giles wrote:
> > Does anyone know when the KDE 3.1 will be released for RedHat 8.0?
> 
> Unless there is a good reason for them to do so, it probably won't be 
> released for Psyche. Red Hat normally releases only security or bug fix 
> updates.
> 
> The current beta does include KDE 3.1, though. 
> 
> - -- 
> - -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+SHpnn/07WoAb/SsRAoTeAKCvsZybTbJu9MNEFuZ2ABBRGOKhpwCgjlIN
> BdyshXxd4KcWr+v2hDPdUDg=
> =akQx
> -END PGP SIGNATURE-
> 
> 



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



Re: Renew interface

2003-02-10 Thread Joe Giles
Yeah, go to /etc/init.d and do ./network restart . Make sure you are
root, however...

That should work for ya

Joe

On Mon, 2003-02-10 at 14:11, Tom Kovalcik wrote:
> Is there an equivalent in Redhat to the windows ipconfig renew command? I 
> am having some trouble with my cable modem and tech support wants me to 
> renew the connection and have the interface ask for a new IP address, and 
> the only way I know for sure is to reboot. The up/down commands for 
> ifconfig do not seem to be the right thing. Or are they? How about 
> /etc/init.d/network restart?
> 
> Thanks 
> 
> 



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



KDE Install Directory?

2003-02-10 Thread Joe Giles
I have a basic question for everyone...

Where is the default KDE install directory in RedHat 8.0. 

I'm trying to build KDE 3.1 and it is asking me where the KDE install
path is. 

Sorry for such a basic question, but I cant find it.


Thanks

Joe



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



KDE 3.1

2003-02-10 Thread Joe Giles
Does anyone know when the KDE 3.1 will be released for RedHat 8.0?

Thanks

Joe



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



Re: What is rawhide?

2003-01-20 Thread Joe Giles
So what you are saying is that Rawhide software is Unfinished software. So
we should avoid software from this "Rawhide" category?

Thanks


Kent Perrier said:
> On Fri, 2003-01-17 at 14:13, Lau wrote:
>> Can anyone tell me something about "rawhide"?
>
> Rawhide is the untanned skin of a bovine creature.  Once the skin is
> tanned, it is considered leather.
>
> Kent
> --
> Kent Perrier <[EMAIL PROTECTED]>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





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



Re: nvidia drivers and rh7.3

2002-12-26 Thread Joe Giles
I belive the config file for 7.3 was XF86Config-4 file.. Look for that one
and then you can edit it the same way.
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

greg said:
> Hi,
> just out of interest (been using rh8.0 for the last four or five months
> now- can't remember the last time I booted into windows!) I decided to
> download the iso's for 7.3 to see what the previous version was like.  I
> have installed and upgraded all packages and stuff.  When I came to
> installing the nvidia drivers for it, I followed the same procedure as
> with red hat 8.  I installed the drivers from the source rpm's, and all
> went well.  But in RH8 you have to edit the XF86config file and change
> the driver line to nvidia, and also make sure there is a line in the
> Module section for 'Load glx' and remove and lines containing 'Load dri'
> and also 'Load GLcore'.  I could not find anything for modules in the
> 7.3 XF86Config file, and so I re-booted the computer to see what would
> happen.  It does not boot into X.
> Is there a different procedure for installing the drivers in 7.3 to 8?
>
> thanks Greg
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





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



Re: I want to add a second network card...

2002-12-11 Thread Joe Giles
Well, Linux has come along way with auto detecting new hardware. If the
nic is on the Hardware Compatibility list for Red Hat, you can simply
add it to the machine and reboot. Kudzu should detect it and ask you if
you want to configure the new device. Once that is done, you are all
set. You can, then, use a tool like Webmin (http://www.webmin.com) to
administrate it. 

Hope this helps..


Joe

On Wed, 2002-12-11 at 09:33, Stone, Timothy wrote:
> I would like to add a second network card to my existing box.
> 
> I have looked at the various HOW-TOs and Guides at The Linux Documentation Project 
>(finding some that I have not seen before and are very interesting in themselves) but 
>did not see anything about adding new hardware.
> 
> Can anyone point me in good direction for more information? I'm running RHL 8.0. The 
>RHL Docs are not deep in this area, adding new hardware topics seems to be thin.
> 
> Thanks in advance,
> Tim
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Re: Total nOOb question: uninstalling software

2002-12-11 Thread Joe Giles
Well, most packages allow you to run a make uninstall. This needs to be
run as root. Try going to the source tree of the app and running that. 

Hope this helps!!

On Wed, 2002-12-11 at 09:27, Alex RENE wrote:
> Hi all... I know, it's REALLY a nOOb type of question but... How do you
> uninstall stuff you did not install by RPMs like from tar.gz and the
> likes ... I have WAY too many browsers installed on my machine, and I d
> like to get rid of a few other things too...
> 
> -- 
> Alex RENE <[EMAIL PROTECTED]>
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Question about Kernels

2002-12-10 Thread Joe Giles
List,

I was wondering. I want to play with building my own Kernel. My question
is this.

Can I download a Kernel from the source tree at kernel.org, say 2.5.50
(Just released) and use the Red Hat config file from an RPM installed
kernel (/usr/src/linux-2.4.18-18.8.0/configs) and compile it? Would this
work say if I don't make any changes to the kernel, but load those
config settings, build and install?

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Re: Extracting Data From a Web Site

2002-12-09 Thread Joe Giles
Probably a good idea anyway. This way I can learn more :)

Thanks for the information 

Joe

On Mon, 2002-12-09 at 10:46, Vidiot wrote:
> >Any examples you could give for extracting the data? I'm not that savvy
> >on programming :-P
> >Joe
> 
> That question is SO open ended.
> 
> I have no idea what the web pages look like.  It is probably going to require
> that you do get savvy with scripting, be it sed, awk, sh or perl.
> 
> MB
> -- 
> e-mail: [EMAIL PROTECTED]  /~\ The ASCII
>\ / Ribbon Campaign
>   X  Against
> Visit - URL: http://vidiot.com// \ HTML Email
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Re: Extracting Data From a Web Site

2002-12-09 Thread Joe Giles
Hay, now your talking :-P... That works great so far. 

Thanks


On Mon, 2002-12-09 at 10:31, Michael Schwendt wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 09 Dec 2002 10:01:06 -0700, Joe Giles wrote:
> 
> > I have been tasked with grabbing various internal websites that have
> > basic text data on them and grabbing and storing that data in another
> > text file without opening up the web page itself. Make sense? 
> 
> Well, I don't understand what you mean with "opening up the web
> site". If you don't have access to the web server machine's file
> system, you can only reach any web pages by loading them via the web
> server.
> 
> > www.myinternalwebsite.com has a location called
> > deployment_packages.htm. I want to grab the data from that page (Which
> > is plain text) and dump it into another text document not located on
> > the same server. I would like to do this from a cron job if possible.
> > 
> > Is there a way to do this with Linux?
> 
> Not limited to this one:
> 
>   links -dump http://example.com/foo.html > foo.txt
> 
> - -- 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> 
> iD8DBQE99NOO0iMVcrivHFQRAjIkAJ9Q2KJ5+65KNfTZ7jPKVMQouQTGQQCffcy4
> IJ9wRVLeABfrtsdI9Mxc214=
> =y82R
> -END PGP SIGNATURE-
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Re: Extracting Data From a Web Site

2002-12-09 Thread Joe Giles
Any examples you could give for extracting the data? I'm not that savvy
on programming :-P

Thanks

Joe

On Mon, 2002-12-09 at 10:20, Vidiot wrote:
> >I have been tasked with grabbing various internal websites that have
> >basic text data on them and grabbing and storing that data in another
> >text file without opening up the web page itself. Make sense?  Example.
> >
> >www.myinternalwebsite.com has a location called deployment_packages.htm.
> >I want to grab the data from that page (Which is plain text) and dump it
> >into another text document not located on the same server. I would like
> >to do this from a cron job if possible.
> >
> >Is there a way to do this with Linux?
> 
> Use wget to grab the HTML file from the web site.  Then use whatever scripting
> language you want to parse the file to extract what is required.
> 
> MB
> -- 
> e-mail: [EMAIL PROTECTED]  /~\ The ASCII
>\ / Ribbon Campaign
>       X  Against
> Visit - URL: http://vidiot.com// \ HTML Email
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Extracting Data From a Web Site

2002-12-09 Thread Joe Giles
List,

I have been tasked with grabbing various internal websites that have
basic text data on them and grabbing and storing that data in another
text file without opening up the web page itself. Make sense?  Example.

www.myinternalwebsite.com has a location called deployment_packages.htm.
I want to grab the data from that page (Which is plain text) and dump it
into another text document not located on the same server. I would like
to do this from a cron job if possible.

Is there a way to do this with Linux?

Any help would be appreciated

Thanks

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Re: Window Managers

2002-11-26 Thread Joe Giles
Yeah, I noticed that this was installed on my Red Hat 8 already. I tried
it and it seemed cool. Not too sure how to set it up, but that is
trivial as I can learn. 

Thanks

Joe

On Tue, 2002-11-26 at 14:11, Michael A. Peters wrote:
> On Tue, 2002-11-26 at 12:30, Joe Giles wrote:
> > List,
> > I have been using Linux for a while, and I have used Gnome and KDE
> > primarily. I wish to now broaden my horizons and try a different
> > Desktop. Is there other desktops besides Gnome and KDE. I read about
> > Window managers, but is this the same thing? Once I install it, will
> > they come up in my Log in window as an option to log into like Gnome and
> > KDE? Can I run apps that normally run on KDE and Gnome, like Evolution
> > and GKRellm?
> > 
> > Also, if someone can point me in the right direction as to what is out
> > there.
> > 
> > Thanks a million...
> > -- 
> 
> WindowMaker is awesome-
> screenshot: http://12.233.82.128/~mpeters/images/wmaker-Screenshot.png
> -- 
> Michael A. Peters <[EMAIL PROTECTED]>
-- 
  ---
   Joe Giles
   [EMAIL PROTECTED]
 AOL: MCIGiles

---
  Registered Linux User #264910 http://counter.li.org
---



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



Re: Window Managers

2002-11-26 Thread Joe Giles
Well, I checked out Enlightenment as a friend of mine also uses this. I
installed the RPM, but how do I log into it? I guess I'll have to do
some more reading :)

Thanks for the replies

Joe

On Tue, 2002-11-26 at 14:06, nate wrote:
> Joe Giles said:
> > List,
> > I have been using Linux for a while, and I have used Gnome and KDE
> > primarily. I wish to now broaden my horizons and try a different
> > Desktop. Is there other desktops besides Gnome and KDE. I read about
> > Window managers, but is this the same thing? Once I install it, will they
> > come up in my Log in window as an option to log into like Gnome and KDE?
> > Can I run apps that normally run on KDE and Gnome, like Evolution and
> > GKRellm?
> >
> 
> I've been using afterstep for the past 3 years or so. I started with
> fvwm95 back in '96 then moved to KDE when it first hit beta back in
> maybe 97 or 98, then switched to afterstep after that. KDE and GNOME
> include window managers but they are much more then that. They are considered
> desktop enviornemnts, and there are a couple other desktop enviornments
> available. CDE is a commonly used one in the commercial UNIX world(as far
> as I know its not free, you would have to get it from a company like Xinside),
> it's not that great though. Desktop enviornments provide a more complete
> user experience which generally includes common interfaces between apps
> (coded for the particular enviornment), built in tools such as a file manager,
> desktop(icons on desktop and stuff), configuration tools for the
> enviornment and a lot more. Many window managers don't  have the fancy
> bells and whistles. Configuration is usually done by hand(in config files),
> and they don't usually include many(if any) other applications.
> 
> Windowmaker is a very popular window manager, Enlightenment is too.
> afterstep is not as popular(one reason why I chose it back in the day is
> because not many used it). Windowmaker looks a lot like afterstep and
> behaves much like afterste. I believe it is also more flexible and more
> actively maintained.
> 
> If you add a new window manager, you probably have to configure your
> display manager(GDM, KDM etc) to show an option to load it. You can
> visit this page:
> 
> http://www.plig.org/xwinman/
> 
> to find more info about desktop enviornments and window managers, I'm
> suprised it's still up, I last used it 3-4-5 years ago.
> 
> I have gotten very used to afterstep and probably won't change again for
> the foreseeable future. Many of the features may be integrated into
> other window managers as well, but in some cases they don't behave the
> same way.
> 
> - activate on mouse over (but do NOT raise the application to foreground)
> - drag windows between virtual desktops(my desktop at work had 30 virtual
> desktops, my desktop at home has about 10)
> - window shading
> - 2 clicks to generate a screenshot or a windowshot
> - 2 clicks to kill any X application
> - able to move apps out of the way, even if it means placing them halfway
> inbetween 2 desktops
> - fast
> - lightweight
> - stable(I've never had it crash, ever)
> - left click on desktop to get the "start" menu
> - right click on desktop to get a list of running apps(click on the app and
> it switches to it)
> - customizable virtual desktops(you can have virtual desktops in "groups", I
> prefer 1 large virtual desktop, you can arrange them in many different orders)
> - fun dock apps to play with(though I rarely use them anymore people are
> always facinated it seems by the dock apps I have running with the various
> meters and flashing lights)
> 
> many people I talk to don't like or need the above features. It's funny
> though, people don't realize they need something until they have it. I had
> no need to do most of the above 5 years ago, but now I find it frustrating to
> use systems that don't have it(or don't have it configured).
> 
> it's a simple window manager, no bells and whistles. and even further I am
> not running the current version, I am running the same one I was running more
> then 2 years ago(1.6). Because the newer version changed some behaviors that
> I liked in the older one, so I recompiled and stuck to the older one. It's
> a self contained application unlike a desktop enviornment, and can co-exist
> peacefully(nothing else depends upon it, and it doesn't depend on anything
> special either). If you were for some reason wanting to run KDE 1 you may
> have some trouble getting it to co-exist with the rest of the system(probably
> not impossible, but not nearly as easy as with a simple windowmanger).
> 
&

Window Managers

2002-11-26 Thread Joe Giles
List,
I have been using Linux for a while, and I have used Gnome and KDE
primarily. I wish to now broaden my horizons and try a different
Desktop. Is there other desktops besides Gnome and KDE. I read about
Window managers, but is this the same thing? Once I install it, will
they come up in my Log in window as an option to log into like Gnome and
KDE? Can I run apps that normally run on KDE and Gnome, like Evolution
and GKRellm?

Also, if someone can point me in the right direction as to what is out
there.

Thanks a million...
-- 
  ---
   Joe Giles
   [EMAIL PROTECTED]
 AOL: MCIGiles

---
  Registered Linux User #264910 http://counter.li.org
---



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



Re: Theme help

2002-11-25 Thread Joe Giles
You know, I tried to install the Aqua theme from KDE-LOOK and when I
browsed for the .themerc file, the theme manager didn't see it (Even
though it was filtered to look for that extension). Now, I went to the
dir in Konqueror and it was, in fact, there. I don't recall having this
problem with 7.3. Is this another 8.0 bug? I have also upgraded KDE to
3.0.5-2.

Thanks

Joe

On Wed, 2002-11-20 at 16:34, Yoink! wrote:
> On Wed, 20 Nov 2002, Tim Arland wrote:
> > I can't get new themes installed using the theme manager (redhat 8.0)
> >
> > Any help?
> 
> How are you trying to install them, and what errors are you getting?
> 
> -- 
> \ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
>  >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
> / /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole
-- 
  -----------
   Joe Giles
   [EMAIL PROTECTED]
 AOL: MCIGiles

---
  Registered Linux User #264910 http://counter.li.org
---



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



UDMA66 Patch

2002-11-20 Thread Joe Giles
Someone mentioned a patch here on this list a while back for UDMA66. I
cant seem to find that e-mail. Can some one guild me in the right
direction? I would like it build a kernel with this UDMA66 support.

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Sending a text messages from Linux

2002-11-20 Thread Joe Giles
List,
Is there a way to send a basic text message to a Windows user from a
Linux machine on the same LAN?

Like you can do with windows using WinPopup

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



MASQ My External IP to an Internal one--- You say HU? :-P

2002-11-19 Thread Joe Giles
What I want to do is masq my external (Internet side) IP address as
something else so that when I connect to another server my actual IP is
not noted. 

Justification:
I play allot of on-line games (Counter Strike and Day Of Defeat in
particular) and when I connect to these online game servers it records
my servers IP address (I already MASQ using IPTABLES for my internal
network). I also run a web server and e-mail server and what has
happened is since I have been playing these games and broadcasting my IP
address to these "Kiddie" servers, I have noticed allot more hack
attempts and other problems. So, what I want to do is "Fake" my servers
IP address as an internal or Private IP address so these servers don't
actually get my actual IP address.

Can this be done, and if so, would it also break my WEB and E-Mail
server?

TIA

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Running httpd (apache) From xinetd

2002-11-18 Thread Joe Giles
List,

What would you all recommend? Running HTTPD as standalone, or running
with xinetd? 

Would xinetd manage resources better than standalone or no?

Thanks


-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



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



Re: Up-2-date applet missing from taskbar

2002-11-12 Thread Joe Giles
Well, I had the EXACT same problems you are having, with the exception
of the POP3 password. There was a thread a few days ago about the RHN
applet that I posted. Appears it is another bug with 8.0. Here is a
TEMPORARY workaround, however:

perl /usr/share/rhn/rhn_applet/applet.py &

That will keep it there till it decides to delete again. 

I was having some additional problems. It appears that the spell
checker, when upgraded to 1.2.0 , is disabled by default now. Now, this
is not that big of a deal for me, but it was a pain in the A$$ to change
46 users evolution's spell checkers back. This is a nice upgrade, but it
appears that the installer setup phase could use some work.

There was also some weird things happening to my task bar when I
upgraded. Cant really explain it other than to say that my task bar
applets are all strange sized. With blank fields in them and the like.
And when I was messing with them, trying to fix them, KDE SEG FAULTED
once. So far a reboot has stopped that. Not sure what is up with that
yet.

Anyway, to date, I have not seen a permanent fix for the RHN applet. 

Let me know if you or anyone else has a fix for these problems. 

Joe

On Tue, 2002-11-12 at 21:25, Jim Webb wrote:
> I upgraded my evolution groupware package from 1.0.8 to 1.2.0 tonight
> using Ximian redcarpet update tool for RH 8.0.  The directions weren't
> entirely clear, but I managed to update the package.  
> 
> Then I continued having problems where my pop3 password continually had
> to be re-entered even though I clicked on the button asking for it to be
> saved.  There were times where it wouldn't log into my ISP's pop3
> server.
> 
> I ended up rebooting the system after going into root from my regular
> user name.  When the system came back up, I noticed that the button for
> the evolution email was missing from the left panel.  A blank space was
> still there between the icon for the mozilla browser and open office
> application.  I was finally able to figure out how to get a new
> evolution button placed there by dragging and dropping from
> /usr/bin/evolution.  The icon is different from the original one, but it
> works somewhat and I still have problems with evolution messing up the
> pop3 password.
> 
> The last thing that I just noticed was that the applet in the taskbar
> indicating about up2date status is missing.
> 
> What is going on?
> 
> TIA,
> 
> Jim
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Red Hat 8.0 and Winbind

2002-11-11 Thread Joe Giles
This might be a better mail note for the SAMBA lists, but I though I'd
try here first...

I have SAMBA and WINBIND installed on an 8.0 server. I have it
configured EXACTLY like my 7.3 server (which works great)

When I try to do a getent passwd |grep username so it will reply with a
DOMAIN+username response, it just hangs. Also, now when I try to log
into ssh using a LOCAL username, it hangs at the password. I have
changed the sshd pam config file to include pam_winbind.so. I have also
made the change in the nsswitch.conf file to look at files and winbind.
Any idea as to why this doesn't work for 8.0? Maybe one of the many
issues 8.0 is having?

I also, for reverence, have the samba server joined into the NT domain.
Also, I was able to do the getent passwd |grep username before I changed
the pam files for local login. 

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH 8.0 man pages show wired charters

2002-11-11 Thread Joe Giles
What I did, and what was discussed on the list last week was this:
open /etc/sysconfig/i18n

and change this line:
LANG="en_US.UTF-8"

To this
LANG="POSIX"

That has worked for me

Hope this helps

Joe


On Mon, 2002-11-11 at 08:53, Brent Canipe wrote:
> Hey all,
>  I'm useing SecureCRT 3.01
> I'm only having this problem on RH 8.0 machines.
> 
> The man pages aren't displaying properly.
> I have tried virtualy every setting combination I can think on in SecureCRT with no 
>luck.
> 
> Is this a fixable problem on my end or is the man pages just screwed up somehow.
> 
> Brent Canipe
> Pres. / SysAdmin
> CyberStation X Web Hosting & Network Consulting
> [EMAIL PROTECTED]
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Installation freeze! Now with my BIOS settings

2002-11-10 Thread Joe Giles
Have you tried to do a text only install...

When the CD boots, and you have a list of option then a boot: prompt, I
believe you enter text and press enter. 

Hope this helps

Joe

On Sun, 2002-11-10 at 12:18, Alex wrote:
> Hi L Vachon,
> 
> if anaconda starts 
> probing for video card ---> detects my tnt2
> probing for monitor  > unable to probe < IS 
>THAT THE CAUSE WHY MY INSTALL FREZZES
> 
> If ja what can i do against it??
>   - Original Message - 
>   From: L Vachon 
>   To: [EMAIL PROTECTED] 
>   Sent: Sunday, November 10, 2002 7:13 PM
>   Subject: RE: Installation freeze! Now with my BIOS settings
> 
> 
>   Alex,
>   Did you specifically test the monitor during setup?  Even if the OS probes the 
>video card correctly, the monitor must be set correctly.  I've seen setups freeze and 
>the monitor has been the culprit.
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: mangled man page output

2002-11-09 Thread Joe Giles
Adding POSIX fix it for me as well 

Thanks

Joe

On Fri, 2002-11-08 at 17:09, Cowles, Steve wrote:
> > -Original Message-
> > From: Todd A. Jacobs 
> > Subject: mangled man page output
> > 
> > 
> > Has anyone else been experiencing mangled man page output 
> > with Psyche? I get strange things like missing dashes,
> > weird letters in place of flags and bullets, and just
> > generally bad handling.
> > 
> > Is it a groff/nroff problem, or is there something else going on?
> 
> Unicode alert!!! Based on another post I read on this list, I
> changed the LANG= line in /etc/sysconfig/i18n to...
> 
> LANG="POSIX"
> 
> I haven't had a problem since. YMMV though.
> 
> Steve Cowles
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Up2date

2002-11-07 Thread Joe Giles
I just checked mine again and its working now. Must have been RH
upgrading :)

Joe

On Thu, 2002-11-07 at 17:15, Paul Campbell wrote:
> up2date --nox -u# running for me now
> 
> Note: 2 dashes in front of  nox.
> 
> 
> At 02:33 PM 11/7/02, you wrote:
> >I recently installed redhat 8.0 and up2date keeps hanging up on me.  It 
> >seems to try to log in (and my login is correct because I can login on the 
> >rhn.redhat.com page).
> >
> >Am I missing something.  up2date-nox doesn't seem to work either.
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Up2date

2002-11-07 Thread Joe Giles

Yeah, mine is doing this too. I exit with an SSL error. Funny, I don't
use SSL. Must be Red Hat Upgrading :)

Joe

On Thu, 2002-11-07 at 15:33, Blake Thornton wrote:
> I recently installed redhat 8.0 and up2date keeps hanging up on me.  It 
> seems to try to log in (and my login is correct because I can login on the 
> rhn.redhat.com page).
> 
> Am I missing something.  up2date-nox doesn't seem to work either.
> 
> Thanks,
> Blake
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: UP2DATE Notifyer Gone

2002-11-06 Thread Joe Giles
OPPS... Nevermind my last message.. I didn't realize I was ssh'ed into
my server when I ran that :-P

That does seem to work for me...

Thanks

Joe

On Wed, 2002-11-06 at 22:57, Joe Giles wrote:
> When I run that I get this error
> 
> The GNOME panel is not running.
> 
> Maybe that is the key?
> 
> Any idea how to start that panel? I'm new to gnome. I use KDE mainly
> 
> Thanks for the reply :)
> 
> Joe
> 
> On Wed, 2002-11-06 at 17:21, Jonathan Gaudette wrote:
> > You aren't alone, it's another wonderful bug.  I can't recover the space
> > that it's suppose to be in, but I can get it back (temporarily though,
> > it seems).  run
> > $ perl /usr/share/rhn/rhn_applet/applet.py &
> > 
> > It seems that it will stay through a restart, but then some days I get
> > on my system and it's gone (all I've done is locked it, too, no
> > restart).  Very weird.  
> > 
> > If anyone knows a perminent fix, or even how to get the "space" back,
> > that the other left, it'd be much appreciated :)
> > 
> > -- 
> > -Jon "GenKiller" Gaudette
> > Digital Drip Webmaster (digital-drip.com)
> > CNCNZ Co-Webmaster (cncnz.com)
> > 
> > On Wed, 2002-11-06 at 15:00, Joe Giles wrote:
> > > List, 
> > > I use KDE on my RH 8.0 machine and I noticed the other day that the
> > > up2date status that sits in my systray is not there anymore. There is,
> > > instead, a spot for it that seems to be taken up but nothing is visible.
> > > Is there a way to get this back? I have tried removing the system tray
> > > applet and re adding it to no avail. 
> > > 
> > > Any help would be great.
> > > 
> > > Thanks
> > > -- 
> > > Joe Giles
> > > [EMAIL PROTECTED]
> > > AOL: mcigiles
> > > 
> > > ---
> > > Registered Linux User #264910 http://counter.li.org
> > > ---
> > > 
> > > 
> > > 
> > > -- 
> > > redhat-list mailing list
> > > unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> > 
> > 
> > 
> > -- 
> > redhat-list mailing list
> > unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> -- 
> Joe Giles
> [EMAIL PROTECTED]
> AOL: mcigiles
> 
> ---
> Registered Linux User #264910 http://counter.li.org
> ---
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: UP2DATE Notifyer Gone

2002-11-06 Thread Joe Giles
When I run that I get this error

The GNOME panel is not running.

Maybe that is the key?

Any idea how to start that panel? I'm new to gnome. I use KDE mainly

Thanks for the reply :)

Joe

On Wed, 2002-11-06 at 17:21, Jonathan Gaudette wrote:
> You aren't alone, it's another wonderful bug.  I can't recover the space
> that it's suppose to be in, but I can get it back (temporarily though,
> it seems).  run
>   $ perl /usr/share/rhn/rhn_applet/applet.py &
> 
> It seems that it will stay through a restart, but then some days I get
> on my system and it's gone (all I've done is locked it, too, no
> restart).  Very weird.  
> 
> If anyone knows a perminent fix, or even how to get the "space" back,
> that the other left, it'd be much appreciated :)
> 
> -- 
> -Jon "GenKiller" Gaudette
> Digital Drip Webmaster (digital-drip.com)
> CNCNZ Co-Webmaster (cncnz.com)
> 
> On Wed, 2002-11-06 at 15:00, Joe Giles wrote:
> > List, 
> > I use KDE on my RH 8.0 machine and I noticed the other day that the
> > up2date status that sits in my systray is not there anymore. There is,
> > instead, a spot for it that seems to be taken up but nothing is visible.
> > Is there a way to get this back? I have tried removing the system tray
> > applet and re adding it to no avail. 
> > 
> > Any help would be great.
> > 
> > Thanks
> > -- 
> > Joe Giles
> > [EMAIL PROTECTED]
> > AOL: mcigiles
> > 
> > ---
> > Registered Linux User #264910 http://counter.li.org
> > ---
> > 
> > 
> > 
> > -- 
> > redhat-list mailing list
> > unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Upgrading KDE

2002-11-06 Thread Joe Giles
Ok.. I did that and it worked. 

Thanks for the advice :)

Joe

On Wed, 2002-11-06 at 10:25, MET wrote:
> To my understanding, as I asked this question earlier is yes, just do
> ' rpm -Uvh --nodeps *.rpm '.  Haven't had a guaranteed safe** time to
> test it out through.  But it should work as long as you have ALL the
> rpm's from the site.  And also note, RH VERY SADLY doesn't really
> support KDE.  Apparently just one of their employees during their spare
> time makes the rpm's so who knows.  So far so good though.
> 
> ~ MET
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:redhat-list-admin@;redhat.com]
> On Behalf Of Joe Giles
> Sent: Wednesday, November 06, 2002 1:17 AM
> To: Red Hat List
> Subject: Upgrading KDE
> 
> 
> List,
> I would like some advice on upgrading my KDE to 3.0.4. I guess there are
> some bug fixes and security patches with this new version, so I would
> like to upgrade. Now, in the past, I would simply do a rpm -UHV --nodeps
> *.rpm in the directory that contained the KDE rpm's. Is this what you
> would do. Or is there a better safer way to do this. 
> 
> Any opinions are welcome. 
> 
> Thanks
> -- 
> Joe Giles
> [EMAIL PROTECTED]
> AOL: mcigiles
> 
> ---
> Registered Linux User #264910 http://counter.li.org
> ---
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



UP2DATE Notifyer Gone

2002-11-06 Thread Joe Giles
List, 
I use KDE on my RH 8.0 machine and I noticed the other day that the
up2date status that sits in my systray is not there anymore. There is,
instead, a spot for it that seems to be taken up but nothing is visible.
Is there a way to get this back? I have tried removing the system tray
applet and re adding it to no avail. 

Any help would be great.

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Upgrading KDE

2002-11-05 Thread Joe Giles
List,
I would like some advice on upgrading my KDE to 3.0.4. I guess there are
some bug fixes and security patches with this new version, so I would
like to upgrade. Now, in the past, I would simply do a rpm -UHV --nodeps
*.rpm in the directory that contained the KDE rpm's. Is this what you
would do. Or is there a better safer way to do this. 

Any opinions are welcome. 

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: /etc/sysconfig/harddisks settings

2002-11-05 Thread Joe Giles
Perfect. 

That worked. 

Thanks :)

Joe
On Tue, 2002-11-05 at 12:49, Robert P. J. Day wrote:
> On 5 Nov 2002, Joe Giles wrote:
> 
> > List, 
> > I am trying to set EXTRA_PARAMS= in the above mentioned file, and it
> > appears that if I add more than one parameter, it doesn't activate any.
> > I'm trying to add this to that line:
> > 
> > EXTRA_PARAMS=-c1 -X69 -u1
> 
> EXTRA_PARAMS="-c1 -X69 -u1"
> 
> rday
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



/etc/sysconfig/harddisks settings

2002-11-05 Thread Joe Giles
List, 
I am trying to set EXTRA_PARAMS= in the above mentioned file, and it
appears that if I add more than one parameter, it doesn't activate any.
I'm trying to add this to that line:

EXTRA_PARAMS=-c1 -X69 -u1

But when I do that, none of the settings hold. Now, if I add one, like
the -c1, then it works. Is there a proper format for this line?

Note:

When I do this on the command line list this:

hdparm -c1 -X69 -u1 /dev/hdb

it works fine with this output:

/dev/hdb:
 setting 32-bit IO_support flag to 1
 setting unmaskirq to 1 (on)
 setting xfermode to 69 (UltraDMA mode5)
 IO_support   =  1 (32-bit)
 unmaskirq=  1 (on)

Thanks

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Linux Maximum Ram

2002-10-29 Thread Joe Giles
Cool, thanks. Now, the BIGMEM kernel can handle more, right? Maybe
double that?

Thanks

Joe

On Tue, 2002-10-29 at 10:17, Teodor Georgiev wrote:
> 4GB I think.
> 
> - Original Message - 
> From: "Joe Giles" <[EMAIL PROTECTED]>
> To: "Red Hat List" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 29, 2002 7:14 PM
> Subject: Linux Maximum Ram
> 
> 
> > How much ram can the 2.4.18 kernel support(Maximum system ram)?
> > 
> > Thanks
> > -- 
> > Joe Giles
> > [EMAIL PROTECTED]
> > AOL: mcigiles
> > 
> > ---
> > Registered Linux User #264910 http://counter.li.org
> > ---
> > 
> > 
> > 
> > -- 
> > redhat-list mailing list
> > unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Linux Maximum Ram

2002-10-29 Thread Joe Giles
How much ram can the 2.4.18 kernel support(Maximum system ram)?

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Hogwash Help

2002-10-29 Thread Joe Giles
I was wondering if anyone on this list could assist me with Hogwash?

I have e-mailed the Hogwash list, but it appears that no one frequents
this list as I have not received a reply. 

I have downloaded it and installed it using the default rules that came
with the tar file. I was able to get it up an running, however, I have
allot of questions about the way it works and some of the features and
there doesn't seem to be allot of documents on-line about Hogwash (Or I
cant seem to locate them).

Any help with locating some documentation, HOWTO's, or any other help
would be great.

Thanks
-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



IMAP Server using DIGEST-MD5

2002-10-28 Thread Joe Giles
List,
I was wondering if anyone has set up an IMAP server and used the
DIGEST-MD5 password security?

If so, could you please point me in the right direction to set this up
using the default IMAP server that comes with Red Hat 7.3.

Thanks a million

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kernel Recompile

2002-10-25 Thread Joe Giles
Sounds like the Config file problem. you can get the default kernal
config that comes with Red Hat from the directory configs in your source
tree. Then, find the one that corresponds to your setup and copy it to
the root of the source tree as the filename .config

Then, run make xconfig again and make your additions. This might solve
all your problems. 

Thanks

Joe

On Fri, 2002-10-25 at 14:32, Jeremy Hein wrote:
> Does anyone have step by step instructions to recompile a kernel or can 
> possibly help me? And please don't point me to the kernel howto since 
> I've been down that road. I've tried several times all with different 
> problems. First of all, I am recompiling because I want to add ntfs, 
> ipx, and possibly some others in the future. I normally begin by running 
> make xconfig, but the problem is I don't want to look through every 
> option (half of which are totally unknown to me). Is there a way to load 
> the current kernel configurations? I then run make dep and make clean 
> and make bzImage. If I copy the bzImage and put the "kernel /bzImage" 
> command in grub, then my new kernel boots with the ntfs support, but it 
> doesn't mount my ethernet card and it complains about not having ext3 
> support and there's nothing but kernel.h in my /boot directory?!?! If 
> instead of copying the new kernel, I do a make install, then it appends 
> custom to the name of the kernel files in my /boot directory and creates 
> a new section in my grub.conf file, but when I boot with it, it has a 
> heart attack (kernel panick) and says something about my root=LABEL 
> being a problem. Any help is greatly appreciated.
> 
> Jeremy
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



SAMBA Log Entry find_domain_master_name_query_fail

2002-10-25 Thread Joe Giles
List,
I am getting HUNDREDS of these messages in the messages file and I was
wondering if there was a way to stop them from happending. My Samba server
is running GREAT and there is no visible problems. I found some info about
this using google and some of the messages mentioned to make the server a
DOMAIN MASTER. Well, it is. Not sure about the OS level (set to 33)
though. Any help would be great.

Thanks a million

Here is the log entry:

[2002/10/24 23:53:19, 0]
nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(358)
 : 2 Time(s)


-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Changing the default browser

2002-10-24 Thread Joe Giles
Not to sound to dumb, but where would I place that. Would I put it in my
profile and export it?

Thanks for the help 

Joe

On Thu, 2002-10-24 at 14:05, Darryl Darling wrote:
> RedHat 8.0 is using the file /usr/bin/htmlview.  I changed the following 
> to setup my default browser.  
> 
> X11BROWSERS_KDE="/usr/bin/konqueror /usr/bin/kfmbrowser"
> X11BROWSERS_GNOME="/usr/local/mozilla/mozilla /usr/bin/galeon"
> X11BROWSERS_GENERIC="/usr/local/mozilla/mozilla 
> /usr/local/netscape7/netscape"
> 
> Hope this helps.
> Darryl
> 
> Joe Giles wrote:
> 
> >Yeah, I changed that already. That is for system links. I'm referring to
> >Evolution. When I click on a link inside an e-mail address, it opens
> >Mozilla. I want it to open Netscape. I was thinking about a setting in
> >Evolution, but I can't find one. Maybe a Gnome setting?
> >
> >Thanks for the reply :)
> >
> >Joe
> >
> >On Thu, 2002-10-24 at 12:45, mark wrote:
> >  
> >
> >>On Thursday 24 October 2002 01:15 pm, Joe is done writ:
> >>
> >>
> >>>How would one change the default browser in Linux?
> >>>So, when Evolution opens up a link, it opens Netscape instead of
> >>>Mozzila.
> >>>  
> >>>
> >>It took me long enough to find this answer. Control Center->file 
> >>browsing->file associations->text, and then select html, shtml, and any other 
> >>thing that hits your fancy (.swf for flash, etc), and, if mozilla isn't in 
> >>the list, add it, then use the "up" to make sure that it's at the top of the 
> >>list.
> >>
> >>Th'-th'-th-that's all, f-f-f-folks!
> >>
> >>  mark
> >>
> >>-- 
> >>A horned and tusked purple thing went racing along the 
> >>ridge to my right pursued by a hairless orange-skinned 
> >>creature with long claws and a forked tail.  Both were 
> >>wailing in different keys.
> >>
> >>I nodded.  It was just one damned thing after another.
> >>
> >>
> >>  - from _Trumps of Doom_ by Roger Zelazny
> >>
> >>
> >>
> >>-- 
> >>redhat-list mailing list
> >>unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> >>https://listman.redhat.com/mailman/listinfo/redhat-list
> >>
> >>
> >
> >
> >
> >
> >  
> >
> 
> -- 
> Your favorite stores, helpful shopping tools and great gift ideas. 
> Experience the convenience of buying online with Shop@Netscape! 
> http://shopnow.netscape.com/
> 




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Default Browser

2002-10-24 Thread Joe Giles
List, 

How would one change the default browser in Linux?
So, when Evolution opens up a link, it opens Netscape instead of
Mozzila.

Thanks

Joe



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Changing the default browser

2002-10-24 Thread Joe Giles
Yeah, I changed that already. That is for system links. I'm referring to
Evolution. When I click on a link inside an e-mail address, it opens
Mozilla. I want it to open Netscape. I was thinking about a setting in
Evolution, but I can't find one. Maybe a Gnome setting?

Thanks for the reply :)

Joe

On Thu, 2002-10-24 at 12:45, mark wrote:
> On Thursday 24 October 2002 01:15 pm, Joe is done writ:
> > How would one change the default browser in Linux?
> > So, when Evolution opens up a link, it opens Netscape instead of
> > Mozzila.
> 
> It took me long enough to find this answer. Control Center->file 
> browsing->file associations->text, and then select html, shtml, and any other 
> thing that hits your fancy (.swf for flash, etc), and, if mozilla isn't in 
> the list, add it, then use the "up" to make sure that it's at the top of the 
> list.
> 
> Th'-th'-th-that's all, f-f-f-folks!
> 
>   mark
> 
> -- 
> A horned and tusked purple thing went racing along the 
> ridge to my right pursued by a hairless orange-skinned 
> creature with long claws and a forked tail.  Both were 
> wailing in different keys.
> 
> I nodded.  It was just one damned thing after another.
> 
> 
>   - from _Trumps of Doom_ by Roger Zelazny
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



System Tray and Other KDE issues

2002-10-23 Thread Joe Giles

List,
1> I seem to have misplaced items that usually appear in my system tray.
Such as the Red Hat Network status, Security key, and some other items.
I have tried to remove the applet and re add it to no avail. Is there a
setting for this that I'm missing?

2> For some reason, I cant change my login manager. With 7.3, I would
use the KDE one. This way, I can have some of my users listed there.
Now, I tried the desktop switching tool and tried to edit the
/etc/sysconfig/desktop and that didn't seem to work.

Any idea how to fix these items?

Any help would be GREAT!!!

Thanks

--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---





-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



System Tray and Other KDE issues

2002-10-23 Thread Joe Giles
List,
1> I seem to have misplaced items that usually appear in my system tray.
Such as the Red Hat Network status, Security key, and some other items. I
have tried to remove the applet and re add it to no avail. Is there a
setting for this that I'm missing?

2> For some reason, I cant change my login manager. With 7.3, I would use
the KDE one. This way, I can have some of my users listed there. Now, I
tried the desktop switching tool and tried to edit the
/etc/sysconfig/desktop and that didn't seem to work.

Any idea how to fix these items?

Any help would be GREAT!!!

Thanks

--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Make the next restart in Command Line instead of GUI

2002-10-22 Thread Joe Giles
Sure is.. Edit the /etc/inittab file and change the 5 to a 3 on the line
that looks like this:

id:5:initdefault:

After the change, it should look like this

id:3:initdefault:

Hope this helps

-- 
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

MET said:
> Is there a way without having to edit the file '"""" to make the next
> restart run in command line instead of GUI?  Say for chance I want to
> update KDE and I know that I'm going to do that next restart.  Can this
> be done?
>
> ~ Matthew
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: MSN client?

2002-10-22 Thread Joe Giles
I use kmess for MSN service on Linux(Just google for kmess and its the
first link I think:)). It works great for me and I have chat room options.
As far as gaim goes, I believe you can join chats, but I haven't tried to
create chats.

Hope this helps


--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---

Mike Burger said:
> On Mon, 21 Oct 2002, Rodney Fulk wrote:
>
>>
>> Currently I am looking to see if there is a Linux program which will
>> give me a connection to the MSN messenger stuff as well as the chat
>> rooms.
>>
>> Is there one available?
>> I understand GAIM is supposed to work with the IM stuff but does it do
>> chat rooms?
>
> Don't you have to be connected to/through MSN to use their chat rooms?
>
> --
> Mike Burger
> http://www.bubbanfriends.org
>
> Visit the Dog Pound II BBS
> telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



run-parts /etc/cron.daily ---Log rotate

2002-10-21 Thread Joe Giles
list,

I cant seem to figure out why I get these mail messages from ROOT on my
server. Looks like its related to the daily cron job for Log rotate. I get
everyone of my entries in the mail messages. Can anyone shed some light to
this.

Thanks a million!!!

--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

---
Registered Linux User #264910 http://counter.li.org
---






-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



  1   2   3   >