Re: [arch-general] no write access to gvfs-mount with certain applications

2015-04-29 Thread Sebastian Hempel
Hi Lev, > I have the same problem but with encfs stashes. This seems to be a > regression. > > A downgrade of the two packages > > gvfs (1.24.1-1 -> 1.22.3-2 ) > gvfs-smb (1.24.1-1 -> 1.22.3-2) I will retry the access after the downgrade. Thanks for the hint. Regards Sebastian -- *Sebastian Hemp

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Marshall Neill
Here's mine which is a little different than yours [Login] #NAutoVTs=6 #ReserveVT=6 #KillUserProcesses=no #KillOnlyUsers= #KillExcludeUsers=root #Controllers= #ResetControllers=cpu #InhibitDelayMaxSec=5 HandlePowerKey=ignore HandleSuspendKey=ignore HandleHibernateKey=ignore HandleLidSwitch=ignore

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Mark Lee
On Wednesday, April 29, 2015 09:21:10 PM Javier Vasquez wrote: > On Wed, Apr 29, 2015 at 8:30 PM, Marshall Neill wrote: > > logind.conf is in /etc/systemd > > Yeap: > > % grep '^[^#]' /etc/systemd/logind.conf > [Login] > HandlePowerKey=reboot > HandleLidSwitch=ignore > > The rest are commentar

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Javier Vasquez
On Wed, Apr 29, 2015 at 8:30 PM, Marshall Neill wrote: > logind.conf is in /etc/systemd Yeap: % grep '^[^#]' /etc/systemd/logind.conf [Login] HandlePowerKey=reboot HandleLidSwitch=ignore The rest are commentaries... -- Javier

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Marshall Neill
logind.conf is in /etc/systemd On 04/29/2015 08:58 PM, Mark Lee wrote: On Wednesday, April 29, 2015 07:17:53 PM Javier Vasquez wrote: On Wed, Apr 29, 2015 at 3:51 PM, Mark Lee wrote: ... Systemd usually logs startup in journalctl. Can you post your journalctl output (from a time when you're

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Javier Vasquez
> On Wed, Apr 29, 2015 at 7:58 PM, Mark Lee wrote: > ... > > Can you post the output of your /etc/logind.conf? > > Regards, > Mark Weird, I don't remember removing that file, but it's not there. I remember I had in it the with the power button I wanted reboot, that the Lid close did nothing, and

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Mark Lee
On Wednesday, April 29, 2015 07:17:53 PM Javier Vasquez wrote: > > On Wed, Apr 29, 2015 at 3:51 PM, Mark Lee wrote: > > ... > > Systemd usually logs startup in journalctl. Can you post your journalctl > > output (from a time when you're sure you had the issue)? > > Not sure how useful it is. Not

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Javier Vasquez
> On Wed, Apr 29, 2015 at 4:24 PM, Rodrigo Rivas > wrote: > ... > > You can enable the debug shell with: > > # systemctl enable debug-shell.service > > And then when the boot fails, switch to the debugging shell with > CTRL+ALT+F9 and get the status of the system: > > # systemctl status systemd-l

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Javier Vasquez
> On Wed, Apr 29, 2015 at 3:51 PM, Mark Lee wrote: > ... > Systemd usually logs startup in journalctl. Can you post your journalctl > output (from a time when you're sure you had the issue)? Not sure how useful it is. Not sure if attaching the whole output, but here it goes what related to login

[arch-general] no write access to gvfs-mount with certain applications

2015-04-29 Thread Lev Cohan
> Hi, > > I have a strange problem with gvfs mounts with the SMB/CIFS backend. > Both packages are in the latest version 1.24.1-1. > > The smb shares are mounted with nautilus. The neccessary credentials are > stored in the gnome-keyring. I can open / read and write files with > LibreOffice and g

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Rodrigo Rivas
On Wed, Apr 29, 2015 at 11:40 PM, Javier Vasquez wrote: > I haven't identified under which circumstances, when booting the > system hangs, and the only thing that can be related to that is the > message: > > Failed to start Login Service > > Of course the recommendation to see the output of: > > s

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Mark Lee
On Wednesday, April 29, 2015 03:40:33 PM Javier Vasquez wrote: > I haven't identified under which circumstances, when booting the > system hangs, and the only thing that can be related to that is the > message: > > Failed to start Login Service > > Of course the recommendation to see the output o

Re: [arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Genes Lists
On 04/29/2015 05:40 PM, Javier Vasquez wrote: I haven't identified under which circumstances, when booting the system hangs, and the only thing that can be related to that is the message: Failed to start Login Service ... Yes I have seen this but only on one of my computers (laptop, wireless

[arch-general] at times when booting system-logind fails and system hangs

2015-04-29 Thread Javier Vasquez
I haven't identified under which circumstances, when booting the system hangs, and the only thing that can be related to that is the message: Failed to start Login Service Of course the recommendation to see the output of: systemctl status systemd-logind.service Is useless when that happens. T

[arch-general] PKGBUILD inheritance

2015-04-29 Thread Roman Rader
Hi I want to make PKGBUILD for kernel in AUR with enabled options that I need. I did #ABSROOT=. abs core/linux fixed config and I'm good, but to keep it updated with core/linux I need to do it all the time (load latest core/linux, fix the config, rebuild). Is there some tools/mechanisms to make a

Re: [arch-general] Upgrading from linux 4.0.0 to 4.0.1 without reboot

2015-04-29 Thread Dan Haworth
On 29/04/15 17:21, Chi Hsuan Yen wrote: On 30 April 2015 at 00:08, Dan Haworth wrote: On 29/04/15 16:50, Chi Hsuan Yen wrote: According to my understanding, 4.0 just implements the groundwork required for rebootless patching of the kernel, there's still a lot of work to be done to implement

Re: [arch-general] Upgrading from linux 4.0.0 to 4.0.1 without reboot

2015-04-29 Thread Chi Hsuan Yen
On 30 April 2015 at 00:08, Dan Haworth wrote: > On 29/04/15 16:50, Chi Hsuan Yen wrote: > >> I just upgraded to linux 4.0.1-1 in [core] from linux 4.0.0-2 in >> [testing]. >> In recent days, I've heard of lots of news that since kernel 4.0, no >> reboot >> is necessary for upgrading kernel. Howev

Re: [arch-general] Upgrading from linux 4.0.0 to 4.0.1 without reboot

2015-04-29 Thread Dan Haworth
On 29/04/15 16:50, Chi Hsuan Yen wrote: I just upgraded to linux 4.0.1-1 in [core] from linux 4.0.0-2 in [testing]. In recent days, I've heard of lots of news that since kernel 4.0, no reboot is necessary for upgrading kernel. However, uname still gives me the old kernel version: $ uname -r 4.0.

Re: [arch-general] Upgrading from linux 4.0.0 to 4.0.1 without reboot

2015-04-29 Thread Doug Newgard
On Wed, 29 Apr 2015 23:50:02 +0800 Chi Hsuan Yen wrote: > Hello Arch users, > > I just upgraded to linux 4.0.1-1 in [core] from linux 4.0.0-2 in [testing]. > In recent days, I've heard of lots of news that since kernel 4.0, no reboot > is necessary for upgrading kernel. However, uname still give

[arch-general] Upgrading from linux 4.0.0 to 4.0.1 without reboot

2015-04-29 Thread Chi Hsuan Yen
Hello Arch users, I just upgraded to linux 4.0.1-1 in [core] from linux 4.0.0-2 in [testing]. In recent days, I've heard of lots of news that since kernel 4.0, no reboot is necessary for upgrading kernel. However, uname still gives me the old kernel version: $ uname -r 4.0.0-2-ARCH Is it necessa

Re: [arch-general] Tool to create mtree

2015-04-29 Thread Magnus Therning
On Wed, Apr 29, 2015 at 09:14:00AM -0400, Sébastien Leblanc wrote: > On 29 April 2015 at 08:43, Magnus Therning wrote: > > When looking at the internals of an Arch package I learned about the > > mtree format. However, I didn't find any tool to create an mtree file > > myself. > > It seems like

Re: [arch-general] Tool to create mtree

2015-04-29 Thread Sébastien Leblanc
On 29 April 2015 at 08:43, Magnus Therning wrote: > When looking at the internals of an Arch package I learned about the > mtree format. However, I didn't find any tool to create an mtree file > myself. It seems like the line that produces the .MTREE file is simply using `bsdtar`: From https://

[arch-general] Tool to create mtree

2015-04-29 Thread Magnus Therning
When looking at the internals of an Arch package I learned about the mtree format. However, I didn't find any tool to create an mtree file myself. Is it really the case that `makepkg` and `pacman` handle mtree files internally, and that Arch completely lacks a tool for working with mtree files?

Re: [arch-general] Post-packaging modification tool

2015-04-29 Thread Magnus Therning
On 28 April 2015 at 23:04, Magnus Therning wrote: > On Tue, Apr 28, 2015 at 03:19:25PM -0500, Eli Schwartz wrote: >> On Tue, Apr 28, 2015 at 12:18 PM, Sebastiaan Lokhorst < >> sebastiaanlokho...@gmail.com> wrote: >> >> > 2015-04-28 18:50 GMT+02:00 Magnus Therning : >> > >> > > I have a large set o