No free space add after removing large file

2005-08-30 Thread Frank de Bot
Hi, On my fs I had a file of 20gb. The free space on that fs was at that time around 1gb. But after removing the 20gb file, the freespace wasn't added :-S ? What has gone wrong and how can I 'reclaim' the free space? Thanks in advaced, Frank de Bot

Re: No free space add after removing large file

2005-08-30 Thread Frank de Bot
Gerhard Schmidt wrote: On Tue, Aug 30, 2005 at 01:37:56PM +0200, Frank de Bot wrote: Hi, On my fs I had a file of 20gb. The free space on that fs was at that time around 1gb. But after removing the 20gb file, the freespace wasn't added :-S ? What has gone wrong and how can I 'reclaim

Re: ps -awux

2005-07-20 Thread Frank de Bot
Akhthar Parvez. K wrote: Hello, When I run the command ps -awux from a user's bash shell(not root), it's listing the processes under the particular user only. Can anyone tell me why? Under FreeBSD 4.x the sysctl is: kern.ps_showallprocs 0: only show processes of the user itself 1: Show

Libz

2005-07-07 Thread Frank de Bot
Recently a bug was discoverd which affected various unix platforms including FreeBSD. ( ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:16.zlib.asc ) But it say it only affects the 5.x releases and not the 4. Is it true only the 5.x releases are affected? (I think it rather

Serial Access

2005-07-07 Thread Frank de Bot
Hi, My server support by bios remote access via the serial port. Configured it, bios shows up on my terminal client. But as soon the FreeBSD has been loaded. (Last message I get through was: Press [enter] to boot immedialty. Is it needed for FreeBSD to take over the serial console from here,

Re: Sudden freezes FreeBSD at same time

2005-06-09 Thread Frank de Bot
su-2.05b# uname -r 4.11-STABLE Hardware specs: MB(+case): Supermicro 5013S-i (details about chipset on it: http://www.supermicro.nl/products/system/1U/5013/SYS-5013S-i.cfm) Proc: Xeon 2.0ghz 512kb 533fsb IO controller: 3ware 7000-2 Memory: 1gig DDR ECC REG PC2100 That should cover the most

ipfw + natd = some sites won't work :-S

2005-05-09 Thread Frank de Bot
and everything works fine! Anyone got any idea? Thanks in advanced, Frank de Bot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: ipfw + natd = some sites won't work :-S

2005-05-09 Thread Frank de Bot
Emanuel Strobl wrote: Am Dienstag, 10. Mai 2005 00:42 schrieb Frank de Bot: Hi, I got my FreeBSD set up to do nat, but it doesn't work 100%. Sites like Google for instance does work, but many other don't. All other protocols I guess you're using an A-DSL line with PPPoE, right? If so, see tcp-mss

Re: ipfw + natd = some sites won't work :-S

2005-05-09 Thread Frank de Bot
network layout and how you connect to the internet is needed. List sites you can not access. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Frank de Bot Sent: Monday, May 09, 2005 6:42 PM To: freebsd-questions@freebsd.org Subject: ipfw + natd = some sites

Re: ipfw + natd = some sites won't work :-S

2005-05-09 Thread Frank de Bot
Emanuel Strobl wrote: The problem is the same: IP-IP tunneling reduces TCPs mss which the linux box doesn't fix. ICMP will work of course, TCP with full payload won't. I don't knwo how/why you tunnle IP into IP on that linux box, but that's the point where you have to dig. Good luck, -Harry

Nat problem

2005-04-27 Thread Frank de Bot
tunnel) ipnat.conf is: map fxp0 10.0.1.0/24 - 0.0.0.0/32 portmap tcp/udp 1025:65000 map fxp0 10.0.1.0/24 - 0.0.0.0/32 I find it very odd, because pings travel and are natted without problems. What can be wrong? Thanks in advanced, Frank de Bot

No rebuild on make buildworld

2005-03-16 Thread Frank de Bot
Hi, When I do make buildworld, the whole world is build from scratch again. But I've noticed that some changes of my own will let it fail and when I change it, the process starts over again!! How can I build the world, without everything to be rebuild? Thanks in advanced, Frank de Bot

Jail security

2005-03-07 Thread Frank de Bot
Hi, I've set up a jail. But I don't have any idea how safe a jail is. Often is told chroot and jails can be escaped. How safe is it to give other people user access to a jailed environment? or maybe even root... Thanks in advanced, Frank de Bot

Re: Jail security

2005-03-07 Thread Frank de Bot
Jorn Argelo wrote: On Mon, 07 Mar 2005 17:04:41 +0100, Frank de Bot wrote Hi, I've set up a jail. But I don't have any idea how safe a jail is. Often is told chroot and jails can be escaped. How safe is it to give other people user access to a jailed environment? or maybe even root... A jailed

Re: Help Renaming Multple Files

2005-03-07 Thread Frank de Bot
for files in `ls`;do newfile=`echo $files | sed s|^reports_||g`;mv $files $newfile;done it's unproved code at the moment, but it gives an idea how to do it. Phusion wrote: I need help figuring out how to rename multple files. The files are named like reports_abcdef_MMDD.dat,