degenpoker 2017-02-23 14:49:10
prompt https://usercontent.irccloud-cdn.com/file/jtZUvFsc/20170223_184825.jpg
silox 2017-02-23 14:49:21
Anyone here used Ubuntu Autopilot to install Openstack Newton on a 16.04 LTS platform?
happyfr0gg 2017-02-23 14:50:00
On Ubuntu Synaptic returns several GPG no pubkey errors. How do I trace them to the programs they belong to?
azizLIGHT 2017-02-23 14:53:34
how do i find packages tha have both ubuntu repo version and also a ppa version
azizLIGHT 2017-02-23 14:53:45
using dpkg -l and apt-cache policy
silox 2017-02-23 14:53:48
apt-cache policy
azizLIGHT 2017-02-23 14:54:11
yes i have many packages. is there a better way to look at it instead of reading 22k lines
azizLIGHT 2017-02-23 14:54:31
http://paste.ubuntu.com/24053511/
azizLIGHT 2017-02-23 14:55:01
im trying to find packages like on line 22250
azizLIGHT 2017-02-23 14:55:28
xserver-xorg-video-neomagic: its got a ppa package installed instead of ubuntu repo vrsion
silox 2017-02-23 14:55:39
apt-cache policy xserver*
silox 2017-02-23 14:55:44
try that
kaosine 2017-02-23 14:56:09
sruli: yeah I think I'm SOL on trying to fix it I can't go anywhere right now and my disc drive has gone MIA
azizLIGHT 2017-02-23 14:56:46
silox: its not very different from my paste. all it did was filter it down to xserver* related pacakges
azizLIGHT 2017-02-23 14:56:51
im trying to find something more specific
lerner 2017-02-23 15:06:34
is there any command to make my computer shut all programs and turn itself off in 2 hours time?
silox 2017-02-23 15:07:04
azzizLIGHT: try this
silox 2017-02-23 15:07:05
apt-cache policy $(dpkg -l | awk 'NR >= 6 { print $2 }') | awk '/^[^ ]/ { split($1, a, ":"); pkg = a[1] } nextline == 1 { nextline = 0; printf("%-40s %-50s %s\n", pkg, $2, $3) } /\*\*\*/ { nextline = 1 }' | grep -v ubuntu.com | grep -v "\/var\/lib\/dpkg\/status"
wedgie 2017-02-23 15:07:35
lerner: shutdown -r +120
wedgie 2017-02-23 15:07:43
err
wedgie 2017-02-23 15:07:47
shutdown -h +120
wedgie 2017-02-23 15:08:00
-r would be reboot
lerner 2017-02-23 15:09:12
and now that I need to turn a vpn off before shutting the computer its time to learn to write scripts...
lerner 2017-02-23 15:10:05
wedgie, can that command be combined with another command, like sudo service tor stop?
wedgie 2017-02-23 15:10:55
lerner: if you need to get complex, probably best to put it all in a script and use "at" to schedule it
silox 2017-02-23 15:10:59
something like sleep 7200 && nmcli con down id "Your VPN connection name here"
silox 2017-02-23 15:11:04
if you're using network manager for it
wedgie 2017-02-23 15:11:26
though shutting down ought to tell the sytem to stop all services...
silox 2017-02-23 15:11:36
true
lerner 2017-02-23 15:11:59
if I dont turn networks off before shutting computer off, it wont shut off
lerner 2017-02-23 15:16:14
if I write a small h instead of capital, will it still turn off?
lerner 2017-02-23 15:16:25
o wait
lerner 2017-02-23 15:16:29
2 different things
OerHeks 2017-02-23 15:16:34
happyfr0gg, show us in a pastebin please
dylan__ 2017-02-23 15:17:24
hola
dylan__ 2017-02-23 15:17:30
que tal
OerHeks 2017-02-23 15:17:58
hi dylan__ english only please
dylan__ 2017-02-23 15:17:59
hola
happyfr0gg 2017-02-23 15:18:58
OerHeks - Okay, please give me a minute.
OerHeks 2017-02-23 15:19:26
happyfr0gg, just run updates, it will show those errors too
OerHeks 2017-02-23 15:24:46
you can check this in terminal : touch test.txt
OerHeks 2017-02-23 15:25:09
if you get an error about read only, there you go: perform fsck to fix this