Re: Oracle 9i Installation on Redhat 9

2003-06-09 Thread Werner Puschitz
om/InstallingOracle9i.shtml Werner -- Werner Puschitz Sr. AIX/Linux Systems Analyst and Administrator Oracle Certified Professional DBA http://www.puschitz.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Reset Interface statistics eth0

2003-06-01 Thread Werner Puschitz
On Sun, 1 Jun 2003, Mikevl wrote: > Hi Werner > > Yes this sound like what I wanted. Can I achieve the same thing by using > "ifdown" and then run rmmod alias eth1 3c59x. Yes, as long as the 3c59x module is not used by another network adapter. Otherwise rmmod for 3c59x

Re: Reset Interface statistics eth0

2003-06-01 Thread Werner Puschitz
Remove the network module. You can get the module name from e.g. /etc/modules.conf: rmmod Bring up the network: service network start BTW, you can see the changes in /proc/net/dev very nicely with: watch -d cat /proc/net/dev Werner -- Werner Puschitz Sr. AIX/Linux S

Re: bootable backup

2003-03-11 Thread Werner Puschitz
Button Disaster Recovery (OBDR) http://www.openview.hp.com/products/omniback/Documents/Product_HTML-154.asp MicroLite supports HP's OBDR feature for creating bootable tapes for Linux: http://www.microlite.com/ Werner -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: User account lockout in Redhat

2003-03-10 Thread Werner Puschitz
ocks it. Check out http://www.puschitz.com/Security.shtml Werner > > (I know some will say "That's a bad idea because of DoS issues!". > However, it is a *requirement* for many situations, and I just need to > know how to implement it.) > > PG > > > >

Re: Encrypting file systems

2003-03-05 Thread Werner Puschitz
On Wed, 5 Mar 2003, Ed Wilts wrote: > It's amazing how much Google can helpi yet so few people try this before > posting. Try "linux encrypted file system" as a search string. You even don't have to include "linux" in the search string: http://www.google.c

Re: How to load modules in RH 8.0?

2003-02-15 Thread Werner Puschitz
On Sat, 15 Feb 2003, CM Miller wrote: > > > What happened to /etc/conf.modules? It's now called /etc/modules.conf. Werner -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Can't mount volume on Mac OS 10.3 server

2003-02-13 Thread Werner Morawitz
erver:/Fileserver or too many mounted systems. As far as I can tell, there aren't too many mounted systems (on the client, or server). Any ideas on how to proceed would be greatly appreciated. Thanks, Werner -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubsc

Re: Max amount of RAM in 7.2 question

2003-01-21 Thread Werner Puschitz
ble and supported? > > https://rhn.redhat.com/errata/RHBA-2002-292.html#Red%20Hat%20Linux%207.2 > On 7.2 and 2.1AS it's called kernel-enterprise. Starting with 7.3 it's called kernel-bigmem. Werner > > > > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Max amount of RAM in 7.2 question

2003-01-21 Thread Werner Puschitz
The enterprise kernel is needed when a system has 4GB or more of RAM. Werner > > I did find something on redhat.com that said I could use "mem=XXM" at boot > to tell the kernel that there is 6 GB there and not just 4. Is that > correct? I would pass "mem=6144M"

Re: Domain Name

2003-01-11 Thread Werner Puschitz
t shortened up to just 'able'?? > > Maybe I am wrong but it seems that this is what happened to me before.. It's shortened because 'hostname' is executed in /etc/profile: HOSTNAME=`/bin/hostname` 'hostname -a' will give you the full qualified name. Werner

Re: root ssh restricted by ip

2002-11-09 Thread Werner Puschitz
l be able to ssh from any server. And you should be able to do direct root logins only from "adminserver". Make sure you test it thorougly since I didn't test it. Good luck! Werner -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Installing Linux using two driver disks

2002-10-05 Thread Werner Puschitz
How can I load a second driver disk? Thanks Werner -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Advanced Server - Oracle 9i install issues

2002-08-31 Thread Werner Puschitz
anced Server: http://www.puschitz.com/OracleOnLinux.shtml Werner > 1. When you get errors from OUI installer, open a window, and cd to the > Oracle Home installation target location 2. Set Oracle environment > ORACLE_HOME to this target directory. 3. Use editor to modify > $ORACLE_HOME/bin/

