On Saturday, January 2, 2016 at 12:38:08 PM UTC-5, Nikolaus Rath wrote: > > On Jan 01 2016, Jamie Fargen <[email protected] <javascript:>> wrote: > > On Friday, January 1, 2016 at 3:09:55 PM UTC-5, Nikolaus Rath wrote: > >> > >> On Jan 01 2016, Jamie Fargen <[email protected] <javascript:>> wrote: > >> > (src/llfuse/capi_linux.c:14650)#012 File "llfuse/misc.pxi", line 62, > in > >> > llfuse.capi.fill_statvfs > >> (src/llfuse/capi_linux.c:19288)#012OverflowError: > >> > value too large to convert to int > >> > >> Is this a 32 bit system without large file support, or something > >> comparably exotic? > > > > It is just an Ubuntu 14.04.3 LTS x86_64 host with the nikratio/s3ql ppa > > bolted on. > > That's odd, that combination is known to work. > > Can you reproduce this a fresh install, on different hardware (but same > distribution), in a virtual machine, and/or in a chroot? > > > Best, > -Nikolaus > > -- > GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F > Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F > > »Time flies like an arrow, fruit flies like a Banana.« >
I have mounted the file system fro ma different server in a different data center, but having the same results. # mount.s3ql swift://redacted/redacted /exports/dal05obj001/ --nfs --compress none --threads 80 --cachesize 500000000 --authfile ~/.s3ql/authinfo2 --debug --log ~/.s3ql/dal05obj001.log Autodetected 999727 file descriptors available for cache entries Enter backend login: Enter backend passphrase: Enter file system encryption passphrase: Using cached metadata. Creating NFS indices... Mounting filesystem... # df -h df: '/exports/dal05obj001': Input/output error Filesystem Size Used Avail Use% Mounted on udev 32G 4.0K 32G 1% /dev tmpfs 6.3G 1.2M 6.3G 1% /run /dev/sda6 1.5T 479G 902G 35% / none 4.0K 0 4.0K 0% /sys/fs/cgroup none 5.0M 0 5.0M 0% /run/lock none 32G 0 32G 0% /run/shm none 100M 0 100M 0% /run/user /dev/sda1 961M 65M 847M 8% /boot swift://redacted:443/redacted/ 1.6T 786G 786G 50% /exports/wdc04obj001 As you can see there is another s3ql file system already mounted and it is working fine. Can I send the log file directly to you for further evaluation? -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
