LPD?

2003-01-20 Thread Chris Sechiatano
Hello,

I'm trying to set up lpd on RH8 so I can use it as a print server for windows
clients.  I chose the RAW driver, but the problems seems that the job never
gets to the queue.  lpq shows no print jobs.

I have the firewall turned off and my windows clients are configured to use
lpr printing.

Any thoughts?

Thanks

-- 
Chris Sechiatano
[EMAIL PROTECTED]
www.chris-s.com

PGP Key 0x0021EFA0



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



Test Don't Read!

2003-01-21 Thread Chris Sechiatano
Test

-- 
Chris Sechiatano
[EMAIL PROTECTED]
www.chris-s.com

PGP Key 0x0021EFA0



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



How to get rid of Gnome Desktop!

2003-03-12 Thread Chris Sechiatano
Hi,

I'm using RH8 on a somewhat slow desktop at work. I want to get rid of all
the gnome desktop stuff so I installed FVWM.  When I use switchdesk and
select FVWM and restart X, I still get the gnome desktop.  Did I skip
something here?  It used to work in RH7x


-- 
Chris Sechiatano
[EMAIL PROTECTED]
www.chris-s.com

PGP Key 0x0021EFA0



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


Re: How to get rid of Gnome Desktop!

2003-03-14 Thread Chris Sechiatano
That worked.  I'm much happier now.

Thanks

On Thu, Mar 13, 2003 at 07:53:31AM -0600, Charles <[EMAIL PROTECTED]> wrote:
> Michael Smith wrote:
> 
> I then re-booted, and that brought me to the command line. I logged 
> in. I then edited .Xclients-default and commented out the line that 
> started gnome. My file now reads like this
> 
> #!/bin/bash
> # (c) 2000 Red Hat, Inc.
> exec gkrellm &
> exec icewm
> 

-- 
Chris Sechiatano
[EMAIL PROTECTED]
www.chris-s.com

PGP Key 0x0021EFA0



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


Re: RH8 and mail domain hosting

2003-08-19 Thread Chris Sechiatano
I'm pretty sure this is obvious, but you can't have two identical usernames
on the same system.

You would have to have bobX and bobY as usernames and adjust your
/etc/mail/virtusertable file accordingly.


On Tue, Aug 19, 2003 at 12:09:03PM +0200, Jason Dale <[EMAIL PROTECTED]> wrote:
> OK ... No problem. I answered my own question :)
> 
> I used the /etc/mail/virtusertable (duh!)
> 
> 1) Added entry in /etc/mail/virtusertable
> 
> [EMAIL PROTECTED]bob.domain1
> [EMAIL PROTECTED]bob.domain2
> 
> In otherwords, the first bob will have the mail sent to account
> 'bob.domain1'
> and the second address will deliver mail to 'bob.domain2'. This way,
> you can maintain seperate folders and account info for both bob's at
> different
> domains.
> 
> Still, if there is a way to achieve this without using MTA specific
> databases,
> I'd like to know. ANy suggestions welcome . ;)
> 
> Jason
> 
> 
> 
> - Original Message -
> From: "Jason Dale" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 19, 2003 11:03 AM
> Subject: RH8 and mail domain hosting
> 
> 
> > Hi all,
> >
> > I know that this is more a sendmail question, but there must be a
> > more intelligent way around this problem can can work with more
> > that one mail MTA.
> >
> > Here is the situation:  we have a server that hosts mail for '@domain1'
> > and '@domain2'. We have two people by the name of 'Bob' :
> >
> > [EMAIL PROTECTED]
> > [EMAIL PROTECTED]
> >
> > Now if 'Bob' at domain1 sets up his username and password the same as
> > the other Bob, even if the domains are different, you will have mail for
> > both Bob's being delivered to the same computer, on a
> > first-come-first-served
> > basis. Naturally, the other Bob will not be happy about this.
> >
> > Is there anyway to set up the system so that both Bobs can have different
> > passwords, and that their email gets stored seperately in different
> > mailboxes,
> > on the same machine with the same IP address?
> >
> > P.S. This IS an RH8 system :)
> >
> > Jason
> >
> >
> >
> >
> > --
> > Psyche-list mailing list
> > [EMAIL PROTECTED]
> > https://www.redhat.com/mailman/listinfo/psyche-list
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/psyche-list

-- 
Chris Sechiatano
[EMAIL PROTECTED]
www.chris-s.com

PGP Key 0x0021EFA0


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


Re: Kill user login session

2003-10-15 Thread Chris Sechiatano
if you type "ps -ef" you will see all the processes running from all users.
If your user is still logged on, look for the shell process id, then you
can use "kill -9 PID" to kill that process.

ps -ef

root 20546  1330  0 10:40 ?00:00:00 [sshd]
user 20547 20546  0 10:40 pts/000:00:00 -bash

kill -9 20546