Re: How to compare RPM versions?

2002-08-19 Thread Werner Puschitz
On Sat, 17 Aug 2002, Bret Hughes wrote: > On Sat, 2002-08-17 at 00:23, Werner Puschitz wrote: > > > > Is there a simple way to find out which RPM version is newer? > > > > For instance I have a bunch of RPM files with the same RPM name but with > > diffe

How to compare RPM versions?

2002-08-16 Thread Werner Puschitz
, etc. And doing a string comparison doesn't work either when you have numbers like "9" and "13" which would result in "9" being greater. Is there a simple method to find out which RPM version is newer? Thanks Werner -- redhat-list mailing list un

How can I find the RPM that created the link?

2002-08-02 Thread Werner Puschitz
tdc++-libc6.1-1.so.2 file /usr/lib/libstdc++-libc6.1-1.so.2 is not owned by any package # rpm -qf /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so compat-libstdc++-6.2-2.9.0.16 # rpm -q --qf "%{PREIN}\n%{POSTIN}\n%{PREUN}\n%{POSTUN}\n" compat-libstdc++-6.2-2.9.0.16 (none) (none) (none) (none) #

kernel: Out of memory: killed process

2002-08-02 Thread werner maes
lled process 11850 (slapadd). How can I solve this problem? Is this a virtual memory related problem? Any ideas? Werner -- redhat-list mailing list Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: creating user with limited administrative rights

2002-07-31 Thread Werner Puschitz
ns? Keep in mind that as soon as you give someone rights to create accounts, he can go ahead and create his own root account to get full access to the system: useradd -u 0 -o test Werner -- redhat-list mailing list Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat

Re: AutoInstalling modules

2002-07-31 Thread Werner Puschitz
On Wed, 31 Jul 2002, Horace Smith wrote: > hi. > This is my problem. > I want to autoinstall on start up a hardware module so > i don't want to use anymore the insmod command. > > How do i do to autoinstall modules on startup See /etc/modules.conf Werner -- r

Re: Deny one user from getting telnet

2002-07-08 Thread Werner Puschitz
A but but from server B, and user1 is allowed to telnet from server B but not from server A etc. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Floppy is read just once

2002-07-07 Thread Werner Puschitz
could help me... > Thanks a lot! Unmount the floppy disk before you physically remove it. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: .rhosts?!?!

2002-07-04 Thread Werner Puschitz
On Thu, 4 Jul 2002, Info - Demerson wrote: > Hullo All, > > I was wondering if there is a way to enable remote shell from other machines > specifying a user... > > Like this... > > > > rsh -l > > I know that I've to edit a .rhosts file in the of the , like > this > > .rhosts - permissi

Nested X Server [was: remote server administration]

2002-06-29 Thread Werner Puschitz
ed, see above. Now simply start the desktop, e.g. KDE on the remote PC: startkde Now the remote desktop should come up in your local root window. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: extracting files from an ISO image

2002-06-29 Thread Werner Puschitz
dr-xr-xr-x7 root root 2048 May 13 21:30 stage # df . Filesystem 1k-blocks Used Available Use% Mounted on /home/oracle/file.iso 662272662272 0 100% /home/oracle/xx # See "man mount"

Re: KDE 3.0.1

2002-06-25 Thread Werner Puschitz
if "official" redhat packages for 3.0.1 are still > forthcoming? Does this mean I have to look for another Linux distributor to get KDE support for our desktops we are about to deploy? Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Sudo

2002-06-12 Thread Werner Puschitz
r intervention. Were you using visudo to > modify the sudoers file? Maybe you have a typo in it? > > nick Keep in mind, as soon as you give a user the rights to use vi to edit a file, he can execute ":shell" in vi to get a root shell. Werner __

Re: uptime

2002-05-10 Thread Werner Puschitz
On Fri, 10 May 2002, daniel wrote: > how do i find out how long my linux box has been up and running? uptime ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Redhat 7.3 hangs on probe of monitor

