Re: How to bump ulimit?

2017-03-17 Thread Jacek Nykis
On 17/03/17 02:40, Michi Henning wrote: > >> Would you mind pasting exact command that worked for you from inside a snap? >> >> In my case ulimit works just fine outside of confinement. For example: >> jacek@laptop:~$ ulimit -n 10240 >> jacek@laptop:~$ ulimit -n >> 10240 >> >> But when I try the

Re: How to bump ulimit?

2017-03-16 Thread Jacek Nykis
On 16/03/17 13:06, Michi Henning wrote: > Typing "ubuntu more than 4096 file descriptors” into Google worked well for > me. > > Michi. > > >> On 15 Mar 2017, at 21:56 , Jacek Nykis <jacek.ny...@canonical.com> wrote: >> >> Hello, >> >>

How to bump ulimit?

2017-03-15 Thread Jacek Nykis
Hello, I have a server application that hit max open files limit, which by default is set to 1024. I'd like to bump that limit significantly but it appears that I can only go as high as 4096. When I try with value 4097 I'm getting this: 7: ulimit: error setting limit (Operation not permitted)

Re: content sharing from $SNAP_COMMON

2016-12-21 Thread Jacek Nykis
On 21/12/16 17:43, Jacek Nykis wrote: > On 21/12/16 17:22, Pat McGowan wrote: >> The documentation on sharing writable data was updated last week, notably >> saying this works in version 2.19.1 and later. There is also a >> recommendation to not use subfolders. 2.20.1 is

Re: content sharing from $SNAP_COMMON

2016-12-21 Thread Jacek Nykis
Hi, I'm also affected by this problem, I can see that there is a bug in Launchpad now: https://bugs.launchpad.net/snappy/+bug/1650671 Does anybody know how to troubleshoot this? There is nothing interesting in /var/log/syslog Jacek On 09/12/16 22:53, Tim Kuhlman wrote: > I had an opportunity

Re: Recommended ways of installing configuration files in SNAP_USER_DATA?

2016-12-13 Thread Jacek Nykis
et/snappy/+bug/1611287 If that would help you you can mark the bug as affecting you to let developers know. Regards, Jacek Nykis signature.asc Description: OpenPGP digital signature -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: How to tell dump plugin to only copy a specific file

2016-10-04 Thread Jacek Nykis
On 03/10/16 23:59, Omer Akram wrote: > On Tue, Oct 4, 2016 at 3:53 AM, Sergio Schvezov < > sergio.schve...@canonical.com> wrote: > >> >> >> El 03/10/16 a las 19:45, Omer Akram escribió: >> >>> Hi! >>> >>> I have a very simple python application with a library part and a >>> launcher. The library