Re: Why wouldn't "stringing" of an input parameter using an array work? ...

2023-06-18 Thread Albretch Mueller
the error message I got was: find: possible unquoted pattern after predicate `-path'? lbrtchx

Re: Why wouldn't "stringing" of an input parameter using an array work? ...

2023-06-18 Thread Albretch Mueller
On 6/8/23, Greg Wooledge wrote: > Yes. Use an array. > kate "${_KSX_AR[@]}" & I tried the same kind of magic with find, but it didn't work. I don't want to have to have to hard code the statement into find. Any way to work around this?: _DIR_BRNX="/media/user/60320G593EB7250F" _X_SUB_DIRS_AR=

Re: How does the bookworm amd64 netinst 738MB iso fit into a 700MB cd-r?

2023-06-18 Thread Thomas Schmitt
Hi, siso wrote: > The bug saved my drive fortunately. Yay for that. I have no report of persistent damage. But drives can take offense from overburning and then need a power cycle. > I wonder if we are seeing the last of CD-R as a Debian install medium. It seems not to be intented for now. Bu

Re: How does the bookworm amd64 netinst 738MB iso fit into a 700MB cd-r?

2023-06-18 Thread siso
Hi, On Mon, Jun 19, 2023 at 3:32 AM Thomas Schmitt wrote: > > You ran into a known bug of cdrskin which will be fixed by version 1.5.6. > It did not even try to burn more than the official number of blocks. > > Nevertheless it most probably would not have worked, because 36 MiB of > overburning i

Re: chroot: can't execute command "/bin/bash": No such file or directory

2023-06-18 Thread Jeffrey Walton
On Sun, Jun 18, 2023 at 5:03 AM Mario Marietto wrote: > > [...] > I've debootstrapped jessie on Ubuntu 14.04 with this command : > > debootstrap --foreign --arch=armhf jessie jessie-armhf > http://archive.debian.org/debian > > and it worked ok,but when I try to chroot within it : > > root@mariett

Re: chroot: can't execute command "/bin/bash": No such file or directory

2023-06-18 Thread Tim Woodall
On Sun, 18 Jun 2023, Mario Marietto wrote: Hello. with qemu works,but I thought that it was better to avoid the usage of qemu. I'm a bit puzzled what you're trying to do. if you want to chroot on an amd64 machine then you have to use something like qemu to emulate the armhf processor. If yo

Re: How does the bookworm amd64 netinst 738MB iso fit into a 700MB cd-r?

2023-06-18 Thread Thomas Schmitt
Hi, siso wrote: > I tried to write the debian-12.0.0-amd64-netinst.iso to cd using > cdrskin and xorriso but they both refused my command. Righteously. The ISO is just too large for "700 MB" CDs. In https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038440 i wrote a comparison of old and new s

Bookworm in systemd-container: 2-minute login timeout

2023-06-18 Thread darkpenguin
On a Bullseye host: - Debootstrap a fresh Bookworm system - Launch it in systemd-nspawn: sudo systemd-nspawn -b -D bookworm - Type your login and password - See the "message of the day" - Exactly 2 minutes of nothing happening - See the command prompt: user@machine:~$ The same happens if you log o

How does the bookworm amd64 netinst 738MB iso fit into a 700MB cd-r?

2023-06-18 Thread siso
I tried to write the debian-12.0.0-amd64-netinst.iso to cd using cdrskin and xorriso but they both refused my command. user@debian:~$ cdrskin -v dev=/dev/sr0 -sao debian-12.0.0-amd64-netinst.iso cdrskin 1.5.4 : limited cdrecord compatibility wrapper for libburn cdrskin: verbosity level : 1 cdrskin

Re: chroot: can't execute command "/bin/bash": No such file or directory

2023-06-18 Thread Tim Woodall
On Sun, 18 Jun 2023, Mario Marietto wrote: Hello. Maybe a little problem for you,but a bigger problem for me. I've debootstrapped jessie on Ubuntu 14.04 with this command : debootstrap --foreign --arch=armhf jessie jessie-armhf http://archive.debian.org/debian and it worked ok,but when I try

Re: how to debootstrap Debian 8 Jessie released 2015-04-25 on Ubuntu 14.04

2023-06-18 Thread Greg Wooledge
On Sun, Jun 18, 2023 at 10:22:56AM +0200, Mario Marietto wrote: > ok. these works : > > debootstrap --foreign --arch=armhf jessie jessie-armhf > http://archive.debian.org/debian > > debootstrap --foreign --arch=armhf strech strech-armhf > http://archive.debian.org/debian > > but not this : > >

Re: chroot: can't execute command "/bin/bash": No such file or directory

2023-06-18 Thread Mario Marietto
The debootstrapping of "stretch / armel" can't be completed : root@marietto-Z87-HD3:/home/marietto/Scrivania/Chromebook/linux-distros# qemu-debootstrap --foreign --arch=armel stretch stretch-armel http://archive.debian.org/debian

Re: chroot: can't execute command "/bin/bash": No such file or directory

2023-06-18 Thread Mario Marietto
---> Just to be sure: is your Ubuntu (and your system) armhf? As host I've installed ubuntu 14.04 (for amd64) and I've installed ubuntu 14.04 for arm-hf on the arm chromebook (the variant armel version does not exist for the 14.04). ---> If not, you'll need something like qemu-user to emulate arm

Re: chroot: can't execute command "/bin/bash": No such file or directory

2023-06-18 Thread Eduardo M KALINOWSKI
On 18/06/2023 06:02, Mario Marietto wrote: Hello. Maybe a little problem for you,but a bigger problem for me. I've debootstrapped jessie on Ubuntu 14.04 with this command : debootstrap --foreign --arch=armhf jessie jessie-armhf http://archive.debian.org/debian

Re: package managers problem

2023-06-18 Thread songbird
DdB wrote: > Am 17.06.2023 um 14:38 schrieb Greg Wooledge: >> On Fri, Jun 16, 2023 at 11:03:59PM -0400, pa...@quillandmouse.com wrote: >>> Why isn't there a ONE WAY for packages to be managed? >> >> Because each user has a different preference. Just read this thread >> for example, and see all th

Re: chroot: can't execute command "/bin/bash": No such file or directory

2023-06-18 Thread Darac Marjal
On 18/06/2023 10:02, Mario Marietto wrote: Hello. Maybe a little problem for you,but a bigger problem for me. I've debootstrapped jessie on Ubuntu 14.04 with this command : debootstrap --foreign --arch=armhf jessie jessie-armhf http://archive.debian.org/debian

Re: how to debootstrap Debian 8 Jessie released 2015-04-25 on Ubuntu 14.04

2023-06-18 Thread Javier Barroso
Hello, El dom., 18 jun. 2023 10:23, Mario Marietto escribió: > ok. these works : > > debootstrap --foreign --arch=armhf jessie jessie-armhf > http://archive.debian.org/debian > > debootstrap --foreign --arch=armhf strech strech-armhf > http://archive.debian.org/debian > > but not this : > > root

chroot: can't execute command "/bin/bash": No such file or directory

2023-06-18 Thread Mario Marietto
Hello. Maybe a little problem for you,but a bigger problem for me. I've debootstrapped jessie on Ubuntu 14.04 with this command : debootstrap --foreign --arch=armhf jessie jessie-armhf http://archive.debian.org/debian and it worked ok,but when I try to chroot within it : root@marietto-Z87-HD3:/

Re: package managers problem

2023-06-18 Thread DdB
Am 17.06.2023 um 14:38 schrieb Greg Wooledge: > On Fri, Jun 16, 2023 at 11:03:59PM -0400, pa...@quillandmouse.com wrote: >> Why isn't there a ONE WAY for packages to be managed? > > Because each user has a different preference. Just read this thread > for example, and see all the differing opinio

Re: how to debootstrap Debian 8 Jessie released 2015-04-25 on Ubuntu 14.04

2023-06-18 Thread Mario Marietto
ok. these works : debootstrap --foreign --arch=armhf jessie jessie-armhf http://archive.debian.org/debian debootstrap --foreign --arch=armhf strech strech-armhf http://archive.debian.org/debian but not this : root@marietto-Z87-HD3:/home/marietto/Scrivania/Chromebook/linux-distros# debootstrap -

Re: how to debootstrap Debian 8 Jessie released 2015-04-25 on Ubuntu 14.04

2023-06-18 Thread Mario Marietto
Can you elaborate the full command ? thanks. On Sun, Jun 18, 2023 at 10:12 AM Javier Barroso wrote: > Hello, > > El dom., 18 jun. 2023 9:56, Mario Marietto > escribió: > >> I'm running Ubuntu 14.04 and I would like to debootstrap debian jessie 8. >> I've found this tutorial and I tried , but it

Re: how to debootstrap Debian 8 Jessie released 2015-04-25 on Ubuntu 14.04

2023-06-18 Thread Javier Barroso
Hello, El dom., 18 jun. 2023 9:56, Mario Marietto escribió: > I'm running Ubuntu 14.04 and I would like to debootstrap debian jessie 8. > I've found this tutorial and I tried , but it didn't work : > > from here : > > https://blog.lazy-evaluation.net/posts/linux/debian-armhf-bootstrap.html > > >

how to debootstrap Debian 8 Jessie released 2015-04-25 on Ubuntu 14.04

2023-06-18 Thread Mario Marietto
I'm running Ubuntu 14.04 and I would like to debootstrap debian jessie 8. I've found this tutorial and I tried , but it didn't work : from here : https://blog.lazy-evaluation.net/posts/linux/debian-armhf-bootstrap.html he says to do : # debootstrap --foreign --arch=armhf jessie jessie-armhf

Re: bookworm isn't as stable as buster

2023-06-18 Thread hlyg
On 6/18/23 07:50, davidson wrote: It is an option of go-mtpfs. See its man page, as suggested. Thank davidson! but it's ok when i connect phone with go-mtpfs again, i don't think -debug option can offer clue to my problem

Re: [Debian 12 Issue] Black Screen after starting X11. Cant log in into Graphical Environments. Either DEs or WMs. AMD Radeon GPU problems

2023-06-18 Thread Michel Verdier
Le 18 juin 2023 Paul Gerdes a écrit : > i get these messages: > "grep: /var/log/Xorg.*: No such file or directory" > "grep: /var/log/Xorg: No such file or directory" > > looks like there is no log file for X11 Did you also try to start X with startx from a tty ? Can you provide find /etc/ | grep