RE: Sendmail on RH8

2003-01-06 Thread Pavel Rozenboim
Answer to your first question: 
Send mail to user@[ip address] (you need square brackets).

Pavel.

-Original Message-
From: Jason Dale [mailto:[EMAIL PROTECTED]]
Sent: Mon, January 06, 2003 9:42 AM
To: [EMAIL PROTECTED]
Subject: Sendmail on RH8


Hi All:

Question #1

I am in the process of transferring mail server functionality to
my new RH 8 machine , and everything seems to be working
just fine. However , I need to find a way to 'test' the new mail 
server , without changing the MX record's IP address on our
ISP's DNS servers. Is there a command I can use in Linux 
to send a mail message from one Linux server to a specific
account on another Linux server , referenced by IP address
rather than by DNS lookup ? bear in mind that both of these
Linux servers are on the same LAN

Question #2

Sendmail queues all of it's incoming mail for an account into
one large account file in /var/spool/mail. Is there a way I can break these
large files down into smaller message sized chunks so that
they can be delivered to their recipients' computers 
individually ? ( naturally , the user must be logged on and must
be requesting mail from the server )

Regards , Jason  



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



Re: Unable to boot - Stuck at "GRUB"

2003-01-06 Thread Neil Bird
Around about 05/01/2003 21:39, Tommy McNeely typed ...

[root@cookies root]# grub-install --recheck /dev/sda


  Hmm.  I had a problem when I first set up grub under RH8 in that I 
boot my ABit mobo from an ATA66 I/F (IDE 3 of 4).

  When I boot from CD (to install/rescue), /dev/hda -> (hd0) and my 
boot drive hde -> (hd1).  But when I set my BIOS to boot from 'EXT' 
(ATA66, hde), it swapped the order, so that hda->(hd1) and hde->(hd0).

  This meant that for install & rescue, grub sees the 'wrong' mappings, 
and the boot grub fails (as the boot drive is no longer correct).  I 
finally figured this out after various 'find's inside the boot grub, and 
just changed the grub.conf nos. to the 'swapped' versions.

  However, it does mean (I think) that I have to run grub [shell] by 
hand, and do init/setup manually too.


  How *should* I be running grub-install, and can I fiddle this 
device.map to make it work more straightforwardly?

--
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit



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


Re: Unable to boot - Stuck at "GRUB"

2003-01-06 Thread Patrick
You can define device swaps in grub.conf with the map command. Check
info grub, the manpages etc. A quick Google gave e.g. this link:
https://listman.redhat.com/pipermail/valhalla-list/2002-June/003173.html

Cheers,
Patrick


On Mon, 2003-01-06 at 09:47, Neil Bird wrote:
> Around about 05/01/2003 21:39, Tommy McNeely typed ...
> > [root@cookies root]# grub-install --recheck /dev/sda
> 
>Hmm.  I had a problem when I first set up grub under RH8 in that I 
> boot my ABit mobo from an ATA66 I/F (IDE 3 of 4).
> 
>When I boot from CD (to install/rescue), /dev/hda -> (hd0) and my 
> boot drive hde -> (hd1).  But when I set my BIOS to boot from 'EXT' 
> (ATA66, hde), it swapped the order, so that hda->(hd1) and hde->(hd0).
> 
>This meant that for install & rescue, grub sees the 'wrong' mappings, 
> and the boot grub fails (as the boot drive is no longer correct).  I 
> finally figured this out after various 'find's inside the boot grub, and 
> just changed the grub.conf nos. to the 'swapped' versions.
> 
>However, it does mean (I think) that I have to run grub [shell] by 
> hand, and do init/setup manually too.
> 
> 
>How *should* I be running grub-install, and can I fiddle this 
> device.map to make it work more straightforwardly?
> 
> -- 
> [neil@fnx ~]# rm -f .signature
> [neil@fnx ~]# ls -l .signature
> ls: .signature: No such file or directory
> [neil@fnx ~]# exit
> 
> 



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



Re: Unable to boot - Stuck at "GRUB"

2003-01-06 Thread Neil Bird
Around about 06/01/2003 11:29, Patrick typed ...

You can define device swaps in grub.conf with the map command. Check
info grub, the manpages etc. A quick Google gave e.g. this link:
https://listman.redhat.com/pipermail/valhalla-list/2002-June/003173.html


  I'm not certain that that could help me;  my problem is essentially 
that when booting from CD (install/rescue) grub 'sees' the devices in a 
different sequence than when I boot 'normally', as the BIOS has then 
forcibly reported 'EXT' (my ATA66 boot drive, IDE3) as the first drive - 
I guess, the direct equivalent of the grub map command.

  Unless I can get the map command to only happen in one instance: 
either during boot, or after CD boot when run manually. IYSWIM.

  How if the device.map used by grub?  *Is* it, even, or is it just 
info. for the user?

--
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit



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


Re: Psyche-list digest, Vol 1 #780 - 13 msgs