On Wed, Oct 15, 2003 at 08:29:27AM -0500, Leonard Miller <[EMAIL PROTECTED]> wrote:
> ps -u "[username]" just returns this
>   PID TTY  TIME CMD
> 
> and yes, I substituted the real username.  Just didn't want to show it
> here.
> When I run who, it shows the user on pts/2  
> 
> Finger returns this
> "[username]"*pts/2287d  Oct 13 10:11
> 
> So there are no proceses owned by the user.  I probably should
> have mentioned and apologize for not doing it sooner, that the user
> was remotely logged in via ssh.
> 
> Thanks
> Leonard
> 
> Automatically inserted lawyer supplied blurb follows
> 
> >>> [EMAIL PROTECTED] 10/15/03 09:11AM >>>
> ps -u "[username]"  will show you all of the processes
> owned by the user.
> 
> or, if you know what terminal device the user was logged
> in at, you can use "ps -t [terminal]"
> 
> You will see output that looks similar to this (ps -u): 
> 
>   PID TTY  TIME CMD
>  1542 ?00:00:00 gnome-session
>  1591 ?00:00:00 ssh-agent
>  1596 ?00:00:00 gconfd-2
>  1598 ?00:00:00 esd
>  1607 ?00:00:00 bonobo-activati
>  1609 ?00:00:00 gnome-settings-
> 
> Find the process ID in the PID column, next to the terminal
> number that he was using, and type the command "kill [PID]"
> 
> If you are not sure of the terminal that the user was logged
> in at, I use a command called 'finger' on my intranet UNIX
> machines that shows me idle time as well. If you have finger 
> installed, just type in "finger" and look for your user
> with the largest idle time. Get the terminal device, and then
> do a ps -t on that terminal to get the process ID to kill.
> 
> Jason
> 
> 
> **CONFIDENTIALITY NOTICE**
> The information contained in this e-mail may be confidential and/or 
> privileged and is intended for the sole use of the individual or 
> organization named above.  If you are not the intended recipient or an 
> authorized representative of the intended recipient, any review, copying
> or distribution of this e-mail and its attachments, if any, is prohibited.
> If you have received this e-mail in error, please notify the sender
> immediately by return e-mail and delete this message from your system.
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/psyche-list

-- 
Chris Sechiatano
[EMAIL PROTECTED]
www.chris-s.com

PGP Key 0x0021EFA0



pgp0.pgp
Description: PGP signature


Re: Hardening against attacks?

2002-10-29 Thread Chris Sechiatano
We use a number of hardware based IDS systems here at the bank I work for.
Most of these are NAI's Sniffer boxes.  Those can be set up to listen on
the wire and provide the notification you want when certain events occur.


On Tue, Oct 29, 2002 at 11:29:32AM -0700, Dallas <[EMAIL PROTECTED]> wrote:
> 
>I  am  looking  for  recommendations in hardening RedHat 8.0 from both
>virus  and  attacks,  to  protect a network. I currently use (4) Rehat
>7.1, based x86 systems to protect an internal network.
> 
> 
> 
>However,  I  am  tired  of finding someone or mostly servers/pc's that
>have  been  taken  over  without the owners knowledge attacking us. Or
>probing for holes.
> 
> 
> 
>I  want to find a monitoring software that will detect an attack, find
>the source and send an abuse report & notify me, maybe more.

-- 
Chris Sechiatano
[EMAIL PROTECTED]
www.chris-s.com

PGP Key 0x0021EFA0




msg04755/pgp0.pgp
Description: PGP signature


Re: Compiling kernal not a good experience ..

2002-10-30 Thread Chris Sechiatano
Sounds like you are missing a few steps.  These are the basic steps to
follow:

make clean 
make xconfig 
make dep 
make 
make bzImage 
make modules 
make install 
make modules_install 
configure LILO or GRUB. 

Also take a look at the kernel How-To

http://www.tldp.org/HOWTO/Kernel-HOWTO-2.html


On Wed, Oct 30, 2002 at 11:10:04AM -0800, faisal gillani <[EMAIL PROTECTED]> wrote:
> Hello
> 
> my first experience with compiling kernal wasnt that
> good in fact it was filled with errors  first i
> install the kernal source ,then i moved into the src
> directory & issue the make xconfig command ,next i
> went into the filesystem & choose ntfs filesystem then
> i save & exit .
> next i issue the make dep command ,then make clean & @
> last make bzImage .
> then i copy the custom kernel file in the boot path &
> make a lilo entry as required ..
> but as soon as i boot up i am loaded with problems
> "Although i got ntfs support but so many things went
> away 
> like usb device support is filled with errors also the
> printing support is gone & i am left with a half
> working system :(
> how can i compile kernal & just get ntfs support in my
> current kernal 
> 
> thanks
> 
> 
> =
> *º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
> 
> __
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list

-- 
Chris Sechiatano
[EMAIL PROTECTED]
www.chris-s.com

PGP Key 0x0021EFA0




msg04880/pgp0.pgp
Description: PGP signature