Continuous integration with Debian virtual machines

2024-05-27 Thread André Rodier
://github.com/progmaticltd/homebox My tests are relying on systemd services as well (so no docker), and some of them are pretty low-level. The packages names differences are big enough for the tests to fails, and I am not interested porting my solution to Ubuntu. Thanks for your insights. André

Continuous integration with Debian virtual machines

2024-05-26 Thread André Rodier
://github.com/progmaticltd/homebox My tests are relying on systemd services as well (so no docker), and some of them are pretty low-level. The packages names differences are big enough for the tests to fails, and I am not interested porting my solution to Ubuntu. Thanks for your insights. André

How to create a systemd service that interact with nftables service

2023-06-25 Thread André Rodier
Hello, all. I have a simple script, to save / and store dynamic nftables sets. I would like to create a systemd service, that starts -after- nftables is started, and stops -before- nftables is stopped. Any idea on how to achieve this, please ? I tried to play a little with ‘Requires’ or ‘After

Re: Email clients and IMAP search support

2023-04-17 Thread André Rodier
Hi, Byung-Hee. This is definitely not what I asked, and we don't ask for a Gmail advertisement. I don't understand what prompted you to write such an answer, this is a waste of resource and time. Moreover, I have found my answer. Andre. 17 Apr 2023 06:29:12 Byung-Hee HWANG : > Andre Rodier

Thunderbird security

2022-03-26 Thread André Rodier
Hi all, I would like to collect, from this thread, your experience and opinion about Mozilla Thunderbird, in term of security. I am registered on The Debian security list, and I see a lot of CVE coming, some of them with a high score, mentioning execution of arbitrary code or information dis

Thunderbird security

2022-03-26 Thread André Rodier
Hi all, I would like to collect, from this thread, your experience and opinion about Mozilla Thunderbird, in term of security. I am registered on The Debian security list, and I see a lot of CVE coming, some of them with a high score, mentioning execution of arbitrary code or information dis

netfilter on bullseye: matching executable name or pid with nftables

2022-02-13 Thread André Rodier
Hi, With iptables, I was able to use the match extension, and create rules per program or pid, for isntance: iptables -A OUTPUT --match owner -p tcp --cmd-owner tinyproxy -j ACCEPT iptables -A OUTPUT --match owner -p tcp --pid-owner 4554 -j ACCEPT How can I achieve the same, on Linux, using n

Re: PAM two factors authentication

2021-11-13 Thread André Rodier
Hello Kamil, This is not exactly what I asked. I want two factors authentication, with the first factor (the password) and the second one being one of many (Yubikey, google auth or u2f) Thanks, On 13/11/2021 18:13, Kamil Jońca wrote: André Rodier writes: Hello all, I can use various

PAM two factors authentication

2021-11-13 Thread André Rodier
your answers. André Rodier.

preseeding Bullseye

2021-11-13 Thread André Rodier
British, and then, the installation continues. I am attaching the full preseed file I use. Thanks for your help. André Rodier. Preseed for one drive, using just an LVM partitioning scheme # The values can also be preseeded individually for greater flexibility. d-i debian-installer/language

Status of Apache Solr

2020-10-05 Thread André Rodier
Hello, The version of Solr on Debian seems to be outdated a lot. The Debian version is 3.6, but IIRC, the official version is 8.x. I checked testing and Sid, but it seems to be the same version. What is the status, of this, please? Thanks, André

Any Bluetooth 5 adapter Debian compatible

2020-01-05 Thread André Rodier
Hello, I am looking for a USB / Bluetooth 5 adapter, natively compatible with Debian. Thanks, André

Re: pass simple readline frontend

2019-11-06 Thread André Rodier
On Tue, 2019-11-05 at 18:30 -0800, Kushal Kumaran wrote: > André Rodier writes: > > > Hello, > > > > I want to use the pass password urtility on Linux, in my Emacs > > eterm. > > > > The TERM environment variable seems to be ignored, the ncurses

