Re: DHCP server in base

2010-09-14 Thread Marian Hettwer
On Tue, 14 Sep 2010 07:11:28 +0200, David DEMELIER
demelier.da...@gmail.com wrote:
 2010/9/13 Gordon Tetlow gor...@tetlows.org:
 On Mon, Sep 13, 2010 at 12:53 PM, David DEMELIER demelier.da...@gmail.com
 wrote:

 Perl is a great example, I don't really understand why it's in the
 base, then the port need to rewrite the links into the base hierarchy
 and I think this is bad.

 Perl is not in the base system anymore. It's in the ports system.
 Gordon
 
 Oh sorry I didn't saw that ! (I'm not following -current yet). Perfect !

Uh. Perl was moved to ports somewhere in 2002 or 2003, IIRC.
Nothing to do with following -current ;-)

./Marian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


8.1-release + zfs v15 df(1) hangs

2010-08-18 Thread Marian Hettwer

 Hi All,

i installed freebsd 8.1-release on my workstation (based on the 
8.1-release mfsbsd isos) and I'm now experiencing some strange effects.


A df(1) doesn't return and is not killable and while taking a look 
around in my process table, I could find several find's hanging around too.


mhettwer  5976  0.0  0.0  6896  1088  13  D+5:55PM   0:00.00 df -h
mhettwer  5351  0.0  0.0  6896  1088  19  D+1:49PM   0:00.00 df -h

root   215  0.0  0.0  5804  1232  ??  DMon05AM   0:04.29 find 
-sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or 
-perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} +
root  4139  0.0  0.0  5804  1324  ??  DTue05AM   0:02.38 find 
-sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or 
-perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} +
root  7305  0.0  0.0  5804  1324  ??  D 5:01AM   0:00.43 find 
-sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or 
-perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} +
root 73775  0.0  0.0  5804  1232  ??  DFri05AM   0:10.18 find 
-sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or 
-perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} +
root 94589  0.0  0.0  5804  1232  ??  DSat05AM   0:07.68 find 
-sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or 
-perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} +
nobody   94746  0.0  0.0  5804  1072  ??  DN   Sat06AM   0:07.38 find -s 
/ ! ( -fstype zfs ) -prune -or -path /tmp -prune -or -path /usr/tmp 
-prune -or -path /var/tmp -prune -or -path /var/db/portsnap -prune -or 
-print
root 97430  0.0  0.0  5804  1232  ??  DSun05AM   0:06.02 find 
-sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or 
-perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} +


I couldn't figure out where they're coming from, but since it seems 
there's a new one every night I suspect its coming from a periodic script.


Any ideas how to get rid of those processes?

And yes, I know that zfs V15 isn't in -STABLE for a reason...


# uname -a
# FreeBSD siteop38-1.mobile.rz 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Tue 
Aug  3 12:03:02 UTC 2010 
r...@siteop38-1.mobile.rz:/usr/obj/usr/src/sys/GENERIC  amd64


(I csup'ed to RELENG_8_1 and applied the v15 patch from 
http://mfsbsd.vx.sk/ and did a make world)


best regards,
Marian

PS.: For the author of mfsbsd iso's: I like them. Cool! Thanks! :)
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: 8.1-release + zfs v15 df(1) hangs

2010-08-18 Thread Marian Hettwer

 Hej there,

Am 18.08.10 17:18, schrieb Andriy Gapon:

on 18/08/2010 11:23 Marian Hettwer said the following:

  Hi All,

i installed freebsd 8.1-release on my workstation (based on the
8.1-release mfsbsd isos) and I'm now experiencing some strange effects.

A df(1) doesn't return and is not killable and while taking a look
around in my process table, I could find several find's hanging around too.

mhettwer  5976  0.0  0.0  6896  1088  13  D+5:55PM   0:00.00 df -h
mhettwer  5351  0.0  0.0  6896  1088  19  D+1:49PM   0:00.00 df -h

Can you run procstat -k to see where exactly the processes are stuck?

for some reason, the stuck df and find processes are gone. And since df 
works again, I could see a nfs mount which I guessed caused the issue.


Hm, so best guess, a hanging nfs mount is not good. I remember I mounted 
it without any special options. just mount ip:/export /mnt and 
probably forgot about it.


I'll try and reproduce that tomorrow. I would say, a hanging nfs mount 
shouldn't lead to a hanging around df(1).


all the best,
Marian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [RFC] Rewriting sade(8)

2010-04-08 Thread Marian Hettwer
On Thu, 08 Apr 2010 10:53:48 +, Kris Moore k...@pcbsd.org wrote:

It's not nice to hijack a topic, but this is way to interesting for me, so
I do it anway :)

 This has a few advantages, in that the backend can be used stand-alone 
 for scripted installations and also provide great flexibility
 to the front-end developer. They don't need to worry about performing 
 any of the actual installation logic, they just provide a way
 for users to select their installation options, generate a configuration

 script, and let the backend run with it.

scripted installation!
Are you able to do a pxeboot, nfsroot and then scripted installation?
Are those scripts portable to FreeBSD or PC-BSD only?
Could you give me a hint where to find them?

TIA,
Marian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org