Re: Crontab Entries

2002-03-28 Thread Javier Gostling
A better one would be: $ cd /var/spool/cron $ for i in *; do echo $i; cat $i; echo '='; done This would give you a complete list of crontab contents, tag who owns each entry and show where each crontab file ends. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S

Re: find out what files are open on the system

2002-04-04 Thread Javier Gostling
at or 'fuser'. Try lsof -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Mobil: +56 (9) 824-5236 Av. Kennedy 5757, of 1502 Las Condes Santiago Chile ___ Redhat-li

Re: Scandisk on a linux formatted drive ? was RE: GUI Firewall Monitorfrom IPTABLES

2002-04-05 Thread Javier Gostling
th forms use badblocks and are documented in man e2fsck. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Mobil: +56 (9) 824-5236 Av. Kennedy 5757, of 1502 Las Condes Sa

Re: removing individual files recursively

2002-04-10 Thread Javier Gostling
Bill Crawford wrote: > find /home/username -name .AppleDouble -print0 | xargs -0 rm -rf Also "find /home/username -name .AppleDouble -exec rm -f {} \;" will work -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 3

Re: using ntpd...?

2002-04-10 Thread Javier Gostling
servers (there are lots of public stratum 1 and stratum 2 time servers around), in case it's a problem in the server. I recomend the servers at the U.S. Naval Observatory (http://tycho.usno.navy.mil) and the National Institute of Standards and Technology (http://www.boulder.nist.gov/timefreq).

Re: HTTP download

2002-04-10 Thread Javier Gostling
Arman Magluyan wrote: > RH7.2 but I do not want to use XWindows to get to a browser. Any help on how > I can still download using text based browser or a command line ? man wget -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax:

Re: removing individual files recursively

2002-04-11 Thread Javier Gostling
Bill Crawford wrote: > On Wed, 10 Apr 2002, Javier Gostling wrote: > > > Bill Crawford wrote: > > > > > find /home/username -name .AppleDouble -print0 | xargs -0 rm -rf > > > > Also "find /home/username -name .AppleDouble -exec rm -f {} \;" wi

Re: install issues

2002-04-12 Thread Javier Gostling
but I don't know. Installing on a low memory system will use a text based installer. I learned it when installing a test system on a vmware with only 32 Mb RAM. I think you are right about the faulty memory and would recomend running a diagnostic utility on the system. Cheers, -- Javier

Re: Turtle Beach Santa Cruz

2002-04-16 Thread Javier Gostling
a bit new > to Linux, or am I just waisting my time and would be better off buying an > SBLive or something? Did you try (as root) running sndconfig? -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Mobil: +56 (9) 824

Re: Printing condensed landscape to Laser

2002-04-16 Thread Javier Gostling
eck a2ps. It can do almost anything you want on text files. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Mobil: +56 (9) 824-5236 Av. Kennedy 5757, of 1502 Las Condes Sa

Re: Telnet connection fails

2002-04-17 Thread Javier Gostling
the incoming connections. Check /etc/xinetd.conf and/or /etc/xinetd.d/telnet. Faster, "netstat -ta | grep LISTEN" (case sensitive) and check for the telnet port (port 23). Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax

Re: Telnet connection fails

2002-04-17 Thread Javier Gostling
LISTEN ^^ [snip] or [jgostlin@jgostling jgostlin]$ netstat -tan | grep LISTEN [snip] tcp0 0 0.0.0.0:23 0.0.0.0:* LISTEN ^^ [snip] Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTE

Re: RedHat as TimeServer

2002-04-18 Thread Javier Gostling
this to NTP, but this should get you started quickly. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Mobil: +56 (9) 824-5236 Av. Kennedy 5757, of 1502 Las Condes Santiago Chile ___

Re: RedHat as TimeServer

2002-04-19 Thread Javier Gostling
else fails, sync your client by hand (date -s) and start ntpd. then use ntpdc and ntpq. There is documentation on both in your system located in /usr/share/doc/ntp-4.1.0. You might start there at index.htm to gain a better understanding of NTP. Cheers, -- Javier Gostling Ingeniero de Sistemas V

Re: Reiserfs Disk Usage

2003-07-18 Thread Javier Gostling
it). Check out journal size in reiserfs to see how much that is using up. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Reiserfs Disk Usage

2003-07-18 Thread Javier Gostling
files space in bigger chunks on bigger volumes? > That could make for more slop hanging off the end of files. Hmm... Now You've gone over my reiserfs experience. Perhaps debugreiserfs will help you figure things out... Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-