2002-05-10 Thread werner maes
ption) Starting up with "linux noprobe" is also not a good solution since I've have to define every piece of hardware when I do this. Any ideas? Let me know (I prefer Email) Werner Maes KULeuven ___ Redhat-list mailing list [EM

Re: system security

2002-05-06 Thread Werner Puschitz
will show you no available ports. Setting up a stateful firewall is easy. You can't get a better protection. See http://www.puschitz.com/FirewallAndRouters.html Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: dir listing with ls

2002-04-26 Thread Werner Puschitz
give you a list of all directories in the current directory, > but they will also be prepended with a './', which you can again remove > with sed. I think this should work: find . -type d | xargs -l1 basename Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: iptables mailing list

2002-04-13 Thread Werner Puschitz
st, I see a lot of iptables questions there. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: How do you pipe text to the top of a file?

2002-04-10 Thread Werner Puschitz
y this: echo test | cat - test.txt > new.txt Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: How to disable reboot and halt on graphical login screen?

2002-04-09 Thread Werner Puschitz
fix this? For KDE, run kcontrol as root and go to System -> Login Manager. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

After reboot time reverts 1 hour back

2002-04-09 Thread Werner Puschitz
/hwclock --show Tue Apr 9 14:05:08 EDT 2002 Tue Apr 9 13:05:09 2002 -0.047844 seconds # Can someone tell me why the hardware clock was not changed? Or is it not supposed to change? I also have xntpd running on all servers. Thanks Werner ___ Redh

Re: User password length

2002-03-30 Thread Werner Puschitz
On Sat, 30 Mar 2002, Werner Puschitz wrote: > > On Sat, 30 Mar 2002, Ed Wilts wrote: > > > vi /etc/login.defs > > > > You could have found this answer by doing a Google search for "linux minimum > > password length". I found the answer in about 2 m

Re: User password length

2002-03-30 Thread Werner Puschitz
eed to set the pam_cracklib option "minlen" in /etc/pam.d/system-auth. But this is getting more complicated since pam_cracklib is also using credits and there is also a hardcoded limit. Check the pam_cracklib documentation. Werner > > ../Ed > > Ed Wilts > Mounds View,

Extracting pages from a PDF document

2002-03-28 Thread Werner Puschitz
Does anyone know how I can extract pages from a PDF document and save them to a separate PDF file? Thanks Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Blocking a MAC address...HOW???

2002-03-24 Thread Werner Puschitz
On Mon, 25 Mar 2002, Alex Iruc wrote: > > How can I block all traffic originating from a specifi MAC address > See iptables ... -m mac --mac-source [address] ... Remember that MAC addresses do not cross router borders

Re: Destroy-ing an app in KDE

2002-03-19 Thread Werner Puschitz
I am in > the process of teaching someone who are not very technical oriented to use > linux - Execute "xkill" at the command prompt, point the mouse to the application you want to kill and hit the left mouse button. - Go to the K menu -> System -> KDE System Guard, an

Microsoft 'killed Dell Linux' - States

2002-03-19 Thread Werner Puschitz
http://www.theregister.co.uk/content/4/24478.html ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: "Oracle-like" databases on Linux

2002-03-13 Thread Werner Puschitz
Oracle has a license where you can download it and install it for free. Just check the license before you download it. Here is a procedure I wrote for installing Oracle on Red Hat Linux: http://www.puschitz.com/InstallingOracle9i.html Werner On Wed, 13 Mar 2002, Paul Greene wrote: >

Re: rpm updates

2002-03-10 Thread Werner Puschitz
which are not installed but included in the list will not be updated. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: run backup script by cron question

2002-03-06 Thread Werner Puschitz
m > error message: 'No such file or directory' > scp: warning: child process (ssh2) exited with code > 255. > > still, i can run script successfully at command line, > i doubt if it is relate to env problem? Try to use the -n option (redirecting stdin from /dev/null). We

RE: a question for using rpm

2002-03-01 Thread Werner Puschitz
On Fri, 1 Mar 2002, Paul Hamm wrote: > try "# rpm --rebuilddb" and then see if you can remove the package. > Does someone know what the reasons are that the RPM database needs to be rebuilt? I have to do this pretty often and I never hit ctrl-c and I never k

Re: Compiling new kernel, lilo problem

