<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-op.git/scripts, branch helium</title>
<subtitle>Vyatta bash completion for operational commands (mirror of https://github.com/vyos/vyatta-op.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-op.git/atom?h=helium</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-op.git/atom?h=helium'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/'/>
<updated>2015-08-12T01:38:08+00:00</updated>
<entry>
<title>vyatta-op: strip-private removes "user" rather than actual username</title>
<updated>2015-08-12T01:38:08+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-06-18T07:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=7c89f2d5cd15fa15024a352aa7fedb9524b5e4c6'/>
<id>urn:sha1:7c89f2d5cd15fa15024a352aa7fedb9524b5e4c6</id>
<content type='text'>
The strip-private pipe command removes the user node entry rather than
the actual username.

Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
</content>
</entry>
<entry>
<title>vyatta-op: remove user login public key information with strip-private</title>
<updated>2015-08-12T01:37:57+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-06-18T19:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=723cb4c8cd9428cc624ed23af43fe2cd518a4c9f'/>
<id>urn:sha1:723cb4c8cd9428cc624ed23af43fe2cd518a4c9f</id>
<content type='text'>
Extend the strip-private command pipe so that it removes the public key
user login information.

Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
</content>
</entry>
<entry>
<title>vyatta-op: final fix for the ssh client failing to disconnect on reboot</title>
<updated>2015-02-24T21:50:52+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-01-24T20:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=e485f762b1b8ac8c1a2e4cff74c0bc2ce7724afb'/>
<id>urn:sha1:e485f762b1b8ac8c1a2e4cff74c0bc2ce7724afb</id>
<content type='text'>
Final fix to ensure that any SSH clients are sent the disconnect signal
on a scheduled reboot as well as a 'reboot now'.

Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
</content>
</entry>
<entry>
<title>vyatta-op: update the system poweroff cli command to be script based</title>
<updated>2015-02-24T21:50:36+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-01-24T15:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=5cf3930a0d7155fd7a91ca68eb56d1fa40f093b7'/>
<id>urn:sha1:5cf3930a0d7155fd7a91ca68eb56d1fa40f093b7</id>
<content type='text'>
Update the system poweroff command to use the vyatta-poweroff.pl script
rather than simply uisng the shutdown command. This allows other
actions to be taken on shutdown, including correctly disconnecting SSH
clients rather than having them resorting to timing out (Bug #298)

Bug #460 http://bugzilla.vyos.net/show_bug.cgi?id=460
</content>
</entry>
<entry>
<title>vyatta-op: on shutdown/reboot the client ssh session doesn't disconnect</title>
<updated>2015-02-24T21:50:07+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-01-01T11:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=e7268a72e4589afc732f1927317b7108727d4f60'/>
<id>urn:sha1:e7268a72e4589afc732f1927317b7108727d4f60</id>
<content type='text'>
When either the reboot or poweroff commands are issued from the CLI,
any ssh clients currently connected to the system aren't disconnected
correctly, having to rely on a timeout to terminate them.  The sendsigs
process doesn't fully close sshd before the network is taken down, with
the result that the client don't receive the disconnect signal.

Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
</content>
</entry>
<entry>
<title>vyatta-op: fix for the config file copy via scp failure</title>
<updated>2014-10-09T20:05:45+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2014-10-09T20:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=d843d87120115a6af5be704107bea46b73be5fb1'/>
<id>urn:sha1:d843d87120115a6af5be704107bea46b73be5fb1</id>
<content type='text'>
Copying the config file (or any other for that matter via the CLI copy
command) to another host via scp fails due to the failure to create the
known_hosts file.

Bug #340 http://bugzilla.vyos.net/show_bug.cgi?id=340
</content>
</entry>
<entry>
<title>vyatta-op: formatting changes for style consistency</title>
<updated>2014-10-09T19:50:12+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2014-10-09T19:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=167c2e9c13550ee4867df56344ef3fa6d2fb6bcb'/>
<id>urn:sha1:167c2e9c13550ee4867df56344ef3fa6d2fb6bcb</id>
<content type='text'>
Update scripts/vyatta-image-tools.pl to have consistent identation
levels and style throughout.
</content>
</entry>
<entry>
<title>Add an option to disable inotify to fail -f commands.</title>
<updated>2014-10-08T16:27:12+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2014-10-08T16:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=75ae9d501bfdd4b264cfb0a8f1e04ae3c6a86cf7'/>
<id>urn:sha1:75ae9d501bfdd4b264cfb0a8f1e04ae3c6a86cf7</id>
<content type='text'>
OverlayFS doesn't work well with inotify.
</content>
</entry>
<entry>
<title>Boot type check had unionfs hardcoded in it. Now it has overlayfs hardcoded in it.</title>
<updated>2014-07-25T06:53:56+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2014-07-25T06:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=cbdec52be1838f100c05941b30e4f7fca20b5b79'/>
<id>urn:sha1:cbdec52be1838f100c05941b30e4f7fca20b5b79</id>
<content type='text'>
This makes me happy.
</content>
</entry>
<entry>
<title>Add Maya calendar support to date commands</title>
<updated>2014-07-07T08:55:02+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2014-07-07T08:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=46262045b34f29240416fc9a560e0c9a3142dff0'/>
<id>urn:sha1:46262045b34f29240416fc9a560e0c9a3142dff0</id>
<content type='text'>
for planning system maintenance rituals. ;)
</content>
</entry>
</feed>