Re: Tux + Apache

2003-07-24 Thread Javier Gostling
nd *much* safer. This will depend on your specific site and situation. If you have funds to buy more servers, then you can just add more apache nodes to a cluster to keep up with content demand. If you don't have the funds, you had better go looking for all performance enhancements you can o

Re: Help --need to increase swap partition on RH9

2003-07-24 Thread Javier Gostling
mb rule, and need not be followed strictly. Now if you really want to increase swap space, the easiest path is to just add a second swap partition. Linux will spread swap usage among all active swap areas. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list un

Re: Questions using MRTG

2003-07-28 Thread Javier Gostling
s not, to my best knowledge, separate traffic from different aliased interfaces. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Print the first column of a file

2003-07-29 Thread Javier Gostling
On Tue, Jul 29, 2003 at 09:58:56AM -0400, Jason Dixon wrote: > $ cat /var/log/httpd/access_log | awk '{print $1}' | sort | uniq $ cut -d ' ' -f 1 /var/log/httpd/access_log | sort | uniq will get it done as well. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]>

Re: Resizing ext3 partition

2003-07-30 Thread Javier Gostling
sn't work ;-) Check the LVM HOWTO. There is a chapter which refers to the subject. You'll have to adapt to using partitions instead of logical volumes, but as far as the filesystem goes, the info is there. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mail

Re: usb flash drive

2003-08-14 Thread Javier Gostling
nux, you can put another fs on it, like ext2/3, reiser, etc. The USB drive is just a block device. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Thinking of switching to Linux (from Mac!) and have a few questions

2003-08-14 Thread Javier Gostling
hat with Windows or Mac OS X. And yes, I do know that OS X might be a tad bit easier that Windows since it's based on OSS (FreeBSD). Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/l

Re: Exchange server from pine

2003-08-21 Thread Javier Gostling
On Thu, Aug 21, 2003 at 02:16:28PM +0800, Didier Casse wrote: [Snip] > If you can't be nice to me, why should I be too you? [Snip] If my dog shits in the middle of tiliving he room should I do likewise? :) Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-lis

Re: WEBSITE HACKED PREVENTION URGENT

2003-08-28 Thread Javier Gostling
to perform log analysis instead of the web server's, since the web server will see all requests coming from the proxy. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Way to make a file or directory password protected.

2003-09-02 Thread Javier Gostling
e tools out in the net which can crack those passwords very quickly. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: benchmark NIC

2003-09-03 Thread Javier Gostling
l have an effect on your benchmarks. Cabling, hub/switch, NIC on the other side, etc. Now, if you can settle with benchmarking a networking stack, you can use ttcp, which gives pretty accurate results on measuring available bandwidth. And it's included with RHL. Cheers, -- Javier Gostling D. <

Re: RehHat Advanced Server

2002-12-13 Thread Javier Gostling
/pub/redhat/linux/enterprise/2.1AS/en/os/i386/SRPMS. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +56 (2) 202-6264 x 130 [EMAIL PROTECTED]

Re: Linux and Older Computers

2002-12-17 Thread Javier Gostling
always use a more task specific distro in such a mcahine. If all you want to do with the 386 is use it as a NAT router/firewall, perhaps you would be better off taking a look at the "Linux Router Project". Cheers, -- Javier GostlingAv. Kennedy 5757, of.

Re: Problems with logwatch detail

2002-12-17 Thread Javier Gostling
t; rigors of Red Hat QA. Or you can download from rawhide. Logwatch 4.0.3 is there already. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +56 (2) 202

Re: Software RAID and SWAP

2002-12-19 Thread Javier Gostling
Services with the Citrix Metaframe addon. I will have some hard numbers on the subject by the end of January, since I'm writing my degree thesis on the subject. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas

Re: NFS mountd : Someone whack me over the head please

2002-12-19 Thread Javier Gostling
ldcard for my domain. And > it works from client_1... > >/var/mail ivanhoe(rw,sync,no_root_squash) >/mnt/src*.pcraft.com(rw,sync,all_squash,root_squash) Change the definitions in /etc/exports to IP address/subnets. You may be having a reverse name

Re: Swap partition > 2GB

2002-12-20 Thread Javier Gostling
that the maximum size for a swap partition is 2 Gb. If you need more swap space, you have to setup multiple swap partitions. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A.

Re: What are these debug kernels???

2002-12-23 Thread Javier Gostling
compile the kernel under the configs directory. Try doing diff on them to see what the differences are between them. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A.

