[s3ql] Re: Error mounting

2016-01-04 Thread Alexandre Gonçalves
to move to the new system, and do the upgrade. Many thanks. domingo, 3 de Janeiro de 2016 às 04:45:57 UTC, Alexandre Gonçalves escreveu: > > Hello, > > I had a google storage mount running for several months, with any issue. > (v 2.12). > > The computer broke do

[s3ql] bucket always mounted

2016-01-04 Thread Alexandre Gonçalves
Hi, I used auto mounting with s3ql, but now I want to have the bucket permanently mounted. My server is behind NAT with Internet dynamic IP, what's the best way to keep the mount point ready to read/write, keeping the traffic low when idle, and dealing with IP changes and possible internet

[s3ql] Error mounting

2016-01-02 Thread Alexandre Gonçalves
Hello, I had a google storage mount running for several months, with any issue. (v 2.12). The computer broke down, and I'm migrating the storage unit to another server. When mounting the first time, using the same credentials, I got: sudo mount.s3ql --authfile /s3ql/auth/s3ql_authinfo2

Re: [s3ql] Tests failed

2016-01-02 Thread Alexandre Gonçalves
Yes. Solved thanks. sábado, 2 de Janeiro de 2016 às 19:41:38 UTC, Nikolaus Rath escreveu: > > On Jan 02 2016, Alexandre Gonçalves <alex...@silvagoncalves.com > > wrote: > > import apsw > > ImportError: /usr/local/lib/python3.4/dist-packages/apsw.cpython-34m.

Re: [s3ql] Re: Error mounting

2016-01-04 Thread Alexandre Gonçalves
s3ql_verify, fsck (with and without cachedir), Error! Do you want access to my machine? There might be a bug somewhere Thanks. *Alexandre Gonçalves* Email: alexan

Re: [s3ql] bucket always mounted

2016-01-13 Thread Alexandre Gonçalves
connection, the bucket unmounts gracefully... When there's no connection unmount blocks. Is there a way to force unmount? Thanks. segunda-feira, 4 de Janeiro de 2016 às 23:52:11 UTC, Nikolaus Rath escreveu: > > On Jan 04 2016, Alexandre Gonçalves <alex...@silvagoncalves.com > >

[s3ql] Support Access Control Lists (ACLs)

2016-01-14 Thread Alexandre Gonçalves
I saw an issue from late 2014 about this matter... Any good news on this? Thanks. -- 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 s3ql+unsubscr...@googlegroups.com.

Re: [s3ql] DNS / internet connection problems

2016-01-28 Thread Alexandre Gonçalves
Hi, Thanks. Before you posted, I've activated the cache feature of BIND. Let's see how it goes. quinta-feira, 28 de Janeiro de 2016 às 19:02:47 UTC, Daniel Jagszent escreveu: > > Hi Alexandre, > > > [...] > > Jan 27 08:32:19 zen s3ql: raise HostnameNotResolvable(address[0]) > > Jan

Re: [s3ql] DNS / internet connection problems

