Re: Recover deleted FFS files

2019-07-07 Thread Michael van Elst
fr...@phoenix.owl.de (Frank Wille) writes: >I found surpisingly few about the topic of undeleting files. Let's assume I >have a FFSv2 WAPBL filesystem and made the big mistake to delete a whole >directory with important data (simple "rm -rf", no -P). >What options do I have for recovery? https://

Recover deleted FFS files

2019-07-07 Thread Frank Wille
Hi, I found surpisingly few about the topic of undeleting files. Let's assume I have a FFSv2 WAPBL filesystem and made the big mistake to delete a whole directory with important data (simple "rm -rf", no -P). What options do I have for recovery? -- Frank Wille

Re: Attaching gdb session to a service launched from rc.d

2019-07-07 Thread Germain Le Chapelain
On Wed, 19 Jun 2019 13:05:53 - (UTC) chris...@astron.com (Christos Zoulas) wrote: > Perhaps this is causing the issue (can't set breakpoints without it). Thank you! That might have been the reason why I couldn't set breakpoints. (Maybe it could say more clearly in the message. ;)) However,

Re: Attaching gdb session to a service launched from rc.d

2019-07-07 Thread Germain
On 1/25/19 4:59 PM, Germain wrote: I was not seeing all my threads (but one double, instead of the main one) Hi, So I am still on that; and this is still happening. Basically: I have a service that runs three threads. When I attach a debugger session to it, I see two of them being a `iden

Re: postfix: most economical way to pipe email of a specific recipient

2019-07-07 Thread Germain Le Chapelain
On Tue, 11 Jun 2019 21:39:41 +0530 Mayuresh wrote: > In fact su - won't work directly as this is invoked as `postfix' user. With the .forward file in a user folder you can run a script as such user. The email will be passed to it `raw' though. And if you forward from other users to that user,