RE: Where is HOSTNAME set?

2002-11-08 Thread Gregory Hosler
/etc/sysconfig/network

which is read when you bring up your network (or anything that reads
/etc/sysconfig/network)

-Greg

On 08-Nov-02 Thomas Ribbrock wrote:
> Hi all,
> 
> I'm currently trying to set up my laptop so that I can boot it with
> network settings either for home or for work. I've already figured out that
> I can simply append a variable to the kernel parameters in GRUB which is
> then available for the init scripts, so I can simply use two different GRUB
> entries. I've also set up /etc/hosts, /etc/resolv.conf,
> /etc/sysconfig/network and /etc/sysconfig/network-scripts for both home and
> work. Further, I've added a script to the init scripts, which evaluates said
> variable and sets the correct symlinks to the files I mentioned.
> 
> This works beautifully for IP address, gateway and DNS settings, however,
> for some reason, the HOSTNAME doesn't get set properly (i.e. it stays on the
> "old" value). To me, it looks as if HOSTNAME is set "too early", i.e. before
> my script runs and sets the correct symlinks. This is confirmed by the fact
> that if I boot twice with the same setting, the second time round the
> hostname *is* set correctly (i.e. the symlink is already in place).
> 
> Hence my question: When in the boot process is HOSTNAME set? It must be
> earlier than "S07" (that's the level I added my script at), but I can't seem
> to find it... :-(
> 
> Cheerio,
> 
> Thomas
> -- 
>  http://www.netmeister.org/news/learn2quote.html
>...'cause only lusers quote
> signatures!
>  Thomas Ribbrock | http://www.ribbrock.org | ICQ#: 15839919
>"You have to live on the edge of reality - to make your dreams come true!"
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 08-Nov-02
Time: 16:27:52

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



Re: USB hard drive with Linux?

2002-10-22 Thread Gregory Hosler
if you have no scsi, it will be /dev/sda

you may need to modprobe usb-storage first, and of course the usb filesystem
will need to be mounted.

/home/greg# mount -v | grep usb
usbdevfs on /proc/bus/usb type usbdevfs (rw)

after that it should work just fine.

-G

On 22-Oct-02 Jonathan Gaudette wrote:
> How do you find out what usb device your hard drive is connected to?  I
> don't see it anywhere.  I am an external hard drive (comp. usa brand)
> that I've been trying to hook up, randomly selecting scsi devices and
> trying to mount them, but nothing works.  I also have a palm that I want
> to start sync'ing up, but I have no idea how to begin identifying which
> usb ports are where in /dev :(
> 
> -Jon
> 
> On Mon, 2002-10-21 at 21:30, Todd A. Jacobs wrote:
>> On Mon, 21 Oct 2002, Steven Raymond wrote:
>> 
>> > When you say "painful", do you mean there are more problems, or simply a
>> > lot slower?
>> 
>> A *lot* slower. Large backups were writing at about 1MB/s.
>> 
>> > Did you ever get it working under RH7.2?
>> 
>> I got the drive working, but not the shutdown umount. Like I said, if
>> you're using a journaling filesystem, that shouldn't be a huge worry. But
>> three machines and two versions of Red Hat later, it still won't umount
>> automatically for me.
>> 
>> > Forever ~ many hours, overnight, two weeks?  I tried overnight and it was 
>> > still 5xx/1024.
>> 
>> About 3 hours or so on my 120 GB drive, and the I/O caused the rest of the 
>> system to slow down while it was chugging away.
>> 
>> -- 
>> "The only thing that helps me maintain my slender grip on reality is the
>> friendship I share with my collection of singing potatoes."
>> 
>>  - Holly, JMC Vessel *Red Dwarf*
>> 
>> 
>> 
>> -- 
>> redhat-list mailing list
>> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
>> https://listman.redhat.com/mailman/listinfo/redhat-list
> -- 
> -Jon "GenKiller" Gaudette
> Digital Drip Webmaster (digital-drip.com)
> CNCNZ Co-Webmaster (cncnz.com)
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 23-Oct-02
Time: 09:20:31

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



Informix and Red Hat 7.3

2002-10-18 Thread Gregory Hosler
Anyone running Informix 9.21 on Red Hat 7.3 ?

I'm sure I had a working setup when I first installed Red Hat 7.3. Haven't used
it for awhile. Wentr to retry the Informix server last night, and realised that
it wasn't starting (and hasn't for quite some time).

My Red Hat 7.3 is quite up to date (all erratta applied). Not sure when
Informix stopped running. When I run oninit, it tells me:

oninit: Fatal error in shared memory creation

When I strace oninit, I see

  writev(2, [{"oninit", 6}, {": ", 2}, {"relocation error", 16}, {": ", 2},
  {"/opt/informix/lib/libpthread.so."..., 33}, {": ", 2}, {"symbol __on_exit,
  version GLIBC_"..., 90}, {"", 0}, {"", 0}, {"\n", 1}], 10oninit: relocation
  error: /opt/informix/lib/libpthread.so.0: symbol __on_exit, version GLIBC_2.0
  not defined in file libc.so.6 with link time reference

which is supposedly fixed by renaming /opt/informix/lib/libpthread.so.0 - I
tried renaming /opt/informix/lib/libpthread.so.0, and oninit will get past the
library load problem, but will still fail to startup, with the same error
message (and with no clue in the strace - apparently the "fail to create shared
memory" is coming from a sub process.

Anyone having luck with this, or ran into the problem, and have a solution ?

thx, and rgds,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 18-Oct-02
Time: 09:00:09

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: RH8 mpg's

2002-10-07 Thread Gregory Hosler


On 07-Oct-02 Carter, Shaun G wrote:
> There are NONE.  Redhat removed all video players from the distro for some
> yet to be announced reason

actually, if you refer to the RELEASE-NOTICE on the 1st cd, you will see that 
it is clearly spelled out.

rgds,

-Greg

> -Original Message-
> From: doug [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 06, 2002 9:00 AM
> To: [EMAIL PROTECTED]
> Subject: RH8 mpg's
> 
> 
> under 7.3 i could just click on a mpg file and it would load to view..
> but now i'm unable to view mpg files. what is the default viewer for
> RH8?
> 
> 
> thanks
> Doug
> 
> 
> 
> -- 
> 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

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 08-Oct-02
Time: 10:57:42

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



calendar question

2002-09-16 Thread Gregory Hosler

Hi,

I'm looking for a replacement for outlook calendaring. (not so much personal
calender management, more on the global level).

for example. we have a shared conference room in out organization. Presently
there is a calender used for arranging the booking. People who want to use the
conference room, will pull up outlook, pull up the calendar for the conference
room, and put their name in the time slot that they wish to book.

I'm looking for a Linux based replacement for the above. Will evolution's
calendering do something like this, or is that strictly "personal calendaring" ?
(and what's a good "global calendering" solution ?)

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 17-Sep-02
Time: 13:36:12

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



Re: Whats in my kernel?

2002-08-28 Thread Gregory Hosler

I believe the kernel config file is /boot/config-##.##.## as installed when
you installed the kernel.

I believe that you can use this option file to build an exact duplicate of the
installed kernel.

-Greg

On 29-Aug-02 Michael Fratoni wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Wednesday 28 August 2002 11:58 am, Blake Thornton wrote:
>> Does anyone know how I can tell what has been compiled into my kernel?
>> Right now, I would like to know if appletalk has been compiled in, but
>> this would seem to be a useful thing to be able to know for any kernel
>> options.
> 
> For a stock Red Hat kernel, if the kernel-source package is installed, you 
> can see the config file used to build the kernel in 
> /usr/src/linux-2.4/configs/
> 
> Try something like:
> [mfratoni@paradox devel]$ grep -i apple 
> /usr/src/linux-2.4/configs/kernel-2.4.18-athlon.config
># Appletalk devices
> CONFIG_APPLETALK=y
> CONFIG_DEV_APPLETALK=y
> 
> (Recent kernel packages (at least in the 7.3 release) also include the 
> config file in /boot/)
> 
> $ grep -i apple /boot/config-2.4.18-10
># Appletalk devices
> CONFIG_APPLETALK=y
> CONFIG_DEV_APPLETALK=y
> 
> Hope that helps,
> - -- 
> - -Michael
> 
> pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
> Red Hat Linux 7.{2,3} in 8M of RAM: http://www.rule-project.org/
> - --
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iEYEARECAAYFAj1te3kACgkQn/07WoAb/SuCYQCgnOOi/Gqn0V1AX1n+1C5GSveG
> Xl4AoIC/DEoAxQlg5LrdpGtUMuJWyN9o
> =sPQg
> -END PGP SIGNATURE-
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 29-Aug-02
Time: 13:59:28

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: still unable to have short passwords

2002-08-15 Thread Gregory Hosler

go to the directory:

/usr/share/doc/pam-0.75/txts (or html/)

and look at the document pam.txt (or pam-6.html)

hint. do a grep for short

cd /usr/share/doc/pam-0.75/txts/
grep -i short *

then view the document(s) listed w/ your favorite editor/browser, searching for
the text listed.

-Greg

On 15-Aug-02 Daniel Tan wrote:
> Hi all,
> after some help from people...i am still unable to have shorter user
> passwords on my rh 7.3 machine. tried editing login.defs and in the PAM
> config directory (/etc/pam.d)and look there either for passwd or system-auth
> config file.
> open it and look at a line with pam_cracklib.so mentioned.
> Remove the pam_cracklib.
> 
> all doesn't work for me at all...how?
> 
> Regards,
> Daniel Tan
> 67469188 Ext.665
> DID: 68430665
> MIS Department
> Shop N Save Pte Ltd
>: [EMAIL PROTECTED]
> 
> [This e-mail is confidential and may also be privileged. If you are not the
> intended recipient, please delete it and notify us immediately; you should
> not copy or use it for any purpose, nor disclose its contents to any other
> person. Thank you.]
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 15-Aug-02
Time: 16:05:44

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: changing scsi cards after install/ scsi cd burn dies on fixa

2002-07-28 Thread Gregory Hosler


On 28-Jul-02 clover wrote:
> hello,
>   i used to have a 6.2 machine. i wiped
> everything and install 7.3. i also changed the 
> advansys to an adaptec aha-2940w/2940uw scsi 
> card before the new install. now i want to use 
> my old advansys and try to burn a cd and see if 
> it still dies when it is fixating the cd. kudzu 
> removed the old configuration for the card and 
> found the new one. but it is not being loaded 
> when i boot. i have the errors from the boot 
> pasted below. i did a search on google about 
> this but could not find information on this 
> subject. thank you in advance for any fixes/leads
> on how to resolve this.
> 
> eric
> 
> 
> SCSI subsystem driver Revision: 1.00
> kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

this is not really your problem. (i.e. this "error" occurs even in a "normal
properly configured boot"

I am guessing that you're /partition is on scsi. You need an initrd that
includes the necessary scsi driver. therefore if you swap scsi cards and / is
on the scsi card that you swapped out, you will need to boot the install cd in
rescue mode, mount your root partitions (which will probably happen
automagically), and then chroot to your normal system, make a new initrd (man
mkinitrd), and then update either lilo.conf, or grub.conf as appropriate. (and
it you're using lilo, you will need to re-lilo.)

you probably should backup the old initrd file, just incase you think you might
go back to it.

rgds,

-Greg


> 
> in looking at the log it did not log all the error messages.
> from what i saw it was still trying to load the old ahaxxx drivers.
> and /sbin/lsmod shows the advansys module loaded
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 29-Jul-02
Time: 09:35:49

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: single user mode password

2002-07-02 Thread Gregory Hosler

single user mode is normally reserved for root only. A lot of services just
aren't turned on by default. As root, you can just su to the user that you need
to be, for whatever reason. and, of course, as root, you can create the user
account, and password, using the GUI redhat-config-users, or if you are
restricted to console terminal mode, then useradd/passwd are your friends.
(the man pages for useradd is fairly thorough, if long).

-Greg


On 02-Jul-02 shyam wrote:
> hi friends
> 
> I am using 7.1 ,i need to set a password for single user mode 
> login, how do i ?
> 
> shyam
> 
> 
> 
> _
> There is always a better job for you at Monsterindia.com.
> Go now http://monsterindia.com/rediffin/
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 02-Jul-02
Time: 16:07:52

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: X Windows won't start

2002-06-26 Thread Gregory Hosler


On 27-Jun-02 Rob Yale wrote:
> I'm currently having a problem with one of my machines, where if I issue
> the command 'startx', I get a 'command not found' error.  I'm quite
> certain I installed X on this machine.

is /usr/bin/X11 in your PATH ?

-Greg

> I'm using Red Hat 7.0.
> 
> Firstly, I have no idea how to debug this problem - the installation
> details of the GUI are still a bit of a mystery to me.  How might I
> proceed?  And if I determine that X isn't on the machine, how would I
> install it on its own?  What RPMs would I need?
> 
> Thanks,
> 
> Rob Yale
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 27-Jun-02
Time: 14:14:34

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: SMTP AUTH Micro-HOWTO v2 (corrected)

2002-06-24 Thread Gregory Hosler
ed by foreign host.


Next question. Assuming that all relaying is to be done by smtp authentication,
and none by domain, are steps 10,11,12 necessary ? (i.e. /etc/mail/relay-domains
is non-existant)


thx, and rgds,

-Greg
 
>  10. Test removing all relaying in the access map at 2:00 AM then 
> trying to send mail. Do this by backing up your current /etc/mail/access 
> and using something like this:
> 
># Check the /usr/share/doc/sendmail-8.11.6/README.cf file for a description
># of the format of this file. (search for access_db in that file)
># The /usr/share/doc/sendmail-8.11.6/README.cf is part of the sendmail-doc
># package.
>#
># by default we allow relaying from localhost...
> localhost.localdomain   RELAY
> localhost   RELAY
> 127.0.0.1   RELAY
> 
>  11. Ensure that your file /etc/mail/relay-domains contains *only* 
> the domains you host.
> 
>  12. Ensure that your sendmail.mc does not enable relaying in funny 
> forms like "accept unresolvable domains", "relay by domain", or any of that 
> crap. An example (complete) sendmail.mc which is relay-safe is included here:
> 
> divert(-1)
> dnl This is the sendmail macro config file. If you make changes to this file,
> dnl you need the sendmail-cf rpm installed and then have to generate a
> dnl new /etc/sendmail.cf by running the following command:
> dnl
> dnlm4 /etc/mail/sendmail.mc > /etc/sendmail.cf
> dnl
> include(`/usr/share/sendmail-cf/m4/cf.m4')
> VERSIONID(`linux setup for Red Hat Linux')dnl
> OSTYPE(`linux')
> define(`confDEF_USER_ID',``8:12'')dnl
> undefine(`UUCP_RELAY')dnl
> undefine(`BITNET_RELAY')dnl
> define(`confAUTO_REBUILD')dnl
> define(`confTO_CONNECT', `1m')dnl
> define(`confTRY_NULL_MX_LIST',true)dnl
> define(`confDONT_PROBE_INTERFACES',true)dnl
> define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
> define(`ALIAS_FILE', `/etc/aliases')dnl
> dnl define(`STATUS_FILE', `/etc/mail/statistics')dnl
> define(`UUCP_MAILER_MAX', `200')dnl
> define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
> define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
> define(`confAUTH_OPTIONS', `A')dnl
> TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
> define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
> dnl define(`confTO_QUEUEWARN', `4h')dnl
> dnl define(`confTO_QUEUERETURN', `5d')dnl
> dnl define(`confQUEUE_LA', `12')dnl
> dnl define(`confREFUSE_LA', `18')dnl
> dnl FEATURE(delay_checks)dnl
> FEATURE(`no_default_msa',`dnl')dnl
> FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
> FEATURE(`mailertable',`hash -o /etc/mail/mailertable.db')dnl
> FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl
> FEATURE(redirect)dnl
> FEATURE(always_add_domain)dnl
> FEATURE(use_cw_file)dnl
> FEATURE(use_ct_file)dnl
> FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl
> FEATURE(`access_db',`hash -o /etc/mail/access.db')dnl
> FEATURE(`blacklist_recipients')dnl
> EXPOSED_USER(`root')dnl
> dnl Change sendmail to only listen on the loopback interface and
> dnl the internal network interface; never accept outside traffic.
> dnl Add "dnl" to both DAEMON_OPTIONS lines to accept mail from
> dnl all network interfaces.
> dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
> dnl DAEMON_OPTIONS(`Port=smtp,Addr=192.168.0.1, Name=MTA')
> dnl NOTE: binding both IPv4 and IPv6 daemon to the same port requires
> dnl   a kernel patch
> dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')
> dnl We strongly recommend to comment this one out if you want to protect
> dnl yourself from spam. However, the laptop and users on computers that do
> dnl not have 24x7 DNS do need this.
> dnl FEATURE(`accept_unresolvable_domains')dnl
> dnl FEATURE(`relay_based_on_MX')dnl
> MAILER(smtp)dnl
> MAILER(procmail)dnl
> Cwlocalhost.localdomain
> 
>  13. Hover anxiously over the server for a couple of days and check 
> for "Relaying denied" errors. Track them down aggressively as most will be 
> your own customers. :) Fix their mail client configurations which they 
> didn't fix before when you told them to.
> 
>  14. Get some sleep.
> 
> 
> 
> -- 
> Rodolfo J. Paiz
> [EMAIL PROTECTED]
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 25-Jun-02
Time: 09:49:40

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



Re: Rhosts file

2002-06-12 Thread Gregory Hosler


On 12-Jun-02 Keith Morse wrote:
> On Wed, 12 Jun 2002, Danny Sternkopf wrote:
> 
>> Hi all,
>> 
>> I am running RedHat Linux 7.2 on my boxes and I have some troubles with the
>> user's
>> .rhosts file. I want to allow the login procedure via rsh and rlogin
>> directly without password
>> for serveral users and for serveral computers. 
>> 
>> So I specified in my .rhosts file the metacharacter '+', but it didn't work.
>> It seems that the
>> character is ignored.
>> 
> 
> 
>>From what little I remember of rsh, the metacharacter '+' is not legal in 
> .rhosts.  Only valid with respect to 'xhost'.

actually, it IS a legal character, but you need to have the net groups setup
properly. From what I can tell, Linux does this differently from other Unixes.
It's covered in O'reilly's Managing NFS and NIS, but I haven't tried it yet.

-Greg

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

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 13-Jun-02
Time: 10:14:48

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: ejecting CD that is nfs exported...

2002-06-06 Thread Gregory Hosler

you will minimally need to unexportfs the mount point. So long as the mount
point is exported, the cdrom will be busy and you will not be able to eject it.

You can either edit /etc/exportfs, or manually unexport /mnt/cdrom (man
exportfs)

-G

On 06-Jun-02 Binyon Steve Contr Det 4 AFC2TIG/ASRCC wrote:
> Hello
>   I'm having difficulties in getting the CD to eject/umount after the
> nfs client has umount'ed the CD (showmount shows a empty
> list-/var/lib/nfs/rmtab is empty).  The only way I can eject/umount the CD
> is to stop the nfs services on the server.  Is it possible to eject a CD
> thats been exported but not mounted by any nfs client (in this case just one
> client).  I think I'm getting man paged out and overlooking something
> obvious.  The fstab has the entry:
> 
> /dev/cdrom  /mnt/cdrom  iso9660  noauto,owner,kudzu,ro  0 0 
> 
> Let me know if you need more info.
> 
> btw what process is calling mount automatically when the user (gnome
> desktop). inserts a CD?
> The server is running 7.2 (no patches except for nfs-utils-0.3.1) on a Dell
> P520.
> 
> Thanks!
> 
> Steve Binyon
> System Administrator
> TACCSF
> (505)853-0368 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 07-Jun-02
Time: 08:53:07

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



loadable application modules

2002-06-05 Thread Gregory Hosler

Hi all,

this is not really a redhat question (apoligies in advance), but there are alot
of sophisticated guru's here.

I have a large monolithic program, and I want to look at modularising it,
pulling features out and "modularizing" them into loadable modules.

I'm looking for tips/pointers. Most google searches I did pointed me at
loadable kernel modules (which I'm not ruling out, but at the application
level), but I'm wondering how other applications do loadable modules. Right
now, I'm drawing a blank as to which applications I might look towards as
examples to learn from. suggestions ?

thanks, and regards,

-Greg

------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Jun-02
Time: 11:44:00

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: swap size?

2002-06-05 Thread Gregory Hosler

make a swap file

man mkswap

there is a useful example inm there. to automatically enable it at boot, add an
appropriate entry in /etc/fstab.

-G

On 03-Jun-02 Devon Harding - GTHLA wrote:
> How do I increase my swap size in RHL 7.3 using existing partitions?
> 
> _
> Devon Harding
> System Administrator
> Gilat Latin America
> 954-858-1600
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Jun-02
Time: 10:14:10

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



Re: Ordering Redhat CDROMs from Linuxcentral.com

2002-05-28 Thread Gregory Hosler


On 28-May-02 Gordon Messmer wrote:
> On Tue, 2002-05-28 at 12:50, Duncan Hill wrote:

> apt-get or up2date is much more efficient and easy than downloading all
> of the updates.

except when you are maintaining a variety of systems, some user installed,
and some system servers. Generally, in such a scenerio, you want to have all
updates downloaded, and then go from system, to system and refresh/update the
rpms. My environment at work (which I overview) is very much like this.

-Greg


--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 29-May-02
Time: 09:25:37

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: NIS problems

2002-05-13 Thread Gregory Hosler


On 13-May-02 Isaac Liu wrote:
> 
> I am running NIS on a RH 7.2 machine

with all eratta applied ? virgin RH7.2 does have this problem, but it was
fixed in one of the eratta updates. Might have been a glibc eratta, not sure.
it's generally a good idea to apply all the eratta.

-G

> and using an Sol 2.8 as an NIS client.
> 
> For some reason, the NIS client wont authenticate the user.
> THe network trace showed that the NIS server is
> returning the YPMATCH request with the user's passwd.
> 
> Are there compatibility issues between RH NIS server
> and SUN clients?
> 
> Any help is greatly appreciated.
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 14-May-02
Time: 09:02:41

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



upgrading a floppyless / cdromless system

2002-05-09 Thread Gregory Hosler
he dependencies, and you need to add the dependency lines
   to /mnt/initrd/modules/modules.dep (use grep and >> to do the dependency
   update).

10) Next is the tricky part. You need to copy the actual module(s) from the
   drvnet /mnt/drvnet/modules.cgz file to the initrd
   /mnt/initrd/modules/modules.cgz file. Note that these 2 files are cpio
   archives, created with crc:

   Note: you can determine the type of archive by doing this:

# gzip -dc /mnt/drvnet/modules.cgz > modules.foo
# file modules.foo
modules.foo: ASCII cpio archive (SVR4 with CRC)

   This tells you the type of archive, and the man page will tell you
   the necessary switchs for extraction/recreation.

   First unpack the the drvnet archive:

# gzip -dc /mnt/drvnet/modules.cgz | cpio -idmuv

   Then delete all files except your driver. In the case of natsemi, there
   is only one driver file I need. This is what I did. (note the cpio archive
   is unpacked into the directory 2.4.18-3BOOT for RH7.3 - for your distro
   this might be different).

# cd 2.4.18-3BOOT/
# mkdir tmp 
# mv -i * tmp
mv: cannot move `tmp' to a subdirectory of itself, `tmp/tmp'
# mv -i tmp/natsemi.o .
# rm -rf tmp/
# cd ..

   Next unpack the initrd modules cpio archive on top of this:

# gzip -dc /mnt/initrd/modules/modules.cgz | cpio -idmuv

   Finally, create a replacement modules.gz as follows. This will
   pack up a cpio archive, and compress it.

# find 2.4.18-3BOOT/ | cpio -o -H crc | gzip -9 > modules.cgz

   Now replace the original /mnt/initrd/modules/modules.cgz with this
   new archive:

# cp modules.cgz /mnt/initrd/modules/modules.cgz

11) unmount the floppy images, and compress the initrd.

# umount /mnt/initrd
# umount /mnt/drvnet

# gzip -9c initrd.img > my_initrd.img

12) Finally copy the vmlinuz and initrd.img files to the target system.
   (If you had to create an updated initrd image, be sure to use that one
   instead.)

   Create a boot entry.  A lilo entry would look like this:

   image=/boot/vmlinuz-RH7.3_install
label=RH73_Install
initrd=/boot/initrd_nc.img-RH7.3_install

   note that I renamed the vmlinuz & initrd images to something more
   appropriate for me.

   A grub entry will be similar.

   don't forget to run lilo, if you are using lilo.


-Greg Hosler


--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 10-May-02
Time: 12:23:39

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



wu-ftpd on RH7.3

2002-05-09 Thread Gregory Hosler

This is an internal lan, and wu-ftpd used to work just fine on RH7.2

I upgraded an office machine to RH7.3 (re-install actually), and installed and
setup wu-ftpd. enabled wu-ftpd in /etc/xinetd.d/wu-ftpd, restarted xinetd, and
ran ncftp to connect as a NON-ANONYMOUS user. I can login just fine, but I
cannot switch directories.

amnesia FTP server (Version wu-2.6.2-5) ready.
Logging in...  
   
Password requested by 127.0.0.1 for user "hosler".

Password required for hosler.

Password: ***

User hosler logged in.  Access restrictions apply.
Logged in to amnesia.  
   
ncftp / > ls
total 0
ncftp / > cd /home   
Could not chdir to /home: server said: home: No such file or directory.
ncftp / > pwd
ftp://hosler:PASSWORD@amnesia
ncftp / > cd /pub
Could not chdir to /pub: server said: pub: No such file or directory.
ncftp / > cd /hfs
Could not chdir to /hfs: server said: hfs: No such file or directory.
ncftp / > 

"/home", "/hfs" definately are there. I looked at /etc/ftp* for some hints
as to what's going on, and I don't see anything. I also checked syslog
and the only thing (related) I see is:

May 10 08:47:08 amnesia ftpd[22704]: wu-ftpd - TLS settings: control
allow, client_cert allow, data allow

I'm not seeing any other hints.

I *know* this used to work. I'm just not sure what borke. vsftpd appears to
work fine. Any ideas before I bugzilla this ?

-Greg



--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 10-May-02
Time: 10:17:37

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: Digital cameras with RedHat?

2002-04-29 Thread Gregory Hosler

generally cameras that use CF cards (compact flash) can be read either over the
usb port (with gphoto2), or via a CF reader (e.g. the sandisk SDDR-31)

I have a Nikon coolpix 990, and it's a great camera, and is well supported
either as a camera (with gphoto2) or with the cf reader.

The gphoto2 home page (http://www.gphoto.org/) will give a list of over a
hundred camers knows to work (http://www.gphoto.org/cameras.html, 162 models),
and the level of compatability you can expect.

rgds,

-Greg

On 30-Apr-02 Anand Buddhdev wrote:
> I want to buy a digital camera for personal use (to take holiday and other
> odd pictures now and then), but I have no idea which one to buy. I've
> looked around at a few, and most seem to have similar features (Sony,
> Olympus, Epson). So my main concern really is that what models are known
> to work well with RedHat linux, and what, if any, add-on software do I
> need? Does anyone have any experience using their cameras with RedHat,
> and if so, what's their experience been like? I'm open to recommendations
> of a camera make and model based on your experiences.
> 
> -- 
> Anand Buddhdev
> Personal site: http://anand.org
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 30-Apr-02
Time: 11:00:18

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



Re: programming question.

2002-04-18 Thread Gregory Hosler


On 17-Apr-02 Bill Crawford wrote:
> On Wed, 17 Apr 2002, Cameron Simpson wrote:
> 
>> On 15:02 16 Apr 2002, Gregory Hosler <[EMAIL PROTECTED]> wrote:
>> | scenerio: program forks/execv's another task, then does a waitpid() to
>> | reap the
>> | exit status.
>> [...]
>> | with today's faster cpu's, [...] it is
>> | actually quite possible for the forked/execv'd program to start and run to
>> | completion _before_ the parent process issues the waitpid(). WHen that
>> | happens,
>> | the waitpid() returns an ECHILD error, and the exit return status is lost.
>> 
>> You've verified this? I would not have expected such misbehaviour.
>> Wait() and waitpid(0 _should_ return with the correct exit status -
>> that is the purpose of leaving zombies around - to hold such status
>> after program exit until wait() or waitpid() collects it.
> 
>  Unless the signal handler for SIGCHLD is set to SIG_IGN ...

the code in question infact sets the signal handler to SIG_IGN, which is what
is allowing the loss of the exit status when the fork/exec'd process completes
before the fork returns. (and yes, I have verified, that depending upon alot of
things, it is actually possible, and not even rare, for fork/exec to run to
completion before the parent fork() returns).

>> The manual page bears me out on this too.
> 
>  The manual page specifically mentions ECHILD and the circumstances
> in which it is returned from waitpid().
> 
>  That said, the man page isn't terribly clear about how to deal with
> this.  A quick test shows that if I don't set any signal handlers but
> leave everything at its default, there's no problem at all if a child
> exits before the parent issues waitpid().  So Gregory needs to check
> whether anything is changing the default signal handling for SIGCHLD
> before he calls waitpid().

The code is kinda of a library function, so it needs to temporarily inhibit
the main program's SIGCHLD handler. The initial attempt at doing this was to
install an SIG_IGN handler, but this of course has race conditions. I have
found that installing a private signal handler mostly solves this, but there is
still the possibility that the signal handler will be called BEFORE the fork
returns (back to the original problem, eh :), so the signal handler will just
save off the wait()'ed pid/status, and the parent will do a pause loop while
the sig handler's returned pid != the child pid as returned by fork. So long as
there are not more than one child process that can die, this works. The proper
action would probably be for the parent to block the signal, and then do the
fork, and the child/parent enable the signal in their respective threads. But
using "signal()" I don't see how to issue a block / unblock. I think I need to
upgrade to sigaction in order to programmatically block/unblock specific
signals.

-Greg
 
--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 18-Apr-02
Time: 15:11:16

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: newbie grub question

2002-04-15 Thread Gregory Hosler

typically you would do something such as:

grub-install '(hd0)'(from the info page)

   or

grub-install /dev/hda   (I think - not 100% positive on this though)

-Greg

On 16-Apr-02 christopher j bottaro wrote:
> hello,
> i just installed winxp next to my linux partition and now the winxp
> bootloader 
> comes up instead of the grub boot screen.  i have a boot disk, so i can get 
> into linux, but how do i get grub to come up again at boot?
> 
> thanks for the help,
> christopher
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 16-Apr-02
Time: 15:04:57

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



programming question.

2002-04-15 Thread Gregory Hosler

Hi all,

this is only slightly off topic. I know that there are alot of good programmer
types here, so here goes.

scenerio: program forks/execv's another task, then does a waitpid() to reap the
exit status.

sounds relatively straight forward.

with today's faster cpu's, and the fact that they can do alot more in a typical
"timeslice", combined w/ cheaper (and therefore larger) ram sizes (so that a
process being forked/esedv'ed might actually be in the disk cache), it is
actually quite possible for the forked/execv'd program to start and run to
completion _before_ the parent process issues the waitpid(). WHen that happens,
the waitpid() returns an ECHILD error, and the exit return status is lost.

So I guess my question is: what's the properway to spawn a task to ensure that
you will definately trap the exit status.

Experianced programmer here. just looking for some hints/suggestions.

thx, and rgds,

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 16-Apr-02
Time: 14:54:46

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



USB 2.0 cd writer

2002-04-07 Thread Gregory Hosler

Has anyone tried using a USB 2.0 cd writer under RH7.2 ? any luck ?

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 08-Apr-02
Time: 14:03:14

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: auto complete using TAB

2002-03-19 Thread Gregory Hosler

Will they be able to "ls" ?

if yes, what you are asking has no point as they can just use "ls" to see what
you would prefer them not to see.

-Greg

On 20-Mar-02 Murtaza Hussain wrote:
> Hi,
> I am running a restricted bash shell with a restricted path. I would
> like to disable the TAB key as i dont want the users to have a look at
> the files that are in the PATH. Can anybody help me with that.
> Thanks
> Murtaza
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
>  

------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 20-Mar-02
Time: 15:57:20

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



GRUB question

2002-02-27 Thread Gregory Hosler

Hi all,

what is the grub equivalent to a lilo "vga=###"

I've been all thru the grub.conf manpage, and the grub info, and I'm not seeing
anything that smells like an equivalent (the testvbe mode seems similiar, but
I do not want just to test a video mode, I want the vga mode to be set on
booting that entry).

any thoughts ?

thx, and rgds,

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 28-Feb-02
Time: 14:48:40

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



S.M.A.R.T. alerts - how reliable are they ?

2002-02-17 Thread Gregory Hosler

Hi,

has anyone used the smart suite from UCSC (http://csl.cse.ucsc.edu/smart.shtml)

I am looking to know how reliable the reports are.

thank you, and regards,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 18-Feb-02
Time: 09:04:51

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: cannot make boot floppy

2002-01-23 Thread Gregory Hosler


On 24-Jan-02 Lorenzo Sandini wrote:
> Well I thought my RH7.2 wouldn't install because I couldn't configure it,
> but it seems I have an hardware issue here.
> 
> I am doing a plain KDE workstation install on a pentium 3 computer, empty
> hard drive, and all is fine until the step where I make a boot floppy. I
> just get an error "couldn't create boot floppy", so I skip this step and end
> up with a unusable RH. Seems like GRUB and LILO won't install on my MBR
> either.
> 
> I tried Mandrake 8.1 and exactly the same problem regarding the floppy,
> while LILO is installed correctly to the MBR and I boot correctly.
> 
> Finally I tried Debian 2.2.5r and bam, same thing, it won't create the boot
> floppy, but LILO is installed correctly like in Mandrake.
> 
> Any idea ?
> 
> I have just one floppy drive, and the other is disabled in the BIOS.
> everything works fine under windows.

just because windows does not report an error does not mean that it correctly
was able to write a floppy. I have seen instances of bad media, or drive gone
bad, that windows would blindly not issue error messages, while linux would.

This sounds alot like you have either bad media, or a bad drive. You might try
verifying that the media you are using is good, and/or the drive is good, just
to eliminate those 2 items from the equation.

-Greg

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

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 24-Jan-02
Time: 09:09:41

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: "du" sorting

2002-01-16 Thread Gregory Hosler


du -kx | sort -rn

On 17-Jan-02 Ashley M. Kirchner wrote:
> 
> How can I sort the output of 'du -kx' so the largest directories are at
> the top?
> 
> --
> H | "Life is the art of drawing without an eraser." - John Gardner
>   +
>   Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
>   Director of Internet Operations / SysAdmin. 800.441.3873 x130
>   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
>   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 17-Jan-02
Time: 14:51:21

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RE: OT: really big e-mails

2002-01-03 Thread Gregory Hosler


On 03-Jan-02 Michael R. Dilworth wrote:
> 
>   Read up on uuencode...  Binary attachments are encoded.

as I recall (it has been awhile) uuencoding (as well as base64 encoding,
common with mime'd attachments) will add ~ 34% overhead.

which is to say that a 40mb attachment will result a mailfile size of ~55mb.

Other differences between sending as mail and ftping (other than the ones
already mentioned) include:

sending as mail will force all transfers thru /var/spool/mqueue, which
might not be setup to take on such a daunting filesize. Next the file
is copied to the users inbox, so there must be an allocation of space
in that directory/partition as well.

There will be need of space to save the decoded attachment to (plus
the fact that some decoders make use of a temporary file). That is to
say that even if you use the mail reader to decode the attachment
"invisibly" for you, please realize that the mail reader physically
decoded the file, and saved it on disk in some temporary file, thus
(at the minimum) doubling your disk space requirements.

most e-mail users will save mail (really dumb for attachments that
are files located on the system elsewhere), so you need the storage
space there as well.

When users use ftp, they control the final destination, and there is
no intermediate directory (like /var/spool/mqueue) requirement, and
there is no double (or worse) copying.

ftp, and mail are NOT the same. sending large files by e-mail requires
considerably more resources.

-Greg

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Hidong Kim
> Sent: Thursday, January 03, 2002 11:00 AM
> To: [EMAIL PROTECTED]
> Subject: Re: OT: really big e-mails
> 
> 
> Dave Reed wrote:
>> 
>> 
>> I've seen it cripple a Solaris mail server when someone (on the IT
>> staff no less, but not the person in charge of the Unix machines)
> 
> I can sympathize with this situation.  I'm actually the VP of Ops at our
> company.  I've also defaulted to doing the Linux sysadmin (pretty scary
> for us!).  Our real IT crew is so totally Windows that it's not even
> funny.  And the biggest perp on the huge e-mail attachments is our
> President (who uses Outlook).  But back to the technical problem, how
> does sending e-mails to multiple people eat up more bandwidth than
> placing the e-mail in a directory for download?  Assuming that all of
> the recipients of the e-mail are interested in reading the attachment,
> it seems to me that both scenarios would consume the same bandwidth. 
> No?  Thanks,
> 
> 
> 
> Hidong
> 
> 
> 
> 
> 
> 
>  sent
>> a 50MB or so message to a couple hundred internal email
>> addresses. Between people downloading the message and it trying to
>> send the message, the machine was crippled for a couple hours.
>> 
>> Dave
>> 
>> ___
>> Redhat-list mailing list
>> [EMAIL PROTECTED]
>> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 04-Jan-02
Time: 10:09:05

  If each of us have one object, and we exchange them,
 then each of us still has one object.
  If each of us have one idea,   and we exchange them,
 then each of us now has two ideas.

--



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



RH 7.2 default firewall question

2001-12-06 Thread Gregory Hosler

During RH7.2 installation, there is a option to install a default firewall,
with either Low, Medium, High security, or no firewall.

I chose no firewall, because at the time I didn't need/want one. Now due to a
change in network topology, I will be needing a firewall soon. I am interested
to take a look at the default firewall configurations, figuring that I can
modify to suit my needs.

does anyone know where these default firewall configurations might be ?

thank you, and regards,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 07-Dec-01
Time: 09:41:46

   You can release software that's good, software that's inexpensive, or
   software that's available on time.  You can usually release software
   that has 2 of these 3 attributes -- but not all 3.

--



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



Re: fvwm2 instead of kde

2001-12-05 Thread Gregory Hosler

You should have a file in /etc/X11/gdm/Sessions/ as:

Fvwm

and then you should be able to select your fvwm session on the session login
panel.

if you lack Fvwm, then edit this into it:

#!/bin/bash

exec /etc/X11/xdm/Xsession fvwm

set permissions as 755, and that should do it

-G

On 06-Dec-01 Hidong Kim wrote:
> Thanks for the tip.  I was booting into runlevel 5.  I created a 
> ~/.xsession.  Now I have a .xinitrc and .xsession which are identical 
> and look exactly like:
> 
>#!/bin/sh
> 
> exec fvwm2
> 
> 
> I still can't get rid of kde.  When I set the default runlevel to 3, I 
> can issue 'startx' from the command line, and I go into fvwm2 like I 
> want.  But I would like to go into fvwm2 from default runlevel 5.  Are 
> there any other config files that need to be changed to get rid of kde? 
>  I also noticed a ~/.xsession-errors which was modified after I created 
> the ~/.xsession.  ~/.xsession-errors looks like this:
> 
> X Error of failed request:  86
>   Major opcode of failed request:  51 (X_SetFontPath)
>   Serial number of failed request:  9
>   Current serial number in output stream:  11
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> QSocketNotifier: Multiple socket notifiers for same socket 6 and type 
> read
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> Xlib:  extension "RENDER" missing on display ":0.0".
> [artsd] suspend
> Xlib:  extension "RENDER" missing on display ":0.0".
> QObject::connect: No such signal KIO::DeleteJob::data(KIO::Job*,const 
> QByteArray&)
> QObject::connect:  (sender name:   'job')
> QObject::connect:  (receiver name: 'unnamed')
> Xlib:  extension "RENDER" missing on display ":0.0".
> 
> 
> Thanks,
> 
> 
> 
> Hidong
> 
> 
> On Tuesday 04 December 2001 02:34 am, you wrote:
>> On Mon, 3 Dec 2001 21:52:44 -0800
>>
>> Hidong Kim <[EMAIL PROTECTED]> implied:
>> > Hi,
>> >
>> > I want to switch to fvwm2 from kde.  My machine just doesn't have
>> > the ponies to run kde very well.  I created a ~/.xinitrc with two
>> > lines:
>> >
>> > #!/bin/sh
>> >
>> > exec fvwm2
>> >
>> >
>> > It's still logging in to kde.  I restarted X.  The machine boots
>> > into the kdm login screen.  I choose "default" from the login menu
>> > in the login window, thinking that I should be logging in to the
>> > window manager specified by ~/.xinitrc.  But it's still giving me
>> > kde.  How
>>
>> do
>>
>> > I get fvwm2?  Thanks,
>>
>> If you use runlevel 5 (graphic login) your .xinitrc will be ignored.
>> Copy the contents to .xsession in your home directory and try it.
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Dec-01
Time: 14:31:50

   You can release software that's good, software that's inexpensive, or
   software that's available on time.  You can usually release software
   that has 2 of these 3 attributes -- but not all 3.

--



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



no conotrolling tty ?

2001-11-20 Thread Gregory Hosler

Occassionally when I log into my server, I get the following message:

rlogin camelot
Last login: Tue Nov 20 14:52:20 from amnesia
   >>   Warning: no access to tty (Inappropriate ioctl for device).
   >>   Thus no job control in this shell.
resize:  can't open terminal /dev/tty

A "ps" shows:
ps
  PID TTY  TIME CMD
19642 ?00:00:00 tcsh
19807 ?00:00:00 ps

Do I not have enough /dev/pts devices ? or is it something else ?

If I logout and relogin, I usually get a valid pts and all is ok.

The server is running RH 7.2, all eratta applied.

-Greg

------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 21-Nov-01
Time: 11:00:50

   You can release software that's good, software that's inexpensive, or
   software that's available on time.  You can usually release software
   that has 2 of these 3 attributes -- but not all 3.

--



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



network packet errors - how to track down ?

2001-11-15 Thread Gregory Hosler

Hi,

I'm seeing the following in my syslog:


  Nov 16 12:59:57 camelot kernel: svc: bad direction 367264051, dropping request
  Nov 16 12:59:57 camelot kernel: svc: short len 4, dropping request
  Nov 16 12:59:58 camelot kernel: svc: bad direction 367329493, dropping request
  Nov 16 12:59:58 camelot kernel: svc: bad direction 367395115, dropping request
  Nov 16 12:59:58 camelot kernel: svc: bad direction 367460481, dropping request
  Nov 16 12:59:58 camelot kernel: svc: bad direction 367526053, dropping request
  Nov 16 12:59:58 camelot kernel: svc: bad direction 367591557, dropping request
  Nov 16 12:59:59 camelot kernel: svc: short len 4, dropping request
  Nov 16 12:59:59 camelot kernel: svc: bad direction 367657089, dropping request
  Nov 16 12:59:59 camelot kernel: svc: bad direction 367722725, dropping request

As you can see, I'm getting 4 or 5 of these per second. Needless to say, my
syslog is filling up.

I've determined that the "svc:" is being logged by the the RPC services support
withing the kernel.

I've determined that these logs are a result of some incoming packets. That is
to say if I walk over to the router that routes the packets to the server, and
selectively unplug the lan points, the messages will stop when I unplug a
certain lanpoint. Unfortunately, that lanpoint is the corporate feed into our
router. All the PC's in our department (that connect directly to the router)
seem to be quite ok.

I am suspecting that the svc error might be a result of some PC with an
improper netmask (but I'm only guessing).

My question is: is there any way to get the IP # of the offensive packets ?
is there any way to monitor the packets on the local lan, and display the
IP numbers, and header ?

I am presently running Red Hat 7.2, all eratta applied
Kernel version: 2.4.9-13 (also happens on 2.4.7-10)

Thoughts, hints appreciated.

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 16-Nov-01
Time: 13:24:38

   You can release software that's good, software that's inexpensive, or
   software that's available on time.  You can usually release software
   that has 2 of these 3 attributes -- but not all 3.

--



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



RE: NIS and weird owners/groups in /home

2001-11-12 Thread Gregory Hosler

shared groups (gids) and users (uids) must both be > 500

for any uid/gid that is < 500, the local group/user file is referenced
(/etc/groups, /etc/passwd respectively).

I'll bet that you have gid's < 500

-Greg

On 12-Nov-01 christopher j bottaro wrote:
> a while a go i posted what i was trying to do and yall told me to use NIS.  
> so i got it set up and working (well, running at least).
> 
> i shared my groups and passwd file, but out of the 5 users, only 2 are shared
> properly to my NIS client.
> 
> if i log onto my linux box thats running the NIS server and type "ls -l 
> /home", i get:
> 
> drwx--   31 cjb  cjb  4096 Nov 11 22:45 cjb
> drwxr-xr-x2 root root 4096 Oct 30 12:40 configs
> drwxrwx---6 root cvs  4096 Oct 31 17:43 cvsroot
> drwxr-xr-x6 root root 4096 Oct 12 16:43 ftp
> drwx--3 guestguest4096 Nov 11 22:46 guest
> drwx--   11 josh josh 4096 Nov  9 17:13 josh
> drwxr-xr-x2 root root16384 Oct  2 09:00 lost+found
> drwxr-xr-x2 root root 4096 Oct 23 22:33 root
> drwx--9 saul saul 4096 Oct 30 16:57 saul
> drwxr-xr-x3 root root 4096 Oct 16 00:55 shared
> drwx--5 terraterra4096 Nov  8 23:23 terra
> 
> if i log onto my linux box that is the NIS client and type "ls -l /home" i 
> get:
> 
> drwx--   31 cjb  cjb  4096 Nov 11 22:45 cjb
> drwxr-xr-x2 root root 4096 Oct 30 12:40 configs
> drwxrwx---6 root cvs  4096 Oct 31 17:43 cvsroot
> drwxr-xr-x6 root root 4096 Oct 12 16:43 ftp
> drwx--3 testuser testuser 4096 Nov 11 22:46 guest
> drwx--   11 terraterra4096 Nov  9 17:13 josh
> drwxr-xr-x2 root root16384 Oct  2 09:00 lost+found
> drwxr-xr-x2 root root 4096 Oct 23 22:33 root
> drwx--9 saul saul 4096 Oct 30 16:57 saul
> drwxr-xr-x3 root root 4096 Oct 16 00:55 shared
> drwx--5 josh josh 4096 Nov  8 23:23 terra
> 
> notice the dirs guest, josh, and terra have their owner/group messed up.
> 
> what is wrong?  why is it doing this?
> 
> thanks for the help,
> christopher
> 
> P.S.  the home partition is mounted directly into the filesystem by the 
> machine running the NIS server.  the NIS client machine mounts /home via NFS.
> 
> P.S.S.  the NIS client machine's passwd file does not contain any entries 500
> and above.  i.e. the client machine is accually reading user/group info over 
> NIS and not using its own passwd file.
> 
> 
> 
> _______
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 12-Nov-01
Time: 16:40:53

   You can release software that's good, software that's inexpensive, or
   software that's available on time.  You can usually release software
   that has 2 of these 3 attributes -- but not all 3.

--



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



RE: Running out of disk space Help!

2001-11-09 Thread Gregory Hosler


On 09-Nov-01 Linux wrote:
> Thanks for the info
> 
> I only had 5Mb Left so I re-booted the machine, remember I deleted all the
> files. When it came back up there was 400Mb available on the partition. It
> has now been going for about 1.5 hours and about 10Mb has disappeared again.
> This could be due to the replacement of logs I previously deleted. I will
> follow the demise the /var partition tomorrow.

are you running accounting ?

accounting eats disk like there is no tomorrow, so to speak...

-Greg

> Many thanks
> 
> Mike
> 
> -Original Message-
> From: ABrady [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 9 November 2001 20:04
> To: [EMAIL PROTECTED]
> Subject: Re: Running out of disk space Help!
> 
> 
> On Fri, 9 Nov 2001 18:24:09 +1300
> Linux <[EMAIL PROTECTED]> wrote:
> 
>> Hi
>> 
>> I seem to be loosing disk space on /var
>> 
>> I have deleted many unnecessary logs and other files but when I
> deleted the
>> files I did get back the disk space the file held
>> 
>> Any help gratefully received
> 
> You can create new subdirectories with new patitions. For instance, you
> could add a new partition and move everything inside /var/spool/news to
> it and mount the partition as /var/spool/news (make sure you put it in
> fstab or it won't get mounted when it should). The same with anything
> else there: /var/log, /var/spool, or anything else.
> 
> You can create a new, larger partition, and move everything to it,
> umount the old, mount the new. You'd likely have to do some in single
> user mode, and even then make changes in fstab and reboot. /var is a
> partition that isn't happy with being umounted at any time other than
> shutdown.
> 
> You can try one of the partition resizers (parted for one). I've never
> used any of them so I make no guarantees
> 
> You can change the settings in /etc/logrotate.conf to free some space
> more often. It would be better, though, to try one of the others if
> possible. This isn't the optimal solution.
> 
> -- 
> Here I am! Now what are your other two wishes?
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> This mail was processed by Mail essentials for Exchange/SMTP, 
> the email security & management gateway. Mail essentials adds 
> content checking, email encryption, anti spam, anti virus, 
> attachment compression, personalised auto responders, archiving 
> and more to your Microsoft Exchange Server or SMTP mail server. 
> For more information visit http://www.mailessentials.com
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 09-Nov-01
Time: 17:15:52

   You can release software that's good, software that's inexpensive, or
   software that's available on time.  You can usually release software
   that has 2 of these 3 attributes -- but not all 3.

--



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



RE: Is it possible to get a video camera (INTEL) to work with LI

2001-03-28 Thread Gregory Hosler


On 28-Mar-01 Hector Banda wrote:
> Hi all,
> I have a video camera (USB) that I'd like to get it to work with RH 6.2.
> Is any driver to get USB and this camera to work?
> I already checked intel's site and there is not driver for LINUX.

did you check out the USB supported devices page ?

http://www.qbik.ch/usb/devices/

and click on device overview. In your case, probebly then click on image
devices, and then see if your camera is listed there. if it is, then you
can get add'l info as to how to get it working from the references there.

rgds,

-Greg

> 
> Thanks,
> 
> 
> ==
> Hector M BandaVoice:  (949) 784-3143
> Progress Programmer/Analyst Fax:  (425) 790-6379
> Draper's & Damon's -- 9 Pasteur -- Irvine Ca, 92618
> ==
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 29-Mar-01
Time: 09:43:10

   You can release software that's good, software that's inexpensive, or
   software that's available on time.  You can usually release software
   that has 2 of these 3 attributes -- but not all 3.

--



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



Informix and RH 7.0

2001-03-14 Thread Gregory Hosler

Hi,

Is anyone on this list running an Informix IDS server on Red Hat 7.0 ?

if yes, might I know which verison of Informix IDS, andwhether you applied
only the Red Hat errata or if you had to apply other fixes as well.

thank you in advance, and regards,

-Greg Hosler

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 15-Mar-01
Time: 15:26:33

   You can release software that's good, software that's inexpensive, or
   software that's available on time.  You can usually release software
   that has 2 of these 3 attributes -- but not all 3.

--



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



RH 7.0, XFree 4.0, no backing store

2001-01-04 Thread Gregory Hosler

Hi,

I have a fairly vanilla installation of RH 7.0 on a Dell Optiplex GX110

It has an "Intel Corporation|82810E CGC" chipset (i810e)

I noticed in the /var/log/XFree86.0.log file that backing store has been
disabled:

Setting dot clock to 157.4 MHz [ 0x50 0x17 0x10 ] [ 82 25 1 ]
() i810: chose watermark 0x2210b000: (tab.freq 157.5)
--> (==) I810(0): Backing store disabled
(II) I810(0): Allocated Scratch Memory

anyone know how to enable backing store for the i810e chipset ?

thank you, and regards,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 05-Jan-01
Time: 10:46:17

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



RE: fstab entries for hdb

2001-01-02 Thread Gregory Hosler


On 02-Jan-01 Mandar Mitra wrote:
> I have a second hard-drive as primary slave. I had made the
> following entry in the /etc/fstab file.
> 
> /dev/hdb2  /bext2  defaults1 2
> 
> fsck often complains about /dev/hdb2 during booting ("not
> unmounted cleanly", or "file system has errors"). I've seen 
> some folks turn off checking for the second drive, like the 
> following:
> 
> /dev/hdb5 /temp ext2 rw 0 0
> 
> Is this a safe alternative? 

if you have errors on the drive, mounting the drive and writing to it
can destroy no only what you add, but also whatever you already have there.
I would concentrate on the cause of the errors 1st.

> Does any one have any suggestions about why I'm getting the
> error messages in the first place?

any errors on the other devices ? (i.e. the primary drive partitions?)

-Greg


--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 02-Jan-01
Time: 16:28:04

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



RE: Windows Media Player..

2000-12-27 Thread Gregory Hosler

go to source forge and check out the following project:

xmps

also check out:

http://divx.euro.ru/

rgds,

-Greg


On 23-Dec-00 Ted Gervais wrote:
> I am looking for a way to get my RedHat7.0 to  play various news items and 
> advertisements that Windows98 does so well.
> 
> I have looked at the players that are available out there, and while there 
> seems to be quite a few to pick from, none of them are made to work on Linux.
> So, that is where I am stuck. Does anyone know of a media player that is 
> available for Linux and will play 'movie shorts' , streaming media etc. 
> etc..??
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 28-Dec-00
Time: 10:35:36

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



Re: fdisk related question

2000-12-21 Thread Gregory Hosler


On 22-Dec-00 Bret Hughes wrote:
> rpjday wrote:
> 
>> On Thu, 21 Dec 2000, rpjday wrote:
>>
>> > On Thu, 21 Dec 2000, Fred Edmister wrote:
>> >
>> > >  From my experience, the +'s mean that when the system was
>> > > configured, those partitions were set to expand to fill the disk should
>> > > there be any room left...  I have one partition set on my servers to
>> > > expand, I'm not sure what the details are on the expansion... (wether it
>> > > only expands as needed or just when there is extra space, it
>> > > automatically
>> > > claims it.. )  Hope this helps.
>> > >
>> > nope, that ain't it.  first, why should there be *any* connection
>> > between making a partition growable during a linux install and what
>> > kind of attributes that partition gets on the disk afterwards?
>> >
>> > second, i just checked, and an explicitly-sized /boot partition
>> > on one of my hosts has the "+".
>> >
>> > i still think it has to do with not being on an even cylinder
>> > boundary.
>>
>>
> 
> Is that a bad thing?  Perhaps recovery from some sort of low level problem
> might
> be easier ro what?  I have these also. I think I usually set partition sizes
> in
> MB.  Should I be doing some thing different?  If not why bother to code for
> it?

no, it's not a "bad" thing. It means that due to the sizes you specified for
the partition, fdisk needed to allocate part of a cylinder (and the rest of
that cylinder is waster/unused).

This is your clue (when you are running fdisk) that you might want to increase
the size of the partition, to be able to claim the rest of the cylinder. (it's
essentially free space that otherwise goes unused).

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 22-Dec-00
Time: 11:24:04

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



Re: root and wheel groups

2000-11-27 Thread Gregory Hosler


On 28-Nov-00 Statux wrote:
> Well, one must always remember how certain distros like to do things:
> UPGs (User Private Groups) as RH and others use will explain the root
> group. The scheme is to have the uid and gid to match and to be called the
> same thing

not exactly. The idea is to have all personal accounts in their own
separate groups. This leads to everyone needing a uniq group. and from
there it was decided that group names follow user names (though it could have
been something else such as "user: greg, group: group-greg"), or well, you
get the idea. The point is that it is not the case that uid/gid must match.
Nor is it the case that they "must be called the same name". No where in any
file/utility/program/deamon/etc. is this a requirement.

> Personally, I like the old BSD methods with wheel, etc.

you can still have. it is up to the system administrator when they create the
accounts, as to whether they put people in the same group, or uniq groups.

at work, we have a development group, and everyone is assigned that group
(as opposed to their own personal group). This is _not_ a problem.

rgds,

-Greg

> On Tue, 28 Nov 2000, Leonard den Ottolander wrote:
> 
>>  Hi!
>>
>>  Just a short question. Could anybody tell me what the concept is behind
>> having both a root and a wheel group? In *BSD the wheel group is what (RH)
>> linux calls the root group. Why the extra group?
>>
>>  Bye,
>>
>>  Leonard.
>>
>>
>>
>> ___
>> Redhat-list mailing list
>> [EMAIL PROTECTED]
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>>
> 
> -- 
> -Statux
> 
> 
> 
> _______
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 28-Nov-00
Time: 12:11:31

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



Re: Simple XCalendar program wanted

2000-11-26 Thread Gregory Hosler


On 26-Nov-00 Matthew Melvin wrote:
> On Sun, 26 Nov 2000, Vidiot wrote:
> 
>> >Have you looked at 'ical' ? (included w RH)
>> >Mike
>>
>> What a weird name.  No wonder I didn't find it on the system.  I wasn't
>> looking for a name like that.
>>
> 
> For future reference the 'man -k' or 'apropos' command can be very useful
> when you know what you want but not what it's called.  Eg:
> 
> [matthewm@dhcplro190 (1) matthewm]$ man -k calendar
> cal  (1)  - displays a calendar
> calendar (n)  - Create and manipulate a monthly calendar
> ical (1)  - An X based Calendar Program
> read-ical(1)  - coverts information on USR Pilot into Ical
> calendar
> xfclock  (1)  - clock and calendar for The Cholesterol Free
> Desktop Environment
> [matthewm@dhcplro190 (1) matthewm]$
> 
> ... of course this doens't help if ical was never installed on your system
> but it does make a great place to start.  For what it's worth. :)

actually it will still help. the man pages are installed separately from the
utilities. it is there possible that the manpage of ical could be installed,
but ical itself might not be.

rgds,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 27-Nov-00
Time: 09:54:18

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



RE: best way to get tree from iso

2000-11-16 Thread Gregory Hosler

don't use "cp" to duplicate directories. use either tar or cpio

cp was never intended to handle _everything_, and infact doesn't.

-Greg

On 17-Nov-00 Bret Hughes wrote:
> OK I gave up on the rw option for the iso mounted via loop device :(
> 
> Now I am trying to get a good copy of the entire directory tree from the
> iso to another partition. I did from the root of the iso:
> cp -pdR * /new/location
> 
> It appeared to work but a diff /old/location/ /new/location is giving me
> so gaff about files that are special block devices in one tree and
> special block devices on the other.  Yeah I know it looks the same huh?
> There were also some file not founds in misc/src/trees/initrd/bin and
> sbin (bin is symlinked to sbin) and some more misc/src/anaconda/
> somewhere.
> 
> The first problems are that several files in the sbin dir are linked to
> loader which does not exist.  Problem?  I guess not since that is the
> wayn it is in the iso and I have done a bunch of installs of various
> types from this iso.
> 
> I hate to spend a bunch of time doing the updates I am trying to do just
> to find out something is hosed so I am ftping the directory structure
> now from a mirror.  I sure would like to use the iso since I can do the
> old checksum and know that noone has dinked with file way down deep
> somewhere.
> 
> Is there a better way to extract the files from the iso that to do the
> cp deal?  I am just not comfortable with the device files messages. The
> -dRp options were the best I could seen from reading the man page.  I
> would show the specific messages from the diff,but I am using that term
> to get the dir structure now.
> 
> Any help gladly accepted.
> 
> Bret
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 17-Nov-00
Time: 13:05:52

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



Re: [RHL] Re: how do I mount iso image to be rw

2000-11-16 Thread Gregory Hosler


On 16-Nov-00 Bret Hughes wrote:
> Bernhard Rosenkraenzer wrote:
> 
>> On Thu, 16 Nov 2000, Bret Hughes wrote:
>>
>> > > mount -t iso9660 isofilename -o loop=/dev/loop0,rw mountpoint
>> > >
>> >
>> > I thought when I saw this, of course, the type option!  But no luck. 
>> > Mount
>> > still reports it as rw but I stil get the dreaded read only filesytem. 
>> > Any
>> > thing Else I can try?  FWIW this is a redhat 6.0 machine with all the
>> > errata
>> > upgrades.
>>
>> You can't mount an iso9660 filesystem read-write. The kernel doesn't (and
>> probably won't ever) support it.
>>
>> iso9660 was never meant to be a writable file system, it's designed to be
>> reasonably efficient for write-once, read forever situations.
> 
> Thanks Bero,  I was beginning to think that.  I guess I need to extract the
> files
> from the iso.  Is there a way to do that and keep all the symlinks too?

2 ways come to mind:

in either case mount the cd (to /mnt/cdrom in this example), and have a
directory on a partition with 650 (or how much ever) disk free:

1) cd /mnt/cdrom; tar -cpf - . | (cd  ; tar -xvpf - )

or

2) cd /mnt/cdrom; find . | cpio -pdmv 

as I recall, one of these sets the owner of symlinks incorrectly, and the other
preserves the owner, but pragmatically speaking, that's a non-issue. I believe
that they both will copy properly all special files (pipes, devices, etc.)

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 17-Nov-00
Time: 09:53:54

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



Re: loop device problem on RH 7.0

2000-11-16 Thread Gregory Hosler


On 17-Nov-00 Statux wrote:
>> but it used to work...
> 
> And so did DOS and Windows... but not anymore :)
> 
> You need to tell the system WHICH device to use since there are
> several. If it used to work, maybe it chose for you or maybe it was
> an assumption. This way is far better since you can control where it gets
> mounted.

not what I meant.

I _used_ to be able to mount a iso file from NFS to loopback. I can do this
under RH 5.2 running kernel 2.0.36

I am pretty sure (but not positive) that it used to work under rh 6.2
(kernel  2.2.14-6.1.1).

under RH 7.0 (kernel 2.2.16-22) I can no longer mount loopback from NFS.

_this_ used to work.

so... is this (i.e. the inability to mount a loopback file from NFS) a new
bug, or a new feature ?

rgds,

-Greg


------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 17-Nov-00
Time: 09:40:50

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



Re: loop device problem on RH 7.0

2000-11-16 Thread Gregory Hosler


On 16-Nov-00 Statux wrote:
>> for whatever reason, if the iso image is on an NFS partition, I will get
>> that
>> error (ioctl: LOOP_SET_FD: Invalid argument). If the iso image is on a
>> ext2 fs on local disk, then the mount works just fine.
>> 
>> Is this a bug, or a limitation ?
> 
>  NFS has a lot of limitations.. but what doesn't? :)

but it used to work...

-Greg

------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 17-Nov-00
Time: 09:11:05

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



Re: loop device problem on RH 7.0

2000-11-16 Thread Gregory Hosler


On 16-Nov-00 Gregory Hosler wrote:
> 
> On 16-Nov-00 Statux wrote:
>>> # mount -t iso9660 -o loop 7.0-i386-upgrade.iso /mnt/floppy
>>> ioctl: LOOP_SET_FD: Invalid argument
>> 
>> -o loop=/dev/loop0,rw
>> 
>> you have to specify which loop device to use. rw means read/write of
>> course
>> 
> 
># mount -t iso9660 -o loop=/dev/loop0,rw 7.0-i386-upgrade.iso /mnt/floppy
> ioctl: LOOP_SET_FD: Invalid argument
> 
> have you tried this on your system ? does it work ?

hmm... found out the problem.

for whatever reason, if the iso image is on an NFS partition, I will get that
error (ioctl: LOOP_SET_FD: Invalid argument). If the iso image is on a
ext2 fs on local disk, then the mount works just fine.

Is this a bug, or a limitation ?

rgds,

-Greg


--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 16-Nov-00
Time: 18:10:49

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



Re: loop device problem on RH 7.0

2000-11-16 Thread Gregory Hosler


On 16-Nov-00 Statux wrote:
>> # mount -t iso9660 -o loop 7.0-i386-upgrade.iso /mnt/floppy
>> ioctl: LOOP_SET_FD: Invalid argument
> 
> -o loop=/dev/loop0,rw
> 
> you have to specify which loop device to use. rw means read/write of
> course
> 

# mount -t iso9660 -o loop=/dev/loop0,rw 7.0-i386-upgrade.iso /mnt/floppy
ioctl: LOOP_SET_FD: Invalid argument

have you tried this on your system ? does it work ?

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 16-Nov-00
Time: 18:07:13

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



loop device problem on RH 7.0

2000-11-15 Thread Gregory Hosler

Hi,

I just tried to mount an iso image on RH7.0

# mount -t iso9660 -o loop 7.0-i386-upgrade.iso /mnt/floppy
ioctl: LOOP_SET_FD: Invalid argument

so I went to the man page. ok, "-o loop" changed a little, but the old
syntax still should work.

is this problem related to the borken cdrom support in 2.2.16, or is this
something else ?

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 15-Nov-00
Time: 15:24:26

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--




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



RE: sed -e "s/\(^.TH*\)4F/\14/g"

2000-11-14 Thread Gregory Hosler

have you considered installing the gnu version of sed on your solaris/sco
boxes ?

install it to /usr/local, so the it doesn't overwrite the precious borken
propietary version, and set your path to find the good one 1st.

-Greg

On 15-Nov-00 Lee Howard wrote:
> How can 
> 
> sed -e "s/\(^.TH*\)4F/\14/g"
> 
> be rewritten so that we don't use the \(matching\) as the \1 crashes on
> some SCO and Solaris versions of sed. ???
> 
> Thanks.
> 
> Lee Howard
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 15-Nov-00
Time: 15:59:41

On the contrary of what you may think, your hacker is fully aware
of your company's dress code. He is fully aware of the fact that it
doesn't help him to do his job. 

--



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



RE: RedHat as my desktop OS

2000-11-12 Thread Gregory Hosler


On 02-Jan-70 Peter Smith wrote:

> Problem 1: Has anyone had any luck running the Notes client under 
> WINE or some other kind of emulation system? (Lotus makes a Linux 
> server, but not a client, insofar as I can figure.) I'm not too freaked 
> about performance as I only use Notes for email.

haven't tried, but this is supposed to work.

I have the same problem, we use notes at work for storing bug reports, and
the like. What I did was to get vmware. My dept was willing to foot the bill.
works wonderfully. I understand the lin4win is pretty stable these days, but
I have no 1st hand experiance there.

as for your java/exe issue, vmware will probably solve that as well.

> PS: I've installed RH 7, and lurking on this list I'm seeing that 
> a lot of people aren't thinking warm thoughts about this version.
> So far things seem to be running OK. Should I be worried?

keep up to date on the eratta, and you'll be fine. if you're developing
software for clients, then you should be aware of the gcc issues.

rgds,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 13-Nov-00
Time: 08:59:04

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: Linux Monitor Tools and Memory Leak

2000-11-09 Thread Gregory Hosler


On 10-Nov-00 ONG,AARON-WK (Non-HP-Singapore,ex3) wrote:
> Is there any monitoring tools in the market to monitor the performance of
> linux server and how can I detect a memory leak problem in linux.

for detecting memory leaks, parasoft (www.parasoft.com) has Insure++, which
is not so bad. I still yearn for purify though...

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 10-Nov-00
Time: 11:44:41

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Re: rmmod

2000-11-09 Thread Gregory Hosler


On 10-Nov-00 Stephen E. Hargrove wrote:
> Ed Lazor wrote:
> 
>> >It is being run as a cron job to remove unused modules.  Take a look at
>> >/etc/cron.d/kmod to see how it is being run.  If you don't want it to run,
>> >then you will have to manualy take care of removing unneeded modules.
>>
>> But...  - dumb question here - ...  aren't the necessary ones loaded at
>> boot time and that's all there is to it?
>>
> 
> yes, they're also loaded as their needed.  for example, i have floppy support
> compiled as a module.  when i mount the floppy drive, the module loads. 
> rmmod
> ensures that it's unloaded later, when i'm not using it.

yeah, I've seen this too, and I know it doesn't hurt to rmmod them, but...

aren't these things supposed to unload after a certain period of not being
used ? (or is that what the cron job is for.) I thought that the kernel
module loader took care of that...

-Greg




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



Re: System clock still not right

2000-11-05 Thread Gregory Hosler


On 06-Nov-00 Vidiot wrote:
>>I believe that is by design.  One is supposed to use programs that are
>>smart enough to adjust for localtime when looking at file datestamps.
>>If they wrote the actual localtime to the bits on the hard drive, then
>>when you copy those bits to another computer that is in a different
>>timezone, it would not have the correct time.  But if you copy a file
>>to someone in another timezone, they use their program to adjust the
>>gmt for the correct time.
> 
> OK, that is fine, i.e., setting the actual timestamp of the file to UTC/GMT.
> Then one would expect ls to display the file's timestamp in localtime, which
> it isn't.

is /etc/localtime correct ?

-Greg
 
> MB
> -- 
> e-mail: [EMAIL PROTECTED]
> Bart: Hey, why is it destroying other toys?  Lisa: They must have
> programmed it to eliminate the competition.  Bart: You mean like
> Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
> Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Nov-00
Time: 16:13:26

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Re: System clock still not right

2000-11-05 Thread Gregory Hosler


On 06-Nov-00 Vidiot wrote:
>>If you have UTC true.. then you need to set the hardware clock to GMT. For
>>US/Central (GMT-6) if your localtime were, say, 12:00 then the hardware
>>clock should be 18:00. As far as why you're not getting the right dates on
>>stuff.. I'm sure it's something simple which someone will figure out. I
>>just wanted to note that the setup with the UTC and daylight
>>saving(s) time only really works when you have the hardware clock set to
>>GMT (GMT is neeto) :P
> 
> I've tried setting the UTC flag to true as well as false.  The system reacted
> the same no matter how I set the hardware clock.
> 
> This is really puzzling.

assuming that you want the hw clock to run local time, then 
edit /etc/sysconfig/clock manually as follows:

ZONE="your timezone" (taken from /usr/share/zoneinfo/, e.g. "US/Central")
UTC=false
ARC=false

reboot after saving the file.

This file (/etc/sysconfig/clock) gets read by rc.sysinit and sets things
up during the boot process. hence a reboot is necessary if you wish to
see what it will do "the next time you reboot".

and, as I recall, timetool does not deal w/ the UTC/ARC settings, so if they
are wrong, they will continue to be wrong. this is from memory from a long
time ago. it is possible that timetool has been either updated or fixed, but
I suspect that this might not be the case.

> MB
> -- 
> e-mail: [EMAIL PROTECTED]
> Bart: Hey, why is it destroying other toys?  Lisa: They must have
> programmed it to eliminate the competition.  Bart: You mean like
> Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
> Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Nov-00
Time: 16:05:37

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RPM_OPT_FLAGS

2000-11-05 Thread Gregory Hosler

where / how to set RPM_OPT_FLAGS for doing a rpm -bb

(e.g. to set "-g")

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Nov-00
Time: 11:22:33

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



binary libary compatibility

2000-10-29 Thread Gregory Hosler

Hi all,

I have a large piece of code, that up to now I have been developing on RH 5.2

I am looking at porting that code to RH 7.0

The issues with the newer compiler being more strict, I can handle. My biggest
concern I have is one of our 3rd party dependencies. We have several 3rd party
dependencies, which are in the form of ".o" or ".a" files, which are glibc 2.0
based.

When I recompile my app on RH 7.0 (which is glibc 2.1 based), will I have a
problem mixing glibc2.0 ".o" or ".a" files with my glibc2.1 .[oa] files ?

thx, and rgds,

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 30-Oct-00
Time: 08:39:29

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: Strategies for NFS systems?

2000-10-23 Thread Gregory Hosler

You are being much too vague for useful response to be generated.

for example, give an example of an rpm that has the problems that you
are talking about. I suspect that it will be an rpm that would be better
installed to each system anyways.

typically a distribution is installed to each client. all 3rd parrt s/w is
installed to either /usr/local or /opt, and the packager generally realizes
that they are 3rd party software, and will usually configure themselves
to /opt

if the above is properly done, then the server exports /opt and/or /usr/local
and the cliens all nfs mount /opt and/or /usr/local

stuff in /usr, /lib, /etc, etc, are not meant to be exported.

rgds,

-Greg

On 23-Oct-00 Michael Jinks wrote:
> Greetings.
> 
> RPM and NFS are both great tools for simplifying network administration, but
> I see an apparent conflict and I'm not sure what the "standard" approach is.
> 
> Suppose I want to install an rpm package for use on the network.  A simple
> "rpm -ivh 'packagename'" on the NFS server isn't such a good idea, as the
> package will be stored within the server's main file system, which might not
> be (isn't) the same filesystem which is exported for use by the clients.
> 
> Okay, so I create (say) /export/usr, and store my binaries there.  Trouble
> with that is that rpm doesn't just write binaries, it also writes config
> files, library files, and initial versions of variable data.
> 
> Okay, so I create (say) /export, and install an entire Linux system there,
> including /export/var, /export/lib, /export/usr/lib, /export/etc, and all the
> rest of the files that would be necessary to run a full-blast Linux system.
> Trouble now is that some files do actually need to be local to the machine
> where the software will run, for example state information that might be 
> written to /var.
> 
> I'm also a bit confused about how to get a given package to look in the right
> place for its config files.  If the package was configured to get config info
> from /etc/foo.conf, there's no systematic, generalized way to tell a class of
> packages "prepend $PATH to all config files, thus /etc/foo.conf becomes
> $PATH/etc/foo.conf".  Even the --root directive to rpm -i doesn't take care 
> of this if the path as written on the server differs from the path as read by
> the client -- which it almost always does in my experience.
> 
> Was RPM just not designed with NFS-heavy networks in mind?  Or am I missing
> something basic?  At this point it seems as though I'm going to be stuck
> visiting (or automating the visitation of) every machine on my network, and
> running an rpm command on each one every time we want to change our software
> package loadout.
> 
> I'm hoping that somebody who does this can suggest some tricks.
> 
> Thanks,
> -m
> 
> -- 
> Michael Jinks, IB
> Systems Administrator, Saecos Corporation
> HOORAY FOR POKEY!!! http://www.yellow5.com/pokey/
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 24-Oct-00
Time: 10:21:17

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: US Elections

2000-10-19 Thread Gregory Hosler


On 19-Oct-00 Jamin Collins wrote:
> Sorry to continue off-topic, but there are a few items I feel need cleared
> up.
> 
> You have a slight misnomer here, elections are most certainly not decided by
> the "swing voter" (as you put it).  Shockingly enough, the election 
> is not even decided by the millions of people that turn out to the polls
> thinking their vote counts.  The sad fact of the mater is that elections are
> decided only by the electoral votes.  What impact does this have?  Simple,
> it means that the power to elect a President of America rests in a small
> sub-set of America.  There have been a few occurrences where the popular
> (read majority of public voters) have elected one candidate only to have the
> electoral (read small sub-set) elect the other candidate.  IIRC, this
> happened with Clinton's first election, the public voted for Bush and the
> electoral for Clinton.  

The electoral college is required _on the first round of voting_ to vote for
the canditate that they represent. After the 1st round vote, if there is not
a winner, they are free to choose their vote.

Due to the nature of the electoral college (all the votes from a particular
state go to 1 candidate, and are not split as they were by the general
populace), it is possible for a candidate to carry large states (with large
electoral vote count) by a small majority (or even a plurality if there are
more than 2 candidates), and lose smaller states, totally, end up with less
than majority (or plurality) of the vote, yet be a clear cut winner in the
electoral college. not very easy to orchestrate, but it is possible. and
off topic :)

rgds,

-Greg


--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 20-Oct-00
Time: 09:26:02

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: NIS Client/Server Config

2000-10-17 Thread Gregory Hosler

I believe on your server, you need all 3: ypbind, ypserv, yppasswdd
which need to be started in the order ypserv, ypbind, yppasswdd. Typical
S numbers are S12ypserv, S13ypbind, and S66yppasswdd (these will be the
2oft link files in the /etc/rc.d/rc.# run level directory).

note that yppasswdd is not necessary in order to do a ypcat passwd.

as regards to your problem. it would be helpful to know more information,
such as distro and version of which release for your client, and your
server (for example: server running HP-UX 10.20, client running RH Linux
version 5.2).

also, from your client, what do you see when you do a:

ypwhich

?

ditto on the server machine.

rgds,

-Greg

On 18-Oct-00 Selim Jahangir wrote:
> Hi All !!!
> NIS client configuration.
> In  my server ypserv is running and in client ypbind. I can not get the
> password database in my client machine.
> Please help me with configuration files.
> 
> Thanks
> selim
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 18-Oct-00
Time: 13:00:16

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



gdm login session choices.

2000-10-10 Thread Gregory Hosler

Hi,

my RH7.0/gdm login panel offers me the choices of:

kde
gnome
default
failsafe

1) How do I add AnotherStep or FVWM ?
2) How do I change/set the default value ?

thank you, and regards,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 10-Oct-00
Time: 13:55:56

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Printing problems w/ RH7.0

2000-10-08 Thread Gregory Hosler

Hi,

I have a problem that used to work on earlier RH systems. I just want to
find out if it's me, or if it's a bug (before file a bugzilla report)...

I have a remote print queue on a HP-UX system.

I run print tool.

The result printcap is essentially identical to a working RH5.2 system:
  ps:\
:sd=/var/spool/lpd/lp:\
:mx#0:\
:sh:\
:rm=hawaii:\
:rp=ps:\
:lpd_bounce=true:

The last line is new, otherwise it is identical to a RH5.2 and a former RH6.2
system.

The print queue is the "ps" queue on remote server "hawaii" (which is
running HP-UX)

When I print a job, and tail /var/log/messages, I see the following:

Oct  9 13:18:08 amnesia (Worker - Remote)[20235]: ps: Remote_job: fstatb failed
- Bad file descriptor
Oct  9 13:18:08 amnesia (Worker - Remote)[20235]: ps: Remote_job: close(4)
failed - Bad file descriptor

This, almost certainly, is related to my problem, but I'm not sure how to
interpret it.

Which file descriptor is bad, and what am I supposed to do about it to get
my print jobs printting ?

Just as a sanity check, I changed the print server to a RH5.2 one, and i still
get the same error message.

thank, and regards,

-Greg



------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 09-Oct-00
Time: 13:13:36

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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

--End of forwarded message-

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 09-Oct-00
Time: 13:43:52

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: NFS Problem

2000-10-03 Thread Gregory Hosler


On 30-Sep-00 Jeff Grossman wrote:
> Hello,
> I am trying to setup NFS.  I am running Redhat 6.2 as the NFS server and 
> Redhat 7.0 as the NFS client.  I think I have everything set up 
> correctly.  I followed the NFS howto.  But, when I try and connect, I get 
> Permission Denied.  I even tried to connect to the server from the server 
> machine and connect to localhost and I get the same error message.  Does 
> anybody have any ideas?

on the server, did you enable the nfs service (i.e. in your /etc/rc.d/rc#.d
is one of the files soft link'ed to ../init.d/nfs) ?

if no, then run tksysv, and enable both "start" and "stop" for "nfs"
in at least run levels "3" and "5".

-Greg
 
--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 03-Oct-00
Time: 14:37:12

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: samba

2000-10-02 Thread Gregory Hosler


On 30-Sep-00 Rick Knebel wrote:
> Hi,
> 
> i am running 6.2. I have a small home network setup with the redhat 
> box setup as a gateway.
> I am using samba to communicate with my 3 other computers.
> I have a folder for each computer on my redhat machine where i backup 
> my other computers to.
> 
> Everything goes well except that on one of the computers, it has 3.2 
> Gig 's of data to backup.
> Whenever the backup program gets to about 2.2 gigs, it says the disc is full.
> It is not even close.
> Is this some sort of limitation with samba?

probably not a limitation w/ samba.

questions:

1) are you backing up into 1 file ? if yes, then when that file reaches ~2gb,
   it is full. See other responses for more detail.

2) are you backing up lots of small files ? if yes, you might have reached
   your inode limit. do:

df -i

   and look at the Ifree for the destination partition. if it is zero, you have
   used up all your inodes. (man mkfs for add'l info) If this is what you are
   seeing, you'll need to remake your backup partition w/ more inodes).

-Greg

> 
> Thanks
> Rick
> -- 
> Rick Knebel
> [EMAIL PROTECTED]
> http://rknebel.uplink.net/~rknebel
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 03-Oct-00
Time: 13:31:49

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Log permissions

2000-10-02 Thread Gregory Hosler

I would like to vew several of the log files, as a normal user. The files:

/var/log/messages
/var/log/maillog
/var/log/uucp/Log

come quickly to mind.

If i do

tail -f /var/log/messages 

I get

tail: /var/log/messages: Permission denied


This inspite of the fact that in linuconf, in the Users Account, User
Information, Privileges, "may view log files" is ticked "granted".

May I know, please, what does granting "may view log files" in teh user profile
in linuxconf _really_ do, and also, is it possible to grant myself permission
to view these log files ?

Thank you, and regards,

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 03-Oct-00
Time: 10:05:07

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Sendmail configuration question

2000-10-02 Thread Gregory Hosler

Hi all,

I am using sendmail on a uucp client.

I have my smart-host properly set, and in the sendmail config, I have
"do not use DNS" ticked.

however, whenever sendmail starts up it hangs for 60 seconds. I see the
following in /var/log/maillog:

Oct  2 22:40:53 tomboy sendmail[6481]: My unqualified host name (tomboy) unknown
; sleeping for retry
Oct  2 22:41:53 tomboy sendmail[6481]: unable to qualify my own domain name (tom
boy) -- using short name

My hostname is "tomboy". It is properly registered in /etc/hosts.

How do I get sendmail to recognize this, and not complain.

Also, I get the following maillog messages from sendmail:
Oct  2 22:41:53 tomboy sendmail[6481]: e92Efri06481: forward /home/hosler/.forwa
rd.tomboy: World writable directory
Oct  2 22:41:53 tomboy sendmail[6481]: e92Efri06481: forward /home/hosler/.forwa
rd: World writable directory

In reality, the above 2 mentioned directories do not exist. In addition,
/home/hosler is a soft link to /mnt/home/hosler, and
/mnt/home/hosler is definately not world writeable.

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 03-Oct-00
Time: 10:08:23

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RH 7.0 MD5 sums

2000-09-26 Thread Gregory Hosler

Anyone see the md5sums for the iso images ?

thx, and rgds,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 27-Sep-00
Time: 09:26:46

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Re: Become a time server?

2000-09-21 Thread Gregory Hosler


On 21-Sep-00 Vidiot wrote:
>>How can I make my PC a 'time server' for another PC in my LAN?
>>
>>What service do I have to run on the server?
>>Gustav
> 
> Just run rdate on the client.  Put rdate in a root crontab and run it once
> a day.  See the man page for the simple details.

Why rdate, instead if ntp, or timed ? (just trying to understand why one
verses the other...)

thx and rgds,

-Greg

 
> MB
> -- 
> e-mail: [EMAIL PROTECTED]
> Bart: Hey, why is it destroying other toys?  Lisa: They must have
> programmed it to eliminate the competition.  Bart: You mean like
> Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
> Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 21-Sep-00
Time: 15:45:58

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: Preferred Console Language

2000-09-18 Thread Gregory Hosler

If you mean "How do you set the keyboard mapping", use the utility:

kbdconfig

This will set the keyboard mapping for the console. (for X11, you will need
to run Xconfigurator to set the keyboard mapping for X11).

-Greg

On 19-Sep-00 SoloCDM wrote:
> How do I set the preferred console language for the login terminals?
> 
> Note: Detailed Document(s) and Sample(s) are more than welcome.
>   When you reply to this message, please include
>   the mailing list and my email address.
> 
> *
> Signed,
> SoloCDM
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 19-Sep-00
Time: 14:58:36

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Re: Open Relay?

2000-09-12 Thread Gregory Hosler


On 12-Sep-00 Statux wrote:
> Honestly.. how many people actually use Linuxconf? :)

I (with close to 10 years of Unix experiance, as well as 7 Linux) recommend it
to new users... which is not to say that I use it for everything I do. I just
went thru a IP range number change in our department, and instead of using
linuxconf, I found it easier to

   $EDITOR `grep {key text, such as old IP} \`find /etc -type f\``

-Greg

> On Tue, 12 Sep 2000, Dan Horth wrote:
> 
>> At 3:23 AM -0400 12/9/00, Statux wrote:
>> >What's open relay?
>> 
>> 
>> it's in the headers of the email he attached...
>> 
>> open relay = open mail relay - your mail server will accept mail from 
>> anyone and forward it to anyone... the sort of server spammers love...
>> 
>> there's a switch in linuxconf  in the servers/mail delivery 
>> system/basic section (or something like that) entitled "enable SPAM 
>> control" or something like that (pretty vague - but not infront of 
>> computer at the moment) that will close your mail relay so you can 
>> get off the orbs blacklist...
>> 
>> HTH - dan.
>> 
>> >
>> >On Tue, 12 Sep 2000, Robert Friberg wrote:
>> >
>> >>
>> >>  Hi all,
>> >>
>> >>
>> >>
>> >>  How do I shut down open relay? I'm running RH 6.0.
>> >>
>> >>  --
>> >>  robert friberg, ensofus ab
>> >>  +46(0)708 98 57 01
>> >>
>> >>
>> >>
>> >>  The original message was received at Mon, 11 Sep 2000 13:32:16 +0200
>> >>  from nobody@localhost
>> >>
>> >> - The following addresses had permanent fatal errors -
>> >>  [EMAIL PROTECTED]
>> >>
>> >> - Transcript of session follows -
>> >>  ... while talking to mail.student.liu.se.:
>> >>  <<< 550 Service unavailable; [xxx.xxx.xxx.xxx] blocked using
>> >>  relays.orbs.org
>> >>  ... while talking to mail.liu.se.:
>> >>  >>> RCPT To:<[EMAIL PROTECTED]>
>> >>  <<< 554 Service unavailable; [xxx.xxx.xxx.x] blocked using
>> >>  relays.orbs.org,
>> >>  reason: Open relay - see
>> >>  http://www.orbs.org/verify.php3?address=xxx.xxx.xxx.x
>> >  > 554 [EMAIL PROTECTED] Service unavailable
>> 
> 
> -- 
> -Statux
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 12-Sep-00
Time: 16:16:55

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Re: refined du on /home

2000-09-11 Thread Gregory Hosler


On 11-Sep-00 Michael R. Jinks wrote:
> Well, one way to do something like this:
> 
> du -s * | sort -n | tail -n $NUMBER
> 
> ...will give you the top $NUMBER of space users;

not necessarily.

du does left justification. if you're going to sort, you'll need right
justification. One solution which will work might be to pipe du thru
awk, and have awk reprint with right justification, and _then_ sort.

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 12-Sep-00
Time: 10:08:02

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: [OFF TOPIC] Dell PowerEdge

2000-09-07 Thread Gregory Hosler

We have a PowerEdge 2400 and several Optliplexes, all came w/ Linux
pre-installed.

if you decide to re-install, there are a few rpm's that Dell supplies on the
disk, that are not on the cdrom. things like x config files, and sound driver
for their onboard sound. much of the stuff is in /del as I recall. I also
recall not being able to locate these for d/l on their web site, though I
didn't try too hard.

-Greg

> -Original Message-
> From: Robert Canary [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 07, 2000 12:57 AM
> To: [EMAIL PROTECTED]
> Cc: Fred Herman
> Subject: Re: [OFF TOPIC] Dell PowerEdge
> 
> 
> The way I understood the brochure, they install it free.
> 
> What are you using your PowerEdges for, and how much ram did you get with
> it?
> 
> If you reordered today is their anything you would change?
> 
> Fred Herman wrote:
> 
>> Robert Canary wrote:
>> >
>> > Hi,
>> >
>> > Has anyone purchased one of Dell's poweredge machines with RH 6.2
>> > preloaded?   I am looking to pickup another server and was shopping and
>> > wondering if the price is worth it.
>> >
>> > --
>> > robert canary
>> > system services
>> > OhioCounty.Net
>> > [EMAIL PROTECTED]
>> > (270)298-9331 Office
>> > (270)298-7449 Fax
>> >
>> We have 2 PowerEdge 1300's with a single processor installed.  They
>> weren't pre-loaded, but stock RH installation was flawless.  Prior
>> versions of RedHat did have a problem recognizing the on-board video,
>> but that was easily solved by selecting the generic SVGA driver.  That
>> problem has gone away AFAIK.
>>
>> If you are going to have a raid drive configuration (we didn't), it
>> might be worth buying the box with Linux pre-installed, but otherwise, I
>> wouldn't pay a premium for the preinstallation.
>>
>> Fred
>>
>> ___________
>> Redhat-list mailing list
>> [EMAIL PROTECTED]
>> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> --
> robert canary
> system services
> OhioCounty.Net
> [EMAIL PROTECTED]
> (270)298-9331 Office
> (270)298-7449 Fax
> 
> 
--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 08-Sep-00
Time: 11:46:23

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Piglet ?

2000-09-05 Thread Gregory Hosler

A friend of a friend came to me w/ a Linux question. when I asked him which
distro/version he was using, he told me "RH 6.3". When I told him that there
was no 6.3, just "6.2 (a.k.a. Zoot), and 6.9.5 (a.k.a. pinstripe)" he told me
that his was codenamed "piglet" - what's "piglet" ?

-Greg

------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Sep-00
Time: 14:03:43

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Re: Regression tools for Linux ?

2000-09-05 Thread Gregory Hosler


On 14-Aug-00 Manuel Camacho wrote:
> I guess you mean mathematical regression tools that allow you to take 
> experimental data and correlate it to get an equation that describes the 
> phenomena in a more or less (measured) accurate way.

actually, I mean test regression tools. like Rational Robot, or Xrunner,
or Centerline's QA Replay.

unfortunately, none of these are available for Linux (nor are they in the
pipeline, from what I can ascertain).

I'm looking for something similiar for capturing/playback of a X/Motif
application.

-Greg

> -Original Message-
> From: Gregory Hosler <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Fri, 11 Aug 2000 16:39:45 +0800 (SGT)
> Subject: Regression tools for Linux ?
> 
>> Anyone know of any regression tools (a. la. Rational Robot, or XRunner)
>> that
>> run on Linux. Commercial or free, does not matter.
>> 
>> thx, and rgds,
>> 
>> -Greg
>> 
>> --
>> E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
>> Date: 11-Aug-00
>> Time: 16:37:24
>> 
>> If Bill Gates had a dime for every time a Windows box
>> crashed...
>>  ...Oh, wait a minute, he already does.
>> 
>> --
>> 
>> 
>> 
>> ___
>> Redhat-list mailing list
>> [EMAIL PROTECTED]
>> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Sep-00
Time: 14:00:26

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: CD writer

2000-09-03 Thread Gregory Hosler


On 01-Sep-00 Leonard den Ottolander wrote:
>   Hi Greg,
> 
>> you mean, for example, what's wrong w/ the philips cdd2000 or cdd2600
>> recorders
>> for which there is a class action suit
>> (http://www.cdrecorderclassnotice.com/) ?
>> 
>> As I understand it, the recorder was built w/ a spring that did not have
>> enough
>> tension to move the laser to the end of the disc.
> 
>  And what about more recent types (404, 804)?

I have no idea. you might want to check this out yourself if you are considering
using one of these. for me, that fact that they did this, and then, against
all logic refused to admit that there was a problem (even thou 100% of all
that product was affected), until the class action suit was brought against
them, that is reason enough for me to give them a miss, especially when there
are alternatives in the market that are rock solid, and have no such problems.

rgds,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 04-Sep-00
Time: 10:18:26

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: Bash says it is not there, but I can see it.

2000-09-03 Thread Gregory Hosler

The home directory for mysql has incorrect/wrong permissions. for 1 thing,
it does not have exectute permissions, so no one, not even owner will be
able to cd into it.

at the very minimum, change the permissions from 660 to 770 - check the mysql
docs for proper permissions for the home directory, but 660 is most definately
wrong.

rgds,

-Greg

On 27-Aug-00 John Walker wrote:
> Anyone ever seen anything like this before? 
> 
> Bash says a directory doesn't exist when logging in as the user who's home
> directory it is. 
> 
> The directory IS there.
> 
> What the heck? (FWIW the directory had already been created when I created
> the user... Wonder what diff that makes?)
> 
> Thanks,
> John  
> 
> PS, Please copy me directly on replies.
> 
> [root@colin /home]# ls -al 
> total 32 
> drwxr-xr-x 5 root root 4096 Aug 13 12:08 . 
> drwxr-xr-x 17 root root 4096 Jul 23 14:40 .. 
> drwx-- 8 john john 4096 Aug 27 10:14 john 
> drwxr-xr-x 2 root root 16384 Jul 3 17:15 lost+found
> drw-rw 7 mysql root 4096 Aug 27 11:50 mysql   <-LOOK AT THIS
> [root@colin /home]# telnet colin 
> Trying 127.0.0.1... Connected to colin. 
> Escape character is '^]'.
>  
> Red Hat Linux release 6.2 (Zoot) 
> Kernel 2.2.16-3 on an i586 
> login: mysql 
> Password: 
> 
> No directory /home/mysql! <- LOOK AT THIS
> Logging in with home = "/". 
> bash: /home/mysql/.bash_profile: Permission denied 
> bash$ logout 
> bash: /home/mysql/.bash_logout: Permission denied 
> Connection closed by foreign host. 
> 
> [root@colin /home]# ls -al
> total 32
> drwxr-xr-x 5 root root 4096 Aug 13 12:08 . 
> drwxr-xr-x 17 root root 4096 Jul 23 14:40 .. 
> drwx-- 8 john john 4096 Aug 27 10:14 john 
> drwxr-xr-x 2 root root 16384 Jul 3 17:15 lost+found
> drw-rw 7 mysql root 4096 Aug 27 11:50 mysql 
> 
> <- yup, its still there...??? 
> 
> 
> 
> 
> ___________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 04-Sep-00
Time: 10:14:01

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: Reg Hat web pages text bad

2000-08-30 Thread Gregory Hosler

um, I believe that this is their Japanese support page (hint: hold your
mouse over the link top center of the page)

rgds,

-greg

On 31-Aug-00 Vidiot wrote:
> I'm finding several Red Hat support pages that are crap:
> 
>   http://www.redhat.com/support/errata/RHSA-2000-025-13.html
> 
> That is the second one that I ran across.
> 
> MB
> -- 
> e-mail: [EMAIL PROTECTED]
> Bart: Hey, why is it destroying other toys?  Lisa: They must have
> programmed it to eliminate the competition.  Bart: You mean like
> Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
> Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 31-Aug-00
Time: 12:00:00

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: CD writer

2000-08-30 Thread Gregory Hosler


On 31-Aug-00 Leonard den Ottolander wrote:
>   Hello Greg,
> 
>> for my money, though, yamaha makes a pretty good drive (and HP and phillips
>> don't)
> 
>  I tend to agree on HP, although this is just based on one bad experience 
> (with a probably "overused" HP7100), but what is wrong with Philips writers?

you mean, for example, what's wrong w/ the philips cdd2000 or cdd2600 recorders
for which there is a class action suit (http://www.cdrecorderclassnotice.com/) ?

As I understand it, the recorder was built w/ a spring that did not have enough
tension to move the laser to the end of the disc.

as for the "over used HP7100" you have. I have a HP that no longer writes, this
after less than 200 cd's, yet my yamaha is still going strong after close to
1000 (I use if for backup - raw media is cheaper than tape, and I have more
faith in being able to read the cd's later, than I do in dds tapes...) Note
that Yamaha is not the only good drive out there (alot of people like Plextor),
but there seems to be an unfortunate abundance of inferior ones.
 
-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 31-Aug-00
Time: 08:31:58

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: CD writer

2000-08-30 Thread Gregory Hosler

go to:

http://www.fokus.gmd.de/nthp/employees/schilling/cdrecord.html

for a list of supported hardware.

for my money, though, yamaha makes a pretty good drive (and HP and phillips
don't)

-Greg

On 30-Aug-00 kapil sharma wrote:
> Hi,
> I want to buy a CD writer. I want to know which make will work on Linux
> well. I am using redhat linux6.2.
> 
> Please help!
> 
> kapil
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 30-Aug-00
Time: 16:05:04

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RE: /home removal exploit

2000-08-29 Thread Gregory Hosler


On 29-Aug-00 eric clover wrote:
> is there any known exploits that can just remove a /home dir within a few
> seconds
> without the hd's thrashing, like just removing any trace of the /home dir
> ever even being there?
> 
> for some reason(and always on a Tuesday at around 5:30-6:00, but not every
> Tuesday)
> our /home dir with around 4000 user dirs just goes bye-bye, no trace,
> nothing.
> 
> this happened to our old server. we thought it was a hardware problem, built
> a new machine, and now after 2 months of flawless operation, BAM!!! no more
> /home
> same thing we had before.

I'm assuming that /home is on it's own partition (you might clarify this).

when you say "no more /home", could youy explain what you mean by that.

The partition is still on the disk, correct ?

Is /home merely umounted, and you need only to mount it back ? or
has the /home partition been wiped clean (and is it still mounted when this
happens), etc.

rgds,

-Greg



--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 30-Aug-00
Time: 09:44:37

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Re: Suggested CD-RW Drive

2000-08-16 Thread Gregory Hosler

The 29160 (just like in my original reply :)

-greg

On 16-Aug-00 Ahbaid Gaffoor wrote:
> Thanks...
> 
> I was thinking Yamaha too, what type of scsi card would you recommend for an
> internal scsi drive?
> 
> thanks again,
> 
> Ahbaid.
> 
> Gregory Hosler wrote:
> 
>> On 14-Aug-00 Ahbaid Gaffoor wrote:
>> > Hi all,
>> >
>> > I'd like to buy an internal CD-RW drive,
>> >
>> > now, my system has two IDE channels available...
>> >
>> > The way I see it my options are:
>> >
>> > 1) Buy a SCSI card, and a  SCSI CD-RW (Expensive, but very fast...)
>> >
>> > 2) Buy an IDE CD-RW (Not as Expensive, not as efficient as SCSI)
>> >
>> > What SCSI Card, SCSI CD-RW / IDE CD-RW would you recommend?
>> >
>> > thanks,
>>
>> strong recommendation for you to go Yamaha for the drive. I've used several,
>> and I now have 3 Yamahas (2 in my 2 systems, my oldest in my wifes). All
>> other
>> writers I have trashed (includes: Philipps 2600 series, HP something series,
>> and
>> a Sony one).
>>
>> The Yamaha comes in both IDE and SCSI, Internal and external (well, no
>> external
>> IDE). Also comes in tray or cartridge. get the tray one (the cartridge you
>> have
>> to put the cd in this "casing" and slide that in). supposedly the cartridge
>> is more reliable, but I have burned literally multiple hundreds of cds in
>> tray versions of the writer. just as sturdy, reliable, and much much more
>> convenient.
>>
>> don't get a cheaper drive and think "they're all teh same, I'm just saving
>> money". That most definately are not all the same, and you are almost
>> certainly
>> not saving money (considering that you'll be replacing the drive because it
>> pisses you off, or because you get 1 coaster for every 3 burns). The yamaha
>> drive I have a 99.99 % success rate, and that 1 failure was when I was
>> mke2fs
>> a LARGE partition on a SLOW drive while burning. other than that, even at
>> 100%
>> cpu load, I never burn a coaster (on the yamaha. The philips I got a coaster
>> every 2nd or 3rd try, even when the system was totally idle).
>>
>> If you do go scsi, get a 29160 - you can later expand to a better scsi disk
>> (at a price, of course) if you want. Me I'm 100% scsi at home. My wife's
>> machine is ide though. The IDE yamaha should work on your ide based system
>> just fine. I have one on my wifes's IDE system, and it works fine, this
>> inspite of the fact that she's running w95.
>>
>> -Greg
>>
>> --
>> E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
>> Date: 16-Aug-00
>> Time: 09:59:43
>>
>> If Bill Gates had a dime for every time a Windows box crashed...
>>  ...Oh, wait a minute, he already does.
>>
>> --
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 16-Aug-00
Time: 16:04:13

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Regression tools for Linux ?

2000-08-11 Thread Gregory Hosler

Anyone know of any regression tools (a. la. Rational Robot, or XRunner) that
run on Linux. Commercial or free, does not matter.

thx, and rgds,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 11-Aug-00
Time: 16:37:24

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Re: RH6.0 and Xfree problen

2000-08-09 Thread Gregory Hosler


On 08-Aug-00 Charles Galpin wrote:
> do it *as the user she is running X as* 

That was my very first guess, but... she _is_ the user she is running X as,
and it gives that.

-Greg

> On Tue, 8 Aug 2000, Gregory Hosler wrote:
> 
>> Hi,
>> 
>> My boss has a Dell machine, came w/ RH6.0
>> 
>> presently, if she does:
>> 
>> xhost +
>> 
>> she gets the error message:
>> 
>> Xlib: connection to "wanaka:0.0" refused by server
>> Xlib: Client is not authorized to connect to Server
>> Error: Can't open display: wanaka:0
>> 
>> (where the hostname is "wanaka"). In short, she is not able to set her
>> DISPLAY variable back to her host from another host. Aside from upgrading
>> to a newer distribution, is there a quick fix to this problem ?
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 10-Aug-00
Time: 09:42:18

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



RH6.0 and Xfree problen

2000-08-08 Thread Gregory Hosler

Hi,

My boss has a Dell machine, came w/ RH6.0

presently, if she does:

xhost +

she gets the error message:

Xlib: connection to "wanaka:0.0" refused by server
Xlib: Client is not authorized to connect to Server
Error: Can't open display: wanaka:0

(where the hostname is "wanaka"). In short, she is not able to set her
DISPLAY variable back to her host from another host. Aside from upgrading
to a newer distribution, is there a quick fix to this problem ?

thx, and rgds,

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 08-Aug-00
Time: 17:48:10

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Samba and W2k

2000-08-06 Thread Gregory Hosler

Hi,

I have a RH6.2 systemn that successfully talks to my wife's W95 box.
I just dual installed W2k on her box (keeping the W95, just incase of
issues/problems), and now my 2 boxes don't communicate.

I used to be able to communicate in both directions. i.e. I used to
be able to mount W95 shares on RH6.2, and I used to be able to mount
Linux shares on W95 (actually this still works). Under W2k, neither direction
works.

I initially suspected the plain text password (encryption) thing, so I
hunted down the registry entry for W2K and applied that fix. still nada.

anyone got this working ?

rgds,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 07-Aug-00
Time: 09:16:01

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--



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



Re: redhat 6.9

2000-08-02 Thread Gregory Hosler


On 03-Aug-00 Eddie Strohmier wrote:
> Rob: 
> 
> RH 6.9 is not out yet. This is just a boot disk from rawhide. 
> Hang with this list as one of the first places you will see an
> update to the current RH 6.2 is here
> 
> 
> Eddie Strohmier

um, Eddie, RH 6.9 _is_ out. it is called pinstripe. the announce went
public a few days ago. if you want, I can repost it, or mail you privately...

-Greg

> 
> On Thu, 3 Aug 2000 01:19:47 -0300 rob smith <[EMAIL PROTECTED]>
> writes:
>> I went to redhat's site looking for '6.9' that I see people talking 
>> about...to
>> make a long story short..where can I get it?? and can I upgrade from 
>> 6.2 directly
>> without re-installing??
>> 
>> 
>> -- 
>> To unsubscribe: mail [EMAIL PROTECTED] with 
>> "unsubscribe"
>> as the Subject.
>> 
> 
> 
> YOU'RE PAYING TOO MUCH FOR THE INTERNET!
> Juno now offers FREE Internet Access!
> Try it today - there's no risk!  For your FREE software, visit:
> http://dl.www.juno.com/get/tagj.
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 03-Aug-00
Time: 14:18:52

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




RE: vmware - read my .iso image

2000-08-01 Thread Gregory Hosler


On 26-Jul-00 Jon Nichols wrote:
> 'Hatters;
> 
> 
> I finally got a copy of vmware, and want to run win98 under it.
> I have made an .iso image of my win98cd (my cd drive is crap, so I cant
> really use the actual cd). I can mount the .iso image thru loopback, and
> it looks great. But I cant successfully tell vmware to use it as a cd.
> 
> Has anyone done this? I didnt see anything to this point in the docs.

file:/usr/lib/vmware/help/ConfigDisks.htm

-Greg

----------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 02-Aug-00
Time: 12:53:42

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: Less on 6.2

2000-07-31 Thread Gregory Hosler


On 31-Jul-00 Bob Taylor wrote:
> In message <[EMAIL PROTECTED]
> .com>, "M
> ikkel L. Ellertson" writes:
> cc:  [EMAIL PROTECTED]
>> On Sun, 30 Jul 2000, Bob Taylor wrote:
>> 
>> > Anyone know the secret to get less to display in its own "window" (it 
>> > doesn't write on the xterm). As far as I can see it's not in the man 
>> > page. This is one of the "little" things that bugs me.
>> > 
>> > TIA
>> > 
>> > Bob
>> > 
>> > 
>> If I understand you correctly, you would like less to open a new window,
>> instead of its output showing up in the xterm you typed the command on, or
>> you have it as a menu command in X, and it doesn't work.
> 
> Sorry this is not what I want. I'm not sure how to explain it better. 
> I type less  in an xterm OR console and less does not 
> actually write on the xterm/console. In other words when I exit less 
> what it has printed disappears leaving my screen the same way it was 
> before I typed less.
> 
> Less worked this way in 5.2. What I want to know is how can I get 
> this behavior back?


hmm... I'm using RH6.2, and less is working exactly as you're describing.
My TERM is set as "xterm".

-Greg


--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 31-Jul-00
Time: 17:10:14

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




RE: compare file timestamps in script?

2000-07-30 Thread Gregory Hosler


On 28-Jul-00 Bret Hughes wrote:
> I hate asking questions about what I thought was going to be
> a simple operation but I cannot find an easy way to compare
> timestamps of two files.  I felt certain that I sould be
> able to do this without awking the ls -l outputs but maybe
> not?  What I want to do is after wget runs, if a particular
> file's timestamp is newer that the old one I eed to notify
> someone via mail.  The mail part I can do.  It is timestamp
> stuff that is escaping me.
> 
> It may be that lack of sleep is impairing my already
> questionable judgement (6 week old new baby) so if this a
> really simple one please don't hestate to give me a hard
> time :)

given 2 files "file_name_1" and "file_name_2":

x=`find file_name_1 -newer file_name_2 | wc -l`
if [ $x = 1 ] ; then echo true ; else echo false; fi

The above echos "true" if file_name_1 is newer than file_name_2,
false otherwise.

The above template should be enough to help you do what you want...

-Greg


--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 31-Jul-00
Time: 09:51:42

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: clock error/system unstable now

2000-07-20 Thread Gregory Hosler


On 21-Jul-00 Lee Johnson wrote:
> 
> 
> Kevin Hancock wrote:
> 
>> On Thu, 20 Jul 2000, Lee Johnson wrote:
>>
>> Your clock is wrong and some things were not compiled? Every time my clock
>> is behind the last compile time I get those errors. Just reset the time to
>> current time and recompile. Works for me.
>>
>> Time and date obviously.
> 
> another reply thanks so much..
> in as much as i can't get back to desktop will this work?..reset time?..sorry
> you're talking to newbie more or less
> 
> anyway reset time huh?..done how?
> remember i can't get past that command line prompt ( bash)
> what caused this time thing never had before anyone know?

If you are saying that you boot and end up at a "#" primpt, then that
strongly suggests that you did not boot cleanly. i.e. some major error
was detected, and displayed on the screen. We need to know _what_ that
message is.

You can use Page Up/Page Down to scroll the screen, if necessary.

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 21-Jul-00
Time: 13:19:34

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Linux and Networked printers

2000-07-16 Thread Gregory Hosler

Has anyone udes Linux with a "networked printer" (i.e. a printer with an
embedded lan card).

if yes, which printers, and was there any difficulties in setting up your
Linux clients to talk to the printer ?

thank you, and rgds,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 17-Jul-00
Time: 13:40:43

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




RE: GCC compiler problem on RH 6.2

2000-07-05 Thread Gregory Hosler


On 05-Jul-00 Juha Saarinen wrote:
> %-> Does anyone know what issues might be involved with swapping
> %-> compilers on
> %-> a RH 6.x system, either forward to gcc 2.95, or backwards to gcc 2.7.2
> 
> The only issues I've seen so far have been with libstdc++ -- you have to
> install a newer version than the one that comes with RH6.x to be able to
> compile c++ proggies, but doing so kills groff and Netscape e.g. because
> they seem to be linked to the older lib.

That was what I was afraid of. 2 questions:

1) I note that the libstdc++ include directory is:

/usr/include/g++-3

   is it possible to install this alongside the egcs include directory
   (/usr/include/g++) without problems ?

2) is it possible to install both libstdc++ libraries, the old one
   for compatibility, the newer one as default ?

thx, and rgds,

-Greg

> -- Juha
> 
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Jul-00
Time: 10:35:50

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




RE: File size analyser utility

2000-07-05 Thread Gregory Hosler


On 05-Jul-00 Anurag Jalan wrote:
> Hi all,
> 
> On my Redhat box i have a 9 Gb HD with 4 primary partitions :
> 
> /boot - 50 Mb
> / - 6.5 Gb
> /home - 2.5 Gb
> and SWAP - 128 Mb
> 
> To my horror, I found that the /home partition is 89 % full.., despite the
> fact that i have only 10 users and my Web server is installed at
> /usr/local/apache ..
> 
> There are so many sub directories in the user directories that it is nearly
> impossible to scan all of them manually ..
> 
> Is there a utility that can help me locate the space hogs ?

start with du.

as root:
cd /home
du -s *

This will tell you were the bulk lies. Then go into that directory
and repeat the du.

I also wrote a script that will do a du in a directory, and sort the
results, giving you a sorted list of usage.

#!/bin/bash

du -s * | awk '{printf("%6s %s\n", $1, $2)}' | sort

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 06-Jul-00
Time: 10:30:17

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




GCC compiler problem on RH 6.2

2000-07-05 Thread Gregory Hosler

Hi,

I've got a development system I am setting up at work, which will be
based upon RH 6.x, probably 6.2

in doing some preliminary testing I have learned that the gcc compiler
supplied with 6.1/6.2 (have not tried 6.0) fails to compile our C++
application (and our application us sufficiently large enough that recoding
it is out of the question). RH 6.x uses ecgs 1.1, and the compile problem
seems to be specific to ecgs (possibly ecgs 1.1).

I know that gcc 2.7.2 works fine, and I have tried compiling under gcc 2.95,
ad that seems to work fine as well (though we haven't done any testing at
all on the image).

Does anyone know what issues might be involved with swapping compilers on
a RH 6.x system, either forward to gcc 2.95, or backwards to gcc 2.7.2

thanks for any thoughts/feedback,

rgds,

-Greg


--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 05-Jul-00
Time: 15:12:46

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




RE: inittab missing

2000-06-29 Thread Gregory Hosler


On 29-Jun-00 Paul Smith wrote:
> Hello all,
> 
> I haven't made any changes to any configuration files recently, but on
> boot up the system stops and I receive this
> 
> INIT: No inittab file found
> 
> Enter run level:
> 
> When a run level number is entered the system hangs.  I read one of the
> archived files from this list on this same problem.  Apparently the etc
> directory needs to be located under / on the same partition .  If so,
> how do I go about placing the etc directory under / (if this is the
> problem) from a boot disk.  Haven't run into this problem before, so why
> now?  Any information would be appreciated.

You say that you haven't made changes to config files, and then you cite
that /etc must be on root. you're not saying that you shifted /etc to
a non-root partition, but you're alluding that that is what you did.

If this is the case, then boot from a rescue floppy, or a rh6.2 cd in
rescue mode, and mount / and whever you put /etc, and copy /etc
back to the root partition. by the way, make sure that /bin, /sbin, /lib
are also on root, or you'll still have problems. If you really did move
/etc, then you might want to consider a reading of the linux filesystem
standard where things like this are spelled out.

rgds,

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 30-Jun-00
Time: 10:00:39

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: Annoying Netscape message - bookmarks

2000-06-26 Thread Gregory Hosler


On 26-Jun-00 Harry Putnam wrote:
> Yikes, there were eighteen pids for netscape.  What the heck did that?

do you use the online help ? that pops up a new netscape as I remember.

also, if you "close" the last netscape window _instead_ of "exit"ing,
then netscape does not exit. That might also account for extra netscapes.

-Greg

------
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 27-Jun-00
Time: 09:28:17

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




RE: Annoying Netscape message - bookmarks

2000-06-25 Thread Gregory Hosler


On 26-Jun-00 Harry Putnam wrote:
> 
> Something in the last 3 or so days has happened to cause Netscape to
> send up a message box every 10 minutes or so saying:
> 
> "Bookmarks have changed on disk, reloading" or similar.
> 
> This just started recently and is getting to be an annoyance, If I
> leave computer for a while and come bacl there will be several
> accumlated message boxes.
> 
> I'm running Netscape-navigator 4.73 but, I did not install it lately
> 
> I tried  zapping (rm -rf) the $HOME/.netscape  directory ... no
> change.
> 
> What would be causing this?

every time I have seen this (more than once), there has been multiple
copies of netscape running.

do a ps, and look at the task list. you probably have more than one
copy of netscape running.

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 26-Jun-00
Time: 12:48:10

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




tcl/tk, Tix, and BLT

2000-06-25 Thread Gregory Hosler

I note that in RH6.2, Tix has been integrated into the tcltk
build, but blt is done separately, _and without tix_

After an install of the respective tcl/tk, tix, and blt packages,
you have a tixwish (built out of the tcltk package), that includes
tix and tcl/tk, and you have a bltwish, build from the blt package,
linked against only tcl/tk, i.e. without tix.

so if you have a program that uses both tix, and blt, the installed
set of wishs do not suffice. (I had to rebuild the blt package, and
manually edit in calls to Tix_Init in the appropriate places).

I'm just curious: why wasn't blt built as part of the tcltk bundle,
(as tix was), or alternately why wasn't tix enabled in the blt build ?
(My initial guess is that the 1st probably makes the most sense...)

-Greg

--
E-Mail: Gregory Hosler <[EMAIL PROTECTED]>
Date: 26-Jun-00
Time: 10:04:03

If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.

--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




  1   2   >