2003-01-06 Thread Benjamin Machuletz
On Mon, Jan 06, 2003 at 03:29:11AM -0500, [EMAIL PROTECTED] wrote:
> Send Psyche-list mailing list submissions to
>   [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://listman.redhat.com/mailman/listinfo/psyche-list
> or, via email, send a message with subject or body 'help' to
>   [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>   [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Psyche-list digest..."
> 
> 
> Today's Topics:
> 
>1. Re[6]: Unable to boot - Stuck at "GRUB" (SOLVED) (Brian Curtis)
>2. RESOLVED: ip_conntrack_ftp (Tommy McNeely)
>3. RE: vrml plugin recommendation for mozilla? ([EMAIL PROTECTED])
>4. Re: Interpreting Logs (cKBoy)
>5. Re: Re[2]: Unable to boot - Stuck at "GRUB" (Aaron Konstam)
>6. Sony AIT tape drive (IDE) causing kernel panic (Justin Clacherty)
>7. Re: Kernel modules and 3Ware controllers (Justin Clacherty)
>8. No PS/2 Mouse causes crash (James McArthur)
>9. ReInstall Windows (Brian York)
>   10. Re: ReInstall Windows (Craig White)
>   11. wine installation problem (Andrew Salermsak)
>   12. Sendmail on RH8 (Jason Dale)
>   13. RE: Sendmail on RH8 (Pavel Rozenboim)
> 
> --__--__--
> 
> Message: 1
> Date: Sun, 5 Jan 2003 19:55:02 -0500
> From: Brian Curtis <[EMAIL PROTECTED]>
> Organization: Pomfret Computer Technologies, LLC
> To: Anton Piatek <[EMAIL PROTECTED]>
> Subject: Re[6]: Unable to boot - Stuck at "GRUB" (SOLVED)
> Reply-To: [EMAIL PROTECTED]
> 
> Hello Anton,
> 
> Sunday, January 5, 2003, 7:09:16 PM, you wrote:
> 
> AP> The problem seems to be not that grub isnt loading the right kernel, but
> AP> that Grub itself isnt installed on the hd properly...
> 
> AP> I had a similar problem, and the only way i could rectify was
> AP> resintalling/upgrading to get the bootloader installed again.
> 
> AP> If it were a grub configuration issue, then it should be solvable by
> AP> editing the option son the grub command line until you find one that
> AP> works (tab autocomplete is amazing for this job)
> 
> AP> the only thing i can think of (being a relative novice to grub) is that
> AP> grub didnt install properly. did you ask redhat to update the bootloader
> AP> or leave it alone when you did the upgrade?
> 
> Actually, the addition of the IDE drive was to an already running
> system.
> 
> Adding the IDE drive whacked device.map and I can only assume that
> Grub automagically updated it's MBR record or something.  Correcting
> device.map and reinstalling Grub to the MBR of my boot SCSI drive
> fixed everything.
> 
> -- 
> Best regards,
>  Brian Curtis
> 
> 
> 
> 
> --__--__--
> 
> Message: 2
> Date: Sun, 05 Jan 2003 17:29:18 -0700
> From: Tommy McNeely <[EMAIL PROTECTED]>
> Subject: RESOLVED: ip_conntrack_ftp
> To: [EMAIL PROTECTED]
> Reply-To: [EMAIL PROTECTED]
> 
> Chris you got it!
> 
> [root@pickles etc]# cat /etc/rc.modules
> /sbin/modprobe ip_conntrack_ftp ports=21,6969
> 
> 
> now I can run an FTP server on port 6969 and have it properly work with
> ip_conntrack
> 
> Thanks,
> Tommy
> 
> 
> On Sun, 2003-01-05 at 15:41, Chris Kloiber wrote:
> > On Sun, 2003-01-05 at 15:40, Tommy McNeely wrote:
> > > 
> > > my question.. which everyone keeps sorta dancing around :)
> > > 
> > > is how do I make it load automatically at system boot time... will just
> > > specifying the options in /etc/modules.conf work for me? .. i see
> > > something about /etc/rc.modules in the /etc/rc.sysinit ?? or is there
> > > something like /etc/modules.autoload ??
> > 
> > For some reason, ip_conntrack_ftp doesn't load itself automatically. You
> > can make an /etc/rc.modules that contains "modprobe ip_conntrack_ftp" if
> > you wish (make sure it's executable, and writable only by root), or you
> > can put it in rc.local, or you can have your custom iptables script load
> > it when necessary. Your choice.
> > 
> > -- 
> > Chris Kloiber
> > 
> > 
> > 
> > -- 
> > Psyche-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/psyche-list
> 
> 
> 
> 
> 
> --__--__--
> 
> Message: 3
> Date: Sun, 05 Jan 2003 19:37:46 -0500
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: vrml plugin recommendation for mozilla?
> Reply-To: [EMAIL PROTECTED]
> 
> 
> I haven't tried vrml on linux yet, but have you looked at http://chromebob.com.vrml/ 
>?
> 
> You may need to edit the helper applications to get mozilla to recognized vrml.
> 
> 
> 
> "Scot L. Harris" <[EMAIL PROTECTED]> wrote:
> 
> >After spending multiple hours searching for a vrml plugin for mozilla
> >all I have accomplished is upgrading mozilla and installing the openvrml
> >package.  Unfortunately it appears that this is only a set of libraries
> >for vrml and does not include the hoped for plugin for a Redhat 8.0
> >system running mozilla.Documentation for this package was sparse.
> >
> >Trying to get this installed since na

Re[2]: Unable to boot - Stuck at "GRUB"

2003-01-06 Thread Brian Curtis
Hello Neil,

Monday, January 6, 2003, 5:56:08 AM, you wrote:

NB> Around about 06/01/2003 11:29, Patrick typed ...
>> You can define device swaps in grub.conf with the map command. Check
>> info grub, the manpages etc. A quick Google gave e.g. this link:
>> https://listman.redhat.com/pipermail/valhalla-list/2002-June/003173.html

NB>I'm not certain that that could help me;  my problem is essentially 
NB> that when booting from CD (install/rescue) grub 'sees' the devices in a 
NB> different sequence than when I boot 'normally', as the BIOS has then 
NB> forcibly reported 'EXT' (my ATA66 boot drive, IDE3) as the first drive - 
NB> I guess, the direct equivalent of the grub map command.

NB>Unless I can get the map command to only happen in one instance: 
NB> either during boot, or after CD boot when run manually. IYSWIM.

If I'm following you correctly:
  # grub --device-map=/boot/grub/device.map
from a shell.  I'm not sure if you can specify device.map in the Grub
Boot shell or not.

NB>How if the device.map used by grub?  *Is* it, even, or is it just 
NB> info. for the user?

I'm not sure of the technical details, but editing device.map and
re-installing grub to the MBR worked for me.  That was after I tried
to edit grub.conf and swap hd(0,0) with hd(1,0), which did not work,
but I didn't re-write grub to the MBR after that either (docs didn't
say I had to)...

I can only assume that Grub updated something in the MBR after the
installation of the IDE disk, and that's why modifying grub.conf
didn't work.

-- 
Best regards,
 Brian Curtis



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



Re: wine installation problem

2003-01-06 Thread Banjo Donila
use rpmfind.net or speakeasy.rpmfind.net and use this libarsc.so.0 library 
as your keyword

Andrew Salermsak <[EMAIL PROTECTED]> said:

> Hello list,
>when trying to install wine-20020605-2.i386.rpm, I get this error:
> Failed dependencies:
>   libarsc.so.0 is needed by wine-20020605-2
> What do I need to install in order to get wine install?  Better yet, what 
is 
> the typical way to resolve Failed dependencies?
> I am running RH 8.0.
> Regards,
> Andrew
> 
> 
> _
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE* 
> http://join.msn.com/?page=features/virus
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list
> 
> 



-- 





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



Re: ReInstall Windows

2003-01-06 Thread Banjo Donila
there are number of ways but im not sure how many they are :)
anyways all you have to do is to use the cd1 and use 'linux rescue' then 
right after the boot has been executed, do a chroot /mnt/sysimage at this 
point /mnt/sysimage will be your chroot()'d dir. now do a grub-install  *sorry i forgot im on xp box atm check man grub-install :)* I 
assume that you have an existing linux, as you've mentioned below. 

Brian York <[EMAIL PROTECTED]> said:

> I have a dual boot with windows XP and I need to reinstall windows. After
> installing windows that should get rid of the boot loader. How can I get it
> back so I can boot into linux?
>  
> Thanks
> Brian
> 



-- 





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



Limit user to use only home folder

2003-01-06 Thread Remus
Hi folks,

Is it possible to limit user to use only /home/user folder?

Thank you

Remus



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



Re: Limit user to use only home folder

2003-01-06 Thread Kent Nyberg
mån 2003-01-06 klockan 15.19 skrev Remus:
> Hi folks,
> 
> Is it possible to limit user to use only /home/user folder?
> 
> Thank you
> 
> Remus

what do you want to keep them from doing?


-- 
Att bli medveten om sin historia är att bli medveten om sin egenart,
det är tankepausen som vi behöver innan vi övergår i handling.
/Octavio Paz


Kent Nyberg.
ICQ: 145375073





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



Re: Limit user to use only home folder

2003-01-06 Thread Remus
To have several users for sftp connection.

Remus

- Original Message - 
From: "Kent Nyberg" <[EMAIL PROTECTED]>
To: "RedHat 8.0" <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 2:41 PM
Subject: Re: Limit user to use only home folder


> mån 2003-01-06 klockan 15.19 skrev Remus:
> > Hi folks,
> >
> > Is it possible to limit user to use only /home/user folder?
> >
> > Thank you
> >
> > Remus
>
> what do you want to keep them from doing?
>
>
> -- 
> Att bli medveten om sin historia är att bli medveten om sin egenart,
> det är tankepausen som vi behöver innan vi övergår i handling.
> /Octavio Paz
>
>
> Kent Nyberg.
> ICQ: 145375073
>
>
>
>
>
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list
>
>



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



Re: Limit user to use only home folder

2003-01-06 Thread Jesse Keating
On Monday 06 January 2003 07:07, Remus uttered:
> To have several users for sftp connection.

I think the question was what do you wish to _stop_ them from doing?  What is 
the danger you forsee?

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit --> j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



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



Re: Limit user to use only home folder

2003-01-06 Thread Ed Wilts
On Mon, Jan 06, 2003 at 03:07:21PM -, Remus wrote:
> To have several users for sftp connection.

The short answer is no - at least not by any supported mechanisms.
There are unsupported patches and hacks that help, but there is no good
way to prevent any user with ssh/sftp access from grabbing your passwd
file.

If you want to restrict users to pre-determined areas, look at wu-ftpd -
it's all built in.

.../Ed


> - Original Message - 
> From: "Kent Nyberg" <[EMAIL PROTECTED]>
> 
> > mån 2003-01-06 klockan 15.19 skrev Remus:
> > > Hi folks,
> > >
> > > Is it possible to limit user to use only /home/user folder?
> > >
> > > Remus
> >
> > what do you want to keep them from doing?
> >
> > Kent Nyberg.

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



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



Re: Limit user to use only home folder

2003-01-06 Thread Remus
As I told I need a few accounts for sftp connection and I would like to
prevent these users to see/use root folder.


Remus

- Original Message - 
From: "Jesse Keating" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 3:18 PM
Subject: Re: Limit user to use only home folder


> On Monday 06 January 2003 07:07, Remus uttered:
> > To have several users for sftp connection.
>
> I think the question was what do you wish to _stop_ them from doing?  What
is
> the danger you forsee?
>
> -- 
> Jesse Keating RHCE MCSE
> For Web Services and Linux Consulting, Visit --> j2Solutions.net
> Mondo DevTeam (www.mondorescue.org)
>
> Was I helpful?  Let others know:
>  http://svcs.affero.net/rm.php?r=jkeating
>
>
>
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list
>



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



Re: Limit user to use only home folder

2003-01-06 Thread Remus
Can I connect to wu-ftpd over ssh?

Remus

- Original Message - 
From: "Ed Wilts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 3:16 PM
Subject: Re: Limit user to use only home folder


> On Mon, Jan 06, 2003 at 03:07:21PM -, Remus wrote:
> > To have several users for sftp connection.
>
> The short answer is no - at least not by any supported mechanisms.
> There are unsupported patches and hacks that help, but there is no good
> way to prevent any user with ssh/sftp access from grabbing your passwd
> file.
>
> If you want to restrict users to pre-determined areas, look at wu-ftpd -
> it's all built in.
>
> .../Ed
>
>
> > - Original Message - 
> > From: "Kent Nyberg" <[EMAIL PROTECTED]>
> >
> > > mån 2003-01-06 klockan 15.19 skrev Remus:
> > > > Hi folks,
> > > >
> > > > Is it possible to limit user to use only /home/user folder?
> > > >
> > > > Remus
> > >
> > > what do you want to keep them from doing?
> > >
> > > Kent Nyberg.
>
> -- 
> Ed Wilts, Mounds View, MN, USA
> mailto:[EMAIL PROTECTED]
> Member #1, Red Hat Community Ambassador Program
>
>
>
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list
>



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



Re: Limit user to use only home folder

2003-01-06 Thread Jesse Keating
On Monday 06 January 2003 07:26, Remus uttered:
> As I told I need a few accounts for sftp connection and I would like to
> prevent these users to see/use root folder.

Hrm, I see this request a lot, but I don't exactly understand why..  if the 
box is properly configured, what would it matter if they see the root 
partition, or any other globally readable file.  Perhaps I'm just too good 
natured, or don't know how to |-|4x0r enough or whatever.

A side question would be, does sftp require a valid shell to do it's file 
copies?

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit --> j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



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



Re: Limit user to use only home folder

2003-01-06 Thread Ed Wilts
On Mon, Jan 06, 2003 at 03:27:58PM -, Remus wrote:
> Can I connect to wu-ftpd over ssh?

Not really.  There is a secure FTP mode (TLS) but it has a bunch of
restrictions related to the FTP protocol and the way ports are managed.

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



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



Test

2003-01-06 Thread Scott Taylor



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



Re: Limit user to use only home folder

2003-01-06 Thread Ed Wilts
On Mon, Jan 06, 2003 at 07:38:40AM -0800, Jesse Keating wrote:
> On Monday 06 January 2003 07:26, Remus uttered:
> > As I told I need a few accounts for sftp connection and I would like to
> > prevent these users to see/use root folder.
> 
> Hrm, I see this request a lot, but I don't exactly understand why..  if the 
> box is properly configured, what would it matter if they see the root 
> partition, or any other globally readable file.  Perhaps I'm just too good 
> natured, or don't know how to |-|4x0r enough or whatever.

You must be too good natured.  A properly implemented access control
mechanism gives out information only on a need-to-know basis.  The
default should always be deny first.

The default in Linux (and most Unix implementations) allows all users to
view the passwd file.  This is bad - there is no reason why one of my
customers should be able to determine my user names.  With wu-ftpd, they
don't know.  With sftp, they can simply grab the passwd file and will
have a head start in cracking my system.

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



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



Re: Limit user to use only home folder

2003-01-06 Thread Kevin . Lisciotti
Hi Remus,

If you are so inclined you can chroot (change root) the user login. The 
link below has a brief overview...

http://www.tjw.org/chroot-login-HOWTO/

**
Kevin Lisciotti, CISSP
IT Audit - FRB Boston
617-973-3039
**




Jesse Keating <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
01/06/2003 10:38 AM
Please respond to psyche-list

 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: Limit user to use only home folder

On Monday 06 January 2003 07:26, Remus uttered:
> As I told I need a few accounts for sftp connection and I would like to
> prevent these users to see/use root folder.

Hrm, I see this request a lot, but I don't exactly understand why..  if 
the 
box is properly configured, what would it matter if they see the root 
partition, or any other globally readable file.  Perhaps I'm just too good 

natured, or don't know how to |-|4x0r enough or whatever.

A side question would be, does sftp require a valid shell to do it's file 
copies?

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit --> j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



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





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



APM Power Management

2003-01-06 Thread Scott Taylor
After install, I could not boot further than: 

INIT: 2.84 booting

Someone suggested I include the "apm=off_threshold=100" on my kernel line as 
below. This worked fine, but now it won't boot down properly and stops at: 

Power Down

default=1
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd0,1)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ apm=off_threshold=100
initrd /initrd-2.4.18-14.img
title Windows 98
rootnoverify (hd0,0)
chainloader +1

