Re: [arch-general] Forking daemons and systemd

2012-11-05 Thread Kyle
According to Kyle: # I'll run a test, as I now have the new file, but I see no reason why it # wouldn't be usable or work as expected. Tested and it works perfectly. Thanks for getting this in, and sorry for taking this thread for a little bit of a ride into the land of OT. ~Kyle http://kyle.tk

Re: [arch-general] Problem Printing with Inkscape

2012-11-05 Thread Alexander Rødseth
Please report this as a bug directly to the Inkscape developers, if it isn't reported already. If it's not a bug in Inkscape itself, but one of the subsystems, they will know where to direct the report, possibly with useful additional information. http://inkscape.org/report_bugs.php -- Best regar

Re: [arch-general] Forking daemons and systemd

2012-11-05 Thread Kyle
According to Tom Gundersen: # I think in this case it makes sense to use Type=forking (especially as # there is a PIDFile, so this will likely work well). I can imagine # wanting to start something only after espeakup is up, even if that is # not the case at the moment. Oh, so forking wasn't the

Re: [arch-general] Forking daemons and systemd

2012-11-05 Thread Tom Gundersen
On Mon, Nov 5, 2012 at 10:48 PM, Kyle wrote: > a. espeakup is not a dependency of any other service, as it only provides > speech feedback for blind users at boot time, and > b. the daemon supports a pidfile, which I included in the service unit. > I can test this on my local unit file, or I can p

Re: [arch-general] Forking daemons and systemd

2012-11-05 Thread Kyle
I used type=forking in my espeakup unit. From what I'm reading, it looks like that was actually unnecessary, since a. espeakup is not a dependency of any other service, as it only provides speech feedback for blind users at boot time, and b. the daemon supports a pidfile, which I included in th

Re: [arch-general] Systemd and inactive sessions

2012-11-05 Thread Leonid Isaev
On Mon, 05 Nov 2012 16:21:21 -0500 David Rosenstrauch wrote: > On 11/01/2012 06:47 PM, Leonid Isaev wrote: > > On Thu, 01 Nov 2012 22:57:41 +0100 > > Thomas Bächler wrote: > >>> The session doesn't get removed completely until all processes belonging > >>> to it's cgroup have closed on their own

Re: [arch-general] Systemd and inactive sessions

2012-11-05 Thread David Rosenstrauch
On 11/01/2012 06:47 PM, Leonid Isaev wrote: On Thu, 01 Nov 2012 22:57:41 +0100 Thomas Bächler wrote: The session doesn't get removed completely until all processes belonging to it's cgroup have closed on their own. See man logind.conf, search for 'KillUserProcesses'. OK, changed to 'yes' t

Re: [arch-general] Forking daemons and systemd

2012-11-05 Thread Dave Reisner
On Mon, Nov 05, 2012 at 02:37:15PM -0600, Leonid Isaev wrote: > On Mon, 5 Nov 2012 11:18:48 -0500 > Dave Reisner wrote: > > > On Mon, Nov 05, 2012 at 10:01:11AM -0600, Leonid Isaev wrote: > > > Hi, > > > > > > I was wondering whether there is a guideline regarding using > > > Type=forking daem

Re: [arch-general] Forking daemons and systemd

2012-11-05 Thread Leonid Isaev
On Mon, 5 Nov 2012 11:18:48 -0500 Dave Reisner wrote: > On Mon, Nov 05, 2012 at 10:01:11AM -0600, Leonid Isaev wrote: > > Hi, > > > > I was wondering whether there is a guideline regarding using > > Type=forking daemons in systemd units. For instance, if a daemon supports a > > cmdline switc

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Dave Reisner
On Mon, Nov 05, 2012 at 08:22:33PM +0100, coderkun wrote: > Am Montag, den 05.11.2012, 18:22 + schrieb P .NIKOLIC: > > How do i check to see if it is systemd or not > > $ printf "%d" `systemd-notify --booted` systemd-notify doesn't print anything. If you really want to print something: $ sys

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread marshall
>On Mon, 5 Nov 2012 18:22:32 + >"P .NIKOLIC" wrote: > > How do i check to see if it is systemd or not sorry to sound fick but > got lots of other things on my mind as well right now .. > > > Thanks Pete . > > cat /proc/1/comm that should return systemd or init. --timttmy

