Re: [arch-general] Changing compilation flags

2017-07-12 Thread Bartłomiej Piotrowski
On 2017-07-12 18:25, Jordan Glover via arch-general wrote: > I testes some rebuilded binaries and BINDNOW isn't always enabled: > checksec -f /usr/bin/unrar > RELRO > Partial RELRO > checksec -f /usr/bin/qml (qt5-declarative) > RELRO > Partial RELRO > I don't know if -fno-plt was correctly passed b

Re: [arch-general] manually configure network

2017-07-12 Thread Mrrob
On 13/07/17 11:29, mick howe via arch-general wrote: On 13 July 2017 at 01:17, Mrrob wrote: On 13/07/17 07:09, mick howe via arch-general wrote: I've just changed ISP and I can't get the changed configuration to stick. I'm using 'static IP address - manual assignment' from Network configura

Re: [arch-general] manually configure network

2017-07-12 Thread Rich
On 07/12/2017 10:29 PM, mick howe via arch-general wrote: On 13 July 2017 at 01:17, Mrrob wrote: On 13/07/17 07:09, mick howe via arch-general wrote: I've just changed ISP and I can't get the changed configuration to stick. I'm using 'static IP address - manual assignment' from Network co

Re: [arch-general] manually configure network

2017-07-12 Thread mick howe via arch-general
On 13 July 2017 at 03:14, Rich wrote: > You are probably using dhcpcd. This is what is installed when initially > setting up the OS. Depending on exactly what settings are being reverted to > default it may be normal behavior. What you need to do is find out exactly > which network manager you ar

Re: [arch-general] manually configure network

2017-07-12 Thread mick howe via arch-general
On 13 July 2017 at 03:14, Rich wrote: > > > On 07/12/2017 09:58 PM, mick howe via arch-general wrote: > >> On 13 July 2017 at 01:17, Mrrob wrote: >> >> On 13/07/17 07:09, mick howe via arch-general wrote: >>> >>> I've just changed ISP and I can't get the changed configuration to stick.

Re: [arch-general] manually configure network

2017-07-12 Thread mick howe via arch-general
On 13 July 2017 at 01:17, Mrrob wrote: > On 13/07/17 07:09, mick howe via arch-general wrote: > >> I've just changed ISP and I can't get the changed configuration to stick. >> >> I'm using 'static IP address - manual assignment' from Network >> configuration wiki page. >> >> I need to change my a

Re: [arch-general] manually configure network

2017-07-12 Thread Rich
On 07/12/2017 09:58 PM, mick howe via arch-general wrote: On 13 July 2017 at 01:17, Mrrob wrote: On 13/07/17 07:09, mick howe via arch-general wrote: I've just changed ISP and I can't get the changed configuration to stick. I'm using 'static IP address - manual assignment' from Network co

Re: [arch-general] manually configure network

2017-07-12 Thread mick howe via arch-general
On 13 July 2017 at 01:17, Mrrob wrote: > On 13/07/17 07:09, mick howe via arch-general wrote: > >> I've just changed ISP and I can't get the changed configuration to stick. >> >> I'm using 'static IP address - manual assignment' from Network >> configuration wiki page. >> >> I need to change my a

Re: [arch-general] manually configure network

2017-07-12 Thread Mrrob
On 13/07/17 07:09, mick howe via arch-general wrote: I've just changed ISP and I can't get the changed configuration to stick. I'm using 'static IP address - manual assignment' from Network configuration wiki page. I need to change my address from 192.168.1.0/24 to 192.168.20.1/24. using iprou

Re: [arch-general] [arch-dev-public] Changing compilation flags

2017-07-12 Thread Alex Xu via arch-general
spec file? only supported by gcc, but that seems to be kinda the point here. I think this is what most distros do (and possibly also how --enable-default-* works).

[arch-general] manually configure network

2017-07-12 Thread mick howe via arch-general
I've just changed ISP and I can't get the changed configuration to stick. I'm using 'static IP address - manual assignment' from Network configuration wiki page. I need to change my address from 192.168.1.0/24 to 192.168.20.1/24. using iproute2 tools as per wiki I can get everything working UNTI

Re: [arch-general] Changing compilation flags

2017-07-12 Thread Jordan Glover via arch-general
I testes some rebuilded binaries and BINDNOW isn't always enabled: checksec -f /usr/bin/unrar RELRO Partial RELRO checksec -f /usr/bin/qml (qt5-declarative) RELRO Partial RELRO I don't know if -fno-plt was correctly passed but it's possible that build process doesn't work as intended. Maybe we nee

Re: [arch-general] tmux/systemd: tmux user service exits on detach/logout

2017-07-12 Thread David Runge
Hey again, On 2017-07-07 15:24:39 (+0200), David Runge wrote: > I got a very strange behavior with tmux and systemd on my server and > maybe someone knows a way around it. > > The way I start tmux is as follows: > Setting TMUX_TMPDIR to my user's XDG_RUNTIME_DIR and starting tmux in a > systemd u