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
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
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
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
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).
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:
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
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
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
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
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
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
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
___
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
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
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-
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
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
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
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]>
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
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
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
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
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
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
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.
<
/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]
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.
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
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
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
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.
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.
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]
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 (
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]
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
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,
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
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
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
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]
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
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
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
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
-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
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,
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.
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
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
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
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
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
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.
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
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
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
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.
;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,
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
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.
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
/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
. 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
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
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
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
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
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
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
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
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
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
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
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
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
, 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
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
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
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
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
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
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 - 100 of 207 matches
Mail list logo