<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=2059&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Input requested regarding Suspend]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2059</link>
		<description><![CDATA[The most recent posts in Input requested regarding Suspend.]]></description>
		<lastBuildDate>Wed, 20 Feb 2019 22:13:56 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14504#p14504</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Good. Apparently my use of <span class="bbc">apt-file</span> leaves some to be desired.</p></div></blockquote></div><p>LOL!</p><p>Here&#039;s what mine shows...</p><div class="codebox"><pre><code>dan@miyolinux:~$ dpkg -S loginctl
elogind: /usr/share/bash-completion/completions/loginctl
elogind: /usr/share/man/man1/loginctl.1.gz
elogind: /bin/loginctl
elogind: /usr/share/zsh/site-functions/_loginctl</code></pre></div><p>...and available options...</p><div class="codebox"><pre class="vscroll"><code>dan@miyolinux:~$ loginctl -h
loginctl [OPTIONS...] {COMMAND} ...

Send control commands to or query the login manager.

  -h --help                Show this help
     --version             Show package version
     --no-pager            Do not pipe output into a pager
     --no-wall             Do not print any wall message
     --dry-run             Only print what would be done
  -q --quiet               Suppress output
     --no-legend           Do not show the headers and footers
     --no-ask-password     Don&#039;t prompt for password
  -H --host=[USER@]HOST    Operate on remote host
  -M --machine=CONTAINER   Operate on local container
  -p --property=NAME       Show only properties by this name
  -a --all                 Show all properties, including empty ones
     --value               When showing properties, only print the value
  -l --full                Do not ellipsize output
     --kill-who=WHO        Who to send signal to
  -s --signal=SIGNAL       Which signal to send
  -c                       Cancel a pending shutdown or reboot
  -i --ignore-inhibitors   When shutting down or sleeping, ignore inhibitors

Session Commands:
  list[-sessions]          List sessions (default command)
  session-status [ID...]   Show session status
  show-session [ID...]     Show properties of sessions or the manager
  activate [ID]            Activate a session
  lock-session [ID...]     Screen lock one or more sessions
  unlock-session [ID...]   Screen unlock one or more sessions
  lock-sessions            Screen lock all current sessions
  unlock-sessions          Screen unlock all current sessions
  terminate-session ID...  Terminate one or more sessions
  kill-session ID...       Send signal to processes of a session

User Commands:
  list-users               List users
  user-status [USER...]    Show user status
  show-user [USER...]      Show properties of users or the manager
  enable-linger [USER...]  Enable linger state of one or more users
  disable-linger [USER...] Disable linger state of one or more users
  terminate-user USER...   Terminate all sessions of one or more users
  kill-user USER...        Send signal to processes of a user

Seat Commands:
  list-seats               List seats
  seat-status [NAME...]    Show seat status
  show-seat [NAME...]      Show properties of seats or the manager
  attach NAME DEVICE...    Attach one or more devices to a seat
  flush-devices            Flush all device associations
  terminate-seat NAME...   Terminate all sessions on one or more seats