Any ideas?

Regards

Scott



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



Re: Limit user to use only home folder

2003-01-06 Thread Kevin . Lisciotti
Remus,

As a followup, the December 2002 issue of Linux Magazine has a great 7 
page article on using chroot...good luck!

**
Kevin Lisciotti, CISSP
IT Audit - FRB Boston
617-973-3039
**



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



Re: Limit user to use only home folder

2003-01-06 Thread Rimas
Thank you Kevin

Remus

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 3:56 PM
Subject: Re: Limit user to use only home folder


> Remus,
> 
> As a followup, the December 2002 issue of Linux Magazine has a great 7 
> page article on using chroot...good luck!
> 
> **
> Kevin Lisciotti, CISSP
> IT Audit - FRB Boston
> 617-973-3039
> **
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list
> 



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



ntpd problems

2003-01-06 Thread Justin Johnson
Hello,

After a new install, my computer fails to sync to the ntpd server
(time.nist.gov).  After booting up, if I configure it via gnome, it syncs
fine and corrects my time, but after rebooting it errors upon sync again. 
Has anyone else had this problem?  One thing I noticed is that it appears
to change the server from time.nist.gov to my own IP when I reboot.  Not
sure why it is doing that.

Thanks much.
Justin




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



Re: ntpd problems

2003-01-06 Thread Keith Winston
On Mon, 2003-01-06 at 05:24, Justin Johnson wrote:
> Hello,
> 
> After a new install, my computer fails to sync to the ntpd server
> (time.nist.gov).  After booting up, if I configure it via gnome, it syncs
> fine and corrects my time, but after rebooting it errors upon sync again. 
> Has anyone else had this problem?  One thing I noticed is that it appears
> to change the server from time.nist.gov to my own IP when I reboot.  Not
> sure why it is doing that.