2002-01-19 Thread Werner Puschitz
.17 Make sure it says /boot/initrd-2.4.17.img and not /boot/initrd-2.4.17 in /etc/lilo.conf Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: AOL in Negotiations to Buy Red Hat

2002-01-19 Thread Werner Puschitz
orders of > magnitude. Not four times butadd four zeros. Holy shit! Maybe those > guys do know what is going on. I remember reading a couple years ago that AOL is using over 20,000 Sparc servers. The number must be much bigger now. Maybe they should think about Linux on a mainframe. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Detecting hackers

2002-01-17 Thread Werner Puschitz
o any port on my PC. But my firewall setup doesn't answer to any network packets including ICMP (ping) except when I initiated the network connection on my PC. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.c

Re: checksum for packages

2002-01-16 Thread Werner Puschitz
On Wed, 16 Jan 2002, Steve Lee wrote: > is there a way to check for some sort of > md5sum for packages that are already installed > on a system. ?? rpm -Va Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.r

Re: [REDHAT] Re: redhat start up generate random number

2002-01-08 Thread Werner Puschitz
rformance is more important. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Firewall Help

2002-01-08 Thread Werner Puschitz
links: http://netfilter.samba.org/ http://www-106.ibm.com/developerworks/education/r-fw.html?n-l-5101 http://www-106.ibm.com/developerworks/linux/library/l-fw/?n-l-4191 http://www.linuxnewbie.org/nhf/intel/security/iptables_basics.html Werner ___ Redha

Re: IPTables for NFS

2002-01-07 Thread Werner Puschitz
On Tue, 8 Jan 2002, Werner Puschitz wrote: > > On Mon, 7 Jan 2002, Monte Milanuk wrote: > > > I need to know what ports to leave open so I can firewall my server, but > > still allow access for NFS mounted /home directories. > > > > I gather that I will pr

Re: IPTables for NFS

2002-01-07 Thread Werner Puschitz
that are related to NFS. nmap -sT Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: restarting xinetd

2001-12-29 Thread Werner Puschitz
load: service xinetd reload Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: Running a console on the serial port COM1 in 7.1?? Possible?

2001-12-12 Thread Hans-Werner Bippus
add this line # for a Wyse-50 Terminal hope it helps -- Hans-Werner Bippus Paul Bippus GmbH Tel.: +49 (0)7423 810231 Haerlestrasse 31 Fax: +49 (0)7423 810236 78

Re: New wu-ftpd version BROKEN???

2001-11-30 Thread Werner Puschitz
binary mode. Thanks, this explains the problem. I'm aware about the mode issue but I didn't see this because the default mode is always bin. I actually didn't notice that the mode changes automatically to ascii if I provide a wrong password and when I user the ftp command &

New wu-ftpd version BROKEN???

2001-11-30 Thread Werner Puschitz
ftp says that it copied 216611 bytes, but it copied only 216604 bytes! I did not had this problem with older wu-ftpd versions. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: should redhat dump wu-ftpd, sendmail?

2001-11-29 Thread Werner Puschitz
.: > > > > postfix instead of sendmail > > proftpd instead of wu-ftpd > > proftpd isn't any better than wu-ftpd securitywise - vsftpd is, but > doesn't have all the features yet (virtual hosting missed a lot). > I read several reports and the

Re: Please help: rpm db3 error

2001-11-26 Thread Werner Puschitz
ill just sits there doing nothing at all (except query rpm -q works). > Try "rpm --rebuilddb". Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Problem Using Laptop w/ a Projector

2001-11-18 Thread Werner Puschitz
ern_disp/extern_disp options to the "Device" section in the X config file. E.g.: Section "Device" Identifier "NeoMagic" VendorName "MagicGraph 256 AV 48K" Option "hw_cursor"

Re: ssh automation

2001-11-17 Thread Werner Puschitz
> Check your spelling. You want the western incantation of > "authorized_keys". > And it's authorized_keys2 if you use OpenSSH using SSH-2 protocol. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: GnuPG question.

2001-11-17 Thread Werner Puschitz
rogram drops root privi­ leges as soon as locked memory is allocated. --no-secmem-warning Suppress the warning about "using insecure memory". Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Clearing connections

