On Mon 03 Mar 2008, Kiko Piris wrote:
> > 
> > Send the output to me, hopefully I can see what goes wrong then.
> 
> Here they are :)

[...]

> 13135 open("/etc/popt", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or 
> directory)
> 13135 open("/home/kiko/.popt", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such 
> file or directory)
> 13135 rt_sigaction(SIGINT, {0x8051cd0, [], SA_NOCLDSTOP}, NULL, 8) = 0
> 13135 rt_sigaction(SIGHUP, {0x8051cd0, [], SA_NOCLDSTOP}, NULL, 8) = 0
> 13135 rt_sigaction(SIGTERM, {0x8051cd0, [], SA_NOCLDSTOP}, NULL, 8) = 0
> 13135 rt_sigprocmask(SIG_UNBLOCK, [HUP INT USR1 USR2 TERM CHLD], NULL, 8) = 0
> 13135 rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8) = 0
> 13135 rt_sigaction(SIGXFSZ, {SIG_IGN}, NULL, 8) = 0
> 13135 getcwd("/home/kiko", 4095)        = 11
> 13135 fcntl64(0, F_GETFL)               = 0x2 (flags O_RDWR)
> 13135 fcntl64(0, F_SETFL, O_RDWR|O_NONBLOCK) = 0
> 13135 fcntl64(1, F_GETFL)               = 0x802 (flags O_RDWR|O_NONBLOCK)
> 13135 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> 13135 +++ killed by SIGSEGV +++

Hmm, not good

[...]

> 13395 time(NULL)                                 = 1204567405
> 13395 geteuid()                                  = 1000
> 13395 memset(0x80a9b20, '\000', 80)              = 0x80a9b20
> 13395 umask(00)                                  = 027
> 13395 setlocale(0, "")                           = "en_US.UTF-8"
> 13395 getenv("RSYNC_ICONV")                      = NULL
> 13395 poptGetContext(0x808bc7f, 4, 0xbfb415d4, 0x8099ea0, 0) = 0x80ab830
> 13395 poptReadDefaultConfig(0x80ab830, 0, 0xbfb415d4, 0x8099ea0, 0) = 0
> 13395 poptGetNextOpt(0x80ab830, 0, 0xbfb415d4, 0x8099ea0, 0) = 1022
> 13395 poptFreeContext(0x80ab830, 0, 0xbfb415d4, 0x8099ea0, 0) = 0
> 13395 poptGetContext(0x808bc7f, 4, 0xbfb415d4, 0x8099ea0, 0) = 0x80ab830
> 13395 poptGetNextOpt(0x80ab830, 4, 0xbfb415d4, 0x8099ea0, 0) = 1022
> 13395 poptGetNextOpt(0x80ab830, 4, 0xbfb415d4, 0x8099ea0, 0) = 1001
> 13395 poptFreeContext(0x80ab830, 4, 0xbfb415d4, 0x8099ea0, 0) = 0
> 13395 poptGetContext(0x808bc7f, 4, 0xbfb415d4, 0x809b320, 0) = 0x80ab830
> 13395 poptGetNextOpt(0x80ab830, 4, 0xbfb415d4, 0x809b320, 0) = -1
> 13395 poptGetArgs(0x80ab830, 4, 0xbfb415d4, 0x809b320, 0) = 0x80ab9c8
> 13395 sigaction(2, 0x80a7fc0, NULL)              = 0
> 13395 sigaddset(0xbfb4146c, 2)                   = 0
> 13395 sigaction(1, 0x80a7fc0, NULL)              = 0
> 13395 sigaddset(0xbfb4146c, 1)                   = 0
> 13395 sigaction(15, 0x80a7fc0, NULL)             = 0
> 13395 sigaddset(0xbfb4146c, 15)                  = 0
> 13395 sigprocmask(1, 0xbfb4146c, NULL)           = 0
> 13395 sigaction(13, 0x80a7fc0, NULL)             = 0
> 13395 sigaction(25, 0x80a7fc0, NULL)             = 0
> 13395 getcwd(0x80a8ac0, 4095)                    = "/home/kiko"
> 13395 nl_langinfo(14, 0xbfb41554, 0xbfb3f468, 0x805f812, 0x80a8ac0) = 
> 0xb7be6e88
> 13395 fcntl(0, 3, 0, 0xbfb4146c, 0xbfb4146c)     = 2
> 13395 fcntl(0, 4, 2050, 0xbfb4146c, 0xbfb4146c)  = 0
> 13395 fcntl(1, 3, 2050, 0xbfb4146c, 0xbfb4146c)  = 2050
> 13395 strlen(NULL <unfinished ...>
> 13395 --- SIGSEGV (Segmentation fault) ---
> 13395 +++ killed by SIGSEGV +++

OK, thanks for this, this should be helpful in finding what's wrong.
Could you do the next couple of extra things, on the receiving side?

    /usr/sbin/validlocale en_US.UTF-8

    grep -v '^#' /etc/locale.gen


thanks,
Paul Slootman



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to