I had to comment out ALL of the authentication stuff before it would
work on my system.

These are the only 4 lines left uncommented in my ntp.conf:

server time.nist.gov
fudge   127.127.1.0 stratum 10
driftfile /etc/ntp/drift
broadcastdelay  0.008

Best Regards,
Keith
-- 
LPIC-2, MCSE, N+
We drive on this highway of fire
Got spam? Get spastic http://spastic.sourceforge.net



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



Re: ntpd problems

2003-01-06 Thread Steve Blackwell
I saw something similar when I installed.

Check out the contents of /etc/ntp/step-tickers. It should say 
time.nist.gov.

Other than that check out the contents of /etc/ntp.conf and make sure that 
the server line says server time.nist.gov.

Steve.

On 2003.01.06 05:24 Justin Johnson wrote:
Hello,

After a new install, my computer fails to sync to the ntpd server
(time.nist.gov).  After booting up, if I configure it via gnome, it syncs
fine and corrects my time, but after rebooting it errors upon sync again.

Has anyone else had this problem?  One thing I noticed is that it appears
to change the server from time.nist.gov to my own IP when I reboot.  Not
sure why it is doing that.

Thanks much.
Justin




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





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



Re: ntpd problems

2003-01-06 Thread mike

On Mon, 6 Jan 2003, Justin Johnson wrote:

> Hello,
>
> After a new install, my computer fails to sync to the ntpd server
> (time.nist.gov).  After booting up, if I configure it via gnome, it syncs
> fine and corrects my time, but after rebooting it errors upon sync again.
> Has anyone else had this problem?  One thing I noticed is that it appears
> to change the server from time.nist.gov to my own IP when I reboot.  Not
> sure why it is doing that.

One thing to check is how far off your system time pre-sync is from the
current real time.  If it's more than a couple of hours ntpd will assume
something has gone wrong with the network time and refuse to sync your
system, exiting instead.  To set your hardware clock after you've
synchronized on network time do:

/sbin/hwclock --systohc

Also note that the ntp people prefer you to use a stratum-2 or stratum-3
server, not a stratum-1 server like time.nist.gov.  The load on stratum-1
is already extraordinarily high keeping the other strata in sync, so the
added load of workstations that could use a lower stratum should be
avoided.  Pick 5 - 10 servers from this list:

http://www.eecis.udel.edu/~mills/ntp/clock2.html

and put them in your ntp.conf file.  Ntpd will handle finding the best
timesource to synchronize against, and you'll minimize the load on the
core of the NTP network.

-- 
Michael D. Jurney
[EMAIL PROTECTED]



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



Re: ntpd problems

2003-01-06 Thread Justin Johnson
To add multiple servers, do I add multiple "server " lines, or do
I delimit them somehow, like with a comma or something?

I synched my system clock to make sure.  Will have to see on next reboot
if this helps.

I was changing settings to files in /etc/ntp, but never actually modified
/etc/ntp.conf, so maybe that was my problem.

Thanks for the help.
Justin

>
> On Mon, 6 Jan 2003, Justin Johnson wrote:
>
>> Hello,
>>
>> After a new install, my computer fails to sync to the ntpd server
>> (time.nist.gov).  After booting up, if I configure it via gnome, it
>> syncs fine and corrects my time, but after rebooting it errors upon
>> sync again. Has anyone else had this problem?  One thing I noticed is
>> that it appears to change the server from time.nist.gov to my own IP
>> when I reboot.  Not sure why it is doing that.
>
> One thing to check is how far off your system time pre-sync is from the
> current real time.  If it's more than a couple of hours ntpd will assume
> something has gone wrong with the network time and refuse to sync your
> system, exiting instead.  To set your hardware clock after you've
> synchronized on network time do:
>
> /sbin/hwclock --systohc
>
> Also note that the ntp people prefer you to use a stratum-2 or stratum-3
> server, not a stratum-1 server like time.nist.gov.  The load on
> stratum-1 is already extraordinarily high keeping the other strata in
> sync, so the added load of workstations that could use a lower stratum
> should be avoided.  Pick 5 - 10 servers from this list:
>
> http://www.eecis.udel.edu/~mills/ntp/clock2.html
>
> and put them in your ntp.conf file.  Ntpd will handle finding the best
> timesource to synchronize against, and you'll minimize the load on the
> core of the NTP network.
>
> --
> Michael D. Jurney
> [EMAIL PROTECTED]
>
>
>
> --
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list





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



Re: ntpd problems

2003-01-06 Thread Ed Wilts
On Mon, Jan 06, 2003 at 11:44:53AM -0500, [EMAIL PROTECTED] wrote:
> Also note that the ntp people prefer you to use a stratum-2 or stratum-3
> server, not a stratum-1 server like time.nist.gov.  The load on stratum-1
> is already extraordinarily high keeping the other strata in sync, so the
> added load of workstations that could use a lower stratum should be
> avoided.  Pick 5 - 10 servers from this list:
> 
> http://www.eecis.udel.edu/~mills/ntp/clock2.html
> 
> and put them in your ntp.conf file.  Ntpd will handle finding the best
> timesource to synchronize against, and you'll minimize the load on the
> core of the NTP network.

I certainly don't think you need 5-10 servers!  For a typical home user,
2 normally suffice.  Your ISP probably has time servers available and
you should ask them first since they'll be the closest.  I synchronize
my Linux server at home to 3 systems (all area universities) and then
synchronize my other home systems to my Linux server.

The fewer the systems you can synchronize to, the better, unless you
have a very good reason for being paranoid (at work, we've also bought
our own stratum 1 time server).

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



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



Re: ntpd problems

2003-01-06 Thread Bob Goodwin
How do I stimulate ntp to update time without rebooting?

Bob G




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



Re: ntpd problems

2003-01-06 Thread mike

On Mon, 6 Jan 2003, Ed Wilts wrote:

