Re: [OpenIndiana-discuss] "bad mutex" crash?

2012-10-30 Thread Dan Swartzendruber
Wonderful fail on the illumos site. I went to the page to sign up to submit issues. When the activation mail arrived, somehow I deleted it by mistake. Guess what? Apparently there is no way to request a new one. I *can* click on the link to change my password, but that doesn't help because the

Re: [OpenIndiana-discuss] "bad mutex" crash?

2012-10-30 Thread Dan Swartzendruber
Well, definitely ticket time. I seem to be able to make this happen at will. Shut down once via ESXi ACPI and once via 'init 6'. Kernel panic both times... -Original Message- From: Richard Lowe [mailto:richl...@richlowe.net] Sent: Monday, October 29, 2012 10:13 PM To: Discussion list

Re: [OpenIndiana-discuss] ZFS remote receive

2012-10-30 Thread Mike La Spina
Some additional example in this one http://blog.laspina.ca/ubiquitous/encapsulating-vt-d-accelerated-zfs-sto rage-within-esxi -Original Message- From: Sebastian Gabler [mailto:sequoiamo...@gmx.net] Sent: Tuesday, October 23, 2012 6:53 AM To: openindiana-discuss@openindiana.org Subject: [

Re: [OpenIndiana-discuss] ZFS remote receive

2012-10-30 Thread Mike La Spina
Hi Sebastian, Some examples using RBAC in my blog entry http://blog.laspina.ca/ubiquitous/provisioning_disaster_recovery_with_zf s could help. Regards, Mike -Original Message- From: Sebastian Gabler [mailto:sequoiamo...@gmx.net] Sent: Tuesday, October 23, 2012 6:53 AM To: openindiana-di

Re: [OpenIndiana-discuss] How to disable local/remote login, still allowing access to smb share?

2012-10-30 Thread Alex Smith (K4RNT)
Don't do that, you may completely blow up the installation and keep anyone from using X-Windows. You may want to look at the user roles to see if that may do what you're looking for. On Tue, Oct 30, 2012 at 3:24 PM, Robbie Crash wrote: > But that doesn't allow the admin to log on to the server g

Re: [OpenIndiana-discuss] Availability of c-icap with clamav support?

2012-10-30 Thread Milan Jurik
Hi Andrej, On út, 2012-10-30 at 21:51 +0100, Andrej Javoršek wrote: > I can try to do that, but I'm missing up-to-date instructions how to > build/prepare SFE package since instructions from wiki ( > http://wiki.openindiana.org/oi/Building+SFE+Packages) are more than a year > and half old and are

Re: [OpenIndiana-discuss] Availability of c-icap with clamav support?

2012-10-30 Thread Andrej Javoršek
I can try to do that, but I'm missing up-to-date instructions how to build/prepare SFE package since instructions from wiki ( http://wiki.openindiana.org/oi/Building+SFE+Packages) are more than a year and half old and are referring to (now unavailable) patched version of SunStudio. Best Regards A

Re: [OpenIndiana-discuss] How to disable local/remote login, still allowing access to smb share?

2012-10-30 Thread Robbie Crash
But that doesn't allow the admin to log on to the server graphically, which I'd assume they want to since they have the GUI installed. Would chown/chmod'ing the Gnome files to root:root/700 do the trick? On Mon, Oct 29, 2012 at 12:28 PM, Oscar del Rio wrote: > On 10/29/12 11:42 AM, Dmitry Kozhin

Re: [OpenIndiana-discuss] ZFS remote receive

2012-10-30 Thread Jim Klimov
2012-10-30 19:21, Sebastian Gabler wrote: Whereas that's relative: performance is still at a quite miserable 62 MB/s through a gigabit link. Apparently, my environment has room for improvement. Does your gigabit ethernet use Jumbo Frames (like 9000 or up to 16KB, depending on your NICs, switche

Re: [OpenIndiana-discuss] useradd - strange behaviour

2012-10-30 Thread Boris Epstein
Alexander, You were on the right track! Turns out there was a line for user postgres in /etc/user_attr. I deleted that line and then useradd worked perfectly! Thank you very much. Boris. On Tue, Oct 30, 2012 at 12:42 PM, Alexander Eremin < alexander.r.ere...@gmail.com> wrote: > useradd adds i

[OpenIndiana-discuss] SS cc multithread compilation switch (e.g., Parrot)