Re: [arch-general] Problem Printing with Inkscape

2012-11-05 Thread Mike Bishop
On Sat, Nov 03, 2012 at 10:30:53AM -0400, David Stephenson wrote: > I'm having problems printing from Inkscape. I have libcups, cups-filters, > avahi, ghostscript, gsfonts, samba, hplip, and hpoj installed. My printer > is a HP LaserJet M2727nf MFP. > > I'm currently using the Postscript driver. P

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread coderkun
Am Montag, den 05.11.2012, 18:22 + schrieb P .NIKOLIC: > How do i check to see if it is systemd or not $ printf "%d" `systemd-notify --booted` man systemd-notify: “[…] --booted Returns 0 if the system was booted up with systemd, non-zero otherwise. […]”

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread P .NIKOLIC
On Mon, 5 Nov 2012 19:42:20 +0100 Tom Gundersen wrote: > On Mon, Nov 5, 2012 at 7:22 PM, P .NIKOLIC > wrote: > > This is possible ..from what i have been reading not too sure if i > > have Systemd running or not the system is fully updated . > > You will not have been converted over automati

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Dave Reisner
On Tue, Nov 06, 2012 at 03:23:25AM +0800, Rashif Ray Rahman wrote: > On 6 November 2012 02:50, Squall Lionheart wrote: > >> > >> I guess running "systemctl" should tell you? If you are using systemd > >> it will list a lot of running services. Otherwise I assume it will > >> return a dbus error (b

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread P .NIKOLIC
On Mon, 5 Nov 2012 17:18:48 +0200 Tom Rand wrote: > My son-in-law recently purchased 2 of these & he could not access > them on PS3 or my arch desktop. > It turned out they were formatted as EXFAT, he re-formatted as NTFS & > all was ok for him. > > What are yours formatted as? > > Also I have

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Rashif Ray Rahman
On 6 November 2012 02:50, Squall Lionheart wrote: >> >> I guess running "systemctl" should tell you? If you are using systemd >> it will list a lot of running services. Otherwise I assume it will >> return a dbus error (but I haven't tried that myself, so only a >> guess). >> >> > FYI, I haven't u

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Squall Lionheart
> > I guess running "systemctl" should tell you? If you are using systemd > it will list a lot of running services. Otherwise I assume it will > return a dbus error (but I haven't tried that myself, so only a > guess). > > FYI, I haven't updated to systemd yet and the error when running systemctl r

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Tom Gundersen
On Mon, Nov 5, 2012 at 7:22 PM, P .NIKOLIC wrote: > This is possible ..from what i have been reading not too sure if i > have Systemd running or not the system is fully updated . You will not have been converted over automatically. See the wiki for how to do that. > How do i check to see if i

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Kevin Chadwick
On Mon, 5 Nov 2012 13:40:21 +0100 Tom Gundersen wrote: > Notice that consolekit is no longer supported, and should be removed. > To get the equivalent functionality you should just boot with systemd. Or use udevil/spacefm I use custom udev rules and a script

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread P .NIKOLIC
On Mon, 5 Nov 2012 13:40:21 +0100 Tom Gundersen wrote: > On Mon, Nov 5, 2012 at 1:32 PM, Phoenix Nemo > wrote: > > Can you use any other flash drives or removable devices? Which > > display manager do you use, and which file manager? > > > > I get this error several times due to added 'ck-launch

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Tom Rand
My son-in-law recently purchased 2 of these & he could not access them on PS3 or my arch desktop. It turned out they were formatted as EXFAT, he re-formatted as NTFS & all was ok for him. What are yours formatted as? Also I have had similar issue's in the past & just re-formatted to FAT & all

Re: [arch-general] Forking daemons and systemd

2012-11-05 Thread Dave Reisner
On Mon, Nov 05, 2012 at 10:01:11AM -0600, Leonid Isaev wrote: > Hi, > > I was wondering whether there is a guideline regarding using > Type=forking daemons in systemd units. For instance, if a daemon supports a > cmdline switch to run in foreground isn't it better to use this argument in > E

Re: [arch-general] Forking daemons and systemd

2012-11-05 Thread Tom Gundersen
On Mon, Nov 5, 2012 at 5:01 PM, Leonid Isaev wrote: > I was wondering whether there is a guideline regarding using > Type=forking daemons in systemd units. For instance, if a daemon supports a > cmdline switch to run in foreground isn't it better to use this argument in > ExecStart? If yo

[arch-general] Forking daemons and systemd

2012-11-05 Thread Leonid Isaev
Hi, I was wondering whether there is a guideline regarding using Type=forking daemons in systemd units. For instance, if a daemon supports a cmdline switch to run in foreground isn't it better to use this argument in ExecStart? Personally, I was bitten by this with haveged.service

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Tom Gundersen
On Mon, Nov 5, 2012 at 1:32 PM, Phoenix Nemo wrote: > Can you use any other flash drives or removable devices? Which display > manager do you use, and which file manager? > > I get this error several times due to added 'ck-launch-session' to my > $HOME/.xinitrc because my display manager have alre

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Phoenix Nemo
Can you use any other flash drives or removable devices? Which display manager do you use, and which file manager? I get this error several times due to added 'ck-launch-session' to my $HOME/.xinitrc because my display manager have already support this. 2012/11/5 P .NIKOLIC > Hi . > > Just pur

Re: [arch-general] [arch-dev-public] Dropping all packages with missing systemd units

2012-11-05 Thread Tom Gundersen
On Mon, Nov 5, 2012 at 1:20 PM, Sébastien Leduc wrote: > Concerning tinc, a bug report [1] was created with an attached service > file, which has been added to the 1.0.19-2 version of the package [2]. > > It seems that the TODO-list for missing systemd units has just not been > updated for tinc ye

Re: [arch-general] resume do not work after self suspend in gnome 3.6

2012-11-05 Thread Laurent Dudouet
Hi, On 2012-11-02 15:23, Mathieu R. wrote: Since the update to gnome 3.6, when my laptop goes to suspend 2 ram by have been ideling for 5 minutes, the resume does not work : i got a black screen with mouse cursor, and no way to log in GDM. I get the same problem after resume under Xfce, unless

[arch-general] USB Flash drive problems

2012-11-05 Thread P .NIKOLIC
Hi . Just purchased several SanDisk 4Gb Cruzer Blade USB flash drives but can not access any of them . the only error report i can find just says An error occurred while accessing `3.7GiB Removable Media`, the system responded: An unspecified error has occurred.: Not Authorized This happens b

Re: [arch-general] [arch-dev-public] Dropping all packages with missing systemd units

2012-11-05 Thread Sébastien Leduc
Le Mon, 05 Nov 2012 18:44:18 +1000, Allan McRae a écrit : > On 02/11/12 12:46, Allan McRae wrote: > > > Not needed for anything so will be dumped soon...: > > snort > > tinc > > hpoj > > > Do the maintainers for any of these packages have any plans to fix > these? If there is not even a respo

[arch-general] Setting prefered voice for espeakup

2012-11-05 Thread Storm Dragon
Hi, I was wondering if anyone can tell me how to set the default voice for espeakup? I have enabled the service file, which works great, and I have edited the file in /etc/conf.d/espeakup and added --default-voice=en-us to the args, but it still uses the default (UK) voice. Does anyone know what

Re: [arch-general] unable to boot up

2012-11-05 Thread Tom Rand
On Sun, Nov 04, 2012 at 01:20:03AM -0300, Martín Cigorraga wrote: > On Fri, Nov 2, 2012 at 7:24 AM, Tom Rand wrote: > > > the initial issue was caused by systemd trying to load cdemu kernel module > > which was removed by vmware! > > once i removed the .conf file from /etc/modules.d/ normality cr