2001-05-02 Thread Werner Puschitz
- see option 'vc'. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: looking for books

2001-04-26 Thread Werner Puschitz
BTW, take a look at http://www.bookpool.com/. E.g. the O'Reilly books are in average almost 40% cheaper. Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: looking for books

2001-04-26 Thread Werner Puschitz
On Thu, 26 Apr 2001, rpjday wrote: > On Thu, 26 Apr 2001, Werner Puschitz wrote: > > > On Fri, 27 Apr 2001, Xiong Zhao wrote: > > > > > hello.currently,i need to know the details about linux kernel,things > > > like how fork and pthread are implemented,

Re: looking for books

2001-04-26 Thread Werner Puschitz
an index of documentations. I like especially the O'Reilly book "Understanding the Linux Kernel". Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Ximian Gnome 1.4 works with RedHat 7.1

2001-04-25 Thread Werner Puschitz
What I miss is a control panel kind of thing like KDE has started it. Personally I don't care a lot but (Windows) people here at work who are starting to use Linux are missing a central location where you can configure Linux. And with linuxconf going away... Werner On Wed, 25 Apr 2001, W

Re: What happened to /etc/inet.conf in RH 7.0?

2001-04-23 Thread Werner Puschitz
BTW, a good article about xinetd can be found at http://www.openna.com/resources/articles/xinetd/xinetd01.htm Werner On Mon, 23 Apr 2001, Mike Chambers wrote: > Look in /etc/xinetd.d/ dir and edit each file and put disable = off/on. > Then /etc/init.d/xinetd restart > > You c

Re: Rules for .telnetrc

2001-04-17 Thread Hans-Werner Bippus
The other computer-system does not understand ssh, only telnet. Hans-Werner Bippus ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Rules for .telnetrc

2001-04-17 Thread Hans-Werner Bippus
Hi, Could somebody give me a hint, where to find rules for writing a .telnetrc-file, please. I want to connect to another system (OS-9) without typing again and again user name and password. Thanks in advance. Hans-Werner Bippus ___ Redhat-list

Re: Which rpm?

2001-04-10 Thread Werner Puschitz
rpm -qf /bin/ping Werner On Tue, 10 Apr 2001, Ashley M. Kirchner wrote: > > How can I found out which rpm a particular binary would be in? For > example if I'm trying to say the 'ping' (or anything else for that > matter) command, how do I go about finding th

Re: minimalist installs

2001-04-10 Thread Werner Puschitz
l-server finger sgml-tools jade sgml-common pine ppp rwho redhat-logos tftp-server ucd-snmp-utils fwhois php groff pump tcpdump ucd-snmp ispell m4 rdist lrzsz groff-perl XFree86- rm -rf /usr/man rm -rf /usr/local/man rm -rf /usr/doc rm -rf /usr/info Good luck Werner On Tue, 10 Apr 2001, Monte Mil

Re: setuid perl script needed

2001-04-09 Thread Werner Puschitz
Try using /usr/bin/suidperl or sudo. On Wed, 4 Apr 2001, Matthew Simpson wrote: > Hi All, > > Would anyone have an setuid script that could do something similar as > the following > > > The script needs to beable to do for example: > >o only allow changes to files under /www >o do a "c

syslog and seperation of incoming logs

2001-04-07 Thread Werner Puschitz
done? I know that I can use e.g. swatch and other utilities to filter the /var/log/messages file on the log server but I would prefer to have the log information directly routed to a separate file for each box. Thanks Werner ___ Redhat-list mailing

Re: DIR_COLORS

2001-04-07 Thread Werner Puschitz
I don't know about the .dir_colors. But what I know is you can execute the following command to activate your user specific .dir_colors file or whatever the name of the file is. eval `dircolors .dir_colors -b` Werner On Sat, 7 Apr 2001, bob jones wrote: > Without help from the

Re: mtime in Bash

2001-04-03 Thread Werner Puschitz
ctime is not mtime. mtime is ls -l ls -l | awk '{print $6" "$7" "$8}' On Tue, 3 Apr 2001, Werner Puschitz wrote: > > ctime (mtime): > ls -lc > or > ls -l --time=ctime > > access time: > ls -l --time=atime > > Werner &g

