Re: at program breaks with kernel 2.6.24

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jiri Kosina
Date: Wednesday, February 27, 2008 - 6:41 am

On Wed, 27 Feb 2008, BuraphaLinux Server wrote:


Does this still happen to you with current mainline? If so, what is your 
.config? It works for me(TM):

read(0, "/bin/echo \"aaa\"\n", 1024)    = 16
write(2, "at> ", 4)                     = 4
read(0, "", 1024)                       = 0
write(2, "<EOT>\n", 6)                  = 6
write(4, "#!/bin/sh\n# atrun uid=1000 gid=1"..., 4076) = 4076
close(4)                                = 0
munmap(0x7f068f383000, 4096)            = 0
fchmod(5, 0700)                         = 0
close(5)                                = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2246, ...}) = 0
write(2, "job 1 at 2008-02-27 14:42\n", 26) = 26
open("/var/run/atd.pid", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
fcntl(3, F_GETFL)                       = 0x8000 (flags 
O_RDONLY|O_LARGEFILE)
fstat(3, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f068f383000
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "5679\n", 4096)                 = 5
setreuid(1000, 25)                      = 0
setregid(100, 25)                       = 0
kill(5679, SIGHUP)                      = 0

(this is 2.6.25-rc3).

-- 
Jiri Kosina
SUSE Labs

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
at program breaks with kernel 2.6.24, BuraphaLinux Server, (Wed Feb 27, 5:27 am)
Re: at program breaks with kernel 2.6.24, Jiri Kosina, (Wed Feb 27, 6:41 am)
Re: at program breaks with kernel 2.6.24, serge, (Wed Feb 27, 11:17 am)
Re: at program breaks with kernel 2.6.24, Frans Pop, (Wed Feb 27, 12:36 pm)
Re: at program breaks with kernel 2.6.24, BuraphaLinux Server, (Wed Feb 27, 12:47 pm)
Re: at program breaks with kernel 2.6.24, serge, (Wed Feb 27, 8:00 pm)
Re: at program breaks with kernel 2.6.24, BuraphaLinux Server, (Wed Feb 27, 10:23 pm)
Re: at program breaks with kernel 2.6.24, serge, (Thu Feb 28, 7:54 am)
Re: at program breaks with kernel 2.6.24, serge, (Thu Feb 28, 10:19 am)
Re: at program breaks with kernel 2.6.24, BuraphaLinux Server, (Thu Feb 28, 10:51 am)