Re: mounting tmpfs ???

2016-12-14 Thread Martin Schröder
2016-12-14 17:07 GMT+01:00 sven falempin : > i am using this daily, what can i do !? maintain tmpfs Best Martin

Provide the "machdep.lidsuspend" sysctl on Loongson

2016-12-14 Thread Frederic Cambus
Hi tech@, Here is a diff to add the "machdep.lidsuspend" sysctl on Loongson. This is another required step to activate suspend on lid close on the Lemote Yeeloong. Comments? OK? Index: etc/etc.loongson/sysctl.conf === RCS file: /cv

Re: igmp: set rtableid on new mbufs

2016-12-14 Thread Martin Pieuchot
On 14/12/16(Wed) 16:54, Rafael Zalamena wrote: > After running the igmpproxy in multiple domains I noticed that the kernel > started complaining about sending packets on wrong domains. Here is the > exact message: > " > vio1: trying to send packet on wrong domain. if 1 vs. mbuf 0 > " > > After som

Re: mounting tmpfs ???

2016-12-14 Thread Stuart Henderson
On 2016/12/14 11:07, sven falempin wrote: > On Wed, Dec 14, 2016 at 10:51 AM, Stuart Henderson > wrote: > > > On 2016/12/14 10:44, sven falempin wrote: > > > [130]-[~] > > > # ktrace mount_tmpfs -s20M tmpfs /foo > > > mount_tmpfs: tmpfs on /foo: Operation not supported > > > [1]-[~] > > > # ls -l

Re: mounting tmpfs ???

2016-12-14 Thread sven falempin
On Wed, Dec 14, 2016 at 10:51 AM, Stuart Henderson wrote: > On 2016/12/14 10:44, sven falempin wrote: > > [130]-[~] > > # ktrace mount_tmpfs -s20M tmpfs /foo > > mount_tmpfs: tmpfs on /foo: Operation not supported > > [1]-[~] > > # ls -ld /foo > > drwxr-xr-x 2 root wheel 512 Dec 14 16:26 /foo

Re: mounting tmpfs ???

2016-12-14 Thread Stuart Henderson
On 2016/12/14 10:44, sven falempin wrote: > [130]-[~] > # ktrace mount_tmpfs -s20M tmpfs /foo > mount_tmpfs: tmpfs on /foo: Operation not supported > [1]-[~] > # ls -ld /foo > drwxr-xr-x 2 root wheel 512 Dec 14 16:26 /foo revision 1.229 date: 2016/07/25 19:52:56; a

[patch] Minor corrections to xenocara man pages.

2016-12-14 Thread Salvador Sabaini
Hello tech@, I've just found man references in the SEE ALSO section to xfs(1), the X font server which was unlinked from base in 5.7, in the following man pages: fslsfonts(1) fstobdf(1) mkfontdir(1) mkfontscale(1) showfont(1) xfsinfo(1) Xserver(1) X(7) Also, in X(7) there's a reference to fsi

igmp: set rtableid on new mbufs

2016-12-14 Thread Rafael Zalamena
After running the igmpproxy in multiple domains I noticed that the kernel started complaining about sending packets on wrong domains. Here is the exact message: " vio1: trying to send packet on wrong domain. if 1 vs. mbuf 0 " After some debugging I traced the problem to the igmp_sendpkt() function

mounting tmpfs ???

2016-12-14 Thread sven falempin
[130]-[~] # ktrace mount_tmpfs -s20M tmpfs /foo mount_tmpfs: tmpfs on /foo: Operation not supported [1]-[~] # ls -ld /foo drwxr-xr-x 2 root wheel 512 Dec 14 16:26 /foo trace: 6289 mount_tmpfs CALL lstat(0x7f7d9810,0x7f7d89f0) 6289 mount_tmpfs NAMI "/foo" 6289 mount_tmpfs STRU

Re: commit format-pem script?

2016-12-14 Thread Stuart Henderson
On 2016/12/14 09:40, Stuart Henderson wrote: > This is the current version of the script I'm using to sort cert.pem. > Would it be ok to commit it rather than maintaining it locally? > > Index: lib/libcrypto/format-pem Minor change suggested by jsg which I agree with: rename to format-pem.pl.

commit format-pem script?

2016-12-14 Thread Stuart Henderson
This is the current version of the script I'm using to sort cert.pem. Would it be ok to commit it rather than maintaining it locally? Index: lib/libcrypto/format-pem === RCS file: lib/libcrypto/format-pem diff -N lib/libcrypto/format-

Re: cert.pem: Re-add mistakenly removed GlobalSign R2

2016-12-14 Thread Stuart Henderson
On 2016/12/14 07:50, Stuart Henderson wrote: > On 2016/12/14 13:19, Steven McDonald wrote: > > It looks like revision 1.10 of cert.pem (which was intended only to > > sort the contents of the file) accidentally removed the GlobalSign R2 > > CA -- probably because it has the same CN as the R3 CA. Th