Displaying 20 results from an estimated 24 matches for "nami".
Did you mean:
name
2015 Feb 14
2
freenas USB connection error
...problem: Input/output error
14.124787 Driver failed to start (exit status=1)
Snippet from Output of ktrace when running :
# ktrace /usr/local/libexec/nut/blazer_usb -D -D -D -D -a ups
...
67611 blazer_usb RET read 0
67611 blazer_usb CALL stat(0x800f8e498,0x7fffffffe2d0)
67611 blazer_usb NAMI "/etc/nsswitch.conf"
67611 blazer_usb STRU struct stat {dev=2264989441, ino=703, mode=-rw-r--r--
, nlink=1, uid=0, gid=0, rdev=4294967295, atime=1423937499.241504491,
stime=1423498232.822474644, ctime=1423498232.822474644,
birthtime=1418850888.497355000, size=133, blksize=4096, blocks=...
2007 Mar 15
2
flock problems with index files and passwd-file
While experimenting a bit, I found that for some reason, locking indexes
with flock is problematic, but only if user is taken from passwd-file.
The host system is openbsd 3.9, dovecot's configuration is added at the
bottom.
Authentication is from two places - first from mentioned passwd-file,
then from passwd file using bsdauth (in this case, there're no problems
with flock). So, if
2007 Mar 28
2
chroot and raw logging
...riate uid/gid).
1)
dovecot.userdb:
test::10000:10000::/home/vmail/test.tld/test/./::userdb_mail=maildir:~/Maildir:
ktrace will show:
18206 rawlog CALL sigprocmask(0x3,0)
18206 rawlog RET sigprocmask -65793/0xfffefeff
18206 rawlog CALL lstat(0x81fbe028,0xcfbcc980)
18206 rawlog NAMI "/dovecot.rawlog"
18206 rawlog RET lstat -1 errno 2 No such file or directory
18206 rawlog CALL sigprocmask(0x1,0xffffffff)
2)
dovecot.userdb:
test::10000:10000::/home/vmail/test.tld/./test::userdb_mail=maildir:~/Maildir:
1116 rawlog CALL lstat(0x85768028,0xcfbc1d20)...
2006 Oct 06
2
smbd hanging on OS X 10.4.8
Hi,
If process all my mounts prior to the "..." bit below. It looks as if
it's hanging while processing some printer config. On that assumption
and since I don't and never have had any printers attached, I've
commented out the '[printers]' section from smb.conf. No section
contains a 'printable = yes'. I've tried with all sections containing
'printable
2007 Mar 22
1
tilde in mbox:, when used in non-system user db
...Looking at ktrace, it seems that imap process is checking for the existence
of ~/Mail, without expanding tilde. Then quite a bit later, it creates
Mail as a "side effect" of creating Trash subdirectory.
Relevant fragments:
1853 imap CALL mkdir(0x8a79b100,0x1f8)
1853 imap NAMI "~/Mail"
1853 imap RET mkdir -1 errno 2 No such file or directory
1853 imap CALL sigprocmask(0x1,0xffffffff)
1853 imap RET sigprocmask 0
1853 imap CALL mprotect(0x3c0ec000,0x1000,0x3)
1853 imap RET mprotect 0
1853 imap CALL mprotect(0x3c...
2012 Mar 28
1
how to avoid farword slashes in RJSONIO output
...quot;,\n\"ambition\": \"Become greatet
swordman\" \n},\n{\n \"id\": 3,\n\"name\": \"Sanji\",\n\"position\":
\"Cook\",\n\"ambition\": \"Find all blue\" \n},\n{\n \"id\": 4,\n\"name\":
\"Nami\",\n\"position\": \"Navigator\",\n\"ambition\": \"Draw map of the
world\" \n},\n{\n \"id\": 5,\n\"name\": \"Usopp\",\n\"position\":
\"Sniper\",\n\"ambition\": \"Become greatest warrior\&quo...
2003 Oct 27
2
problem using do.call and substitute for predict.glm using poly()
Hi
I am having a particular problem with some glm models I am running. I
have been adapting code from Bill Venables 'Programmers niche' in RNews
Vol 2/2 to fit ca. 1000 glm models to a combination of species 0/1 data
(as Y) and related physicochemical data (X), to automate the process of
fitting this many models. I have successfully managed to fit all the
models and have stored the
2008 Jun 22
3
Xattrs and Delete over AFP
Hello group,
I have an OSX 10.3.9 Server that I'm trying to back up with rsync 3.0.2.
Since I didn't have any luck with the 10.3.9 patch and I do have 10.4 clients,
I decided to try running the backup over AFP (Apple's file sharing protocol).
I found a way to mount the AFP volume with root permissions and rsync 3.0.2
works very nicely using this on the 10.4 clients, preserving
2015 Feb 15
0
freenas USB connection error
On Feb 14, 2015, at 2:43 PM, J Neethling <jneethling at webmail.co.za> wrote:
> 67611 blazer_usb CALL write(0x2,0x7fffffffd2a0,0xc)
> 67611 blazer_usb GIO fd 2 wrote 12 bytes
> " 0.280697 "
> 67611 blazer_usb RET write 12/0xc
> 67611 blazer_usb CALL write(0x2,0x7fffffffd2a0,0x35)
> 67611 blazer_usb GIO fd 2 wrote 53 bytes
>
2005 Aug 03
1
deparse(substitute(x)) and S3 methods
Dear List,
I have the following function:
coca <- function(x, ...)
{
if(is.null(class(x))) class(x) <- data.class(x)
UseMethod("coca", x)
}
and a default method
coca.default <- function(x, y, method = c("predictive", "symmetric"),
reg.method = c("simpls", "eigen"), weights =
NULL,
2005 Jan 29
1
Cyrus IMAP crashes after reading /etc/krb5.conf
...ucceeds.
Now I'm trying to login with plain text (over SSL). Cyrus' imapd keeps
crashing from SIGBUS. According to ktrace, this happens right after reading
the krb5.conf (I replaced our domain with "example" below):
29641 imapd CALL open(0x8167e80,0,0x1b6)
29641 imapd NAMI "/etc/krb5.conf"
29641 imapd RET open 12/0xc
29641 imapd CALL fstat(0xc,0xbfbfbb40)
29641 imapd RET fstat 0
29641 imapd CALL read(0xc,0x8172000,0x4000)
29641 imapd GIO fd 12 read 370 bytes
"# This is from http://barney.gonzaga.edu/~awithers/integra...
2008 Jun 27
1
Performance of madvise / msync
...elp on whatever they
tested on.
For every update, the database file is opened, mapped into memory,
madvise() is called, contents are modified, msync() is called, and
the file is unmapped and closed:
65074 python 0.000009 CALL open(0x831a1b4,O_RDWR,<unused>0)
65074 python 0.000013 NAMI "rg2.rrd"
65074 python 0.000024 RET open 7
65074 python 0.000007 CALL fstat(0x7,0xbfbfe428)
65074 python 0.000011 RET fstat 0
65074 python 0.000008 CALL mmap(0,0x453b7618,PROT_READ|PROT_WRITE,MAP_SHARED,0x7,0,0)
65074 python 0.000018 RET mmap 679235584/0x...
2014 Apr 17
1
OpenSSH 6.4, "ssh-add -l", output to non-tty
...------------8< cut here >8------------------------------
63697 ssh-add CALL socket(PF_LOCAL,SOCK_STREAM,0)
63697 ssh-add RET socket 3
63697 ssh-add CALL fcntl(0x3,F_SETFD,FD_CLOEXEC)
63697 ssh-add RET fcntl 0
63697 ssh-add CALL connect(0x3,0x7fffffffdd80,0x6a)
63697 ssh-add NAMI "/tmp/ssh-fEfqnn0cp4/agent.63353"
63697 ssh-add RET connect 0
63697 ssh-add CALL write(0x3,0x7fffffffd930,0x4)
[... ssh-agent communications, reads back keys, etc ]
63697 ssh-add CALL read(0x3,0x7fffffffd930,0x2d8)
63697 ssh-add GIO fd 3 read 728 bytes
[...]
63697 ssh-add...
2017 Jun 11
3
post ino64: lockd no runs?
...(!) thought to ask ktrace what's going on (as tailing
/var/log/messages was completely unproductive, even after enabling
rc_debug).
So I tried: "sudo ktrace -di service lockd restart"; upon exanimation of
the output of kdump(1), I see that the trace ends with:
...
2811 rpc.lockd NAMI "/var/run/logpriv"
2786 sh CALL read(0xa,0x627fc0,0x400)
2786 sh GIO fd 10 read 0 bytes
""
2811 rpc.lockd RET connect 0
2786 sh RET read 0
2811 rpc.lockd CALL sendto(0x3,0x7fffffffe2c0,0x27,0,0,0)
2786 sh CALL exit(0)
2811 r...
2007 Aug 17
1
Jailed X applications
...the packet filter. The trouble I am having is that many
applications (all X apps so far and a few of the SSH tools) try to open
and read from /dev/tty, which clearly isn't going to happen:
96950 xterm RET sigprocmask 0
96950 xterm CALL open(0x807bdfc,0x2,0xbfbfe458)
96950 xterm NAMI "/dev/tty"
96950 xterm RET open -1 errno 16 Device busy
96950 xterm CALL setitimer(0,0xbfbfe380,0xbfbfe370)
96950 xterm RET setitimer 0
96950 xterm CALL sigaction(0xe,0xbfbfe360,0xbfbfe340)
96950 xterm RET sigaction 0
96950 xterm CALL write(0x2,0xbfbfdd70...
2019 Jun 27
2
Does ssh need sendfd in pledge() call?
...erbosity (ssh_verbose.txt),
as it contains long lines.
Dmesg contains:
sh[28960]: pledge "sendfd", syscall 28
If I `ktrace` ssh, I get the following:
28960 ssh PLDG sendmsg, "sendfd", errno 1 Operation not permitted
28960 ssh PSIG SIGABRT SIG_DFL
28960 ssh NAMI "ssh.core"
If I add sendfd to the pledge() call, it works. Please see the attached
patch (ssh.patch). However I do not know if this is an acceptable
solution.
I guess I have to ask if I am doing something wrong? As in I thought I
would not be the first to hit this error.
Does anybody...
2003 Jul 23
1
Question about malloc, mmap etc.
...tries to call sbrk (I think
it's sbrk) twice and those calls return invalid argument errors.
Malloc then returns 0. I used ktrace and the "U" malloc_option to
determine this --- the calls show up as follows:
89021 testit CALL readlink(0x680bbf14,0xbfbff3b0,0x3f)
89021 testit NAMI "/etc/malloc.conf"
89021 testit RET readlink -1 errno 2 No such file or directory
89021 testit CALL utrace(0xbfbff3a4,0xc)
89021 testit USER 12 00 00 00 00 00 00 00 00 00 00 00 00
89021 testit RET utrace 0
89021 testit CALL mmap(0,0x1000,0x3,0x1002,0xffffffff,0,0,0...
2010 Mar 26
2
INBOX. namespace
I am trying to configure dovecot-1.2.11 to have the same IMAP namespacing as
courier-imap as per http://wiki.dovecot.org/Migration/Courier, but failing
badly.
I have a test maildir with INBOX and folder 'junk'. Without fiddling with
namespaces, this works fine: there are 91 msgs in INBOX and 2 in junk.
a namespace
* NAMESPACE (("" ".")) NIL NIL
a OK Namespace
2010 Aug 02
2
[nouveau-drm] failed to set mode on crtc
...w work thread pool: Starting up
Aug 2 21:53:02 zilog kernel: Slow work thread pool: Ready
Aug 2 21:53:02 zilog kernel: [drm] Initialized nouveau 0.0.16 20090420
for 0000:01:00.0 on minor 0
...
What is going on?
----------------------------------------------------------------------
Rozpocznij z nami zabawe ... czekamy na Ciebie w saloonie.
Sprawdz >> http://linkint.pl/f27ba
2001 Dec 07
7
win2k joining Samba 2.2.2 PDC problems.
...1250 smbd CALL write(0x16,0xbfbfe384,0x48)
1250 smbd GIO fd 22 wrote 72 bytes
" startsmbfilepwent_internal: opening file /usr/local/private/smbpassw\
d
"
1250 smbd RET write 72/0x48
1250 smbd CALL open(0x81da500,0,0x1b6)
1250 smbd NAMI "/usr/local/private/smbpasswd"
1250 smbd RET open -1 errno 13 Permission denied
1250 smbd CALL gettimeofday(0xbfbfed9c,0)
1250 smbd RET gettimeofday 0
1250 smbd CALL geteuid
1250 smbd RET geteuid 1003/0x3eb
1250 smbd CALL write(0x16,0xbfbfe6f4...