> I certainly don't think you need 5-10 servers!  For a typical home user,
> 2 normally suffice.  Your ISP probably has time servers available and
> you should ask them first since they'll be the closest.  I synchronize
> my Linux server at home to 3 systems (all area universities) and then
> synchronize my other home systems to my Linux server.

The more you have the better approximation of UTC you'll get.  Only having
3 servers can lead to the following situation:

One server goes unavailable due to network problems at their site.  One of
the remaining servers in your list has a problem that skews it 30 minutes
away from UTC but doesn't impact its network performance, while the other
remains relatively true.  Your machine will average the two, and give you
a 15-minute offset time.

If you'd had another two servers with good times in your list, ntpd would
have ignored the time from the 30 minute skew.

> The fewer the systems you can synchronize to, the better, unless you
> have a very good reason for being paranoid (at work, we've also bought
> our own stratum 1 time server).

We synchronize one local timeserver against a broad list, and all local
machines sync against that one.  Many timeservers is good not only for
paranoia, but also gives a more robust and accurate local approximation of
UTC.  If you can't get the boss to spring for a stratum 1 server, 10
stratum-2 servers' opinions is the next best thing :)

-- 
Michael D. Jurney
[EMAIL PROTECTED]



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



Re: ntpd problems

2003-01-06 Thread mike

On Mon, 6 Jan 2003, Bob Goodwin wrote:

> How do I stimulate ntp to update time without rebooting?

Shut down ntpd, then do:

/usr/sbin/ntpdate time.server.of.your.choice ; hwclock --systohc

-- 
Michael D. Jurney
[EMAIL PROTECTED]



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



Re: ntpd problems

2003-01-06 Thread Jaco Botha
> Message: 3
> Date: Mon, 6 Jan 2003 04:24:57 -0600 (CST)
> Subject: ntpd problems
> From: "Justin Johnson" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
>
> Hello,
>
> After a new install, my computer fails to sync to the ntpd server
> (time.nist.gov).  After booting up, if I configure it via gnome, it syncs
> fine and corrects my time, but after rebooting it errors upon sync again.
> Has anyone else had this problem?  One thing I noticed is that it appears
> to change the server from time.nist.gov to my own IP when I reboot.  Not
> sure why it is doing that.
>
> Thanks much.
> Justin

Did you use redhat-config-date to create the ntpd.conf file?  (I think so,
because you say "configure via gnome".)  If so, it will not work.  Install
version 1.5.7 from rawhide and then re-configure.

Jaco.



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



Re: ntpd problems

2003-01-06 Thread Pete Peterson

> From: Bob Goodwin <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: ntpd problems
> 
> How do I stimulate ntp to update time without rebooting?
> 
> Bob G
> 

"service ntpd restart" should do it.  Note that if the the time is too
far off, nptd can't resync.  You should make sure you list the time
servers in /etc/ntp/step-tickers.  If you do that, the startup code
will use ntpdate to set the time correctly before attempting to start
the daemon.  Normally this matters only at bootup time, since once
the daemon is running properly, it will keep time synchronized properly.

In the step-tickers file, you can just list the servers, separateed
by spaces, e.g.:
server1 server2 server3


-- 
pete peterson
Teradyne, Inc.; 7 Technology Park Drive; Westford, MA 01886-0033
+1-978-589-7478 (Office); +1-978-589-2088 (FAX);
[EMAIL PROTECTED] or [EMAIL PROTECTED]

 



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



Re: ntpd problems

2003-01-06 Thread Bob Goodwin
Thanks to all.

That works for me, questions I wanted answered about 
time server functions but never got around to asking.

Bob G




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


Re: ntpd problems

2003-01-06 Thread Keith Winston
On Mon, 2003-01-06 at 12:21, [EMAIL PROTECTED] wrote:
> 
> On Mon, 6 Jan 2003, Bob Goodwin wrote:
> 
> > How do I stimulate ntp to update time without rebooting?
> 
> Shut down ntpd, then do:
> 
> /usr/sbin/ntpdate time.server.of.your.choice ; hwclock --systohc

The ntpd startup script (/etc/init.d/ntpd) does an ntpdate before it
starts the daemon, so just restarting the ntpd service should set your
clock:

service ntpd restart

Best Regards,
Keith
--
LPIC-2, MCSE, N+
We drive on this highway of fire
Got spam? Get spastic http://spastic.sourceforge.net



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



OOo packaging in psyche?

2003-01-06 Thread Marco Fioretti
Hello,

two questions on this issue. First of all, rpm -qa |grep openoffice
gives the following results:

openoffice-i18n-1.0.1-8(~116 MB)
openoffice-libs-1.0.1-8(~128 MB)
openoffice-1.0.1-8 (~ 80 MB)

The last one is comparable to the Linux tarball one could download,
but what about the first two? The fonts _are_ nicer and I want to keep
them, but is it really needed, to run OOo on psyche, to have almost
1/5th of GB more, not shared by any other application? Even when one
will presumably use it only in one or two languages?

Second OOo packaging question: 
some days ago I asked this on the [EMAIL PROTECTED] list:
>
>If I understand the packaging correctly, OOo 1.0.1, as shipped in Red
>Hat Linux 8.0, is one of the major apps still requiring the old font
>system, i.e. "forcing" the installation of libraries otherwise
>obsolete.
>I say this because I see that openoffice requires chkfontpath, which
>in turn pretends to have xfs, the old font server.

Following is the answer I just got, interlaced with my other
questions. Any comments?

- Forwarded message from Christof Pintaske - Sun Germany - ham02 -
Hamburg <[EMAIL PROTECTED]> -

OOo does not require chkfontpath or xfs. IF chkfontpath is installed 
THEN OOo uses it do determine the fontpath of xfs. If xfs is not part of 
the normal installation then its pointless to create a dependency to 
chkfontpath into the OOo rpms.
>
>Is this correct? If yes, why, 

This seems to be a RedHat packaging issue not an OpenOffice.org one.

>and what are the plans, if any, to move
>to the new Xft2/fontconfig system?

We want move to fontconfig in a major release AFTER OpenOffice.org 1.1.

best regards
Christof



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



Xft and Mozilla

2003-01-06 Thread Justin Johnson
Just thought this might be useful to someone.

I recently downloaded the Xft enabled version of Mozilla, and wow! does
that ever look nice.  I dare say Mozilla looked better than IE does on mac
os x.  Super nice font rendering.  It appears to be a little bit slower
response time than normal, but it sure does look nice.

Justin




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



Re: Limit user to use only home folder

2003-01-06 Thread Kent Nyberg
This is probably just one way of showing my non existens knowledge about
configuring a system, but without knowing all about sftp, cant you just
turn the users shell into /dev/null. It will only work IF the user you
want to give access to sftp can use sftp without using the shell on the
server, if you get what i mean.. im not sure i do :)

This was just a simple thought, dont shout me if i am wrong.



-- 
Att bli medveten om sin historia är att bli medveten om sin egenart,
det är tankepausen som vi behöver innan vi övergår i handling.
/Octavio Paz


Kent Nyberg.
ICQ: 145375073





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



Re: ReInstall Windows

2003-01-06 Thread Tommy McNeely
If you made a "rescue" disk when you were asked during setup, you can use 
that to boot back into Linux, then run

grub-install /dev/sda  (or /dev/hda for IDE)

ofcourse you need to add a section to you /boot/grub/grub.conf


title Winders
	rootnoverify (hd0,0)
	chainloader +1




this is assiming that windows is on the first harddisk and the first 
partition, which I think Microshaft requires... and linux is.

title Red Hat Linux (2.4.18-18.8.0smp)
	root (hd1,0)
	kernel /vmlinuz-2.4.18-18.8.0smp ro root=LABEL=/
	initrd /initrd-2.4.18-18.8.0smp.img

on the second hard disk, first partition :)


Tommy


--On Monday, January 06, 2003 12:23:43 AM -0500 Brian York 
<[EMAIL PROTECTED]> wrote:



I have a dual boot with windows XP and I need to reinstall windows. After
installing windows that should get rid of the boot loader. How can I get
it back so I can boot into linux?



Thanks

Brian




--
Tommy McNeely --[EMAIL PROTECTED]
Sun Microsystems - IT Ops - Broomfield Campus Support
Phone:  x50888 / 303-464-4888  --  Fax:  720-566-3168



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



Re: Sendmail on RH8

2003-01-06 Thread Peter Boy
Am Mon, 2003-01-06 um 08.41 schrieb Jason Dale:
> Question #1
>  
>   However , I need to find a way to 'test' the new mail 
> server , without changing the MX record's IP address on our
> ISP's DNS servers. Is there a command I can use in Linux 
> to send a mail message from one Linux server to a specific
> account on another Linux server , referenced by IP address
> rather than by DNS lookup ? bear in mind that both of these
> Linux servers are on the same LAN

First you should test the configuration of your new server by sendmails
test command (with root privileges):

  sendmail -bv [user]@mydomain
  sendmail -bv [user]@outsidedomain

you can test wether sendmail properly recognizes the addresses as local
or not an chooses the proper routing. (Perhaps you did it already)

On another Linux box (or Win, Mac, OS/2) you can add a line to
/etc/hosts

Example:

mailer.mydomain   10.1.1.100# your production box and dns name
mailer.mydomain   10.1.1.110# your text box without dns entry!
client.mydomain   10.1.1.120# your test client

you can add the following line to /etc/hosts on your client linux box:

10.1.1.110  mailer.mydomain

And your mail client will use your test mailer as smtp host. Uncomment
the line and you can use your production box again. No reboot necessary,
just restart your mail client after changing /etc/hosts (only needed for
some clients, like Netscape). /etc/hosts is asked before a dns lookup
and its entry is used if found, otherwise a dns lookup is initiated.

You can do the same "trick" on any client outside your network (e.g.
using your PC at home) 

  
> Question #2
>  
> Sendmail queues all of it's incoming mail for an account into
> one large account file in /var/spool/mail. Is there a way I can break
> these large files down into smaller message sized chunks so that
> they can be delivered to their recipients' computers 
> individually ? ( naturally , the user must be logged on and must
> be requesting mail from the server )

Mail clients using the pop protocol and pop deamons break the file and
handle it on a mail by mail basis (you can interrupt the download at any
time and the deamon handles it correctly). Same is true for local mail
clients like mail or pine. Storing all the small mails in one larger
file uses the resources more efficiently and is preferred over storing a
lot of small files.
 
Peter

-- 
Peter Boy <[EMAIL PROTECTED]>
Univiversity of Bremen



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



Re: vrml plugin recommendation for mozilla?

2003-01-06 Thread Cameron Simpson
On 19:37 05 Jan 2003, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
| "Scot L. Harris" <[EMAIL PROTECTED]> wrote:
| >After spending multiple hours searching for a vrml plugin for mozilla
| >all I have accomplished is upgrading mozilla and installing the openvrml
| >package.  Unfortunately it appears that this is only a set of libraries
| >for vrml and does not include the hoped for plugin for a Redhat 8.0
| >system running mozilla.Documentation for this package was sparse.
[...]
| I haven't tried vrml on linux yet, but have you looked at http://chromebob.com.vrml/ 
|?
| You may need to edit the helper applications to get mozilla to recognized vrml.

That'd be

http://chromebob.com/vrml/

Cheers,
--
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

Experience is what you have got after you needed it.



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



Re: Xft and Mozilla

2003-01-06 Thread Philippe
Yep, wonderful, except that when I press View Source (as I am a
programmer, for testing), It crashes... Open bug...
So bad to have to go back to the ugly one :-(

Philippe


On Mon, 2003-01-06 at 19:11, Justin Johnson wrote:
> Just thought this might be useful to someone.
> 
> I recently downloaded the Xft enabled version of Mozilla, and wow! does
> that ever look nice.  I dare say Mozilla looked better than IE does on mac
> os x.  Super nice font rendering.  It appears to be a little bit slower
> response time than normal, but it sure does look nice.
> 
> Justin
> 
-- 
Philippe, Chiangmai, Thailand



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



RE: accessing the rdh8.0 desktop via ssh

2003-01-06 Thread Craig White
Thanks for the enlightenment...(pun intended)

turned out that the first problem was caused by my commenting out the
lines between 

initlog $INITLOG_ARGS -c \
 "su ${display##*:} -c \"cd ~${display##*:} && [ -f
.vnc/passwd ] && vncserver :${display%%:*} $ARGS\""
#"su ${display##*:} -c \"cd ~${display##*:} && [ -f
.vnc/passwd ] && vncserver :${display%%:*}\""

what I mean is that when the commented line was above the non-commented
line, it wouldn't work - strange but true...

as for the second issue, I am somewhat dense on window managers and have
gotten stuck on KDE but with RH 8, it probably doesn't much matter to me
whether I use GNOME or KDE - I am not knowledgable of the differences
between the two (spoken like a guy with a $60 video card and a $10 audio
card).

Some of this is important to me since I intend to try LTSP and this is
good for background...

Now if Redhat would update the Gnome 2.0 on RH8...

Craig