2012-10-30 Thread Udo Grabowski (IMK)
I see sometimes people linking with -lpthread (do NOT use -pthread), without setting -mt for the Sun Studio compilers, see, e.g., the Parrot (OI 151a7) config: /usr/lib/parrot/3.6.0/tools/lib/Parrot/Config/Generated.pm This is wrong and should be corrected for all OI specs for multithreaded prog

Re: [OpenIndiana-discuss] useradd - strange behaviour

2012-10-30 Thread Alexander Eremin
useradd adds info to group, passwd, shadow, project and user_attr - so try to check also last two files. Alexander On Oct 30, 2012, at 8:34 PM, Boris Epstein wrote: > root@zeus:~# wc -l /etc/passwd /etc/shadow > 29 /etc/passwd > 29 /etc/shadow > 58 total > root@zeus:~# > > I lo

Re: [OpenIndiana-discuss] useradd - strange behaviour

2012-10-30 Thread Boris Epstein
root@zeus:~# wc -l /etc/passwd /etc/shadow 29 /etc/passwd 29 /etc/shadow 58 total root@zeus:~# I looked at the content, too - and, while it is possible I missed something, it looked quite normal to me. Boris. On Tue, Oct 30, 2012 at 12:31 PM, Alexander Eremin < alexander.r.ere.

Re: [OpenIndiana-discuss] useradd - strange behaviour

2012-10-30 Thread Alexander Eremin
Well, next round could be : wc -l /etc/passwd /etc/shadow Alexander On Oct 30, 2012, at 8:25 PM, Boris Epstein wrote: > Alexander, > > Thanks. Just did: > > > root@zeus:~# pwck > > lp:x:71:8:Line Printer Admin:/usr/spool/lp: >Login directory not found > > uucp:x:5:5:uucp Admin:/u

Re: [OpenIndiana-discuss] useradd - strange behaviour

2012-10-30 Thread Boris Epstein
Alexander, Thanks. Just did: root@zeus:~# pwck lp:x:71:8:Line Printer Admin:/usr/spool/lp: Login directory not found uucp:x:5:5:uucp Admin:/usr/lib/uucp: Login directory not found nuucp:x:9:9:uucp Admin:/var/spool/uucppublic:/usr/lib/uucp/uucico Login directory not fou

Re: [OpenIndiana-discuss] useradd - strange behaviour

2012-10-30 Thread Alexander Eremin
Try pwck and grpck Alexander On Oct 30, 2012, at 8:13 PM, Boris Epstein wrote: > Hello all, > > I am running OpenIndiana 11 64-bit (SunOS 5.11) and somehow I get the > following error when I attempt to use useradd: > > root@zeus:~# useradd -d /s1pool/postgres/ -g postgres -s /usr/bin/bash >

[OpenIndiana-discuss] useradd - strange behaviour

2012-10-30 Thread Boris Epstein
Hello all, I am running OpenIndiana 11 64-bit (SunOS 5.11) and somehow I get the following error when I attempt to use useradd: root@zeus:~# useradd -d /s1pool/postgres/ -g postgres -s /usr/bin/bash postgres UX: useradd: ERROR: Inconsistent password files. See pwconv(1M). root@zeus:~# Both /et

Re: [OpenIndiana-discuss] ZFS remote receive

2012-10-30 Thread Sebastian Gabler
Am 23.10.2012 13:52, schrieb Sebastian Gabler: Hi, I am facing a problem with zfs receive through ssh. As usually, root can't log on ssh; the log on users can't receive a zfs stream (rights problem), and pfexec is disabled on the target host (as I understand it is nowadays default for OI151_a

Re: [OpenIndiana-discuss] Availability of c-icap with clamav support?

2012-10-30 Thread Jim Klimov
2012-10-30 16:03, Andrej Javoršek пишет: Hello, couple of years back I builded zfs vscan solution using this manual: http://www.c0t0d0s0.org/uploads/vscanclamav.pdf While this server still works I decided to update/refresh/rebuild -it with newer versions of components. On today (modern) version o

[OpenIndiana-discuss] Availability of c-icap with clamav support?

2012-10-30 Thread Andrej Javoršek
Hello, couple of years back I builded zfs vscan solution using this manual: http://www.c0t0d0s0.org/uploads/vscanclamav.pdf While this server still works I decided to update/refresh/rebuild -it with newer versions of components. On today (modern) version of OI I can find both packages already inclu