Re: pkg_upgrade (was Re: pkg_add does not backtrack, does it?)

2007-02-06 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Joan Picanyol i Puig <[EMAIL PROTECTED]> typed: > * Mike Meyer <[EMAIL PROTECTED]> [20070207 01:05]: > > If you let us know what your goals are, we might be able to help you > > get there. > > I know what I'd like: a utility in the base system for binary upgrading > of pack

/etc/group limits (REAL limits)

2007-02-06 Thread Eric Anderson
On one of my boxes where I have a decent amount of (less than 50) users in a few groups, I finally hit the limit. Not 1024 bytes though (that I know of). When that happens though, it is sooner than expected, and tools (like 'id') seg fault (and core dump). I have a sample group, and it appea

Re: Where's the pkg_add, etc. code?

2007-02-06 Thread Joseph Koshy
hl> Where is the pkg_add (and related) code supposed to be? hl> I can't find it. I've been looking at: hl> http://fxr.watson.org/fxr/source/?v=RELENG62 http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/pkg_install/add/ -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy _

Re: Where's the pkg_add, etc. code?

2007-02-06 Thread Joseph J. Damato
On Tue, 6 Feb 2007, Henry Lenzi wrote: I can't find it. I've been looking at: http://fxr.watson.org/fxr/source/?v=RELENG62 That is only the code under src/sys/ in the source tree, pkg_add and friends are under src/usr.sbin/pkg_install/. I don't know if the code in src/usr.sbin/ is browsabl

Where's the pkg_add, etc. code?

2007-02-06 Thread Henry Lenzi
Hi * Where is the pkg_add (and related) code supposed to be? I can't find it. I've been looking at: http://fxr.watson.org/fxr/source/?v=RELENG62 TIA, Henry ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: pkg_upgrade (was Re: pkg_add does not backtrack, does it?)

2007-02-06 Thread Kip Macy
portupgrade -aPP On Wed, 7 Feb 2007, Joan Picanyol i Puig wrote: * Mike Meyer <[EMAIL PROTECTED]> [20070207 01:05]: If you let us know what your goals are, we might be able to help you get there. I know what I'd like: a utility in the base system for binary upgrading of packages. More flex

pkg_upgrade (was Re: pkg_add does not backtrack, does it?)

2007-02-06 Thread Joan Picanyol i Puig
* Mike Meyer <[EMAIL PROTECTED]> [20070207 01:05]: > If you let us know what your goals are, we might be able to help you > get there. I know what I'd like: a utility in the base system for binary upgrading of packages. More flexible logic in how the '-r' option is handled would be nice (being abl

Re: pkg_add does not backtrack, does it?

2007-02-06 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Henry Lenzi <[EMAIL PROTECTED]> typed: > I haven't found the pkg_add code (it's in Ruby, is it?). It's in /usr/src/usr.sbin/pkg_install/add. And no, it's not in ruby. > But from the behaviour of pkg_add -r, it's safe to say that it > doesn't backtrack to resolve dependenc

Re: Use of kqueue/kevent NOTE_EXTEND fflag in VFS

2007-02-06 Thread Ali Mashtizadeh
I saw in the past several people have asked if theres a way to monitor all file operations (not limited to a set of Vnodes). Is this likely to be implemented any time soon? Or is there a good alternative? On 2/6/07, Florent Thoumie <[EMAIL PROTECTED]> wrote: I'd like to use NOTE_EXTEND in the f

pkg_add does not backtrack, does it?

2007-02-06 Thread Henry Lenzi
Hi * -- I haven't found the pkg_add code (it's in Ruby, is it?). But from the behaviour of pkg_add -r, it's safe to say that it doesn't backtrack to resolve dependencies, does it? Like, for instance (a real example), during gnome2 installation on 6.2: warning: 'gstreamer-plugins-gconf-0.10.4_3,

Re: socket descriptor returned from socket()

2007-02-06 Thread Vlad GALU
On 2/6/07, Andrew N. Below <[EMAIL PROTECTED]> wrote: Hello. Could 0 (zero) be a valid socket descriptor? Yes, if your program is a daemon and closes fds 0, 1, 2 which corespond to stdin, stdout and stderr. man 2 socket: RETURN VALUES A -1 is returned if an error occurs, otherwise

Use of kqueue/kevent NOTE_EXTEND fflag in VFS

2007-02-06 Thread Florent Thoumie
I'd like to use NOTE_EXTEND in the following cases: create, link, mkdir, mknod, rename, symlink for the parent vnode or the destination parent vnode (in the rename case). The rationale is that there's no way (or I don't see it) to know if a file/directory is removed or created when monitoring a di

socket descriptor returned from socket()

2007-02-06 Thread Andrew N. Below
Hello. Could 0 (zero) be a valid socket descriptor? man 2 socket: RETURN VALUES A -1 is returned if an error occurs, otherwise the return value is a descriptor referencing the socket. I have some troubles with xinetd (2.3.14) - first service in config file with proto=tcp, socket_type

Re: nullfs and named pipes.

2007-02-06 Thread Eric Anderson
On 02/03/07 20:37, Josef Karthauser wrote: Hey guys, does anyone know off the top of their heads why named pipes don't appear to work across null_fs mounted partitions? i.e. if I have a named pipe in a file system, # ls -ld /mysql/mysql.sock srwxrwxrwx 1 mysql wheel 0 Feb 3 19:01 /

Re: Fwd: xtaf-20070122 available

2007-02-06 Thread Rene Ladan
at http://home.tiscali.nl/rladan/freebsd/xtaf/kern-20070206.diff.bz2 Checksums are attached. Regards, Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 -rw-r--r-- 1 rene wh

Re: UFS2 version of ffsrecov.

2007-02-06 Thread Rong-en Fan
On 2/4/07, Sten Spans <[EMAIL PROTECTED]> wrote: On Sat, 3 Feb 2007, Frank Mayhar wrote: > I'm releasing it under the BSD two-clause license, with due credit to > John-Mark. It's my hope that someone else will take it, clean it up a > bit, rewrite the manpage and maybe make a port out of it. I