On Mon, 2003-01-06 at 12:11, Jeremy Impson wrote:
> 
> [Apologies if this has already been discussed to death.  I'm just getting 
> caught up on email.]
> 
> On Sat, 7 Dec 2002, Craig White wrote:
> 
> [...]
> 
> > In this vein...I am having a problem with VNC that perhaps someone can
> > shed some light on. 
> > 
> > After reading the an article in the Linux Journal magazine - which I've
> > saved for quite some time, I wanted to set up VNC so I can have a
> > continuous session going, whether I am on the localhost or one of the
> > other machines around my house (yes, it's decadent but I figured, the
> > learning experience would be good). 
> > 
> > The article is online <[EMAIL PROTECTED]> 
> > 
> > I am using RH 8 
> > 
> > The problem that I ran into is this... 
> > I changed /etc/init.d/vncserver as follows... 
> > 
> > from 
> >"su ${display##*:} -c \"cd ~${display##*:} && [ -f 
> > .vnc/passwd ] && vncserver :${display%%:*}\"" 
> > 
> > to 
> > "su ${display##*:} -c \"cd ~${display##*:} && [ -f 
> > .vnc/passwd ] && vncserver ${ARGS} :${display%%:*}\"" 
> > 
> > and changed /etc/sysconfig/vncservers by adding a line... 
> > 
> > ARGS="-geometry 1024x768 -alwaysshared " 
> > 
> > all per the article... 
> > 
> > When I try to start vncserver (service vncserver start), I get an error 
> > that it can't find the file which I am certain is -geometry 1024 x 768 
> > -alwaysshared instead of using those as arguments to the vncserver 
> > command within /etc/init.d/vncserver 
> > 
> > I have tried various combinations...i.e. removing -geometry 1024x768 and
> > by removing -alwaysshared and even deleted the ${ARGS} and replaced it 
> > with -alwaysshared and the same error occurs... 
> > 
> > Is anyone doing this? Does anyone see the cause of the problem? 
> 
> I don't have access to a RH8 system at the moment, but one possibility is
> that vncserver (or Xvnc) has changed how it handles command line args.  
> With the VNC service down, what happens when you run
> 
>   vncserver -geometry 1024x768 -alwaysshared
> 
> on the command line?  My first thought is maybe it now wants you to use
> double dashes instead of single dashes.
> 
> > If I log in locally and then log out...then any application that I used
> > locally will give me an error if I try to use it via VNC -
> > 
> > (KDE) - KLauncher could not be reached via DCOP
> > 
> > and vice versa - if I use an application from remote VNC Connection and
> > close the connection, I get the same error when I log on locally and try
> > to launch the application.
> 
> 
> On my RH 7.3 (KDE 3.0), there are two directories in /tmp, one called
> kde-$USER, the other ksocket-$USER.  The latter seems to be full of
> sockets for various KDE apps.  
> 
> I bet even after killing a local desktop some part of KDE (like maybe
> kdeinit) is still running (and using some of those sockets), and when you
> connect a remote desktop (or vice versa), and start a new app, it tries to
> connect to whatever KDE piece still that was started for the OLD desktop.  
> That mismatch may be confusing KDE.
> 
> When you log in then log out (either remotely or locally), log back in
> with a command line ONLY (i.e. no X or Xvnc running at all) and look at
> your process listing.  I bet something is still listening on one or mroe
> of those sockets.
> 
> FYI, I've been able to run two instances of GNOME with no problem, but
> I've never tried with KDE.  I often use fvwm or something else equally
> lightweight on my VNC desktop.  (This is because my GNOME system has the
> RAM to run two concurrent instances of GNOME, but my KDE system does not.  
> Also, the GNOME system's VNC desktop is used regularly, while the KDE
> system's VNC desktop is used only occasionally when I need a GUI
> application remotely.)
> 
> A better solution might be had from some KDE-specific list or mail 
> archive.
> 
> --Jeremy



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



Re: Xft and Mozilla

2003-01-06 Thread Justin Johnson
That's interesting.  I don't have that problem, with mozilla 1.3a.

