search for: euser

Displaying 10 results from an estimated 10 matches for "euser".

Did you mean: user
2014 Jul 07
1
[PATH] expire plugins segfault with misconfigured dict
...0000404db2 in main (argc=1, argv=0x1b27390) at main.c:122 (gdb) p _dict $1 = (struct dict **) 0x8 (gdb) bt full #0 0x00007f337d8af8ae in dict_deinit (_dict=0x8) at dict.c:87 dict = 0x10 #1 0x00007f337c88f647 in expire_mail_user_deinit (user=0x1b60e80) at expire-plugin.c:299 euser = 0x0 #2 0x00007f337cca3e7f in quota_user_deinit (user=0x1b60e80) at quota-storage.c:491 quser = 0x1b62958 quota_set = 0x1b656a0 #3 0x00007f337dbcb0f1 in mail_user_unref (_user=0x1b2d070) at mail-user.c:163 user = 0x1b60e80 __FUNCTION__ = "mail_user_unre...
2015 Apr 28
2
[Samba4] List of Distro currently with 4.2.X samba package
El 28/04/15 a les 12:52, Mario Pio Russo ha escrit: > hi all > > the sernet package is actually a good alterrnative, however I can't make > the repository work with ubuntu 14.04 > > has anyone used these repo? Yes, I'm using them on a test machine with ubuntu 14.04 lts. Did you replace USERNAME:ACCESSKEY with your data? Bye -- Luca Olivetti Wetron Automation
2015 Apr 28
0
[Samba4] List of Distro currently with 4.2.X samba package
yes, I didt... not sure what's wrong. I ve tested the repos for CENTos and they work fine can you pls send me the sorces.list file that you have? (remov euser and passwd) thx ___________________________________________________________________________________________ Mario Pio Russo, System Admin SWG IT Services Dublin, Phone & FAX: +353 1 815 2236, eMail: mariopiorusso at ie.ibm.com IBM Ireland Product Distribution Limited registered in Ireland wit...
2010 Feb 23
0
dovecot 2.0_b3 autocreate plugin bug.
...;Drafts", altmove_r=0xbfbd5ccb) at expire-env.c:168 secs1 = 134776268 secs2 = <value optimized out> #2 0xb7b32c3d in expire_mailbox_allocate_init (box=0x808ae28) at expire-plugin.c:259 No locals. #3 expire_mailbox_allocated (box=0x808ae28) at expire-plugin.c:279 euser = 0x80885e0 #4 0xb7f4e6be in hook_mailbox_allocated (box=0x808ae28) at mail-storage-hooks.c:180 hooks = 0x80885cc #5 0xb7f4d0ef in mailbox_alloc (list=0x8089808, name=0x8066c00 "Drafts", flags=0) at mail-storage.c:497 _data_stack_cur_id = 4 new_list = 0x8089808...
2011 Oct 31
0
R 2.14.0 is released
...tly the POSIX 2008 and FreeBSD/Darwin/NetBSD methods are detected.) o New function getCall(m) as an abstraction for m$call, enabling update()'s default method to apply more universally. (NB: this can be masked by existing functions in packages.) o Sys.info() gains a euser component to report the 'effective' user on OSes which have that concept. o The result returned by try() now contains the original error condition object as the "condition" attribute. o All packages with R code are lazy-loaded irrespective of the LazyLo...
2011 Oct 31
0
R 2.14.0 is released
...tly the POSIX 2008 and FreeBSD/Darwin/NetBSD methods are detected.) o New function getCall(m) as an abstraction for m$call, enabling update()'s default method to apply more universally. (NB: this can be masked by existing functions in packages.) o Sys.info() gains a euser component to report the 'effective' user on OSes which have that concept. o The result returned by try() now contains the original error condition object as the "condition" attribute. o All packages with R code are lazy-loaded irrespective of the LazyLo...
2020 Aug 18
15
[PATCH nbdkit 0/9] Port to Windows.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw This is the port to Windows using native Windows APIs (not MSYS or Cygwin). This patch series is at the point where it basically now works. I can run the server with the memory plugin, and access it remotely using guestfish, creating filesystems and so on without any apparent problems. Nevertheless there are many
2020 Aug 20
15
[PATCH nbdkit 0/13] Port to Windows without using a separate library.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw-nolib After a lot of work I have made the port to Windows work without using a separate library. Instead, on Windows only, we build an "import library" (library of stubs) which resolves references to nbdkit_* functions in the main program and fixes up the plugin, basically the first technique outlined in
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...empting to link in too many shared libraries" ELIBEXEC (83) => "Cannot exec a shared library directly" EILSEQ (84) => "Illegal byte sequence" ERESTART (85) => "Interrupted system call should be restarted" ESTRPIPE (86) => "Streams pipe error" EUSERS (87) => "Too many users" ENOTSOCK (88) => "Socket operation on non-socket" EDESTADDRREQ (89) => "Destination address required" EMSGSIZE (90) => "Message too long" EPROTOTYPE (91) => "Protocol wrong type for socket" ENOPROTOOPT (92) =...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux