Re: svn commit: r256498 - head/etc/rc.d

2013-10-21 Thread Jase Thew
On 21/10/2013 09:50, Hiroki Sato wrote: > > Thank you for your report. r256835 should fix it (and other issues). > Please try it and let me know if it works fine. > > -- Hiroki > Hi Hiroki, r256835 appears to be working fine so far - thank you. Regards, Jase

Re: svn commit: r256498 - head/etc/rc.d

2013-10-18 Thread Jase Thew
1" results in the following being generated : ip4.addr += "|192.168.1.184/32"; ip4.addr += "|127.0.1.4/32"; ip6.addr += "|::1/64"; The attach patch corrects the issue by suffixing the iface value with "|" only when it has a value. Kind regards, Jase. -- Jase

Re: svn commit: r256440 - head/etc/rc.d

2013-10-14 Thread Jase Thew
t; - Fix a bug that some $jail_{jname}_foo variables did not work. > - Fix a bug which prevented $jail_devfs_ruleset from working[1]. > - Move $jail_parameters to the last of the configuraiton lines[1]. > > Reported by:Jase Thew[1] > Approved by:re (glebius

Re: svn commit: r255413 - in head/etc: . etc.amd64

2013-09-09 Thread Jase Thew
On 09/09/2013 17:09, Dag-Erling Smørgrav wrote: Jase Thew writes: This appears to break "make distribution" (in this example, called as part of ezjail-admin update -i) : Can you try replacing TARGET_ARCH with MACHINE? DES Changing it back from TARGET_ARCH to MACHINE a

Re: svn commit: r255413 - in head/etc: . etc.amd64

2013-09-09 Thread Jase Thew
ditional (${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64") make: Fatal errors encountered -- cannot continue make: stopped in /usr/src/etc Error: The command 'make distribution' failed. Refer to the error report(s) above. └[~]> uname -a FreeBSD fbsd10-dev.

Re: svn commit: r252841 - in head/sys: dev/mem kern sys

2013-08-30 Thread Jase Thew
viour intentional? # dd if=/dev/mem bs=64 count=1 dd: /dev/mem: Operation not permitted Regards, Jase. -- Jase Thew j...@freebsd.org FreeBSD Ports Committer ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-a

Re: svn commit: r255020 - stable/8/sys/fs/devfs

2013-08-29 Thread Jase Thew
: Toomas Aas , jase Tested by: jase MFC slacker: jh Thanks! -- Jase Thew j...@freebsd.org FreeBSD Ports Committer ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to &quo

Re: svn commit: r248120 - stable/8/lib/libutil

2013-03-11 Thread Jase Thew
are uids > (root/toor for example) > > get the username information from old_pw structures to still allow renaming > of a user. > > Approved by: re (jpaetzel) > Thanks! Jase. -- Jase Thew j...@freebsd.org FreeBSD Ports Committer ___

Re: svn commit: r237268 - head/lib/libutil

2013-03-08 Thread Jase Thew
ease, as it's still an issue there : root@jail-gitlab:~ # uname -v FreeBSD 8.3-STABLE #0 r247666M: Sat Mar 2 21:06:00 GMT 2013 toor@jailhost.localdomain:/usr/obj/usr/src/sys/JAILHOST root@jail-gitlab:~ # chpass -s /usr/local/bin/zsh toor chpass: entry inconsistent chpass: pw_copy: Invalid ar

Re: svn commit: r246239 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-02-02 Thread Jase Thew
On 02/02/2013 11:20, Andriy Gapon wrote: > Author: avg > Date: Sat Feb 2 11:20:36 2013 > New Revision: 246239 > URL: http://svnweb.freebsd.org/changeset/base/246239 > > Log: > MFC r245945: spa_generate_rootconf: add support for old vdev labels > Thanks! -- Ja

svn commit: r236392 - head/usr.bin/calendar/calendars

2012-06-01 Thread Jase Thew
(r236392) @@ -144,6 +144,7 @@ 05/08 Sean Kelly born in Walnut Creek, California, United States, 1982 05/09 Daniel Eischen born in Syracuse, New York, United States, 1963 05/09 Aaron Dalton born in Boise, Idaho, United States, 1973 +05/09 Jase Thew born in Abergavenny, Gwent, United

svn commit: r236343 - head/share/misc

2012-05-30 Thread Jase Thew
[label="Ying-Chieh Liao\nijliao@F itetcu [label="Ion-Mihai Tetcu\nite...@freebsd.org\n2006/06/07"] jacula [label="Giuseppe Pilichi\njac...@freebsd.org\n2010/04/05"] jadawin [label="Philippe Audeoud\njada...@freebsd.org\n2008/03/02"] +jase [label="Jase T

Re: svn commit: r202924 - in stable/7: sys/kern sys/netinet sys/netinet6 sys/sys usr.sbin/jail

2010-01-24 Thread Jase Thew
contrast to FreeBSD 8.x and newer, where we have per-jail options, the sysctls are global for all jails. Reviewed by:jamie, hrs (ipv6 part) [for HEAD] Pointed out by: hrs [1] Tested by: Jase Thew (bazerka beardz.net) (IPv4) Approved by: re (kib