grawity 2017-01-24 02:55:54
rafalcpp: yes http://pubs.opengroup.org/onlinepubs/009695399/functions/chmod.html
grawity 2017-01-24 02:56:15
rafalcpp: well no, that's not the right one
grawity 2017-01-24 02:56:43
though the removal has been present since 2.3.43
CuriousWombat 2017-01-24 03:00:47
Hi!! I'm trying to preseed an apt-cacher mirror in debian installer for ubuntu, but it keeps ignoring it, I've tried thousands of options, none of them working. And also, does anybody know how to perfom installations so I can check if mirror is correctly set, instead of waiting until the installation finished and checking /var/log/installer/syslog?
TinyTux 2017-01-24 03:21:21
Hi
TinyTux 2017-01-24 03:21:55
The linux kernel 4.10 is gonne be LTS while 4.8 not, and stretch uses 4.8 ... what's your plan now? Just for my interest :)
TinyTux 2017-01-24 03:22:42
Oh, and 4.8 is already EOL o_O
babilen 2017-01-24 03:22:45
TinyTux: The Kernel Debian ends up using will be LTS
TinyTux 2017-01-24 03:23:07
babilen: What do you mean? They won't use LTS anymore?
babilen 2017-01-24 03:23:13
(just check who was the kernel maintainer for LTS in the kernel team and compare that to the list of kernel maintainers in Debian)
babilen 2017-01-24 03:23:52
TinyTux: I am saying that there is a bit of an overlap between Debian kernel package maintainers and upstream kernel maintainers
TinyTux 2017-01-24 03:24:33
ok
grawity 2017-01-24 03:25:08
I thought 4.9 was LTS?
babilen 2017-01-24 03:25:20
https://lists.debian.org/debian-kernel/2016/08/msg00099.html
TinyTux 2017-01-24 03:25:21
4.10 will be the next LTS iirc
babilen 2017-01-24 03:25:23
grawity: It is
tomcres 2017-01-24 03:25:39
I thought gkh confirmed that 4.8 was going to be LTS
babilen 2017-01-24 03:25:44
He did
babilen 2017-01-24 03:25:52
No, 4.9 was confirmed
babilen 2017-01-24 03:25:58
(which will be used in stretch)
jelly 2017-01-24 03:26:07
he thought it was going to be 4.8 but decided on 4.9 later
TinyTux 2017-01-24 03:26:07
Oh, you are right, .9 becomes LTS
TinyTux 2017-01-24 03:26:11
* 4.9
jelly 2017-01-24 03:26:40
dpkg: confuse TinyTux
dpkg 2017-01-24 03:26:40
Yes, what is their gerbil today, TinyTux? Pants of the People's Republic of Swaziland with extra ham.
TinyTux 2017-01-24 03:27:16
wut?
toruvinn 2017-01-24 03:29:45
this is "a bit" offtopic, but does anyone know any good papers on cluster node failure detection? (actually im thinking more about things like redis/RDBMS or whatever, but that'd still apply i guess)
TinyTux 2017-01-24 03:33:05
I'm confused, my kernel cimpiling works on jessie, but stretch gives me openssl headers errors (It is installed ...)
TinyTux 2017-01-24 03:33:08
o_O
petn-randall 2017-01-24 03:33:42
!debian-next
dpkg 2017-01-24 03:33:42
#debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on Freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
TvL2386 2017-01-24 03:37:37
hey guys, looking at the "wajig" package management tool meant to unify lots of apt* commands. I was particularly interested in the `wajig local-dist-upgrade` command ("Dist-upgrade using packages already downloaded").
TvL2386 2017-01-24 03:38:07
this would fit my need for downloading packages at a certain point in time, update test environment immediately and update the production environment a few days later
TvL2386 2017-01-24 03:38:35
however this feature seems to be missing from wajig 2.13 and wajig 2.17 which I've installed for testing purposes
petn-randall 2017-01-24 03:38:45
,v wajig
judd 2017-01-24 03:38:46
Package: wajig on amd64 -- wheezy: 2.7.3; stretch: 2.17; jessie: 2.17; sid: 2.18.1; stretch: 2.18.1
petn-randall 2017-01-24 03:42:34
TvL2386: I could provide you with the apt commands needed, though I don't know wajig so I can't tell you the wajig equivalents.
TvL2386 2017-01-24 03:44:12
thanks petn-randall. I'm also not familiar with wajig. I'm looking for a solution to update the test environment and make sure the production environment installs the exact same updates but at a later moment
TvL2386 2017-01-24 03:44:51
and this `wajig local-dist-upgrade` seemed to be perfect to have a single download moment and an install moment of my choosing