Re: Remove package file from cache as soon as it is installed

2019-09-22 Thread André Rodier
On Sun, 2019-09-22 at 11:08 -0500, David Wright wrote: > On Sun 22 Sep 2019 at 16:29:54 (+0100), André Rodier wrote: > > Hello, > > > > Is there a way, when using apt to install packages, to delete the > > package file from /var/cache as soon as it is installed? >

Re: Remove package file from cache as soon as it is installed

2019-09-22 Thread André Rodier
On Sun, 2019-09-22 at 18:01 +0200, Nemeth Gyorgy wrote: > 2019. 09. 22. 17:29 keltezéssel, André Rodier írta: > > Is there a way, when using apt to install packages, to delete the > > package file from /var/cache as soon as it is installed? > > apt-get clean > Thanks

Remove package file from cache as soon as it is installed

2019-09-22 Thread André Rodier
Hello, Is there a way, when using apt to install packages, to delete the package file from /var/cache as soon as it is installed? I am running a package installation inside docker:stable, and it fails in the middle, with no space left on device. Otherwise, is there an option to increase the dock

Re: Get the timezone from an IP address

2019-05-08 Thread André Rodier
On Wed, 2019-05-08 at 15:03 -0400, Michael Stone wrote: > On Wed, May 08, 2019 at 07:43:58PM +0100, André Rodier wrote: > > Is there any way - or Debian package - to know the timezone from an IP > > address, or at least from a country? I have successfully used the geoip > >

nscd errors with AppArmor

2019-02-15 Thread André Rodier
info="Failed name lookup - disconnected path" error=-13 > profile="/usr/sbin/apache2" name="var/cache/nscd/passwd" pid=5144 > comm="apache2" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 > Feb 15 06:25:22 portal kernel:

Re: Debian on Phone as webserver

2018-12-14 Thread André Rodier
On 2018-12-13 22:13, Marek Mosiewicz wrote: W dniu 13.12.2018, czw o godzinie 20∶55 +, użytkownik André Rodier napisał: On 2018-12-13 17:31, Marek Mosiewicz wrote: > I'm just about having static IP for my LTE connection. > > That brings me to some idea. What about having ins

Re: Email tutorial?

2018-04-25 Thread André Rodier
On 2018-04-24 20:56, J.W. Foster wrote: I am trying once again to get an email server to run on my server. I NEED a qualified tutorial or some real assistance in getting it operational and secure. I am aware that there are MANY primers or docs on this. Problem is they like most are done for an in

hosting emails at home

2017-12-10 Thread André Rodier
, the system is normally robust and you should be able to run it multiple times without errors. If anyone is interested to use it, to have a look, or to take part, it is here: https://github.com/progmaticltd/homebox Kind regards, André Rodier.

Re: LVM replication between two computers

2014-05-09 Thread André Rodier
On 2014-05-09 13:15, Denis Witt wrote: On Fri, 09 May 2014 12:14:50 +0100 André Rodier wrote: 1) At the moment, I have only one computer available, so is it possible to start a DRBD cluster with only one computer, and add a second computer later. Yes, but you can't test certain things.

LVM replication between two computers

2014-05-09 Thread André Rodier
Hello all, I have a Debian Wheezy based virtualizer, with software raid properly configured :-) I would like to try DRBD/GFS2 clustering, on top of an LVM, using this link: http://www.drbd.org/users-guide/s-lvm-lv-as-drbd-backing-dev.html So far, the logical stack would be like this: 2 - G

dovecot version in debian wheezy

2013-07-07 Thread André Rodier
Hello all, The version packaged in Debian wheezy (2.1.7) contains a bug with the solr plugin that prevent indexing a large number of folders(#704422). Does anyone knows how to compile properly a most recent version on Debian? Thanks André -- To UNSUBSCRIBE, email to debian-user-requ...@list