System Commands:
  poweroff [TIME] [WALL...] Turn off the machine
  reboot   [TIME] [WALL...] Reboot the machine
  suspend                   Suspend the machine to memory
  hibernate                 Suspend the machine to disk
  hybrid-sleep              Suspend the machine to memory and disk
  suspend-then-hibernate    Suspend the system, wake after a period of
                            time and put it into hibernate</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Wed, 20 Feb 2019 22:13:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14504#p14504</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14501#p14501</link>
			<description><![CDATA[<p>Good. Apparently my use of <span class="bbc">apt-file</span> leaves some to be desired.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 20 Feb 2019 20:59:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14501#p14501</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14491#p14491</link>
			<description><![CDATA[<p>beowulf.</p><div class="codebox"><pre><code>$ dpkg -S loginctl 
elogind: /bin/loginctl</code></pre></div><div class="codebox"><pre><code>$ apt policy elogind        
elogind:
  Installed: 239.3+20190131-1
  Candidate: 239.3+20190131-1
  Version table:
 *** 239.3+20190131-1 500
        500 http://gr.deb.devuan.org/merged testing/main amd64 Packages
        500 http://gr.deb.devuan.org/merged ceres/main amd64 Packages
        100 /var/lib/dpkg/status</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Wed, 20 Feb 2019 13:31:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14491#p14491</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14490#p14490</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>mmm maybe a</p><div class="codebox"><pre><code>dpkg -S loginctl</code></pre></div><p> could shed some light on it. For me, as I don&#039;t have that program, I tried</p><div class="codebox"><pre><code>apt-file find loginctl</code></pre></div><p> which reported it as belonging to <span class="bbc">systemd</span>. And as far as I can tell, there is no installation candidate for that package in any Devuan repository.</p></div></blockquote></div><p>Strange.</p><p>I&#039;m using straight beowulf repositories. No outside packages installed other than the Refracta tools (which apparently aren&#039;t in beowulf yet?)...and my window themes and custom accessories (that use yad straight from the beowulf repos).</p><p>Just for kicks, I did another build on another computer that&#039;s even more stripped down (than my normal build) with only beowulf repos and no other additions at all...and <span class="bbc">loginctl</span> works on it too.</p><p>Edited to add: I&#039;m on my phone and can&#039;t check that command right now. I&#039;ll try it later. <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Wed, 20 Feb 2019 12:49:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14490#p14490</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14489#p14489</link>
			<description><![CDATA[<p>mmm maybe a</p><div class="codebox"><pre><code>dpkg -S loginctl</code></pre></div><p> could shed some light on it. For me, as I don&#039;t have that program, I tried</p><div class="codebox"><pre><code>apt-file find loginctl</code></pre></div><p> which reported it as belonging to <span class="bbc">systemd</span>. And as far as I can tell, there is no installation candidate for that package in any Devuan repository.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 20 Feb 2019 12:00:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14489#p14489</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14487#p14487</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Are you sure? <span class="bbc">loginctl</span> is in the <span class="bbc">systemd</span> package .. or rather, where did you get it from?</p></div></blockquote></div><p>Ah...this just registered with me (if I understand the question correctly).</p><p>I didn&#039;t get &quot;it&quot; anywhere. I just saw what someone was using on Manjaro OpenRC in their i3 config file; which was, <span class="bbc">loginctl ______</span> .</p><p>I didn&#039;t install anything extra; I simply tried the commands first from the terminal, and they worked. Now...whether that relates to it working now (in beowulf) as opposed to it continuing to work in the future...I don&#039;t know.</p><p>Just wanted to clarify that I didn&#039;t install anything to give me the ability to use <span class="bbc">loginctl</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Wed, 20 Feb 2019 11:00:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14487#p14487</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14486#p14486</link>
			<description><![CDATA[<p>LOL! <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>Dagnabit! Just when I thought I was onto something...</p><p>I&#039;ll see how it plays out...</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Wed, 20 Feb 2019 07:18:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14486#p14486</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14485#p14485</link>
			<description><![CDATA[<p>Well, I think one can say you are threading the boundary at least <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>MiyoLinux distribution = Devuan beowulf + ( some bits of systemd that happened to work today )</p><p>It doesn&#039;t bother me as such, but I might be special <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 20 Feb 2019 07:06:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14485#p14485</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14484#p14484</link>
			<description><![CDATA[<p>Ralph, I found it in an old manjaro forum from back when they still had an openrc version. </p><p>That loginctl part works on my Beowulf build for shutdown, reboot, and suspend. I haven&#039;t tried hibernate yet.</p><p>Have I stumbled upon a boo-boo? <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Wed, 20 Feb 2019 07:01:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14484#p14484</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14483#p14483</link>
			<description><![CDATA[<p>Are you sure? <span class="bbc">loginctl</span> is in the <span class="bbc">systemd</span> package .. or rather, where did you get it from?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 20 Feb 2019 06:47:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14483#p14483</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14482#p14482</link>
			<description><![CDATA[<p>Hooray! I <strong><em>F...I...N...A...L...L...Y</em></strong> found the commands that work with elogind for my exit utility! <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><div class="codebox"><pre><code>loginctl poweroff
loginctl reboot
loginctl suspend
loginctl hibernate</code></pre></div><p>So, if this may possibly help anyone else, here&#039;s the new code for the exit utility in upcoming MiyoLinux versions based on beowulf...</p><div class="codebox"><pre><code>#!/bin/sh

yad --form --center --undecorated --align=left --width=165 --borders=10 --height=320 --skip-taskbar \
--image=/usr/share/miyolinux/miyo-exit.png --image-on-top \
--field=&quot;  Shutdown!gnome-shutdown!Shut Down&quot;:fbtn &quot;loginctl poweroff&quot; \
--field=&quot;  Reboot!system-reboot!Restart&quot;:fbtn &quot;loginctl reboot&quot; \
--field=&quot;  Suspend!gnome-session-suspend!Suspend&quot;:fbtn &quot;loginctl suspend&quot; \
--field=&quot;  Hibernate!gnome-session-hibernate!Hibernate&quot;:fbtn &quot;loginctl hibernate&quot; \
--field=&quot;  Log Out!gnome-logout!Log Out&quot;:fbtn &quot;openbox --exit&quot; \
--button=gtk-cancel --buttons-layout=center \</code></pre></div><p>...it still looks the same...</p><p><span class="postimg"><img src="https://13707080-557519846114226283.preview.editmysite.com/uploads/1/3/7/0/13707080/miyo-exit_1_orig.png" alt="miyo-exit_1_orig.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Wed, 20 Feb 2019 04:52:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14482#p14482</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14430#p14430</link>
			<description><![CDATA[<p>Thank you, but I no longer need Consolekit since obsession works with elogind.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Mon, 18 Feb 2019 02:58:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14430#p14430</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14429#p14429</link>
			<description><![CDATA[<div class="quotebox"><cite>MiyoLinux wrote:</cite><blockquote><div><p>The bad news: still no Consolekit.</p></div></blockquote></div><p><span class="bbu"><a href="https://pkginfo.devuan.org/cgi-bin/d1pkgweb-query?search=consolekit&amp;release=any" rel="nofollow">These packages</a></span> may or may not be relevant but . . .&#160; I leave it to you to sort . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 18 Feb 2019 02:25:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14429#p14429</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14428#p14428</link>
			<description><![CDATA[<div class="quotebox"><cite>MiyoLinux wrote:</cite><blockquote><div><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><cite>MiyoLinux wrote:</cite><blockquote><div><p>No...it&#039;s simply a basic YAD script...that I&#039;m going to have to change since consolekit apparently will no longer be available beginning in beowulf. <img src="http://dev1galaxy.org/img/smilies/neutral.png" width="15" height="15" alt="neutral" />&#160; <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p></div></blockquote></div><p>Isn&#039;t there <span class="bbu"><a href="https://lists.dyne.org/lurker/message/20180106.174603.16c52b80.en.html" rel="nofollow">consolekit2</a></span>.&#160; There has been recent discussion. and also there are consolekit related packages in beowulf: <br />libpolkit-backend-1-0-consolekit<br />libpolkit-gobject-1-0-consolekit <br />etc.</p><p>You should probably be on the ML.</p></div></blockquote></div><p>Oh...</p><p><img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>The last time I tried a straight beowulf build, it was a no-go with consolekit. Perhaps I should try again. LOLOLOLOL! <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>I&#039;ve been too busy with the latest i3 versions to test things...</p><p>Thank you...I&#039;ll look into it when I have time. <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></div></blockquote></div><p>I&#039;m the Ultra-Quoter! LOLOLOLOLOLOLOLOLOL!&#160; <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Well, I tried a quick basic beowulf Openbox build this evening...there&#039;s good news and bad news.</p><p>The bad news: still no Consolekit.</p><p>The good news: the obsession utility (from the repositories) works with elogind! I can shutdown, reboot, etc with it. <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Using lxpolkit (for the authentication agent), still works fantastic for opening things like synaptic too.</p><p>Now if I can figure out what commands obsession is using...</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Mon, 18 Feb 2019 01:28:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14428#p14428</guid>
		</item>
		<item>
			<title><![CDATA[Re: Input requested regarding Suspend]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14405#p14405</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><cite>MiyoLinux wrote:</cite><blockquote><div><p>No...it&#039;s simply a basic YAD script...that I&#039;m going to have to change since consolekit apparently will no longer be available beginning in beowulf. <img src="http://dev1galaxy.org/img/smilies/neutral.png" width="15" height="15" alt="neutral" />&#160; <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p></div></blockquote></div><p>Isn&#039;t there <span class="bbu"><a href="https://lists.dyne.org/lurker/message/20180106.174603.16c52b80.en.html" rel="nofollow">consolekit2</a></span>.&#160; There has been recent discussion. and also there are consolekit related packages in beowulf: <br />libpolkit-backend-1-0-consolekit<br />libpolkit-gobject-1-0-consolekit <br />etc.</p><p>You should probably be on the ML.</p></div></blockquote></div><p>Oh...</p><p><img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>The last time I tried a straight beowulf build, it was a no-go with consolekit. Perhaps I should try again. LOLOLOLOL! <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>I&#039;ve been too busy with the latest i3 versions to test things...</p><p>Thank you...I&#039;ll look into it when I have time. <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Sat, 16 Feb 2019 21:33:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14405#p14405</guid>
		</item>
	</channel>
</rss>