2016-01-28 Thread Alexandre Gonçalves
> > > > What should happen after the timeout? > (See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771969#42) > The same... But if there is a temporary connection problem (shorter than the timeout) , s3ql might not crash. -- You received this message because you are subscribed to

Re: [s3ql] bandwidth limits

2016-01-28 Thread Alexandre Gonçalves
> > > No. > > Well, I think it should. While my server is doing massive uploads (in a 10Mbit/s upload connection) the other computers get many timeout and dns errors Which is very annoying. But don't get me wrong: I think your software is great! -- You received this message because

[s3ql] bandwidth limits

2016-01-27 Thread Alexandre Gonçalves
Hi, When s3ql is uploading, the internet connection becomes very slow for other processes. Is there a way to limit bandwidth? What is the impact of the option --threads on the bandwidth? Thanks. -- You received this message because you are subscribed to the Google Groups "s3ql" group. To

Re: [s3ql] Re: Transport endpoint is not connected error & slow performance

2016-02-01 Thread Alexandre Gonçalves
A few months ago I installed on centos 6, and the tricky part was, in deed, phyton 3.4. You have to compile it yourself, and cannot remove python 2.7 as yum and other stuff needs it. So in centos 7, should be the same, I say. Best -- You received this message because you are subscribed

Re: [s3ql] DNS / internet connection problems

2016-02-01 Thread Alexandre Gonçalves
Dns cache definitely solves it. In s3ql the broken connections, were due to heavy dns requests. On other computers of the network, it's hardly noticed that s3ql is uploading. Even the bandwidth issue is not important anymore. Thanks. -- You received this message because you are

[s3ql] DNS / internet connection problems

2016-01-27 Thread Alexandre Gonçalves
Hello, today this problem happened: Jan 27 08:31:35 zen s3ql: Requesting new access token Jan 27 08:31:50 zen s3ql: Dumping metadata... Jan 27 08:31:50 zen s3ql: ..objects.. Jan 27 08:31:50 zen s3ql: ..blocks.. Jan 27 08:31:50 zen s3ql: ..inodes.. Jan 27 08:31:53 zen s3ql: ..inode_blocks.. Jan

[s3ql] s3ql upstart

2016-03-29 Thread Alexandre Gonçalves
Hello, I'm in trouble to make s3ql start automatically on Ubuntu 14.04. I've created this upstart script: start on (filesystem and net-device-up IFACE=p119p1) stop on runlevel [016] env BUCKET="gs://ideiao" env MOUNTPOINT="/mnt/gstore" env AUTHFILE="/myetc/s3ql/auth/s3ql_authinfo" env

[s3ql] Re: Problem after upgrading to s3ql 2.17.1

2016-04-11 Thread Alexandre Gonçalves
> > I looks that you didn't upgrade the filesystem itself Check the change log file. > -- 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

Re: [s3ql] setup.py fails at tests

2017-06-20 Thread Alexandre Gonçalves
Thanks for the quick response. I installed the patch, on the first run, I got: warnings summary t2_block_cache.py::TestBackendPool cannot collect test class 'TestBackendPool' because it has a

[s3ql] setup.py fails at tests

2017-06-18 Thread Alexandre Gonçalves
Hi, I'm trying to install s3ql 2.21, but I'm getting this error in the testing phase: ___ test_corrupted_meta[mock-s3c/raw] Traceback (most recent call last): File

Re: [s3ql] fsck crashes

2018-04-07 Thread Alexandre Gonçalves
Hi, Thanks for the reply. > >> You need storage in the --cachedir directory. > >> > > > > I'm not sure what you mean by this. I didn't mention before, but I > removed > > all the contents from the --cachedir to see if it worked. > > S3QL is trying to write data into the directory that you

Re: [s3ql] fsck crashes

2018-04-06 Thread Alexandre Gonçalves
-cachedir to see if it worked. Thanks. quinta-feira, 5 de Abril de 2018 às 20:49:11 UTC+1, Nikolaus Rath escreveu: > > On Apr 05 2018, Alexandre Gonçalves <alex...@silvagoncalves.com > > wrote: > > s3ql.deltadump.SQLITE_CHECK_RC (src/s3ql/deltadump.c:1820) > > apsw

Re: [s3ql] Error when compiling s3ql 3.5.0

2020-07-16 Thread Alexandre Gonçalves
Daniel Jagszent escreveu no dia quinta, 16/07/2020 à(s) 13:01: > Hello, > > [...] > ImportError: libfuse3.so.3: cannot open shared object file: No such file > or directory > [...] > > > Looks like your libfuse installation was not successful. Maybe follow >

Re: [s3ql] Error when compiling s3ql 3.5.0

2020-07-16 Thread Alexandre Gonçalves
Daniel Jagszent escreveu no dia quinta, 16/07/2020 à(s) 15:04: > Hi, > > [...] > Installing lib/libfuse3.so.3.9.2 to > /usr/local/lib/x86_64-linux-gnu/libfuse3.so.3.9.2 > [...] > > is the directory /usr/local/lib/x86_64-linux-gnu in your library search > path? > You may need to (a) install

Re: [s3ql] Error when compiling s3ql 3.5.0

2020-07-16 Thread Alexandre Gonçalves
Alexandre Gonçalves escreveu no dia quinta, 16/07/2020 à(s) 18:02: > Daniel Jagszent escreveu no dia quinta, 16/07/2020 > à(s) 15:04: > >> Hi, >> >> [...] >> Installing lib/libfuse3.so.3.9.2 to >> /usr/local/lib/x86_64-linux-gnu/libfuse3.so.3.9.2 >>