Re: ZFS devd messages

2013-10-12 Thread Mark Felder
On Fri, Oct 11, 2013, at 19:51, Daniel O'Connor wrote:
 Hi,
 It seems that the ZFS messages no longer match entries in devd.conf, eg..
 notify 10 {
 match system  ZFS;
 match typevdev;
 action logger -p kern.err 'ZFS: vdev failure, zpool=$pool
 type=$type';
 };
 
 Doesn't match anything because messages now look like..
 Processing event '!system=ZFS subsystem=ZFS type=resource.fs.zfs.removed 
 version=0 class=resource.fs.zfs.removed pool_guid=469710819
 vdev_guid=215223839'
 
 Does anyone have an updated set of rules handy?
 

This seems like something we should make sure is fixed before the 10.0
release. Thanks for reporting it.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


pkg problem

2013-10-12 Thread Zoran Kolic
I binary upgraded to 9.2 and installed pkg, made pkg2ng.
Finally I did pkg update and pkg upgrade. Now, I have
old binaries, instead of new ones. I tried to issue
freebsd-update install the last time and it refused to
do anything, since there is nothing to install.
What I missed in this upgrade process?
I set server to 96.47.72.120, if it matters.
Best regards

  Zoran

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


Re: pkg problem

2013-10-12 Thread Zoran Kolic
Sorry to post twice, but I found txz files on my local
filesystem in /var/cache/pkg/All. So far, I see no way
to upgrade from there. I assume I could remove some db,
make new one and point pkg to packagesite?
Best regards

Zoran

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


Re: pkg problem

2013-10-12 Thread Matthew Seaman
On 12/10/2013 17:36, Zoran Kolic wrote:
 I binary upgraded to 9.2 and installed pkg, made pkg2ng.
 Finally I did pkg update and pkg upgrade. Now, I have
 old binaries, instead of new ones. I tried to issue
 freebsd-update install the last time and it refused to
 do anything, since there is nothing to install.
 What I missed in this upgrade process?
 I set server to 96.47.72.120, if it matters.

Upgraded to FreeBSD 9.2 from what version?  If it was anything 9.x then
you would not necessarily have replaced any of the ports previously
installed.

If you were upgrading from some earlier version of FreeBSD then you'ld
need to reinstall all your ports with stuff compiled for 9.x.  You can
do that by:

   pkg install -f

Why does freebsd-update come into this?  That's for updating the base
system.  It won't do anything to affect your ports directly.

While 96.47.72.120 is the IP number of the pkgrepo test server, the
recommended way to use it is via this PACKAGESITE URL:

   http://pkg-test.freebsd.org/pkg-test-${ABI}/latest

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


Re: pkg problem

2013-10-12 Thread Zoran Kolic
 Upgraded to FreeBSD 9.2 from what version?  If it was anything 9.x then
 you would not necessarily have replaced any of the ports previously
 installed.

From 9.1 release. I see a lot of apps having newer versions.

 If you were upgrading from some earlier version of FreeBSD then you'ld
 need to reinstall all your ports with stuff compiled for 9.x.  You can
 do that by:
 
pkg install -f

I might try -f flag. After getting txz files, I found them
in /var/cache/pkg/All directory. None of them installed. So,
I still have old packages. They work, but it is not what was
intended.
I will repeat: first I installed pkg. Then issued pkg2ng. I see
no difference in db dir. I changed server address to numerical
(96.47.72.120). Then I used pkg update to have it fresh. Last,
pkg upgrade. It downloaded and lot more. I went further, with
kernel recompile. After reboot, I see older apps, from 9.1. Ones
for 9.2 are in before mentioned directory.

 Why does freebsd-update come into this?  That's for updating the base
 system.  It won't do anything to affect your ports directly.

I'm aware of that. But, it was a step in one of manuals (or manuals).

 While 96.47.72.120 is the IP number of the pkgrepo test server, the
 recommended way to use it is via this PACKAGESITE URL:
http://pkg-test.freebsd.org/pkg-test-${ABI}/latest

Does not work for me. I get nothing with this line in pkg.conf.
To say again, I have files on my node, but they do not install.
I messed something, but cannot find out what it is.
Does someone have success with pkg-test in conf file?
Best regards

   Zoran

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