Re: anyone had experience expanding uid_t and gid_t?

2017-08-21 Thread Julian Elischer
On 19/8/17 11:15 am, Julian Elischer wrote: at $JOB there are clients where 32bits is starting to chafe. Has anyone expanded them? Other than a few offline comments I haven't heard anyone directly respond to this. Does anyone have any comments on feasibility or suggestions? NFSV3 will

Re: r322769: make buildkernel/buildworld failure: Unable to determine compiler type for CC=cc

2017-08-21 Thread Dimitry Andric
On 21 Aug 2017, at 20:52, O. Hartmann wrote: > > I just updated to r322769 and now I face this when trying to recompile > kernel/world again: > > make: "/usr/src/share/mk/bsd.compiler.mk" line 142: warning: "cc --version || > echo 0.0.0" > exited on a signal make:

Re: r322769: make buildkernel/buildworld failure: Unable to determine compiler type for CC=cc

2017-08-21 Thread Simon J. Gerraty
O. Hartmann wrote: > I just updated to r322769 and now I face this when trying to recompile > kernel/world again: > > make: "/usr/src/share/mk/bsd.compiler.mk" line 142: warning: "cc --version || > echo 0.0.0" > exited on a signal make:

r322769: make buildkernel/buildworld failure: Unable to determine compiler type for CC=cc

2017-08-21 Thread O. Hartmann
I just updated to r322769 and now I face this when trying to recompile kernel/world again: make: "/usr/src/share/mk/bsd.compiler.mk" line 142: warning: "cc --version || echo 0.0.0" exited on a signal make: "/usr/src/share/mk/bsd.compiler.mk" line 155: Unable to determine compiler type for

assigning priorities to swap partitions?

2017-08-21 Thread Julian Elischer
On an AZURE system there is a "local" device that is useful as swap. It is, I believe, faster than regular network based storage, but it is ephemeral, and may go away during a shutdown. It is in some machines a bit small so we'd like to add a bit more for safety. But we would like the

Re: mapping a device from device-id to /dev

2017-08-21 Thread Warner Losh
On Mon, Aug 21, 2017 at 6:51 AM, Julian Elischer wrote: > > I have the following (Azure) device (disk) id: > > dev.storvsc..%pnpinfo: classid=32412632-86cb-44a2-9b5c-50d1417354f5 > deviceid=-0001-8899-- > > the question is: "how can I map that do

mapping a device from device-id to /dev

2017-08-21 Thread Julian Elischer
I have the following (Azure) device (disk) id: dev.storvsc..%pnpinfo: classid=32412632-86cb-44a2-9b5c-50d1417354f5 deviceid=-0001-8899-- the question is: "how can I map that do /dev/da1".. I know that for my device it IS /dev/da1 but how can I prove it? there are so

Re: [libelftc] internal library or not?

2017-08-21 Thread Michael Zhilin
Thank you, David! __cxa_demangle works fine [1] :) Best regards, Michael. [1] https://github.com/z0nt/pstack/pull/2/commits/8f45f92c63d385cd523d67f6ccbc436c7669f9d3 On Tue, Aug 1, 2017 at 6:22 PM, David Chisnall wrote: > On 1 Aug 2017, at 12:36, Michael Zhilin