> Yep, wonderful, except that when I press View Source (as I am a
> programmer, for testing), It crashes... Open bug...
> So bad to have to go back to the ugly one :-(
>
> Philippe
>
>
> On Mon, 2003-01-06 at 19:11, Justin Johnson wrote:
>> Just thought this might be useful to someone.
>>
>> I recently downloaded the Xft enabled version of Mozilla, and wow!
>> does that ever look nice.  I dare say Mozilla looked better than IE
>> does on mac os x.  Super nice font rendering.  It appears to be a
>> little bit slower response time than normal, but it sure does look
>> nice.
>>
>> Justin
>>
> --
> Philippe, Chiangmai, Thailand
>
>
>
> --
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list





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



Re: Xft and Mozilla

2003-01-06 Thread Philippe
Hum ... RPM install ? tarball ? CVS ?
Some still have this bug in 1.3a, but I will give it a try.
I used RPM install.
Philippe
On Tue, 2003-01-07 at 04:30, Justin Johnson wrote:
> That's interesting.  I don't have that problem, with mozilla 1.3a.
> 
> > Yep, wonderful, except that when I press View Source (as I am a
> > programmer, for testing), It crashes... Open bug...
> > So bad to have to go back to the ugly one :-(
> >
> > Philippe
> >
> >
> > On Mon, 2003-01-06 at 19:11, Justin Johnson wrote:
> >> Just thought this might be useful to someone.
> >>
> >> I recently downloaded the Xft enabled version of Mozilla, and wow!
> >> does that ever look nice.  I dare say Mozilla looked better than IE
> >> does on mac os x.  Super nice font rendering.  It appears to be a
> >> little bit slower response time than normal, but it sure does look
> >> nice.
> >>
> >> Justin
> >>
> > --
> > Philippe, Chiangmai, Thailand
> >
> >
> >
> > --
> > Psyche-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/psyche-list
> 
> 
-- 
Philippe, Chiangmai, Thailand



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



ll,I'm been getting the below message on bootup, i've looked inthe configfiles and do not see anything that could relate.ifup:Error for wireless request "Set Encode" (8B2A) :ifup: SET failed ondevice eth0 ; No such device.ifup: Error for wireless request "Set ESSID"(8B1A) :ifup: SET failed on device eth0 ; No such device.netfs:Mounting other filesystems: succeededifup: SIOCGIFFLAGS: No such device

2003-01-06 Thread Vern & Charley Metzger
 ifup: Failed to bring up eth0.
network: Bringing up interface eth0:  failed

 
only thing is I don't have a wireless card;I have a xircom 100m/56k

 pcmcia card. eth0 still comes up and works fine.
I'm running a dell latitute
 266mhz rh80

I've also googled for an answer an couldn't find anything.

 
anyone else run into this?

Dougll,
I'm been getting the below message
 on bootup, i've looked in the config
files and do not see anything that
 could relate.

ifup: Error for wireless request "Set Encode" (8B2A) :

 ifup: SET failed on device eth0 ; No such device.
ifup: Error for wireless
 request "Set ESSID" (8B1A) :
ifup: SET failed on device eth0 ; No such
 device.
netfs: Mounting other filesystems:  succeeded
ifup: SIOCGIFFLAGS:
 No such device
ifup: Failed to bring up eth0.
network: Bringing up interface
 eth0:  failed

only thing is I don't have a wireless card;I have a xircom
 100m/56k
pcmcia card. eth0 still comes up and works fine.
I'm running
 a dell latitute 266mhz rh80

I've also googled for an answer an couldn't
 find anything.

anyone else run into this?

Dougll,
I'm been getting
 the below message on bootup, i've looked in the config
files and do not
 see anything that could relate.

ifup: Error for wireless request "Set
 Encode" (8B2A) :
ifup: SET failed on device eth0 ; No such device.

 ifup: Error for wireless request "Set ESSID" (8B1A) :
ifup: SET failed
 on device eth0 ; No such device.
netfs: Mounting other filesystems:  succeeded

 ifup: SIOCGIFFLAGS: No such device
ifup: Failed to bring up eth0.
network:
 Bringing up interface eth0:  failed

only thing is I don't have a wireless
 card;I have a xircom 100m/56k
pcmcia card. eth0 still comes up and works
 fine.
I'm running a dell latitute 266mhz rh80

I've also googled for
 an answer an couldn't find anything.

anyone else run into this?


 boot error network card
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit


Ditto, Doug!

Same Xircom card in a Dell CSx 500.

Also note the following message during boot (/var/log/boot.log):

ifup: line 203: [: : integer expression expected


Vern

#
all,
I'm been getting the below message on bootup, i've looked in the config
files and do not see anything that could relate.

ifup: Error for wireless request "Set Encode" (8B2A) :
ifup: SET failed on device eth0 ; No such device.
ifup: Error for wireless request "Set ESSID" (8B1A) :
ifup: SET failed on device eth0 ; No such device.
netfs: Mounting other filesystems:  succeeded
ifup: SIOCGIFFLAGS: No such device
ifup: Failed to bring up eth0.
network: Bringing up interface eth0:  failed

only thing is I don't have a wireless card;I have a xircom 100m/56k
pcmcia card. eth0 still comes up and works fine.
I'm running a dell latitute 266mhz rh80

I've also googled for an answer an couldn't find anything.

anyone else run into this?

Doug










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



Re: Xft and Mozilla

2003-01-06 Thread Philippe
Yep, 1.3a , it's workking. Thanks for the tip.
Philippe
On Tue, 2003-01-07 at 10:47, Philippe wrote:
> Hum ... RPM install ? tarball ? CVS ?
> Some still have this bug in 1.3a, but I will give it a try.
> I used RPM install.
> Philippe
> On Tue, 2003-01-07 at 04:30, Justin Johnson wrote:
> > That's interesting.  I don't have that problem, with mozilla 1.3a.
> > 
> > > Yep, wonderful, except that when I press View Source (as I am a
> > > programmer, for testing), It crashes... Open bug...
> > > So bad to have to go back to the ugly one :-(
> > >
> > > Philippe
> > >
> > >
> > > On Mon, 2003-01-06 at 19:11, Justin Johnson wrote:
> > >> Just thought this might be useful to someone.
> > >>
> > >> I recently downloaded the Xft enabled version of Mozilla, and wow!
> > >> does that ever look nice.  I dare say Mozilla looked better than IE
> > >> does on mac os x.  Super nice font rendering.  It appears to be a
> > >> little bit slower response time than normal, but it sure does look
> > >> nice.
> > >>
> > >> Justin
> > >>
> > > --
> > > Philippe, Chiangmai, Thailand
> > >
> > >
> > >
> > > --
> > > Psyche-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/psyche-list
> > 
> > 
> -- 
> Philippe, Chiangmai, Thailand
-- 
Philippe, Chiangmai, Thailand



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



Re: Limit user to use only home folder

2003-01-06 Thread Stephen Carville
On Monday 06 January 2003 07:07 am, Remus wrote:
> To have several users for sftp connection.

Take a look at rssh: http://www.pizzashack.org/rssh/

Also read up on the --restricted option for bash

I once used smrsh experimentally from the sendmail distribution to 
limit sftp and scp accounts.

>
> - Original Message -
> From: "Kent Nyberg" <[EMAIL PROTECTED]>
> To: "RedHat 8.0" <[EMAIL PROTECTED]>
> Sent: Monday, January 06, 2003 2:41 PM
> Subject: Re: Limit user to use only home folder
>
> > mån 2003-01-06 klockan 15.19 skrev Remus:
> > > Hi folks,
> > >
> > > Is it possible to limit user to use only /home/user folder?
> > >
> > > Thank you
> > >
> > > Remus
> >
> > what do you want to keep them from doing?
> >
> >
> > --
> > Att bli medveten om sin historia är att bli medveten om sin
> > egenart, det är tankepausen som vi behöver innan vi övergår i
> > handling. /Octavio Paz
> >
> >
> > Kent Nyberg.
> > ICQ: 145375073
> >
> >
> >
> >
> >
> > --
> > Psyche-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/psyche-list

-- 
Stephen Carville http://www.heronforge.net/~stephen/gnupgkey.txt
Blessed are those who, in the face of death, think only of the front 
sight.



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



Re: Limit user to use only home folder

2003-01-06 Thread Stephen Carville
On Monday 06 January 2003 07:38 am, Jesse Keating wrote:
> On Monday 06 January 2003 07:26, Remus uttered:
> > As I told I need a few accounts for sftp connection and I would
> > like to prevent these users to see/use root folder.
>
> Hrm, I see this request a lot, but I don't exactly understand why..
>  if the box is properly configured, what would it matter if they
> see the root partition, or any other globally readable file. 
> Perhaps I'm just too good natured, or don't know how to |-|4x0r
> enough or whatever.
>
> A side question would be, does sftp require a valid shell to do
> it's file copies?

AFAIK, yes.  At leat I have nver been able to get it to work without 
one.  In any case, there are restricted shells that can be used.

-- 
Stephen Carville http://www.heronforge.net/~stephen/gnupgkey.txt
Blessed are those who, in the face of death, think only of the front 
sight.



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



Re: ntpd problems

2003-01-06 Thread James Ralston
On Mon, 6 Jan 2003, Justin Johnson wrote:
> After a new install, my computer fails to sync to the ntpd server
> (time.nist.gov).  After booting up, if I configure it via gnome, it
> syncs fine and corrects my time, but after rebooting it errors upon
> sync again.

This is unrelated to your question, but:

Please keep in mind that time.nist.gov is a stratum 1 server.  You
should only configure a machine to use time.nist.gov if that machine
is going to be a stratum 2 server, and will provide NTP service to 100
clients or more.

These guidelines are covered in the "Public NTP Time Servers Rules of
Engagement":

http://www.eecis.udel.edu/~mills/ntp/servers.html

(If you know all this and are setting up a stratum 2 server for your
site, then I apologize; it's just that your message gave me the
impression that you might be an end user who was being unintentionally
antisocial by using a stratum 1 server solely for your own PC.)

-- 
James Ralston, Information Technology
Software Engineering Institute
Carnegie Mellon University, Pittsburgh, PA, USA



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



Re: ntpd problems

2003-01-06 Thread Tommy McNeely
I don't think they are being "intentional" as it is in the drop down
field of redhat-config-time as the "top" choice :) .. that is the one I
would pick (and did) till I replaced my old ntp.conf from 7.x

Tommy

On Mon, 2003-01-06 at 22:42, James Ralston wrote:
> On Mon, 6 Jan 2003, Justin Johnson wrote:
> > After a new install, my computer fails to sync to the ntpd server
> > (time.nist.gov).  After booting up, if I configure it via gnome, it
> > syncs fine and corrects my time, but after rebooting it errors upon
> > sync again.
> 
> This is unrelated to your question, but:
> 
> Please keep in mind that time.nist.gov is a stratum 1 server.  You
> should only configure a machine to use time.nist.gov if that machine
> is going to be a stratum 2 server, and will provide NTP service to 100
> clients or more.
> 
> These guidelines are covered in the "Public NTP Time Servers Rules of
> Engagement":
> 
> http://www.eecis.udel.edu/~mills/ntp/servers.html
> 
> (If you know all this and are setting up a stratum 2 server for your
> site, then I apologize; it's just that your message gave me the
> impression that you might be an end user who was being unintentionally
> antisocial by using a stratum 1 server solely for your own PC.)
> 
> -- 
> James Ralston, Information Technology
> Software Engineering Institute
> Carnegie Mellon University, Pittsburgh, PA, USA
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list




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



/dev/dvd

2003-01-06 Thread Tommy McNeely


who keeps taking away my /dev/dvd link.. its driving me insane :p

I think it has something to do with plugging or unplugging USB devices,
but I can't put my finger on it.

Does anyone else randomly loose their MANUALLY CREATED /dev/dvd (or
other dev links) and/or know who or what does this?

Tommy



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