search for: smartos

Displaying 20 results from an estimated 35 matches for "smartos".

Did you mean: martos
2015 Jul 16
3
[Patch] Fix hang in safe_sendfile on SmartOS
# HG changeset patch # User Sebastian Wiedenroth <sebastian.wiedenroth at skylime.net> # Date 1437050484 -7200 # Thu Jul 16 14:41:24 2015 +0200 # Node ID 7ef3a533b097e8e6590e754dc56ad308ab29233b # Parent e3640ccaa76d77a9658126d1f8f306480dad8af7 Fix hang in safe_sendfile on SmartOS The call to sendfile on SmartOS can fail with EOPNOTSUPP. This is a valid error code and documented in the man page. This error code needs to be handled or else dovecot will retry the sendfile call endlessly and hang. diff -r e3640ccaa76d -r 7ef3a533b097 src/lib/sendfile-util.c --- a/src/lib/send...
2015 Sep 07
1
[Patch] Fix hang in safe_sendfile on SmartOS
> Am 07.09.2015 um 21:34 schrieb Timo Sirainen <tss at iki.fi>: > > On 07/16/2015 06:03 PM, Sebastian Wiedenroth wrote: >> Fix hang in safe_sendfile on SmartOS >> >> The call to sendfile on SmartOS can fail with EOPNOTSUPP. This is a valid error >> code and documented in the man page. This error code needs to be handled or >> else dovecot will retry the sendfile call endlessly and hang. > > Committed .. However, I think a m...
2015 Jan 25
0
SmartOS: nss_wrapper: conflicting types
...hostent **result, int *h_errnop) Whereas the prototype in the system header is: struct hostent *gethostbyname_r (const char *, struct hostent *, char *, int, int *h_errnop); I see that this has been discussed before on samba-technical for Solaris 11.1 which shares a common ancestor with SmartOS/illumos. https://lists.samba.org/archive/samba-technical/2014-October/102829.html I have checked the uid_wrapper git repo (the 1.1.0 tag) and do not see tests of the prototype as indicated in the message. Am I missing where this was done? If it is not done, how do we proceed in getting this issu...
2015 Sep 07
0
[Patch] Fix hang in safe_sendfile on SmartOS
On 07 Sep 2015, at 23:19, Sebastian Wiedenroth <sebastian.wiedenroth at skylime.net> wrote: > > >> Am 07.09.2015 um 21:34 schrieb Timo Sirainen <tss at iki.fi>: >> >> On 07/16/2015 06:03 PM, Sebastian Wiedenroth wrote: >>> Fix hang in safe_sendfile on SmartOS >>> >>> The call to sendfile on SmartOS can fail with EOPNOTSUPP. This is a valid error >>> code and documented in the man page. This error code needs to be handled or >>> else dovecot will retry the sendfile call endlessly and hang. >> >> Committed...
2015 Sep 07
0
[Patch] Fix hang in safe_sendfile on SmartOS
On 07/16/2015 06:03 PM, Sebastian Wiedenroth wrote: > Fix hang in safe_sendfile on SmartOS > > The call to sendfile on SmartOS can fail with EOPNOTSUPP. This is a valid error > code and documented in the man page. This error code needs to be handled or > else dovecot will retry the sendfile call endlessly and hang. Committed .. However, I think a more important bug is that...
2014 May 05
0
Anyone running Asterisk on KVM virtual machine under SmartOS?
I'm thinking of condensing some of my boxes down to KVM virtual machines running under SmartOS. My Asterisk box is running Centos 6.4 and I'd like to include it. Is anyone running Asterisk on a virtual machine under SmartOS? Does DAHDI work? Thanks in advance. Frank
2014 Jun 03
0
Starting Thinking Sphinx on Joyent SmartOS with svcadm
I followed this tutorial: http://www.neo.com/2013/10/09/unicorn-on-joyent-smartos and the RailsCast about configuring Nginx and Unicorn, and successfully set up my first non-Passenger/Apache Rails app last weekend. Buoyed by this success, I next set about trying to get ThinkingSphinx to restart when the server starts, and managed to get my server to run away with 115% server u...
2015 Jun 10
1
newbie question on installation over existing Linux
...oung wrote: >> /usr was already assumed to be on the root FS in Solaris, FreeBSD > > I'm using both Solaris and FreeBSD quite extensively and, honestly, > have never heard of that assumption. I don?t have a ?real? Solaris installation here to try, but the OpenIndiana, DilOS and SmartOS forks of OpenSolaris all symlink /bin to /usr/bin. I expect the same is true of Solaris 11, though I wouldn?t be surprised to learn that Solaris 10 still kept /usr separate, given its 2005 release date. As for FreeBSD, I?m basing that on the fact that the last time I tried moving /usr to a ZFS vo...
2012 Feb 08
0
new dtrace-discuss list, and dtrace.conf 2012
For those who may have missed the news, the DTrace movers and shakers have moved over to a new mailing list; you can sign up at http://dtrace.org/blogs/mailing-list/ And there will be a conference dedicated to DTrace on April 3rd in San Francisco, more information here: http://wiki.smartos.org/display/DOC/dtrace.conf -- best regards, Deirdr? Straughan SmartOS Community Manager Joyent cell 720 371 4107 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/dtrace-discuss/attachments/20120207/9851c586/attachment.ht...
2012 Aug 07
0
coming soon! DTrace Training
...to anyone who follows me on Twitter and therefore will have seen this multiple times already.) Joyent will be offering training in DTrace: Core Features and Performance Analysis trainer: Brendan Gregg <http://dtrace.org/blogs/brendan/> (San Francisco, Sept 6-7), Max Bruning <http://wiki.smartos.org/display/DOC/Max+Bruning> (Geneva, Sept 13-14) This course introduces DTrace <http://dtrace.org/blogs/about/> and teaches common performance analysis techniques. It is intended for system support staff, system administrators, developers, and anyone who would like to quickly learn DTrac...
2024 Feb 21
1
Cant access home folder after 4.13.x
Hi I've been using Samba from pkgsrc successfully on Illumos, SmartOS specifically until I moved to 4.17.11. When I try to access my home folder on Linux I get, chdir_current_service: vfs_ChDir(/home/fukr/kev) failed: Permission denied. Current token: uid=10000, gid=10001, 3 groups: 10001 10000 10002 My home folder permissions are 700. If I change to 755 it works f...
2024 Feb 21
1
Cant access home folder after 4.13.x
On Wed, 21 Feb 2024 20:09:04 +0000 evil cRaftKnife via samba <samba at lists.samba.org> wrote: > Hi > > I've been using Samba from pkgsrc successfully on Illumos, SmartOS > specifically until I moved to 4.17.11. When I try to access my home > folder on Linux I get, > > chdir_current_service: vfs_ChDir(/home/fukr/kev) failed: Permission > denied. Current token: uid=10000, gid=10001, 3 groups: 10001 10000 > 10002 > > My home folder permission...
2013 Mar 19
3
What would be the best tutorial cum reference doc for ZFS
as used on Illumos? I''ve seen a few tutorials written by people who obviously are very action oriented; afterwards you find you have worn your keyboard down a bit and not learned a lot at all, at least not in the sense of understanding what zfs is and what it does and why things are the way they are. I''m looking for something that would make me afterwards understand what,
2015 Nov 13
2
[PATCH] Drop fine-grained privileges on Illumos/Solaris
Hi, I'm not sure how interested anybody here is in this, but I've been working lately on getting rid of the horror that is SunSSH for some distros of Illumos (mostly SmartOS). One of the patches we're carrying around at the moment is one that simply drops fine-grained privileges in sshd, ssh-agent and sftp-server. Since the privilege dropping here is roughly equivalent to a more verbose, coarser version of a tame() call, I was wondering if there might be any intere...
2012 Apr 30
10
current status of SAM-QFS?
The subject says it all.
2019 Apr 11
1
AD migration issues
Hi Rowland, Thank you for that. We did the testing in a Vmware VM, the actual production box is hosted in SmartOS. Didn't encounter the issues during testing. I am pretty sure it is not a group, it is a user. When I check the AD , I see it as a user. The user with the issue is doesn't have that listed in members of section. With the idmap stuff, the server in question is both DC and file server. So...
2024 Feb 21
1
Cant access home folder after 4.13.x
...21 Feb 2024 at 20:32, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Wed, 21 Feb 2024 20:09:04 +0000 > evil cRaftKnife via samba <samba at lists.samba.org> wrote: > > > Hi > > > > I've been using Samba from pkgsrc successfully on Illumos, SmartOS > > specifically until I moved to 4.17.11. When I try to access my home > > folder on Linux I get, > > > > chdir_current_service: vfs_ChDir(/home/fukr/kev) failed: Permission > > denied. Current token: uid=10000, gid=10001, 3 groups: 10001 10000 > > 10002 > &g...
2013 Aug 20
0
[patch] overcoming PATH_MAX - very long paths with rsync - integration of liblongpath
...h.bz2 which is included in my previous email. To build rsync with liblongpath, either install liblongpath to a standard prefix, or use rsync configure with --with-liblongpath_unsafe-prefix=<prefix> I have run successful tests on Debian 6, ancient OpenSolaris snv_134 (32 + 64 bit) and SmartOS 20130111T010112Z (32) with rsync and the (currently undocumented) liblongpath test, so I am pretty confident that the initial release should be at least of some use. Also I have successfully migrated some ~1.5 TB of small files with rsync+liblongpath. Feedback welcome. Nils -------------- ne...
2014 Jul 11
0
New binary package set for EL6 x86_64
...ch has been designed to operate similar to yum/apt-get: # Fetch latest database $ sudo pkgin update # Search for a package $ pkgin search tmux # Install it $ sudo pkgin install tmux # See what is available $ pkgin avail | less Further details and similar binary package sets for SmartOS/illumos and OSX can be found here: http://pkgsrc.joyent.com/ Feedback is highly appreciated! Let me know if there is anything we can do to improve these packages, or if they are unwelcome. You can email me or @jperkin, or alternatively get involved in the pkgsrc community - our aim is to prov...
2014 May 29
0
Asterisk 11.10.0 Now Available
...-23546 - CB_ADD_LEN does not do what you'd think (Reported by Walter Doekes) * ASTERISK-23620 - Code path in app_stack fails to unlock list (Reported by Bradley Watkins) * ASTERISK-23616 - Big memory leak in logger.c (Reported by ibercom) * ASTERISK-23576 - Build failure on SmartOS / Illumos / SunOS (Reported by Sebastian Wiedenroth) * ASTERISK-23550 - Newer sound sets don't show up in menuselect (Reported by Rusty Newton) * ASTERISK-18331 - app_sms failure (Reported by David Woodhouse) * ASTERISK-19465 - P-Asserted-Identity Privacy (Reported by Krzys...