Re: [qubes-users] Inconsistency between `qvm-template list` and `qvm-template-gui`

2024-03-20 Thread 'unman' via qubes-users
Without seeing the screenshot, I think I know the issue. They are from the same repository. qvm-template lists *all* the template in the repo, whereas qvm-template-gui filters to only show the most recent supported versions. -- I never presume to speak for the Qubes team. When I comment in the

Re: [qubes-users] Ethernet socket device not available in Network Connections

2024-03-02 Thread 'unman' via qubes-users
[quote] my sys-net is also sys-usb because I used the USB ethernet adapter so I think this is the problem but I don't know how to fix. [/quote] I doubt that this is the problem. Have you assigned the device to sys-net in the "devices" tab of sys-net settings. When sys-net boots up, can you run

Re: [qubes-users] time sync dysfunctional

2024-02-06 Thread 'unman' via qubes-users
On Tue, Feb 06, 2024 at 01:08:09PM +0100, 'haaber' via qubes-users wrote: > addendum: if I run "date" in a client VM it will give the right > timezone, but still has 3min of delay.. > > On 2/6/24 11:45, 'haaber' via qubes-users wrote: > > Hi, > > > > I am still on Q4.1 (no time to do a full

Re: [qubes-users] split-ssh question

2023-09-10 Thread 'unman' via qubes-users
sed through to the ssh back-end to serve up the appropriate keys. You can find it at https://github.com/unman/qubes-ssh-agent or a packaged version for easy installation at https://qubes.3isec.org/tasks.html If you dont use it, it should give you one idea of how you might go on. -- You recei

Re: [qubes-users] saltstack: detect the os within a running target/state.sls

2023-08-25 Thread 'unman' via qubes-users
ut my guess is that you used `qubesctl state.apply ...` If you want to target a template, then you should use: `qubesctl --skip-dom0 --targets=LIST_OF_TARGETS .` If you want a state file to be used BOTH for dom0 and templates, you can use a "defensive" approach - there are examples of t

Re: [qubes-users] QubesIncoming folder in /tmp ??

2023-06-30 Thread 'unman' via qubes-users
On Fri, Jun 30, 2023 at 12:27:41PM +0200, haaber wrote: > Hi I was wondering if it would not me preferable (at least in some VM's) > to delocalise the QubesIncoming folder in /tmp to have it "cleaned up" > regularly. It's a pain to do so manually. Is there a problem doing so ?  > What would be the

Re: [qubes-users] How to make sys-firewall broadcast a local qube as the system-wide DNS server?

2023-06-08 Thread 'unman' via qubes-users
On Tue, Jun 06, 2023 at 01:24:18PM -0500, Leo28C wrote: > I managed to set up a pi-hole qube and make it my network's DNS > filtering/caching server. Ironically, it works flawlessly across my network > EXCEPT it completely breaks DNS for all other qubes in the same system. On > Debian-based qubes

Re: [qubes-users] Colourful prompt

2023-05-04 Thread 'unman' via qubes-users
On Thu, May 04, 2023 at 05:01:38AM -0700, Andrew David Wong wrote: > On 5/3/23 4:02 AM, Qubes wrote: > > I have noticed on Fedora, the cli prompt itself is not colourful although > > the rest of the output is. Is there a way to get the prompt itself in > > colour as well? The prompt on Debian is

Re: [qubes-users] Injecting configuration files into appVM when it's created/started for the first time

2023-05-03 Thread 'unman' via qubes-users
On Wed, May 03, 2023 at 04:19:00PM +, Qubes wrote: > > 'unman' via qubes-users wrote: > > On Wed, May 03, 2023 at 12:53:00PM +, Qubes wrote: > > > > > Is there a sane way to update existing `*.conf` files on VMs that are > > > already running? > >

Re: [qubes-users] Injecting configuration files into appVM when it's created/started for the first time

2023-05-03 Thread 'unman' via qubes-users
On Wed, May 03, 2023 at 12:53:00PM +, Qubes wrote: > Is there a sane way to update existing `*.conf` files on VMs that are > already running? > Is there a not-so-labour-intensive way to solve this problem? Use salt - it's easy to apply to existing qubes, as well as template. You can (if you

Re: [qubes-users] Updating via a wireguard connection

2023-04-29 Thread 'unman' via qubes-users
On Fri, Apr 28, 2023 at 11:58:55AM -0700, Jeremy Hansen wrote: > I would like to configure Qubes to do its updates via a connection to a > wireguard service I have set up. > > I understand how to set up a wireguard enabled template and a qubes based on > that template following this: > >

Re: [qubes-users] Template for X?

2023-04-29 Thread 'unman' via qubes-users
On Sat, Apr 29, 2023 at 04:53:10PM +0800, Sandy Harris wrote: [quote] Is there a template to make a qube that just runs as an X terminal? [/quote] Have you tried a minimal template? -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe

Re: [qubes-users] Data recovery -- thin provisioned LVM metadata (?) problem

2023-04-25 Thread 'unman' via qubes-users
able to fix this in the past by deleting snapshots - I'm not sure if this will work for you. If I were you I would take a copy of the SSD with dd, and then start to prune - what happens if you use lvremove against some of the larger snapshots? unman -- You received this message because you a

Re: [qubes-users] Modifying /etc/hosts in dispVM

2023-04-20 Thread 'unman' via qubes-users
On Thu, Apr 20, 2023 at 11:29:08AM +, Rusty Bird wrote: [quote] 'host' isn't suitable for testing this, because it never looks at the [/quote] Right - neither are most of the *other* DNS utilities - ping should do. Or `getent hosts ...` -- You received this message because you are subscribed

Re: [qubes-users] Modifying /etc/hosts in dispVM

2023-04-19 Thread 'unman' via qubes-users
On Wed, Apr 19, 2023 at 07:06:19AM -0700, john.e...@gmail.com wrote: > I haven't been able to figure out how I can modify /etc/hosts in a dispVM > so that my entry (such as 10.1.1.1 myhost.example.commyhost) will be > used instead of DNS. > > I'm trying to direct my traffic to a different

Re: [qubes-users] dependency problem after upgrading standalone debian 11 VM

2023-04-14 Thread 'unman' via qubes-users
On Fri, Apr 14, 2023 at 04:10:29PM +0200, qubes-li...@riseup.net wrote: > Hi uman, > > thanks for your reply. > > 'unman' via qubes-users: > > Exactly this issue arose on GitHub - it is, as you say, because you did > > not update the qubes repository definition in t

Re: [qubes-users] dependency problem after upgrading standalone debian 11 VM

2023-04-14 Thread 'unman' via qubes-users
Exactly this issue arose on GitHub - it is, as you say, because you did not update the qubes repository definition in timely way. You can read the issue [here](https://github.com/qubesos/qubes-issues/issues/7865) The resolution is to follow the steps in the upgrade script - courtesy of Marek:

Re: [qubes-users] Kali Linux Purple - Defense

2023-04-05 Thread 'unman' via qubes-users
On Tue, Apr 04, 2023 at 10:11:19PM -0700, Foilsurf wrote: > Hello, > which of the out of the Box Defense features of the new *Kali Linux Purple*, > would be very nice to have also in *QubesOS *to raise the defense bar? (the > attacks also get every day harder...) > Kind Regards > I see that

Re: [qubes-users] How Qubes handles the start of services

2023-03-28 Thread 'unman' via qubes-users
On Mon, Mar 27, 2023 at 06:33:26PM +0200, r.wiesb...@web.de wrote: > Hi uman, > > that was the reference in qubes-doc that I found before and that I could > not find today when I was writing this email. However, it does not > explain what the advantage of this two-switch-model is compared to just

Re: [qubes-users] How Qubes handles the start of services

2023-03-27 Thread 'unman' via qubes-users
On Mon, Mar 27, 2023 at 03:48:15PM +0200, r.wiesb...@web.de wrote: > Hi there, > > every VM/qube has a "services" tab in its settings window. It seems like > Qubes is designed in a manner that requires two switches for a service: > it needs to be enabled in the template *and* requires an entry in

Re: [qubes-users] Odd behavior wile running two separate Whonix gateways

2023-03-24 Thread 'unman' via qubes-users
On Fri, Mar 24, 2023 at 04:23:48AM +, tiesta_symonne61 via qubes-users wrote: > I have two Whonix gateways, the default sys-whonix and a sys-whonix-clone. > Both are attached to different net vm's. > > The problem is that all qubes that have sys-whonix-clone as its net vm > show up under

Re: [qubes-users] 'qvm-copy' and 'qvm-copy-to-vm' in AppVM

2023-03-24 Thread 'unman' via qubes-users
qvm-copy-to-vm is deprecated and will be removed. -- 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 view this

Re: [qubes-users] Shutdown Delay

2023-01-03 Thread 'unman' via qubes-users
On Wed, Dec 28, 2022 at 11:00:18AM +0100, Ulrich Windl wrote: > Hi! > > Am I the only one that sees extra shutdown delays? > It seems that everything is unmounted, but still thing hang; unsure what that > is. See attachment. > What surprises me is that crypto seems to be stopped before unmount.

Re: [qubes-users] No editor at all in 'fedora-36-minimal' template?

2022-10-09 Thread 'unman' via qubes-users
On Sun, Oct 09, 2022 at 05:34:50AM -0700, Viktor Ransmayr wrote: > Is it correct, that this template does not provide any editor 'package' at > all? No, there's nano -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this

Re: [qubes-users] firefox-esr and brave-browser work, but firefox, nautilus, thunar, gnome-terminal, xterm do not

2022-08-25 Thread 'unman' via qubes-users
On Wed, Aug 24, 2022 at 07:12:45PM -0700, Andrew David Wong wrote: > On 8/24/22 2:31 PM, Franz wrote: > > Hello, > > the following command is intended to run an application in a new DVM: > > > > qvm-run --dispvm=debian-11-dvm --service qubes.StartApp+ > > > > If in place of I put firefox-esr or

Re: [qubes-users] Qubes Contrib repository

2022-08-21 Thread 'unman' via qubes-users
On Sat, Aug 13, 2022 at 10:02:15PM +0200, Qubes wrote: > Qubes wrote: > > I guess one way to see what is available in the contrib repo is to look > > on [Github][1], but is there a way to list the available packages in the > > contrib repo from cli? > > > > Assuming that one has already added the

Re: [qubes-users] Re: Problems with Timesynchronization

2022-07-31 Thread 'unman' via qubes-users
> > Can you please comment on how it is possible, that > "ConditionPathExists=/var/run/qubes-service/clocksync was not met" - and - > ideally, how to resolve that issue. > That suggests that you do not have the clocksync service enabled. Set it with `qvm-service --enable QUBE clocksync` or

Re: [qubes-users] qvm-firewall command error

2022-07-29 Thread 'unman' via qubes-users
On Wed, Jul 27, 2022 at 03:59:03PM -0700, Howard Chen wrote: > Currently, I am configuring my NetworkIT qube firewall with the > qvm-firewall command in dom0 terminal. However, when I entered this, it > showed this following error: > > [Howard@dom0 ~]$ qvm-firewall NetworkIT add dsthost

Re: [qubes-users] qubes core agent networking iso building help

2022-07-20 Thread 'unman' via qubes-users
On Tue, Jul 19, 2022 at 09:28:00AM -0700, Howard Chen wrote: > Thanks, Unman. This will take me about 18 to 19 months to finish and > publish if I have the right tools that I need and the codes probabilities > for that to happen. > On Tuesday, July 19, 2022 at 4:08:06 AM UTC-7

Re: [qubes-users] KDE on 4.1

2022-07-19 Thread 'unman' via qubes-users
On Tue, Jul 19, 2022 at 01:26:13PM +0200, Qubes wrote: > Qubes wrote: > > 'unman' via qubes-users wrote: > > > On Tue, Jul 19, 2022 at 08:41:40AM +0200, Qubes wrote: > > > > The procedure to install KDE in 4.1 doesn't seem to work, is > > > > that e

Re: [qubes-users] KDE on 4.1

2022-07-19 Thread 'unman' via qubes-users
On Tue, Jul 19, 2022 at 11:49:04AM +0200, Qubes wrote: > 'unman' via qubes-users wrote: > > On Tue, Jul 19, 2022 at 08:41:40AM +0200, Qubes wrote: > > > The procedure to install KDE in 4.1 doesn't seem to work, is that expected > > > behavior? > > > > Yes,

Re: [qubes-users] qubes core agent networking iso building help

2022-07-19 Thread 'unman' via qubes-users
On Mon, Jul 11, 2022 at 11:47:19AM -0700, Howard Chen wrote: > I need help to build the qubes core agent tools for the new OS that called > LinuxFX. Here is the story. > > I stumped across the YT for other Linux OS that functions similar to > Windows. This OS that was introduced to me by a

Re: [qubes-users] KDE on 4.1

2022-07-19 Thread 'unman' via qubes-users
On Tue, Jul 19, 2022 at 08:41:40AM +0200, Qubes wrote: > The procedure to install KDE in 4.1 doesn't seem to work, is that expected > behavior? Yes, the group isn't present. qubes-dom0-update kde-settings-qubes -- You received this message because you are subscribed to the Google Groups

Re: [qubes-users] VM initial memory

2022-07-16 Thread 'unman' via qubes-users
On Wed, Jul 13, 2022 at 05:28:01PM +0200, Qubes wrote: > Hi > > I am trying to figure out the significance of the "Initial memory" setting > of a VM. Does it make any difference? For example VM A and B. A is > configured with 500 MB initial memory and 2000 MB Max memory. VM B is > configured with

Re: [qubes-users] Onion site and repos are down

2022-07-14 Thread 'unman' via qubes-users
I am advised that the onion server is back online unman -- 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.co

[qubes-users] Onion site and repos are down

2022-07-12 Thread 'unman' via qubes-users
I am advised that there is a hardware fault, and the onion site is down. We're working on it. -- 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

Re: [qubes-users] Using the second os on the (dual-booted) system as a VM

2022-07-11 Thread 'unman' via qubes-users
On Mon, Jul 11, 2022 at 05:14:05AM -0700, MUT wrote: > I want to try creating maybe a standalone VM that would mount a partition > on my hard drive which has a seperate os installed on it as its root, and > use that as a VM. Effectively that would let you use the second OS you have > installed

Re: [qubes-users] Fedora 36 templates available

2022-06-30 Thread 'unman' via qubes-users
On Tue, Jun 28, 2022 at 03:42:22AM +, Metatron wrote: > On Mon, Jun 27, 2022 at 07:41:57PM -0700, Andrew David Wong wrote: > > Dear Qubes Community, > > > > New Fedora 36 templates are now available for Qubes 4.1! > > Is anyone else having this problem: > # sudo qubes-dom0-update

Re: [qubes-users] Problems with announced Fedora 35 templates

2022-06-12 Thread 'unman' via qubes-users
problem. > > With kind regards, > > Viktor > Hi Viktor My vanilla debian-11 template *does* have /etc/qubes-rpc/qubes.TemplateSearch. That file is provided by qubes-core-agent-dom0-updates. I currently have version 4.1.36-1 I suggest you make sure that you have that package insta

Re: [qubes-users] qubes update -- how to hold an old kernel ??

2022-06-12 Thread 'unman' via qubes-users
uld allow you to hold (some) older kernel version while still allowing you to try updated kernels. unman -- 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

Re: [qubes-users] Failing Salt code: out of ideas and wrong error

2022-05-25 Thread 'unman' via qubes-users
pattern and repl will be fine. A simpler (and lazier) formulation would use file.append: {% for binddir in binddirs %} configure '{{ binddir }}' to be persistent: file.append: - name: /rw/config/qubes-bind-dirs.d/50_user.conf - text: "binds+=( '{{ binddir }}' )" - m

Re: [qubes-users] Qubes 4.1: How to set private storage max size using SALT?

2022-03-22 Thread unman
You have to include a call to qvm-volume in your state file. 'qvm-volume extend QUBE:private 50G': cmd.run -- 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

Re: [qubes-users] Re: Qubes 4.1 qrexec issue?

2022-03-09 Thread unman
On Wed, Mar 09, 2022 at 11:20:53AM +, 'taran1s' via qubes-users wrote: > > > taran1s: > > I have an issue with Split GPG as well as with opening files in the > > disposable VMs and with the qrexec in the guide How to use Monero > > CLI/daemon with Qubes + Whonix too. > > > >

Re: [qubes-users] Audio leakage?

2022-02-01 Thread unman
This sounds familiar. I think that there was exactly the same issue raised in the Qubes Forum. afaik that was resolved to feedback, and not to intra-qubes bleeding. I'll check, (or you can), and update. -- You received this message because you are subscribed to the Google Groups "qubes-users"

Re: [qubes-users] Help using qubes as testing VMs

2022-01-18 Thread unman
HVMs you can, in some cases, install qubes packages, and then use tools like qvm-copy. I say, in some cases, because this wont work with some targets, like Ubuntu standalones. unman -- You received this message because you are subscribed to the Google Groups "qubes-users"

Re: [qubes-users] Why is dom0 so long behind in versions?

2022-01-18 Thread unman
On Tue, Jan 18, 2022 at 02:09:30PM +0100, 'Rune Philosof' via qubes-users wrote: > On Tue, Jan 18, 2022 at 1:24 PM 'awokd' via qubes-users < > qubes-users@googlegroups.com> wrote: > > > 'Rune Philosof' via qubes-users: > > > Why not use fedora 35 for dom0? > > > Wouldn't it make it easier to

Re: [qubes-users] How is the "update qube" selected/ how do I select it manually?

2021-12-21 Thread unman
On Tue, Dec 21, 2021 at 08:01:43PM +0100, r.wiesb...@web.de wrote: > it seems like the docs don't answer that, do they? > > https://www.qubes-os.org/doc/how-to-update/ > [quote] There is only a global setting for dom0 Updates, but how does it work for other qubes? [/quote] Individual templates

Re: [qubes-users] keyserver in template with saltstack unreachable

2021-12-04 Thread unman
at templates are using a proxy > for outbound connections which salt is not able to use for retrieving keys? > Btw. none of the options works: keyid + keyserver nor gpgkey. I just added > both of the in the salt snipped. > > Thanks! P. > It is connected - you can find the s

Re: [qubes-users] Qubes Update does not work for Whonix 16 templates ...

2021-11-07 Thread unman
On Sun, Nov 07, 2021 at 04:07:13AM -0800, Viktor Ransmayr wrote: > I've installed Whonix 16 on my Qubes OS R4.0 system - and - have switched > 'sys-whonix' to 'whonix-gw-16' as well as 'anon-whonix' to 'whonix-ws-16'. > > Everything seems to work fine - but - Qubes Updater reports that updates

Re: [qubes-users] Re: best way to disable a linux service in a AppVM

2021-11-06 Thread unman
On Sat, Nov 06, 2021 at 04:34:02PM +, lik...@gmx.de wrote: > On 11/6/21 16:23, badgateway wrote: > > Is it an option to clone your current template and disable the services > > permanently in your new template? > > > > It is an option. But in this case I'd prefer the way using >

Re: [qubes-users] Start disposable

2021-11-03 Thread unman
On Wed, Nov 03, 2021 at 05:29:33AM -0300, Franz wrote: > On Wed, Nov 3, 2021 at 2:18 AM Andrew David Wong wrote: > > > On 11/2/21 6:14 PM, Franz wrote: > > > Hello > > > the documented way to start a disposable from dom0 is: > > > > > > $ qvm-run --dispvm= --service qubes.StartApp+firefox > > >

Re: [qubes-users] Re: usb keyboard not working on debian 11 template

2021-10-14 Thread unman
On Wed, Oct 13, 2021 at 06:38:19PM +0200, haaber wrote: > > Unman wrote: > > qubes-input-proxy-sender is installed by default in the debian-11 > > template. > > If you are using a minimal template, this is meant for advanced users, > > but in any case, installati

Re: [qubes-users] Qubes 4.1 - ready to go on Nitropad X230 without much tweaks?

2021-10-13 Thread unman
On Wed, Oct 13, 2021 at 10:24:46AM +, 'taran1s' via qubes-users wrote: > I am thinking about upgrading my Nitropad X230 Qubes to 4.1, but I am > curious if the version 4.1 has some serious issues that would make the > experience worse than the current 4.0 or would need many tweaks to make the

Re: [qubes-users] Unable to install templates in Qubes OS 4.1beta

2021-10-11 Thread unman
On Mon, Oct 11, 2021 at 09:55:47PM +0200, 799 wrote: > Hello, > > I have setup Qubes 4.1 on my Surface and now I am running into issues > trying to install more templates. > sys-net is set as Dom0 Update VM and I am also able to search for packages > and they get listed correctly. > > [user@dom0

Re: [qubes-users] Re: usb keyboard not working on debian 11 template

2021-10-08 Thread unman
On Wed, Oct 06, 2021 at 10:48:14PM +0200, 'qtpie' via qubes-users wrote: > Installing qubes-input-proxy-sender in the template it was. Problem solved. > Thanks awokd! > > Note: to avoid this problem, these should either be default installed > packages in all templates, or be documented in >

Re: [qubes-users] Debian 10 - Update Errors

2021-10-04 Thread unman
On Fri, Oct 01, 2021 at 07:20:16AM -0700, load...@gmail.com wrote: > *$ sudo apt-get update* > Get:1 http://ftp.debian.org/debian buster-backports InRelease [46.7 kB] > Hit:2 https://contrib.qubes-os.org/deb/r4.0/vm buster InRelease > > Hit:3 https://deb.qubes-os.org/r4.0/vm

[qubes-users] New Prebuilt templates - Arch, Ubuntu and Mint, for 4.0 and 4.1

2021-09-28 Thread unman
- https://qubes.3isec.org, here on the list, https://github.com/unman/unman maybe another key server over Tor. You should do something like this, in a Fedora disposable - make sure you have enough space in the qube you use to download. Download the template you want from https://qubes.3isec.org

Re: [qubes-users] Networking issue after upgrading to Fedora-33

2021-09-28 Thread unman
On Mon, Sep 27, 2021 at 06:36:16AM -0700, mgla...@gmail.com wrote: > > Yes, there are custom firewall rules, but the firewall is set to "Allow > all outgoing internet connections". Which should ignore all the rules? > AFAIK, if you set custom firewall rules, they override the GUI firewall

Re: [qubes-users] Networking issue after upgrading to Fedora-33

2021-09-27 Thread unman
On Mon, Sep 27, 2021 at 02:35:34AM -0700, mgla...@gmail.com wrote: > > Hi everyone, > > I'm looking for some help as to how to diagnose some app-VM networking > issues. I have 2 vms, both based on the same template with identical > config, but one can reach the internet and the other cannot. >

Re: [qubes-users] how to modify qubes-installer-ISO

2021-09-24 Thread unman
nt.) > > If you use the stock templates, then you can customise them simply > > enough by adjusting the build parameters, and packages, in (e.g.) > > builder-debian. > > > > Thank you, awokd and unman. So I cannot just take the std installer, > unpack the iso, add/

Re: [qubes-users] how to modify qubes-installer-ISO

2021-09-20 Thread unman
On Sun, Sep 19, 2021 at 07:51:02PM +, 'awokd' via qubes-users wrote: > Bernhard: > > Dear qubes-community, > > > > I would like to modify the qubes-iso (add a different kernel, maybe add > > a wireless driver). Did someone here solve that already? A brief google > > on the subject reveals

Re: [qubes-users] error when pasting from global clipboard

2021-09-12 Thread unman
On Sun, Sep 12, 2021 at 02:35:25PM +0300, Mustafa Kuscu wrote: > Hi, > > I have recently updated my system which apparently broke global clipboard > functionality. > > After reading the docs, I have checked the log file at > /var/log/qubes/guid.domain_id.log which adds this line whenever ctrl +

Re: [qubes-users] qvm-usb is broken in qubes 4 / debian-10

2021-09-09 Thread unman
On Wed, Sep 08, 2021 at 09:00:17PM +0400, Vitali Andrusevich wrote: > Small update: > > Upgraded Debian Template From Debian-10 to Debian-11. > It didn't help unfortunately. Problem persists. > > BTW, USB attachment to VM running Fedora-32 Template still works without any > problems. > >

Re: [qubes-users] building cubes how to include custom patches

2021-09-09 Thread unman
On Thu, Sep 02, 2021 at 08:46:38PM +, 'awokd' via qubes-users wrote: > ludwig...@gmail.com: > > Hi all, > > I would like to patch some sources of xen and would like to know how > > to introduce the patches into the build system. > > There is a patch directory somewhere in the build

Re: [qubes-users] qubes packages in Archlinux AUR repo

2021-08-30 Thread unman
On Tue, Aug 31, 2021 at 07:38:33AM +0800, rss+qu...@armor-mail.com wrote: > Hi unman, > > > I cant help with the AUR. > > I build Arch packages for 4.0 and 4.1, and update them probably twice > > a month ( other constraints permitting) > > Thanks very much fo

Re: [qubes-users] qubes packages in Archlinux AUR repo

2021-08-28 Thread unman
ally, if no one is working this I need to move on from Arch) > > TIA. > I cant help with the AUR. I build Arch packages for 4.0 and 4.1, and update them probably twice a month ( other constraints permitting) You can pick up templates and packages at https://qubes.3isec.org unman --

Re: [qubes-users] Salting your Qubes

2021-08-20 Thread unman
On Wed, Aug 18, 2021 at 03:36:10AM +0200, Trust me I am a Doctor wrote: > > unman writes: > > >> Because whonix ensure updates comes from the tor network. I didn't > >> figured yet if it is desirable to search to do something here. > >> > > > >

Re: [qubes-users] Help with qrexec [#usb #StandaloneVMs #external_devices]

2021-08-17 Thread unman
On Thu, Aug 05, 2021 at 07:42:49AM +0200, 'Ing Gianluca Cavallo' via qubes-users wrote: > I'm a completely newbie qubes os user and I have this issue to solve and > maybe for you is too simple because you know what qubes is. > I created a StandaloneVM that means that it doesn't communicate with

Re: [qubes-users] dependencies of qubes-gpg-split in debian minimal templates

2021-08-16 Thread unman
On Sun, Aug 15, 2021 at 10:24:39PM +0200, Trust me I am a Doctor wrote: > > Hi, > > Processing to set up again qubes-gpg-split in my vms, qubes v4.0, I > assume I have to install the package qubes-gpg-split to have the command > qubes-gpg-client in the client and server VM. > > My client

Re: [qubes-users] Salting your Qubes

2021-08-06 Thread unman
On Wed, Jul 28, 2021 at 10:18:45PM +0200, Trust me I am a Doctor wrote: > > unman writes: > > > The repository was unavailable for a while. Was that the issue? > > Yes. I panicked. > > > Yes, apt-cacher-ng works for Fedora updates. > > Thanks for the deta

Re: [qubes-users] Re: Safely set up a Qube to connect to only one IP address on the Internet

2021-07-30 Thread unman
On Mon, Jul 26, 2021 at 08:09:52AM +, Michael Singer wrote: > On Thu, Jul 17, 2021 at 12:29PM +0700, unman wrote> On Thu, Jul 15, 2021 at > 06:07:59PM +, Michael Singer wrote: > >> On Thu, Jul 15, 2021 at 04:50:29PM +0700, unman wrote: > >> > >>> O

Re: [qubes-users] Re: How to join the new Qubes OS testing team (message from deeplow & unman)

2021-07-30 Thread unman
On Thu, Jul 29, 2021 at 11:10:54PM -0700, Andrew David Wong wrote: > On 7/29/21 9:05 AM, Yethal wrote: > > Does running automated tests on own hardware count as being part of testing > > team? I have some spare machines I can dedicate to that > > > > Thanks! That's a good question. I'm not

Re: [qubes-users] Firewall Question - accessing LAN when appvm is using vpnVM?

2021-07-21 Thread unman
On Wed, Jul 21, 2021 at 12:28:22PM +, Stumpy wrote: > I prefer to us a vpn proxy when possible so most of my appvms are setup to > use a vpn proxy vm. The problem is a few of my appvms need access to my home > server on my LAN but so far I cant seem to figure out how to access my > server on

Re: [qubes-users] Debian onion repo v2 deprecation - any debian v3 onions alternatives

2021-07-20 Thread unman
dn´t even have apt-transport-tor installed in debian templates, but > installing it does not add the v3 onions. > > On Tuesday, July 6, 2021 at 4:18:24 PM UTC+2 taran1s wrote: > > > > > > > unman: > > > On Tue, Jul 06, 2021 at 10:00:23AM +, 'taran1s'

Re: [qubes-users] Re: Safely set up a Qube to connect to only one IP address on the Internet

2021-07-17 Thread unman
On Thu, Jul 15, 2021 at 06:07:59PM +, Michael Singer wrote: > On Thu, Jul 15, 2021 at 04:50:29PM +0700, unman wrote: > > > On Wed, Jul 14, 2021 at 04:35:42PM +, Michael Singer wrote: > > >> > >> Would you let my Qube, which is supposed

Re: [qubes-users] Re: Safely set up a Qube to connect to only one IP address on the Internet

2021-07-15 Thread unman
On Wed, Jul 14, 2021 at 04:35:42PM +, Michael Singer wrote: > > On Wed, Jul 14, 2021 at 04:40:29, unman wrote: > > > Disable all unnecessary services in the qube - that means almost all of > > them. > > Where would you look for such services? Look to see what's r

Re: [qubes-users] Safely set up a Qube to connect to only one IP address on the Internet

2021-07-14 Thread unman
On Mon, Jul 12, 2021 at 11:02:51AM +, Michael Singer wrote: > Dear Qubes community, > > i am interested in your ideas on how you would set up a Qube as secure as > possible to connect to a single ordinary internet site (not a VPN network) > accessed directly via its IP address. > > My

Re: [qubes-users] Question related to Qubes Updater of dom0

2021-07-11 Thread unman
On Sun, Jul 11, 2021 at 01:13:04AM -0700, Viktor Ransmayr wrote: > Hello unman, > > unman schrieb am Samstag, 10. Juli 2021 um 16:57:43 UTC+2: > > > Looks good to me > > > > Can you please elaborate a bit more! - What were you looking for? I was looking for a p

Re: [qubes-users] Question related to Qubes Updater of dom0

2021-07-10 Thread unman
Looks good to me -- 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 view this discussion on the web visit

Re: [qubes-users] Question related to Qubes Updater of dom0

2021-07-10 Thread unman
On Fri, Jul 09, 2021 at 12:22:29PM -0700, Viktor Ransmayr wrote: > Viktor Ransmayr schrieb am Donnerstag, 8. Juli 2021 um 23:11:33 UTC+2 > > > Am Do., 8. Juli 2021 um 22:05 Uhr schrieb Mike Keehan : > > > >> On 7/8/21 7:27 PM, Viktor Ransmayr wrote: > >> > Hello Qubes Community, > >> > > >> > I

Re: [qubes-users] Debian onion repo v2 deprecation - any debian v3 onions alternatives

2021-07-06 Thread unman
On Tue, Jul 06, 2021 at 10:00:23AM +, 'taran1s' via qubes-users wrote: > I have my debian based templates updating repos onionized through existing > v2 onions. Tor Project announced that it will deprecate the v2 onions. Are > there any alternative debian v3 onions for debian updates? > The

Re: [qubes-users] Updating templates via salt (update.qubes-vm) doesn't work

2021-07-03 Thread unman
gt; DOM0 configuration failed, not working > > Any idea what went wrong? > > 799 > By default, qubesctl will act on dom0. You've referenced a state, but need to apply it. sudo qubesctl --show-output --skip-dom0 --targets fedora-32 state.apply update.qubes-vm I have a basic

Re: [qubes-users] USB controllers

2021-07-01 Thread Unman
On Mon, Jun 21, 2021 at 11:22:01PM -0300, Franz wrote: > > > Other strange things happened: > To restore a backup I connected an external USB disk with the backup to the > second USB qube and under the restore command I clicked on the external USB > disk to mount it. When I did that, a black

Re: [qubes-users] Re: Impossible to upgrade Fedora template from 32 to 34

2021-06-26 Thread unman
On Sat, Jun 26, 2021 at 04:22:54AM -0700, Ashtarsheran wrote: > Another thing, I did try increasing memory as per the Troubleshooting doc > on this template ; but this didn't solve anything in my case :/ > > On Saturday, 26 June 2021 at 13:20:39 UTC+2 Ashtarsheran wrote: > > > > > Hi all, > >

Re: [qubes-users] How to assign keyboard shortcuts to a VM?

2021-06-23 Thread unman
The if clause is to exclude dom0 windows, but you could adapt that if you *do* want action in dom0. unman -- 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

Re: [qubes-users] Dual booting different Qubes versions on same machine

2021-06-22 Thread unman
On Tue, Jun 22, 2021 at 10:29:54AM +0100, River~~ wrote: > Hi all, > > I noticed the new "alpha" level isos in the downloads and feel > motivated to help testing it. > > I obviously do not want to go over to alpha for my normal work, but > would be interested if I can install it alongside my

Re: [qubes-users] Troubleshooting: ArchLinux install seems to be stuck, logs attached

2021-06-21 Thread unman
On Mon, Jun 21, 2021 at 08:57:07AM -0400, Haisam Khalil wrote: > On Mon, Jun 21, 2021 at 6:52 AM unman wrote: > > > On Sun, Jun 20, 2021 at 09:14:47AM -0700, Chrome wrote: > > > > > > Doesn't matter because I give up on this approach or the debian > > a

Re: [qubes-users] VPN up/down pop up not working?

2021-06-21 Thread unman
On Mon, Jun 21, 2021 at 11:53:17AM +, Stumpy wrote: > On 2021-06-18 03:15, Sven Semmler wrote: > > On 6/17/21 8:59 AM, Stumpy wrote: > > > I guess I will just grin and bear it as its not crucial, I was just > > > hoping the fix might be simple like Sven's suggestion (thanks for > > > the

Re: [qubes-users] Troubleshooting: ArchLinux install seems to be stuck, logs attached

2021-06-21 Thread unman
On Sun, Jun 20, 2021 at 09:14:47AM -0700, Chrome wrote: > > Doesn't matter because I give up on this approach or the debian approach. I > nuked the fedora 32 minimal template and will give it a fresh start. I can > tell you for sure I followed your instructions and the documentation and > got

Re: [qubes-users] Troubleshooting: ArchLinux install seems to be stuck, logs attached

2021-06-20 Thread unman
On Sun, Jun 20, 2021 at 08:29:14AM -0700, Chrome wrote: > > > I've tried with a Fedora-33-minimal base for the builder (I usually use > > Debian), and the Archlinux template builds fine. > > As I said, there are two problems : first, you're just not building all > > the required packages. I

Re: [qubes-users] Troubleshooting: ArchLinux install seems to be stuck, logs attached

2021-06-18 Thread unman
On Thu, Jun 17, 2021 at 05:22:57AM -0700, Chrome wrote: > > > On Thursday, June 17, 2021 at 8:03:36 AM UTC-4 unman wrote: > > > On Wed, Jun 16, 2021 at 10:02:34AM -0700, Chrome wrote: > > > qubes downloading... > > > error: failed retrieving file 'qube

Re: [qubes-users] VPN up/down pop up not working?

2021-06-17 Thread unman
On Thu, Jun 17, 2021 at 01:59:23PM +, Stumpy wrote: > Anyway, I am not at a level that I can do particuarly deep poking and > figuring out such things, though the community has been a great resource in > helping me improve my "qubes/linux kungu". I do remember getting this popup > before (like

Re: [qubes-users] Troubleshooting: ArchLinux install seems to be stuck, logs attached

2021-06-17 Thread unman
On Wed, Jun 16, 2021 at 10:02:34AM -0700, Chrome wrote: > qubes downloading... > error: failed retrieving file 'qubes.db' from disk : Couldn't open file > /tmp/qubes-packages-mirror-repo/pkgs/qubes.db > error: failed to synchronize all databases (download library error) > > Strange - as I

Re: [qubes-users] VPN up/down pop up not working?

2021-06-17 Thread unman
On Thu, Jun 17, 2021 at 10:55:46AM +, Stumpy wrote: > > > On 2021-06-17 07:42, Sven Semmler wrote: > > Do you have a notification daemon installed? If unsure, install and > > run dunst and see if it works then. > > Thanks. I pretty much installed the packages listed as being needed for >

Re: [qubes-users] Troubleshooting: ArchLinux install seems to be stuck, logs attached

2021-06-16 Thread unman
On Tue, Jun 15, 2021 at 06:31:37AM -0700, Chrome wrote: > > > On Tuesday, June 15, 2021 at 8:00:17 AM UTC-4 unman wrote: > > > I'm not familiar with the document you are referring to. > > I regularly build the Arch templates, and dont recognise these errors. > >

Re: [qubes-users] Troubleshooting: ArchLinux install seems to be stuck, logs attached

2021-06-15 Thread unman
I'm not familiar with the document you are referring to. I regularly build the Arch templates, and dont recognise these errors. It looks as if a) you haven't built some of the packages, and b) the package database isn't being attached to the template. Are you using the setup script? The Arch

Re: [qubes-users] Troubleshooting: Kali VM creation Error: E: The method driver /usr/lib/apt/methods/tor+http could not be found. N: Is the package apt-transport-tor installed?

2021-06-13 Thread unman
On Sat, Jun 12, 2021 at 09:26:11AM -0700, Chrome wrote: > https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/kali.md > > Currently at step 9 of creating a usable kali VM when I saw the following > terminal text. Did something qubes related get removed from the template >

Re: [qubes-users] USB controllers

2021-06-13 Thread Unman
Very sorry to hear of your problems. Equally happy to help you (as far as I can) with resolving these issues, so if you do want to keep working on this, let the list know how it goes, and we will provide whatever help we can. -- You received this message because you are subscribed to the Google

Re: [qubes-users] USB controllers

2021-06-12 Thread Unman
On Sat, Jun 12, 2021 at 08:23:48AM -0300, Franz wrote: > > > >> take a look to the `qvm-pci` man page, it explains how to detach. > >> > >> > >> > > Many thanks it worked perfectly > > > > It worked perfectly for a week or so, then the mouse stopped working. > Thomas at Vikings, who built the D8

Re: [qubes-users] snap issues, related to the filesystem outside of ~/ ?

2021-06-11 Thread unman
On Thu, Jun 10, 2021 at 09:45:59PM +, Stumpy wrote: > > > I tried installing snaps in a debian template and then > > but while it ran fine the first time, after restarting it stopped > working. As I wanted to be sure it was not a qubes issue I posted on the > snapcraft forum [1] and the

  1   2   3   4   5   6   7   8   9   10   >