Re: kernel-2.4.18-19.7.x

2002-12-23 Thread Javier Gostling
did create an initrd-2.4.18-19.8.0.img file in /boot. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +56 (2) 202-6264 x 130 [EMAIL PROTECTED]

Re: Question about sendmail client

2002-12-23 Thread Javier Gostling
f my head, but I'm positive it's somewhere on ther man pages (either xinetd or xinetd.conf). Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +56 (

Re: cron jobs

2002-12-24 Thread Javier Gostling
That way your processing time should be drastically reduced. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +56 (2) 202-6264 x 130 [EMAIL PROTECTED]

Re: cron jobs

2002-12-24 Thread Javier Gostling
On Tue, Dec 24, 2002 at 02:29:22PM +0100, Hauser Marcel wrote: > Javier Gostling wrote: > > >Not that tough. I have my squid log files rotate on a weekly basis with > >compression enabled. For my monthly reports, I just create a big log > >file by zcatting the old

Re: openSSH question All headers

2002-12-24 Thread Javier Gostling
gin maybe), and other stuff. Id like to > upgrade if possible. Why would OpenSSH break anything with apache or openssl? They are not related at all. Or is there a type in the subject and you want to install the newest openssl? Cheers, -- Javier GostlingAv. Kennedy 5757,

Re: can i safely dispense with building an initrd.img?

2002-12-26 Thread Javier Gostling
yway, if not for ext3, is it reasonable to suggest to > students that they can skip dealing with initrd just to keep > things simple? See my previous comment on SCSI drives. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas

Re: Saving Routes

2002-12-26 Thread Javier Gostling
On Thu, Dec 26, 2002 at 01:31:48PM -0500, Mike Burger wrote: > Add the route commands to /etc/rc.d/rc.local? Or put the routes in /etc/sysconfig/static-routes Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Con

Re: cron jobs

2002-12-26 Thread Javier Gostling
On Tue, Dec 24, 2002 at 10:15:45AM -0800, Gordon Messmer wrote: > On Tue, 2002-12-24 at 05:46, Javier Gostling wrote: > > > > I also use sarg. I found the daily, weekly and monthly scripts that came > > with it quite defficient, so I wrote my own scripts to do the same

Re: Saving Routes

2002-12-26 Thread Javier Gostling
e. eth0 net 1.1.1.0 netmask 25.255.255.0 gw 1.1.2.1 Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +56 (2) 202-6264 x 130 [EMAIL PROTECTED]

Re: RedHat 8.0 - trying to upgrade Apache

2003-01-02 Thread Javier Gostling
e redhat RPM and compile yourself. Be aware that redhat will not support that software, though. Also, you should note that redhat does this for several packages besides apache. The kernel itself is one of the most heavily modified packages in a redhat system. Cheers, -- Javier Gostling

Re: RedHat 8.0 - trying to upgrade Apache

2003-01-02 Thread Javier Gostling
one. Perhaps redhat has such a list somewhere on their web site. Please post if you find anything useful. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +56

Re: sshd server problem - HELP!

2003-01-07 Thread Javier Gostling
change root password (in case it was snooped). For the future, you might consider installing a modem on the server, so you can dial in to it when having network access problems. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas

Re: sshd server problem - HELP!

2003-01-07 Thread Javier Gostling
nfig xinetd-service on" and check immediately with "netstat -utl" it doesn't show the newly enabled service. It will take some time (haven't checked how long) before the change takes effect. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingen

Re: sshd server problem - HELP!

2003-01-07 Thread Javier Gostling
-display your_host:0" so as to have the remote xterm window show in your workstations display. Be aware that, most likely, a firewall will be blocking you somewhere. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las C

Re: Native Linux DSL speed test utility?

2003-01-09 Thread Javier Gostling
hink. (Infrastructure in > place already--test files of known size for transfer, etc.) Otherwise > it would have to make use of its own test site, file sets, etc. Check ttcp. It will give you a good speed measurement. Cheers, -- Javier GostlingAv. Kennedy 5757,

Re: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Javier Gostling
need to save memory data to disk at shutdown. You are better off issuing the shutdown command to power down a machine. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A.

Re: Redhat 8 and Shutting it down or Not!

2003-01-13 Thread Javier Gostling
do with them as they please without notifying you. That's plain bad service. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +56 (2) 202-6264 x 130 [EMAIL PR

Re: Is there a way to disable logins after N tries?

