Re: [DNG] CLI backend: (E)SSID issues

2015-08-22 Thread Steve Litt
On Sat, 22 Aug 2015 23:57:54 +0200 "tilt!" wrote: > Hello, > > it has come to my attention that an SSID is defined by a > (closed) IEEE standard as (I quote inofficial source [1]): > > > [...] "0-32 octets with arbitrary contents. A 0-length > > SSID indicates the wildcard SSID (in probe requ

[DNG] CLI backend: (E)SSID issues

2015-08-22 Thread tilt!
Hello, it has come to my attention that an SSID is defined by a (closed) IEEE standard as (I quote inofficial source [1]): > [...] "0-32 octets with arbitrary contents. A 0-length > SSID indicates the wildcard SSID (in probe request > frames for instance)" This means that #1 SSIDs can have len

Re: [DNG] *****SPAM***** Re: C string handling

2015-08-22 Thread Steve Litt
On Sat, 22 Aug 2015 21:46:05 +0200 "tilt!" wrote: > I agree with Laurent, the RCVD_IN_DYNABLOCK rule weight should > be lowered below treshhold, because > > 1. it's incorrect to mark a mail as spam solely based on this > criterion, because a significant portion of internet users are > in

Re: [DNG] *****SPAM***** Re: C string handling

2015-08-22 Thread Timo Buhrmester
> My address sometimes gets blocked as coming from a dynamically > assigned IP address, even though the IP address is a static address. Okay, that's odd. But what could the ISP do about it? > list services that use PBL are not a good idea and serve the interests > that are exactly opposite to the

Re: [DNG] *****SPAM***** Re: C string handling

2015-08-22 Thread tilt!
Hi, On 08/22/2015 09:18 PM, Laurent Bercot wrote: On 22/08/2015 17:20, Timo Buhrmester wrote: [...] the fact that these days, MTAs behind dynamic IPs are >> automatically suspicious. Well, it always helps to make the list host aware that list services that use PBL are not a good idea, and

Re: [DNG] *****SPAM***** Re: C string handling

2015-08-22 Thread Laurent Bercot
On 22/08/2015 17:20, Timo Buhrmester wrote: I wouldn't quite take this personally, and I doubt anyone on the list is to blame for that, with the possible exception of yourself for not arranging yourself around the fact that these days, MTAs behind dynamic IPs are automatically suspicious. Well

Re: [DNG] C string handling

2015-08-22 Thread tilt!
Gentlemen, On 08/22/2015 04:40 PM, Rainer Weikusat wrote: Roger Leigh writes: On 20/08/2015 11:27, Rainer Weikusat wrote: Roger Leigh writes: On 19/08/2015 17:39, Rainer Weikusat wrote: [...] p_len = strlen(IFACES_PATH); e_len = strlen(essid); path = alloca(p_len

Re: [DNG] Problem with debhelper

2015-08-22 Thread aitor_czr
Thaks, i will try it. Aitor. On 22/08/15 16:58, Rainer Weikusat wrote: "Use it as intended"? In case you want to create a package installing something in /usr/local (eg, because it's a "local" package not intended for standalone distribution), the dh_usrlocal step can be skipped: binary:

Re: [DNG] *****SPAM***** Re: C string handling

2015-08-22 Thread Hendrik Boom
On Sat, Aug 22, 2015 at 05:20:15PM +0200, Timo Buhrmester wrote: > > > from my legitimate IP > > 0.0 RCVD_IN_SORBS_DUL RBL: SORBS: sent directly from dynamic IP address > >[82.216.6.62 listed in dnsbl.sorbs.net] > Note the 'dynamic'. > > I wouldn't quite take this

Re: [DNG] *****SPAM***** Re: C string handling

2015-08-22 Thread Timo Buhrmester
> > from my legitimate IP > 0.0 RCVD_IN_SORBS_DUL RBL: SORBS: sent directly from dynamic IP address >[82.216.6.62 listed in dnsbl.sorbs.net] Note the 'dynamic'. I wouldn't quite take this personally, and I doubt anyone on the list is to blame for that, with the po

Re: [DNG] *****SPAM***** Re: C string handling

2015-08-22 Thread Laurent Bercot
On 22/08/2015 16:58, Laurent Bercot wrote: Spam detection software, running on the system "tupac2", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administra

[DNG] *****SPAM***** Re: C string handling

2015-08-22 Thread Laurent Bercot
Spam detection software, running on the system "tupac2", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content prev

Re: [DNG] Problem with debhelper

2015-08-22 Thread Rainer Weikusat
aitor_czr writes: > Recently i debianized the latest release of bulmages (acounting and > invoicing program) in Qt5: > > http://gnuinos.org/release16/?dir=devuan/pool/main/b/bulmages > > And i had the following issue: the resulting packages were all empty! > This was due to the fact that the late

[DNG] C string handling (was: Systemd Shims)

2015-08-22 Thread Rainer Weikusat
Roger Leigh writes: > On 20/08/2015 11:27, Rainer Weikusat wrote: >> Roger Leigh writes: >>> On 19/08/2015 17:39, Rainer Weikusat wrote: [...] p_len = strlen(IFACES_PATH); e_len = strlen(essid); path = alloca(p_len + e_len + 2); strcpy(path, IFACES_PATH)

Re: [DNG] Systemd Shims

2015-08-22 Thread Steve Litt
LOoks good to me, if I understand what I'm looking at. I'd recommend you change the name of the picklist form. Calling it "Network Manager" would cause confusion in the marketplace, and might lead some folks to not use it because they didn't want NetworkManager. How bout "Pick a Network" or some s

Re: [DNG] Mirroring Devuan

2015-08-22 Thread tilt!
Hello, On 08/22/2015 01:33 PM, Daniel Reurich wrote: [...] given that httpredir all the debian packages should come from your local debian mirror anyway - and that's still > 95% of packages for a standard install. Thanks for the explanation. This explains why I sometimes (rarely happens) hav

Re: [DNG] Mirroring Devuan

2015-08-22 Thread Daniel Reurich
On 20/08/15 04:21, Hendrik Boom wrote: On Wed, Aug 19, 2015 at 10:42:29AM +0200, Jaromil wrote: dear Karl, thanks for your analysis we haven't yet worked on the mirroring mechanism, but we will once done, there will be a script and it will be easy I guess it will be a sort of amprolla satelli

Re: [DNG] Problem with debhelper

2015-08-22 Thread tilt!
On 08/22/2015 11:54 AM, Riccardo Boninsegna wrote: [...] If that program's source has a ./configure program, you may be able to fix the problem by adding this argument → --prefix=/ ← (Don't ask me how to do have dpkg-buildpackage do that, though!) In debian/rules: override_dh_auto_configure:

Re: [DNG] Problem with debhelper

2015-08-22 Thread Riccardo Boninsegna
Il 22/ago/2015 10:40 AM, "aitor_czr" ha scritto: > the resulting packages were all empty! This was due to the fact that the latest release is located in /usr/local, so i had to comment with some lines in the dh_usrlocal script Well, packages are not supposed to put anything in /usr/local (so it c

[DNG] Problem with debhelper

2015-08-22 Thread aitor_czr
Recently i debianized the latest release of bulmages (acounting and invoicing program) in Qt5: http://gnuinos.org/release16/?dir=devuan/pool/main/b/bulmages And i had the following issue: the resulting packages were all empty! This was due to the fact that the latest release is located in /us