Re: Installing Debian Buster on Cubox-i4 with eSATA drive.

2021-01-27 Thread Vagrant Cascadian
On 2021-01-27, Rick Thomas wrote: > I'm trying to install Debian Buster [1] on my Cubox-i4P with an eSATA > drive. Everything seems to be fine, but when it comes time to reboot, > it boots into the installer again, rather than the installed system. > > Here's what I did, and what I observed: > > *)

Re: Installing Debian Buster on Cubox-i4 with eSATA drive.

2021-01-27 Thread Andrei POPESCU
On Mi, 27 ian 21, 20:03:22, Rick Thomas wrote: > I'm trying to install Debian Buster [1] on my Cubox-i4P with an eSATA > drive. Everything seems to be fine, but when it comes time to reboot, > it boots into the installer again, rather than the installed system. > > Here's what I did, and what I

Re: Installing Debian Buster on Cubox-i4 with eSATA drive.

2021-01-27 Thread Jeremy Ardley
On 28/1/21 12:03 pm, Rick Thomas wrote: I'm trying to install Debian Buster [1] on my Cubox-i4P with an eSATA drive. Everything seems to be fine, but when it comes time to reboot, it boots into the installer again, rather than the installed system. Here's what I did, and what I observed: *)

Installing Debian Buster on Cubox-i4 with eSATA drive.

2021-01-27 Thread Rick Thomas
I'm trying to install Debian Buster [1] on my Cubox-i4P with an eSATA drive. Everything seems to be fine, but when it comes time to reboot, it boots into the installer again, rather than the installed system. Here's what I did, and what I observed: *) I downloaded the two parts of the SDcard in

Re: URL to source file

