Re: [qubes-users] qvm-ls --fields name,madmen,memory

2019-07-14 Thread brendan . hoar
On Sunday, July 14, 2019 at 8:04:27 AM UTC-4, unman wrote:
> On Sun, Jul 14, 2019 at 04:34:04AM -0700, bxx...@gmail.com wrote:
> > When I run the above command, the memory column is always set to ???-??? in 
> > the output. Am I using the wrong field name?
> No, right name but doesnt output. maxmem works.

Ok, issue opened. Thanks.

Brendan

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/cf3ba04b-8a32-4158-a251-1791005d17d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] qvm-ls --fields name,madmen,memory

2019-07-14 Thread unman
On Sun, Jul 14, 2019 at 04:34:04AM -0700, brendan.h...@gmail.com wrote:
> When I run the above command, the memory column is always set to ???-??? in 
> the output. Am I using the wrong field name?
> 
> B
> 
> -- 

No, right name but doesnt output. maxmem works.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20190714120422.p2jwagpao3ey3zt2%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] qvm-ls says: "WARNING: VM has corrupted files!

2017-04-18 Thread Joonas Lehtonen


Joonas Lehtonen:
> Hi,
> 
> do I need to worry about that warning? (VMs work fine)
> How can I fix it?

This was related to the recent dom0 kernel update for VMs and fixed with:

qvm-prefs -s  kernel default

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/fd9e87d7-0fc7-3a15-2763-6c96aa6892eb%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


Re: [qubes-users] qvm-ls

2017-03-16 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2017-03-16 01:11, Andrew David Wong wrote:
> On 2017-03-16 01:08, Hack wrote:
>> Hi,
> 
>> How to output, with qvm-ls, all appvm names starting, for example, with
>> «disp».
> 
>> This kind of command does not work:
>> qvm-ls disp*
> 
>> Thanks
> 
> 
> qvm-ls --raw-list | grep disp
> 
> 

Better, since you want only names in which "disp" is a prefix:

qvm-ls --raw-list | grep ^disp

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJYykoPAAoJENtN07w5UDAwn5sQAM2BBaEea3jvwMGk6Kx5Bn2B
qcWsv2Azv4o8FhRTrAIO9hYoGN+/NQeGWeDuOTNjceqofSpMv+ix5n4MA+ePivnZ
EqIyjpAPcVheZocxERsHV2aAWlTEKxUNtKBtmBNqQKCB6UEFnf4jr6Rf9cMucx+E
He481J7d9rBtQAsaN75Ov8HmrJbuMdpM19OC0VtiOCrZcbAp8IbT064FmLtfMvtw
4l7iH9eYcc2gMwsCZSaDvtugUJAHBmfvFDJASXQsyPF/cb4SDaQj0j2ezgLtdFJW
Y/vrcV8QZq6cKb83UXg6clgzYPbSNvQFzDZpxftcPRxTCc8Rt0QdEI+7J9qz3UVq
qWCeXl0X7e8hRuWmsouhNiSzdZfGWWpW6nDAEgxRgyNatGSLuxuGbIDTZUfFJipO
zbtvncmmmNupjJp36L1BMd+Nc085LkKHaMVaIeE4ScSA3x1xB3J501W841SIZJEr
ey4mpgHtwr/B+tNiuOaf+Un46XUY9kj0d6ziBh1r2GBKgaA7DNrBQSjs3JBNpLXg
T6hzZc2XDduGc0Fkjs0PoUVckUmlpLqN+vnx7+iAGaTHx1PBffYyHh/mxZL8wFHR
misN3z9Z4AObGSCd1xmNdNQPuKXZtMNRYEHIGJ7/qKunVfm0eZhoNuDKKxbgszIa
hX2f0BRb3IdqNwpL2H7K
=Q/Un
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/41ff392e-aec7-f3f0-8f2d-c0e0e2a8635e%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] qvm-ls

2017-03-16 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2017-03-16 01:08, Hack wrote:
> Hi,
> 
> How to output, with qvm-ls, all appvm names starting, for example, with
> «disp».
> 
> This kind of command does not work:
> qvm-ls disp*
> 
> Thanks
> 

qvm-ls --raw-list | grep disp

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJYykixAAoJENtN07w5UDAwnxcP/jrGSZuzkQouTonONKjRiu5d
Qt731ks6TRE08aAXkcafsS+a2umNWyAdUqYjDjZg3cnV1Cx5Xa2d7tjgJV/ogel6
8cqSZ6lIQaRhmiiInY3JEYDjP3uSU8JSLIE0ukMNvtWU3UadaAwmzNt85IF1hu98
RXGdUvldW/47rwwHV49r87zHcdR/PDMI1su50kJqKir5ItNkR5yiOpwfksym8fLi
4wTOcYk0j08iuGW8teZw0dgZFrsbl5gl3ms+DHX/+fp40RKi37UKQ8635DbwfwlC
9G/36koUqEImx07m8UFXwkKDrTzrHtrOy3JBTH2d7efT9Kl45k75122DwMjGj5ur
6XZKZ6u8juVnNB5IQQDG377pzalKyvqDAhQdMrNtvvQsabf3ZvKBrY7PQlDahnfo
v53K607BoktlQ7HQYP9M8SqPG7FEeffy2CKdw8jwMDfLCgGAhtnydB9Ebf27BCYw
UojU/ECLZMRPePjsYlNxL+omCoDCyFFMDaUuUSQ4Y+V6GZsCX0C1hjWlXiP3zllg
iQFa9HBy4v35vmf+usBViOQvpNnGhCUqvToPtTLmk1z1oCuihhzCrUCYlaZeu7A+
Cj8JLGibEWxYs5tbB3jzHhm7ysG+HRT5HM8nVAoTi9GZeDugaCS1joE2VFIXxD95
fpsjtZcgu0Ja4RG/Ag3V
=w+9L
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/7e33ce76-61d2-b109-1fc5-ff09725bfb01%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] qvm-ls

2017-01-14 Thread Unman
On Sat, Jan 14, 2017 at 04:38:46PM +0100, john.david.r.smith wrote:
> hi.
> two questions about qvm-ls
> 1)
> qvm-ls displays ip, ip back an gateway/DNS.
> what is ip back?
> 2)
> how does the --raw-data flag work?
> can someone post an example?
> i tried things like
> qvm-ls --raw-data ip sys-tor
> but i always end up with a traceback of qvm-ls ('line 225
> fields[f]["max_width"] = len(f)')
> 
> - john

ip back is the IP address of the vif interfaces for a ProxyVM.
It is the address that downstream qubes see at first hop upstream, and is
default gateway for those qubes, (and default nameserver too.)

You misunderstand the use of --raw-data: it's not for VMs.
--raw-list just gives you names, --raw data gives you values for specific
keys:
qvm-ls --raw-data netvm will show ordered list of the netvms for each VM.


-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20170114201534.GB14174%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.