2003-01-15 Thread Javier Gostling
t; | /bin/mail -s "L\ogin >Error" root > logout > fi Does not do it. /etc/profile gets executed when the user successfully logs in. The proposed scenario is to catch failed login attempts and disable the account after a certain number of them. Cheers, -- Javier Gostling

Re: X server autorestarts in RedHat 8.0

2003-01-21 Thread Javier Gostling
including 3Dfx Voodoo3 and Ati Rage Mobility (Dell Latitude Laptop). Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +56 (2) 202-6264 x 130 [EMAIL PROTE

Re: Scanner Software

2003-01-21 Thread Javier Gostling
ang.com/sane/. The version shipped with RH is a bit outdated, so a newer version might have support for your scanner. You can wait for RH 8.1 or uninstall the sane-related packages from your system and install the latest version from the above mentioned site, which is what I'm planning

Re: A Linux Browser that supports java

2003-01-27 Thread Javier Gostling
On Sun, 2003-01-26 at 18:37, Aly Dharshi wrote: > Mozilla with the JDK installed and as per the instructions provided with > mozilla/JDK ? If you only want to run java and not develop, then the JRE is the right tool. Cheers, -- Javier GostlingAv. Kennedy 5757, of

Re: one question about gzip

2003-01-27 Thread Javier Gostling
ultly. Is there a command by using which I > can redirect the output compressed file to bar.gz ( not foo.gz) gzip -c foo > bar.gz Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A.

Re: RH 7.2 - snmpd starts without errors but doesn't show up in ps

2003-01-28 Thread Javier Gostling
Post your /etc/snmp/snmpd.conf so we can take a look at it. Change the community names before posting, though. You don't want that flying loose on the net. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, San

RE: RH 7.2 - snmpd starts without errors but doesn't show up in p s

2003-01-29 Thread Javier Gostling
John, Have you updated your system with RHN? If not, then chances are you have a problem with an old bug with disk directives in snmpd.conf which caused snmpd to crash when calling getmntent. If your system has been updated, then I'd have to keep looking at this. Cheers, -- Javier Gos

Re: Running DOS program at my linux program

2003-03-03 Thread Javier Gostling
y way to do > that under linux? Take a look at vmware (http://www.vmware.com). You need a full DOS though. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A. Fono: +5

Re: CVS authentication with domain controller

2003-03-06 Thread Javier Gostling
ains a Windows 2000 Active Directory, but haven't had the time to test it. If you have the time and succeed, please post your results. Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes, Santiago, Chile Virtualia S.A.

Re: sarg problem

2003-03-06 Thread Javier Gostling
;s a production server), and the other is a fully updated RH 7.3 with kernel 2.4.18. Perhaps a kernel update will help. Is your problem consistent or seems to be random? Cheers, -- Javier GostlingAv. Kennedy 5757, of. 1502 Ingeniero de Sistemas Las Condes,

Re: Sharing home and mail directories

2003-03-17 Thread Javier Gostling
value of $MAIL. Much more of a concern is the problem with mailbox locking. The mbox format is quite bad at handling race conditions. For this reason, I would recomend you investigate on MTA and MUA software that has support for the MailDir message format (IIRC, postfix and mutt both have suppo

Re: Moving users home directories

2003-03-17 Thread Javier Gostling
d to a new disk > without disturbing the permissions 1. Go to single user mode 2. mount /dev/... /newhome 3. mv /home/* /newhome 4. umount /newhome 5. mount /dev/... /home 6. Edit /etc/fstab 7. Go back to multiuser mode Cheers, -- Javier GostlingAv. Kennedy 5757, of.

Re: Is RH8 Ever Going to be Updated?

2003-03-17 Thread Javier Gostling
throughly test the apache upgrade. While we are on this subject, does anyone know if there is a linux distro which uses a system like BSD ports to manage software? That would be quite interesting to try. Cheers, -- Javier Gostling D. -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: write access to usb disc key

2003-03-17 Thread Javier Gostling
n umask=000 to the command above. -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Is RH8 Ever Going to be Updated?

2003-03-18 Thread Javier Gostling
ill give it a try or maybe get some hands on experience on a BSD flavor later this year. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Ethernet speed

2003-03-19 Thread Javier Gostling
it does not try "ethtool" If my prior comment is correct, then both answers are correct. Now, if you want to limit bandwidth on a FastEthernet or GigabitEthernet network, then you might take a look at shapecfg. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redh

Re: Bind and Snort filling up LOGs and Tripwire!

2003-03-20 Thread Javier Gostling
get much more meaningful information, and more manageability over it. Also, during the first time check the false positives you get, and see if you can setup exclusion rules for that traffic, so you get less irrelevant alerts. Doing this, I managed to suppress about 5 thousand false positives/day. Most

pppd, pam_smb and pap-secrets

2003-03-21 Thread Javier Gostling
an bypass this brain-dead PAP stuff? Either have it use PAM to verify password validity, or have Win2K not use PAP for authentication would serve. I've spent a good part of the afternoon googling to no avail. Any help will br most apreciated. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]&g

Re: SECOND REQUEST: Setting Up A User for SSH2

2003-03-22 Thread Javier Gostling
On Sat, Mar 22, 2003 at 02:52:08PM -0400, beno wrote: > At 09:19 AM 3/22/2003 -0600, you wrote: > >Uhh!! You have the login shell set to /bin/false. Try /bin/bash > > Forgive my ignorance. How do I go about doing that? man chsh Cheers, -- Javier Gostling D. <[EMAIL PROTECT

Re: redhat linux icmp and a firewall

2003-03-27 Thread Javier Gostling
good book on TCP/IP and IP security, so you can better understand the implications of opening or closing a certain protocol on the firewall. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: JDK for linux

2003-03-27 Thread Javier Gostling
On Thu, Mar 27, 2003 at 03:57:44PM -0500, Rick Carroll wrote: > http://java.sun.com There is also one by IBM... http://www.software.ibm.com Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.co

Re: Prefered backup method?

2003-09-17 Thread Javier Gostling
in to run rsync and openssh on the Windows machine? Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Prefered backup method?

2003-09-17 Thread Javier Gostling
I like Ed's idea of smbmount better. If all you want is rsync, then I agree it overkill, so you can check http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html. On the other hand, cygwin can help in an awful lot of tasks on a Windows box, so I think it's well worth installing it.

Re: Prefered backup method?

2003-09-17 Thread Javier Gostling
torage boxes provide storage space over network block device - One onsite box mounting both storage boxes' nbd devices in raid1 and receiving/performing backups Opinions? -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https

Re: Prefered backup method?

2003-09-17 Thread Javier Gostling
e what will be considered "adequate data security" (TM) and plan a backup strategy to support that definition. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Long time.

2003-10-08 Thread Javier Gostling
ournal recovery is (always?) faster then checking a non journalled filesystem. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Where to find god firewall setup doc for RH7.3

2002-07-22 Thread Javier Gostling
Then learn a bit about firewalls and see if you really need more capabilities. If you already know about firewalling and iptables, I would recomend to drop lokkit (which uses ipchains) and set up your firewall from scratch using iptables. Cheers, -- Javier Gostling Ingeniero de Sistema

Re: firewall monitoring?

2002-07-22 Thread Javier Gostling
write in MRTG compliant format. Maybe there is some easier way. The ideal scenario would be a ucd-snmp/net-snmp extension to manage/monitor iptables. Then just poll the firewall in the appropiate MIB. Wishful thinking? Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTE

Re: lan to lan connection

2002-07-23 Thread Javier Gostling
/WAN (IPSEC for Linux). Or any other VPN software... Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. Kennedy 5757, of 1502 Las Condes Santiago Chile ___ Redhat-li

Re: PHP Vulnerability

2002-07-24 Thread Javier Gostling
. I think this is why RedHat lags somewhat behind the bleeding edge, so they ship products which already have lots of holes plugged. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. Kennedy 5757, of 1502 L

Re: ADMIN: footer change

2002-07-30 Thread Javier Gostling
On 2002.07.30 09:58 Matthew Galgoci wrote: > The footer also now begins with "--", which should prevent the footers > from being included in > every single reply. Yah! Shouldn't it be "-- " (Note the space)? Cheers, -- Javier Gostling Ingeniero de Sistemas Vir

Re: creating user with limited administrative rights

2002-07-30 Thread Javier Gostling
stions? Check the sudo package. It does exactly that. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. Kennedy 5757, of 1502 Las Condes Santiago Chile -- redhat-list mailing list Unsubscribe mailto:[EMAIL

Re: Portscaner

2002-07-31 Thread Javier Gostling
th enigma and Valhalla. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. Kennedy 5757, of 1502 Las Condes Santiago Chile -- redhat-list mailing list Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe http

Re: two disks to one volume

2002-08-01 Thread Javier Gostling
On 2002.08.01 13:16 [EMAIL PROTECTED] wrote: > Hi all > > I would like to have 2 additional disks 20G each > to become one volume 40G and mount it as /backup > > How can I do it? You can either use software RAID or LVM to do this. Cheers, -- Javier Gostling Ingeniero de

Re: SSHD Timeout?

2002-08-08 Thread Javier Gostling
gt; ClientAliveInterval or KeepAlive seem related but neither description > indicates that the flag will enforce the server dropping the client if > no > data is sent for a given period. Check if it happens using telnet and/or console logon. If it does, chances are you have configured

Re: help automating tasks with a script

2002-08-20 Thread Javier Gostling
trying to do is make a directory with the currrent date in teh > existing directory /data/backups. Is ther eany way that i can get this date > and use i in a variable? Above i just put in "getDate" for filler. See comments above. > Also, I think i have to be root to run the

Re: help automating tasks with a script

2002-08-21 Thread Javier Gostling
eady mounted? Oh and what's > test? Check man 5 fstab. the answer is right there. > > > Thansk a bunch > > Desmond No problem. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. Kennedy 5757, of 1502 Las Condes Santiago Chile msg86300/pgp0.pgp Description: PGP signature

Re: Virtual Ethernet Interfaces

2002-08-26 Thread Javier Gostling
lling we which file(s) need to be > updated, and with want contents? Check /etc/sysconfig/network-scripts/. Your eth0 interface is configured with the contents of the ifcfg-eth0 file. To configure the eth0:1 interface, you have to create a file with the appropiate data called ifcfg-eth0:1. Check the

Re: IPTables setup

2002-08-29 Thread Javier Gostling
To save your itables filters and NAT tables use "service iptables save". Now, if this is your first run at iptables, start at http://www.netfilter.org/ Pretty good documentation once you've read through it a couple of times. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia

Re: how to automatically put files on all /home/user directories

2002-09-03 Thread Javier Gostling
which will effectively put the file in the last directory entry, as well as all other home directories. The solution using for in an earlier post is much cleaner. Also beware if your /home is on a separate filesystem. You will have a lost+found directory in /home. Cheers, -- Javier Gostling Ingeniero

Re: RAID1 with GRUB

2002-09-03 Thread Javier Gostling
tition naming (/dev/sdb might become /dev/sda). The problems arise if you try to place your kernel image in a RAID-0 or RAID-5 volume. I think the best bet is to use a small /boot partition for your kernel images and have it be a RAID-1 volume. Cheers, -- Javier Gostling Ingeniero de Sistemas Vir

Re: VPN clienti

2002-09-03 Thread Javier Gostling
ion enabled), though I've read that vtund's security is somewhat lax (http://pulhas.org/xploitsdb/mUNIXes/4989.html). > Links to Windows networks will probably require PoPToP. Links to IPSec > (the "standard" VPN protocol) will require freeswan. Cheers, -- Javier Gostling In

Re: What is the best way to backup 2 servers into 1 backup server

2002-09-17 Thread Javier Gostling
, make a copy and overwrite the old one. Bandwidth is not an >issue. Rsync is the way to go. And it's also bandwidth friendly. Oh btw, please wrap columns before 80 chars. > Thanks. > Anything with a GUI helps. For this, a GUI is overkill. And for crontab, the best interface is still

Re: Redhat minimal install can be < 350 MB ?

2002-09-17 Thread Javier Gostling
needed to build a custom RH installation CD. I used RH 7.2, and it went in under 300 Mb. No X though. Only unnecessary packages were openssh and anaconda. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. K

Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
eros, no LDAP, no /etc/pam.d/* modification. On a side note, it seems to only have modified /etc/pam.d/system-auth, not login. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. Kennedy 5757, of 1502 Las Condes Sa

Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
e a 7.2 system. Please let me know if you run into any problems, because I have to set this up in some production boxes soon, and those are 7.2. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. Kennedy 5757, of 1502 Las Condes Santiago Chile msg89039/pgp0.pgp Description: PGP signature

Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
On Mon, Sep 23, 2002 at 12:35:30PM -0700, Brian Lucas wrote: > This is the link that I used: > > http://www.csn.ul.ie/~airlied/pam_smb/ I was there, but there are instructions for modifying the files by hand. Authconfig does it all for you. Cheers, -- Javier Gostling Ingeniero de

Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
cause it solved my problem in an easy way. Note to Redhat: This process should be better documented in the manuals, either the Reference Guide or the Customization Guide. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763

Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
sts on this issue. I will get back to you with my results. > Thanks Andy and Javier for your comments. No problem. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. Kennedy 5757, of 1502 Las Condes Sant

  1   2   3   >