2021-01-27 Thread Vincent Lefevre
On 2021-01-27 14:46:14 +0100, Emanuel Berg wrote: > Vincent Lefevre wrote: > > > With zsh, you can avoid the pipe with zsh expansions: > > > > local ver=${${(M)${(f)"$(aptitude show $pack)"}:#Version:*}#* } > > > > or with apt-cache (which is faster than aptitude): > > > > local ver=${${(M)${(

Re: Joining Bullseye to Zentyal AD

2021-01-27 Thread Tibz Loufok
Hi, I don't know zentyal AD. But I was able to join Debian 8 to 10 and centos 7 to Active directory following red hat guide. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/windows_integration_guide/introduction I used realmd and sssd. Based on this experience. Chec

Joining Bullseye to Zentyal AD

2021-01-27 Thread Lucio Crusca
I'm trying to join a Debian Bullseye instance to Active Directory domain powered by Zentyal Community Edition. I'm not sure if I'm doing it wrong on the client or on the server side, but the server is just a default Zentyal 6.2 CE setup with enabled AD services. I've tried following a few gu

Re: URL to source file

2021-01-27 Thread Emanuel Berg
Stefan Monnier wrote: >> It is still in some interface but good enough for >> a reference. > > https://sources.debian.org/data/main/u/units/2.18-1/definitions.units > > gives you the "raw" file. #! /bin/zsh file-url () { local pack=$1 local ver=$(dpkg-query -f '${Version}\n' -W $pack)

Re: URL to source file

2021-01-27 Thread Emanuel Berg
Stefan Monnier wrote: >> It is still in some interface but good enough for a reference. > > https://sources.debian.org/data/main/u/units/2.18-1/definitions.units > > gives you the "raw" file. Great! :) > Stefan = king -- underground experts united http://user.it.uu.se/~embe8573 https://datasw

Re: URL to source file

2021-01-27 Thread Emanuel Berg
Vincent Lefevre wrote: > With zsh, you can avoid the pipe with zsh expansions: > > local ver=${${(M)${(f)"$(aptitude show $pack)"}:#Version:*}#* } > > or with apt-cache (which is faster than aptitude): > > local ver=${${(M)${(f)"$(apt-cache show --no-all-versions > $pack)"}:#Version:*}#* } Co

Pruebas detectan nueva variante del virus: Estado de Mexico, Ciudad de Mexico, Queretaro, Guanajuato, Guadalajara

2021-01-27 Thread Juan Pablo Garcia Castillo
Variante B.1.1.7 (Reino Unido), Variante 1.351 (Sudáfrica), Variante P.1 (Brasil) PRUEBAS DE HISOPADO NASOFARINGEO ABBOTT PANBIO™ COVID-19 Ag RAPID TEST (Cat. 41FK10) Actualmente existen diferentes variantes del COVID-19 que están circulando a nivel mundial, donde destaca: Variante B.1.1.7 (R

Re: URL to source file

2021-01-27 Thread Andrei POPESCU
On Mi, 27 ian 21, 12:38:07, Vincent Lefevre wrote: > On 2021-01-27 12:02:53 +0100, Emanuel Berg wrote: > > > Or even better, with dpkg-query(1) > > > > > > file-url () { > > > local debian=https://sources.debian.org/src > > > local pack=$1 > > > local ver=$(dpkg-query -f '${Version}\n'

Re: URL to source file

2021-01-27 Thread Emanuel Berg
> Or even better, with dpkg-query(1) > > file-url () { > local debian=https://sources.debian.org/src > local pack=$1 > local ver=$(dpkg-query -f '${Version}\n' -W $pack) > local file=$2 > local url=$debian/$pack/$ver/$file > echo $url > } Advantage compared to previous vers

Re: URL to source file

2021-01-27 Thread Stefan Monnier
Emanuel Berg [2021-01-27 10:49:49] wrote: > tomas wrote: > >> https://sources.debian.org/src/units/2.18-1/definitions.units > > It is still in some interface but good enough for a reference. https://sources.debian.org/data/main/u/units/2.18-1/definitions.units gives you the "raw" file.

Re: URL to source file

2021-01-27 Thread Emanuel Berg
> Oh, forgot the awk + grep trick :) Or even better, with dpkg-query(1) file-url () { local debian=https://sources.debian.org/src local pack=$1 local ver=$(dpkg-query -f '${Version}\n' -W $pack) local file=$2 local url=$debian/$pack/$ver/$file echo $url } -- underground

Re: URL to source file

2021-01-27 Thread Emanuel Berg
> #! /bin/zsh > > file-url () { > local debian=https://sources.debian.org/src > local pack=$1 > local ver=$(aptitude show units | grep '^Version: ' | awk '{print $2}') > local file=$2 > local url=$debian/$pack/$ver/$file > echo $url > } # [1] > > [1] https://dataswamp.org/~i

Re: Preseed: Expert recipe with LVM in partman-auto fails to format disk

2021-01-27 Thread Antoine Mazeas
Still stuck on this one... I would really appreciate some insight... Is what I'm trying to do possible with preseed and partman? Le 23/01/2021 à 19:15, Antoine Mazeas a écrit : As a follow-up, the following recipe (a truncated version of the original in OP) results in a wrong partitioning:

Re: URL to source file

2021-01-27 Thread Emanuel Berg
> It is still in some interface but good enough for a reference. > > Good enough for government work! > > So it is: https://sources.debian.org/src/ + package name + > package version + file name $ file-url units definitions.units # https://sources.debian.org/src/units/2.21-1/definitions.units #!

Re: URL to source file

2021-01-27 Thread Emanuel Berg
tomas wrote: > https://sources.debian.org/src/units/2.18-1/definitions.units It is still in some interface but good enough for a reference. Good enough for government work! So it is: https://sources.debian.org/src/ + package name + package version + file name -- underground experts united h

URL to source file

2021-01-27 Thread Emanuel Berg
Hello, how can I get a hyperlink to a particular file in a pack? e.g., definitions.units of the units pack, i.e. units-2.21/definitions.units ? TIA -- underground experts united http://user.it.uu.se/~embe8573 https://dataswamp.org/~incal

Re: URL to source file

2021-01-27 Thread Vincent Lefevre
On 2021-01-27 12:02:53 +0100, Emanuel Berg wrote: > > Or even better, with dpkg-query(1) > > > > file-url () { > > local debian=https://sources.debian.org/src > > local pack=$1 > > local ver=$(dpkg-query -f '${Version}\n' -W $pack) > > local file=$2 > > local url=$debian/$pack/$

Re: URL to source file

2021-01-27 Thread tomas
On Wed, Jan 27, 2021 at 10:49:49AM +0100, Emanuel Berg wrote: > tomas wrote: > > > https://sources.debian.org/src/units/2.18-1/definitions.units > > It is still in some interface but good enough for a reference. > > Good enough for government work! :-) > So it is: https://sources.debian.org/

Re: Screen scaling and 4k support in libvirt with qemu/kvm

2021-01-27 Thread Linux-Fan
Linux-Fan writes: Rainer Dorsch writes: Hi, with virtualbox, it is possible that the guest system rescales its screen if I change the window for the guest (and virtualbox guest tools are installed at least). Does anybody know if that is possible with virt-manager/libvirt/qemu/ kvm? It

Re: Screen scaling and 4k support in libvirt with qemu/kvm

2021-01-27 Thread Linux-Fan
Rainer Dorsch writes: Hi, with virtualbox, it is possible that the guest system rescales its screen if I change the window for the guest (and virtualbox guest tools are installed at least). Does anybody know if that is possible with virt-manager/libvirt/qemu/ kvm? It is certainly possible

Re: URL to source file

2021-01-27 Thread tomas
On Wed, Jan 27, 2021 at 10:21:29AM +0100, Emanuel Berg wrote: > Hello, how can I get a hyperlink to a particular file in > a pack? You mean... a Debian package? > e.g., definitions.units of the units pack, i.e. > units-2.21/definitions.units ? TIA If I understood you correctly, there are several

Re: audio support in libvirt with qemu/kvm

2021-01-27 Thread Christian Ehrhardt
On Tue, Jan 26, 2021 at 4:07 PM Rainer Dorsch wrote: > > Hi, > > I created a virtual machine using libvirt with qemu/kvm. To make it simple, I > installed a Debian 10 guest on a Debian 10 host. I am wondering, if it is > possible to access (pulse-)audio from the guest. If you have - the optional