Re: mtime in Bash

2001-04-03 Thread Werner Puschitz
ctime (mtime): ls -lc or ls -l --time=ctime access time: ls -l --time=atime Werner On Tue, 3 Apr 2001, Emmanuel Seyman wrote: > Hey all. > > I'm trying to do a little shell script and I have a list of files > on which I have to do an operation. I'ld like to get t

Re: Firewall utility

2001-04-03 Thread Werner Puschitz
a stateful firewall: /sbin/iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT /sbin/iptables -A INPUT -j DROP or /sbin/iptables -A INPUT -j REJECT Werner On Tue, 3 Apr 2001, Silviu Cojocaru wrote: > > Can someone recommend a good firewall utility for RH Linux 7.0. I'm a >

Re: upgrading...

2001-04-03 Thread Werner Puschitz
Yes you are right. It's vice versa of course...and not as I falsly said here. On Tue, 3 Apr 2001, David Talkington wrote: > Werner Puschitz wrote: > > > > >If you compiled the old kernel for e.g. a PentiumII processor and your > >upgraded motherboard has now a P

Re: upgrading...

2001-04-02 Thread Werner Puschitz
If you compiled the old kernel for e.g. a PentiumII processor and your upgraded motherboard has now a PentiumIII processor, then you will get a kernel panic when you boot. Werner On 2 Apr 2001 [EMAIL PROTECTED] wrote: > Hello, > > I'm considering upgrading my cpu/motherboard

Re: performance monitor

2001-04-02 Thread Werner Puschitz
Here is another open-source tool that might be interesting: RRDtool It's a Round Robin Database that stores and displays time-series data for network bandwidth etc.. http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/index.html On Tue, 3 Apr 2001, Werner Puschitz wrote: > > Try

Re: performance monitor

2001-04-02 Thread Werner Puschitz
erful. But it's costs are high. Werner On Tue, 3 Apr 2001, Syed Masuduzzaman wrote: > Is there anything available on performance / network utility to monitor > linux network especially on Xwindows. > Syed Masuduzzaman > IT Support & Analyst > Mennonite Central C

Re: problem with 2.2.16 smp kernel

2001-04-02 Thread Werner Puschitz
s it's now handled dynamically. Check also ulimit. Werner > or 4G memory exceeds the upper bound of this version of smp kernel?can i change >these limits? > where and how?or just use a higher version kernel.help is in need urgently,any >suggestion will >

Re: "*" and "!!" in /etc/shadow

2001-03-30 Thread Werner Puschitz
x27;t make any difference, then the same character should be used for all these accounts, otherwise it just confuses people. Werner On Fri, 30 Mar 2001, Leonard den Ottolander wrote: > Hi Werner, > > > Can someone tell me why a difference is made for the users xfs, named

Re: Strange behavior of RH 6.2

2001-03-30 Thread Werner Puschitz
0 address from the console. (from localhost). > ifconfig shows that eth0 is OK. > When I type "echo 1 > /proc/sys/net/ipv4/ip_forward" and reboot the > system > the content of ip_forward is 0 again! To set it permanently for the next reboot, you need to make entries/changes i

"*" and "!!" in /etc/shadow

2001-03-29 Thread Werner Puschitz
Can someone tell me why a difference is made for the users xfs, named, etc. to use "!!" and not "*" in the password field of the /etc/shadow file? Thanks Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listma

"*" and "!!" in /etc/shadow

2001-03-28 Thread Werner Puschitz
Can someone tell me why a difference is made for the users xfs, named, etc. to use "!!" and not "*" in the password field of the /etc/shadow file? Thanks Werner ___ Redhat-list mailing list [EMAIL PROTECTED] https://listma

Re: nfs client

2001-03-27 Thread Werner Puschitz
t;mount:RPC: Unable to receive;errno=Connection refused" > > > It sounds like the server you are trying to connect to will not accept > nfs connections from your RH7.0 machine. Check /etc/hosts.allow and > /etc/exports on the server, to make sure you 7.0 machines IP is listed. A

Re: Need example of ftpaccess or ftphosts files to secure my ftpsite.

2001-03-26 Thread Werner Puschitz
user2 deny * * ... If a TCP wrapper is used (/etc/hosts.deny, /etc/hosts.allow), then "allow user1 *" and "allow user2 *" are sufficient. Werner On Mon, 26 Mar 2001, Anthony E . Greene wrote: > On Mon, 26 Mar 2001 06:49:36 [EMAIL PROTECTED] wrote: > >I

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Werner Puschitz
You can protect the single user mode by adding the following line to the /etc/inittab file after the entry for si::sysinit...: ~~:S:wait:/sbin/sulogin By this way, you don't have to hardcode the password in /etc/lilo.conf to protect the single user mode. Werner On Mon, 26 Mar 2001, Wol

Re: pwconv

2001-03-25 Thread Werner Puschitz
e function tree Try that several times. Werner On Sun, 25 Mar 2001, Al Sparks wrote: > I’m running pwconv on a passwd file of 307 records. My machine is > running Redhat 6.2, kernel version 2.2.18 (i686 unknown). > > So far this thing has been running for over 14 hours. The mach

Re: a simple one!

2001-03-25 Thread Werner Puschitz
use nohup On Sun, 25 Mar 2001, Chandra K Nathani wrote: > Hey.. > When I start a program from the gnome-terminal and put that in background by using >&. .. and now if I close the terminal the previously spawned program > is also dying.. how do i stop this behavior of the child getting termin

Re: How can I find which port are open ?

2001-03-04 Thread Werner Puschitz
This command gives you a quick overview: netstat -at And the following command gives you some more information about which processes are listening on which ports. lsof -a -i Werner On 4 Mar 2001, Dominic Mitchell wrote: > > Hi, > > Ok, I am making a firewall fast before

Re: HP USB CD-Writer Plus 8230e problems

2001-03-04 Thread Werner
1,0,0 100) 'HP ' 'CD-Writer+ 8290 ' '1.3C' Removable CD-ROM > 1,1,0 101) * > 1,2,0 102) * > 1,3,0 103) * > 1,4,0 104) * > 1,5,0 105) * > 1,6,0 106) * > 1,7,0 107) * &g

Re: HP USB CD-Writer Plus 8230e problems

2001-03-04 Thread Werner
x27;1.3C' Removable CD-ROM 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * alpha:root# Thanks Werner On Sat, 3 Mar 2001, Werner wrote: > > That's what I did: > > in

Re: HP USB CD-Writer Plus 8230e problems

2001-03-03 Thread Werner
    HP-8230e Support' CONFIG_USB_STORAGE_HP8200e Then make mrproper etc. Is there anything else I have to do? On 3 Mar 2001, Trond Eivind Glomsrød wrote: > Werner <[EMAIL PROTECTED]> writes: > > > Did someone get the HP USB CD-Writer Plus 8230e working? > > Look in the source,

HP USB CD-Writer Plus 8230e problems

2001-03-03 Thread Werner
ERIAL_KEYSPAN_PDA=m CONFIG_USB_SERIAL_KEYSPAN=m # CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set # CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set # CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set # CONFIG_USB_SERIAL_KEYSP

The OpenMail Showdown: Is Bruce Perens Just a Pretty Face?

2001-03-02 Thread Werner
Jeremy has appealed to HP's Open Source czar, former Debian project leader Bruce Perens, to free OpenMail. In e-mail, Bruce responded, "It's being considered. I can say nothing definite. It would take time." http://www2.linuxjournal.com/articles/buzz/0045.html ___

RE: ibm's (alleged) commitment to linux And Dell

2001-02-27 Thread Werner
On Tue, 27 Feb 2001, kevin wrote: > We bought a server about a year ago. Dell then refused to sell us a 'clean' > box. They said they would install Windows 95 instead of NT Server and not > charge us for it (non-transferable licence of course). I guess it's maybe the same reason why companies ha

RE: ibm's (alleged) commitment to linux And Dell And Paul's Momma

2001-02-27 Thread Werner
Today, there is a good interview with Bruce Perens at LinuxWorld.com about his job at HP. This interview shows how hard it is for a big company to make major changes, especially when it comes to licensed technology from other companies etc. http://www.linuxworld.com/linuxworld/lw-2001-02/lw-02-p

  1   2   >