Re: How to run automatically a script as soon root login

2024-05-14 Thread Mario Marietto
24 at 1:16 PM Greg Wooledge wrote: > On Tue, May 14, 2024 at 01:10:05PM +0200, Mario Marietto wrote: > > Your answer does not help me to understand how to use a "structured > > programming / if , while, for, functions" for the specific task that I > want > > to achieve. > > What task is that? > > -- Mario.

Re: How to run automatically a script as soon root login

2024-05-14 Thread Mario Marietto
hy and how I can use it. Your answer puts the finger on the spot and isn't helpful, also because it says things that I already knew. On Tue, May 14, 2024 at 1:03 PM Greg Wooledge wrote: > On Tue, May 14, 2024 at 08:09:18AM +0200, Mario Marietto wrote: > > Nobody can show a different way,

Re: How to run automatically a script as soon root login

2024-05-14 Thread Mario Marietto
tement in *Bash*?! > > * Mario Marietto [24-05/13=Mo 13:37 +0200]: > > function jumpto > > { > > label=$1 > > cmd=$(sed -n "/$label:/{:a;n;p;ba};" $0 | grep -v ':$') > > eval "$cmd" > > exit > > } &g

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
yeah at the beginning i used xorg + xfce but then i realized that i did not need them,so the context became the textual mode. Il lun 13 mag 2024, 21:52 David Wright ha scritto: > On Mon 13 May 2024 at 21:18:30 (+0200), Mario Marietto wrote: > > On Mon, May 13, 2024 at 9:05 PM Greg

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
---> The context has been snipped out nope. Read well what I said on my first post : *[Forgot to say that I switched boot target to text with this command :* *sudo systemctl set-default multi-user.target]* What does this mean for you ? The context is that I was not using any desktop

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
I think I have found my way,adding this line to /etc/sudoers : marietto ALL=(ALL) NOPASSWD: /usr/bin/iptables and on the warp script : sudo /usr/bin/iptables -A POSTROUTING -t nat -s 192.168.1.5 -j MASQUERADE On Mon, May 13, 2024 at 3:20 PM wrote: > On Mon, May 13, 2024 at 09:17:31AM -0400,

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
I don't have those typos in the code. The typo has been to copy the content of the script by hand on the email message. On Mon, May 13, 2024 at 6:30 PM Will Mengarini wrote: > Nobody has yet applauded this glorious implementation > of the 1960s GOTO statement in *Bash*?! > > * Ma

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
[image: Istantanea_2024-05-13_17-37-39.png] Can someone explain to me why user "marietto" can't execute the command iptables as root,without password ? thanks. [image: Istantanea_2024-05-13_17-40-21.png] On Mon, May 13, 2024 at 5:19 PM Mario Marietto wrote: > There is still a

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
There is still a problem. If I login automatically as user and inside the script I do this : sudo iptables -A POSTROUTING -t nat -s 192.168.1.5 -j MASQUERADE it asks me for the password (don't know why it didn't before) but I can't issue a password,because the script inside the vm should work

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
good times when I was a good basic and turbo pascal programmer. On Mon, May 13, 2024 at 3:24 PM Nicolas George wrote: > Mario Marietto (12024-05-13): > > The command iptables -A POSTROUTING -t nat -s 192.168.1.5 -j MASQUERADE > > doesn't work if invoked as a user,it says "y

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
The command iptables -A POSTROUTING -t nat -s 192.168.1.5 -j MASQUERADE doesn't work if invoked as a user,it says "you must be root". So,as user,the script seems to be working fine like this : function jumpto { label=$1 cmd=$(sed -n "/$label:/{:a;n;p;ba};" $0 | grep -v ':$')

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
--> If they only want this thing to happen when root logs in directly on a console or ssh, then .profile may indeed be the correct answer. Yes,I don't need to run xorg and a desktop environment,since warp-cli disconnect and warp-cli connect do not require them. I wouldn't to login as root

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
.profile of root - that > means if "log in as root" actually means root, not just sudo'ing. .profile > will always be read as soon as the user logs in, no matter how. Through a > terminal, a GUI, doesn't matter. No idea if doing this through systemd is > even possible. > >

How to run automatically a script as soon root login

2024-05-12 Thread Mario Marietto
Hello to everyone. I'm using Debian 12. I'm configuring a little Debian 12 vm with qemu that I will use to forward the cloudflare connection to FreeBD. What I want to do is to run the script below as soon as root has logged in. I've configured the automatic login of root adding to this service

Debian does not load zfs automatically at boot and strange messages displayed on the screen...

2024-04-30 Thread Mario Marietto
Hello to everyone. I've just installed Debian 12 (netinstall version with ssh server + web server) as guest os on top of Windows 11 using qemu + whpx. These are the parameters that I've used : I:\OS\vms\qemu\qemu-system-x86_64.exe -machine q35 -accel whpx -cpu kvm64,hv_relaxed,hv_time,hv_synic

Fastly error: unknown domain: 199.232.150.132 : Fastly is cdn for Debian.

2023-12-10 Thread Mario Marietto
Hello to everyone. I'm using Devuan 5 for arm32 on my ARM chromebook and I've just tried to update the system,but I failed. This is the sources.list file that I'm using : deb http://pkg.bunsenlabs.org/debian beryllium main deb http://deb.devuan.org/merged daedalus main deb

Re: Temporary failure in name resolution error when I try to ping Debian 12 / DomU running on top of the Devuan 5 host os / Dom0

2023-11-19 Thread Mario Marietto
net/ipv4/conf/mlan0/forwarding echo 1 >/proc/sys/net/ipv4/conf/mlan0/proxy_arp /usr/sbin/arp -i mlan0 -Ds Thanks anyway. On Sun, Nov 19, 2023 at 10:56 PM Mario Marietto wrote: > Errata corrige : > > nano debian.cfg : > > kernel = '/Dati/xen/kernels/zImage-6.1.61-stb-xen-cb

Re: Temporary failure in name resolution error when I try to ping Debian 12 / DomU running on top of the Devuan 5 host os / Dom0

2023-11-19 Thread Mario Marietto
init=/sbin/init xen-fbfront.video=24,1024,768' On Sun, Nov 19, 2023 at 10:54 PM Mario Marietto wrote: > Hello. > > I'm trying to configure Debian 12 / DomU on my (Arm32) Chromebook because > I want to use the Internet and I want its IP address to be seen from > &quo

Temporary failure in name resolution error when I try to ping Debian 12 / DomU running on top of the Devuan 5 host os / Dom0

2023-11-19 Thread Mario Marietto
Hello. I'm trying to configure Debian 12 / DomU on my (Arm32) Chromebook because I want to use the Internet and I want its IP address to be seen from "outside" of my LAN. This is the tutorial that I'm following :

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-02 Thread Mario Marietto
ggestions to fix it ? thanks. On Sat, Sep 2, 2023 at 5:10 AM Max Nikulin wrote: > On 02/09/2023 04:15, Mario Marietto wrote: > > I've got a crazy idea : I see that Ubuntu has a 5.4 kernel source and > > header package. Is there a method or tool to convert these packages to > > d

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Mario Marietto
. Cater wrote: > On Fri, Sep 01, 2023 at 01:16:31PM +0200, Mario Marietto wrote: > > Hello to everyone. > > > > I've just installed Debian Buster on my ARM Chromebook,using this image : > > > > https://github.com/hexdump0815/imagebuilder/releases?page=12 > &

How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Mario Marietto
Hello to everyone. I've just installed Debian Buster on my ARM Chromebook,using this image : https://github.com/hexdump0815/imagebuilder/releases?page=12 He says that the image is based on the kernel 5.4 and it is. Infact the default running kernel is 5.4.14. But for the project that I'm

Re: Error : virHostCPUGetKVMMaxVCPUs: KVM is not supported on this platform: Function not implemented

2023-08-30 Thread Mario Marietto
thing in e-mail? > > On 30 Aug 2023 10:50, Mario Marietto wrote: > > Not a useful suggestion for me. I'm not a coder,such as I'm not a pro > > system admin : this is only a hobby for me. I try to do the best I > can,but > > I can't solve bugs for which a solution has not b

Re: Error : virHostCPUGetKVMMaxVCPUs: KVM is not supported on this platform: Function not implemented

2023-08-30 Thread Mario Marietto
wrote: > On 29 Aug 2023 23:48, Mario Marietto wrote: > > > I'm running Debian bookworm [...] > > No you're not. > > You're running a MODIFIED Debian version with a (rather old) MODIFIED > kernel : > > > $ uname -r > > 5.4.244-stb-cbe > > > >

Error : virHostCPUGetKVMMaxVCPUs: KVM is not supported on this platform: Function not implemented

2023-08-29 Thread Mario Marietto
Hello. I'm running Debian bookworm on my ARM Chromebook,model "xe303c12" and I've recompiled the kernel (5.4) to enable KVM,so now my system sounds like this : $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 12 (bookworm) Release:

Re: Failed to acquire pid file : /var/local/run/libvirt/qemu/driver.pid

2023-08-28 Thread Mario Marietto
Anyway,I found it relevant that I have the error with the wi-fi driver in debian,but not with devuan. On Mon, Aug 28, 2023 at 9:19 PM Mario Marietto wrote: > Yes.thanks. I've already asked there. The author is busy with different > projects,so I tried to look for some help from dif

Re: Failed to acquire pid file : /var/local/run/libvirt/qemu/driver.pid

2023-08-28 Thread Mario Marietto
23, 18:44, zithro wrote: > >> On 27 Aug 2023 12:09, Mario Marietto wrote: > >>> $ uname -a > >>> Linux chromarietto 5.4.244-stb-cbe > >>> #8 SMP PREEMPT Sat Aug 19 22:19:32 UTC 2023 armv7l GNU/Linux > >> > >> Is it normal to get this "

Re: Failed to acquire pid file : /var/local/run/libvirt/qemu/driver.pid

2023-08-28 Thread Mario Marietto
kvm ; you can even use 6.x. The image that I've used there is the 6.x onboard,but I have recompiled 5.4. On Mon, Aug 28, 2023 at 7:10 PM Christian Britz wrote: > On 28.08.23, 18:44, zithro wrote: > > On 27 Aug 2023 12:09, Mario Marietto wrote: > >> $ uname -a > >> Lin

mwifiex_sdio mmc2:0001:1: CMD_RESP: cmd 0x23f error, result=0x2 on your image Debian Bookworm for the ARM Chromebook.

2023-08-28 Thread Mario Marietto
Hello. I'm playing with my old ARM Chromebook,model xe303c12. I've recompiled the kernel to enable KVM,such as qemu 5.1 and libvirt from source code because I want to virtualize FreeBSD 13.2 arm 32 bit. As default OS I've installed Debian 12. So now my system sounds like this : $ lsb_release -a

Failed to acquire pid file : /var/local/run/libvirt/qemu/driver.pid

2023-08-27 Thread Mario Marietto
Hello. I'm running Debian bookworm on my ARM Chromebook,model "xe303c12" and I've recompiled the kernel to enable KVM,so now my system sounds like this : $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 12 (bookworm) Release:12

Re: Virtualization under Bookworm

2023-08-26 Thread Mario Marietto
So,surely go with virtualbox or vmware workstation. On Sun, Aug 27, 2023 at 1:20 AM Carl Fink wrote: > > On 8/26/23 16:01, Mario Marietto wrote: > > If you want a powerful tool,you should spend some of your time on it. > > If you want to use something easier,you will lose some

Re: Virtualization under Bookworm

2023-08-26 Thread Mario Marietto
to get QEMU/KVM set up. Is it easier now? > On 8/26/23 14:53, Mario Marietto wrote: > > For sure you can't miss qemu + kvm,they are the most powerful tools for > virtualization. With qemu and kvm you can pass through to the guest OS even > your gpu. With virtualbox or vmware you can'

Re: Virtualization under Bookworm

2023-08-26 Thread Mario Marietto
For sure you can't miss qemu + kvm,they are the most powerful tools for virtualization. With qemu and kvm you can pass through to the guest OS even your gpu. With virtualbox or vmware you can't. On Sat, Aug 26, 2023 at 8:40 PM James Bloom wrote: > Carl: > > I use VirtualBox on Debian 12, and I

Re: How do I remotely access the computer in the next room?

2023-07-02 Thread Mario Marietto
enable X forwarding on the remote pc and install lxde and then,from your pc,run : ssh -Y ip remote lxpanel Il lun 3 lug 2023, 01:50 Jeffrey Walton ha scritto: > On Sun, Jul 2, 2023 at 6:56 PM hobie of RMN > wrote: > > > > I need the best way currently available to operate my brother's

Re: Nexus 10 Manta Mainline allows me to install Debian on my Nexus 10 ?

2023-06-28 Thread Mario Marietto
:59 AM Dan Ritter wrote: > Mario Marietto wrote: > > Hello. > > > > Please give a look here : > > > > > https://forum.xda-developers.com/t/kernel-mainlining-manta-kernel.4461617/ > > > > it does not seem that it has been abandoned...it seems that ther

Re: Nexus 10 Manta Mainline allows me to install Debian on my Nexus 10 ?

2023-06-27 Thread Mario Marietto
Hello. Please give a look here : https://forum.xda-developers.com/t/kernel-mainlining-manta-kernel.4461617/ it does not seem that it has been abandoned...it seems that there have been good progress. On Wed, Jun 28, 2023 at 1:23 AM Dan Ritter wrote: > Mario Marietto wrote: > &

Nexus 10 Manta Mainline allows me to install Debian on my Nexus 10 ?

2023-06-27 Thread Mario Marietto
Hello. Excuse me for the lack of knowledge,but with the code stored on the github below : https://github.com/alexmrqt/manta-mainline/tree/f4c38a7867f4e0e7481b71f96a0d0b4116b41c0f Can I install one of the latest Linux kernel versions on the Nexus 10 ? And also a Linux distro like Debian ? On the

Re: How to stop systemd or whatever does,to always tries to check and fix disk errors

2023-06-21 Thread Mario Marietto
where I live. So,try to be calm. We are reasonable people,I think. I want to think this. On Wed, Jun 21, 2023 at 9:18 AM Nicolas George wrote: > Mario Marietto (12023-06-20): > > Or am I missing something ? > > Yes, a lot. > > -- > Nicolas George > > -- Mario.

Re: How to stop systemd or whatever does,to always tries to check and fix disk errors

2023-06-20 Thread Mario Marietto
, 2023 at 12:35 AM Nicolas George wrote: > Mario Marietto (12023-06-20): > > ---> Second, you are asking for help: that means your time is less > valuable > > than the time of people who might help you, and the most effort comes > from > > you. > > > > it

Re: How to stop systemd or whatever does,to always tries to check and fix disk errors

2023-06-20 Thread Mario Marietto
inherent to your job,but you may find them useful for your own growth. On Wed, Jun 21, 2023 at 12:09 AM wrote: > Mario Marietto wrote: > > ---> Second, you are asking for help: that means your time is less > > valuable than the time of people who might help you, and the most >

Re: How to stop systemd or whatever does,to always tries to check and fix disk errors

2023-06-20 Thread Mario Marietto
ing under his control. Tell me that there are limits to what someone can do,learn,imagine,because it's so important. The worst personality structure, the sickest,in terms of clinical psychology is the narcissistic / omnipotent one. On Tue, Jun 20, 2023 at 5:48 PM Nicolas George wrote: > Mario

Re: How to stop systemd or whatever does,to always tries to check and fix disk errors

2023-06-20 Thread Mario Marietto
What about if I don't know which kind of information you need ? I'm the hobbyist,you are the developer. It's better that you ask what you want to know and I try to reply with my limited knowledge. On Tue, Jun 20, 2023 at 4:48 PM Stefan Monnier wrote: > > ok,do you have some workaround to

Re: How to stop systemd or whatever does,to always tries to check and fix disk errors

2023-06-20 Thread Mario Marietto
ok,do you have some workaround to propose to me,boys ? Thank you. On Tue, Jun 20, 2023 at 3:18 AM Jeffrey Walton wrote: > On Mon, Jun 19, 2023 at 8:48 PM Stefan Monnier > wrote: > > > > [...] > > > of=/dev/mmcblk1 status=progress bs=2M but very rarely it wants to > boot. I > > > don't

How to stop systemd or whatever does,to always tries to check and fix disk errors

2023-06-19 Thread Mario Marietto
Hello. I would like to upgrade the kernel and I want to enable KVM on my old but still functional "Samsung Chromebook ARM model XE303C12 SNOW" because later I want to virtualize FreeBSD with qemu and kvm. I've started following this tutorial :

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

2023-06-18 Thread Mario Marietto
imes. W: See //debootstrap/debootstrap.log for details (possibly the package archive is at fault) On Sun, Jun 18, 2023 at 1:19 PM Mario Marietto wrote: > ---> Just to be sure: is your Ubuntu (and your system) armhf? > > As host I've installed ubuntu 14.04 (for amd64) and I've ins

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

2023-06-18 Thread Mario Marietto
mulate armhf. yes,I've fixed the error by using qemu-debootstrap,but I tried to use debootstrap because qemu-debootstrap gives some errors when I update the chroot environment. On Sun, Jun 18, 2023 at 1:01 PM Eduardo M KALINOWSKI < edua...@kalinowski.com.br> wrote: > On 18/06/2023 06:02,

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 :

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

2023-06-18 Thread Mario Marietto
getting release file https://mirrors.kernel.org/debian/dists/buster/Release thanks. On Sun, Jun 18, 2023 at 10:14 AM Mario Marietto wrote: > Can you elaborate the full command ? thanks. > > On Sun, Jun 18, 2023 at 10:12 AM Javier Barroso > wrote: > >> Hello, >> &g

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 foun

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

I'm looking for a specific debian armhf / armel release

2023-06-17 Thread Mario Marietto
Hello to every Debian wonderful user. I've installed Ubuntu 14.04 + kernel 3.13 + kvm on my Samsung Chromebook ARM "SNOW" model XE303C12. Almost everything works (but not the mouse usb). My goal is to upgrade Ubuntu (kernel and userland and I want to keep kvm enabled). I would like to compile and

Re: A hypervisor for a headless server?

2023-06-02 Thread Mario Marietto
I remembered it badly. I thought I'd never been able to use kvm on that old PC, but I've just been able to create a FreeBSD vm on top of Ubuntu 14.04. Qemu and kvm work wonderfully. Probably some virtualization features miss on the cpu,but...it works anyway. On Fri, Jun 2, 2023 at 9:07 PM Stefan

Re: A hypervisor for a headless server?

2023-06-02 Thread Mario Marietto
- if bhyve fits your needs, why not run FreeBSD and bhyve? I use Linux (+ qemu and kvm) and FreeBSD (with bhyve) depending what OS between these allows me to perform a task faster and better. - Look at Xen history, you'll see that it started in the mid 2000s. I like Xen,I've used it for

Re: A hypervisor for a headless server?

2023-06-02 Thread Mario Marietto
Excuse me,but there is something within your argumentation that I don't like and I want to express what it is. Let's take Linux as an example of what I want to say. Linux is well known to be an OS that can be installed on the old machines,helping the people that can't buy a new computer to surf

Re: A hypervisor for a headless server?

2023-06-02 Thread Mario Marietto
ok. Thank you very much for the explanations. On Fri, Jun 2, 2023 at 3:15 PM Michael Stone wrote: > On Fri, Jun 02, 2023 at 03:01:04PM +0200, Mario Marietto wrote: > >Using qemu is out of discussion,because it is very slow. But as I > said,bhyve > >works better than q

Re: A hypervisor for a headless server?

2023-06-02 Thread Mario Marietto
I mean. I cant use qemu on that I5 cpu because is slow without kvm. Kvm does not work on that cpu because it is needs some extensions from the cpu that there arent. Bhyve is the only alternative because it is a mix between qemu and kvm in terms of speed. So. My question is : how much old cpu there

Re: A hypervisor for a headless server?

2023-06-02 Thread Mario Marietto
Using qemu is out of discussion,because it is very slow. But as I said,bhyve works better than qemu alone. On Fri, Jun 2, 2023 at 2:44 PM Michael Stone wrote: > On Fri, Jun 02, 2023 at 11:21:45AM +0200, Mario Marietto wrote: > >wait wait. for sure the option should be enabled on

Re: linphone and address books

2023-06-02 Thread Mario Marietto
I forgot to specify that I don't like a telephone so much like I had 20 years ago. I mean,I would like to see a VOIP phone with the form factor of a smartphone. Sorry if I haven't been very clear. On Fri, Jun 2, 2023 at 1:57 PM Dan Ritter wrote: > Jonas Smedegaard wrote: > > Quot

Re: A hypervisor for a headless server?

2023-06-02 Thread Mario Marietto
wait wait. for sure the option should be enabled on the bios,but bhyve works in a different way than kvm,so it works even if my cpu does not have all the virt. parameters respected. Infact kvm does not work on that cpu. But how many cpus there are like mine ? Does Linux feel to cover the gap of an

Re: A hypervisor for a headless server?

2023-06-02 Thread Mario Marietto
Hello to everyone. I follow every day the development of bhyve for FreeBSD and I have even collaborated with some of its developers to add the functionality of the passing through of one nvidia gpu to a linux guest. What to say ? that bhyve is a programming gem. Qemu and kvm have more

Re: linphone and address books

2023-06-02 Thread Mario Marietto
Does anyone know if on the market there is a phisycal phone (made with hardware components) which allows to place calls and to send sms only using the VOIP technology ? Would be an interesting product to buy and try in my opinion. On Fri, Jun 2, 2023 at 10:04 AM Rainer Dorsch wrote: > Hello, >

Re: Help with Debian for ARM

2023-05-13 Thread Mario Marietto
Errata corrige : I still have the old "Samsung / Google Nexus 10" tablet. I don't like Android. Any help to install Debian instead of Android on this device is appreciated. Thanks. On Sat, May 13, 2023 at 2:27 PM Mario Marietto wrote: > Hello. > > I still have the old &quo

Help with Debian for ARM

2023-05-13 Thread Mario Marietto
Hello. I still have the old "Samsung / Google Nexus 10" tablet. I don't like Android. Any help to install Ubuntu instead of Android on this device is appreciated. Thanks. -- Mario.

Re: How to enable the audio on the Kinect 1 so that I can talk without having the microphone attached to my mouth...on Debian.

2023-04-04 Thread Mario Marietto
t usb-:00:14.0-3.1.3, full speed :( On Tue, Apr 4, 2023 at 4:54 PM Mario Marietto wrote: > I have installed the package on Ubuntu 22.04. Same situation that I have > on Debian 11. It is not recognized as sound device : > > root@Z390-AORUS-PRO-DEST:/mnt/zroot2/zroot2/kinect-

Re: How to enable the audio on the Kinect 1 so that I can talk without having the microphone attached to my mouth...on Debian.

2023-04-04 Thread Mario Marietto
 PM Mario Marietto wrote: > I've fixed the issue and I have installed the deb package : > > root@marietto:/mnt/zroot2/zroot2/kinect-1-audio# dpkg -i > hark-kinect_1.2.0.4440_amd64.deb > > (Lettura del database... 347122 file e directory attualmente installati.) > Preparat

Re: How to enable the audio on the Kinect 1 so that I can talk without having the microphone attached to my mouth...on Debian.

2023-04-04 Thread Mario Marietto
dia at 0x8708 irq 17 4 [NVidia_1 ]: HDA-Intel - HDA NVidia HDA NVidia at 0x8308 irq 18 What should I do now ? On Tue, Apr 4, 2023 at 2:13 PM Mario Marietto wrote: > Seems like they moved them, I found the devs here: > > http://archive.hark.jp/harkoldrepos/d

Re: How to enable the audio on the Kinect 1 so that I can talk without having the microphone attached to my mouth...on Debian.

2023-04-04 Thread Mario Marietto
l): il sottoprocesso installato pacchetto hark-kinect script post-installation ha restituito lo stato di errore 1 Elaborazione dei trigger per man-db (2.9.4-2)... Si sono verificati degli errori nell'elaborazione: hark-kinect On Tue, Apr 4, 2023 at 1:33 PM Mario Marietto wrote: > Hello to everyone, &

How to enable the audio on the Kinect 1 so that I can talk without having the microphone attached to my mouth...on Debian.

2023-04-04 Thread Mario Marietto
Hello to everyone, I would like to enable the audio on my old kinect 1 so that I can talk without having the microphone attached to my mouth. I see that in the past this could be done installing the package called "hark-kinect",as explained here :

Re: /libfreenect/build/wrappers/python/freenect3.c:747:10: fatal error: numpy/arrayobject.h: File or directory not found

2023-04-01 Thread Mario Marietto
? Because I don't see any Xbox NUI Sensor Analog Surround 4.0 on the XFCE pulseaudio addon (instead,it is present on Ubuntu 20.04). Thanks. On Sun, Apr 2, 2023 at 1:18 AM Kushal Kumaran wrote: > On Sat, Apr 01 2023 at 10:42:11 PM, Mario Marietto > wrote: > > Hello. > > > &g

/libfreenect/build/wrappers/python/freenect3.c:747:10: fatal error: numpy/arrayobject.h: File or directory not found

2023-04-01 Thread Mario Marietto
Hello. I'm trying to compile libfreenect because I want to use my kinect xbox 360 on Debian 11. I'm following the tutorial that I've found here : https://github.com/OpenKinect/libfreenect here : https://itsourcecode.com/modulenotfounderror/no-module-named-numpy-core-_multiarray_umath-solved/

Re: Grub bug on Debian 11

2023-03-14 Thread Mario Marietto
100, Mario Marietto wrote: > > --> *Which* Debian .iso did you install with ? > > > > debian-live-11.5.0-amd64-xfce.iso. Is there a way to upgrade this to the > > version that you have suggested ? I prefer to learn how to upgrade it > than > > to make a fresh install

Re: Grub bug on Debian 11

2023-03-14 Thread Mario Marietto
from the original ISO. 5.10.0-18-amd64 Thanks. On Tue, Mar 14, 2023 at 8:28 PM Andrew M.A. Cater wrote: > [Copying to the list - private replies are discouraged > > On Tue, Mar 14, 2023 at 07:57:35PM +0100, Mario Marietto wrote: > > Hello to everyone. > > > > I'm tryi

Re: Grub bug on Debian 11

2023-03-14 Thread Mario Marietto
to understand what happens : https://ibb.co/album/S49Wgc I'm groping in the dark. Please help me to debug this error. thanks. On Mon, Mar 13, 2023 at 8:48 PM davidson wrote: > On Mon, 13 Mar 2023 Mario Marietto wrote: > > Hello to every Debian user. > [elided: Mario Marietto's apology

Grub bug on Debian 11

2023-03-13 Thread Mario Marietto
Hello to every Debian user. excuse me if previously I sent this message quoting the wrong user. It was a mistake. I don't know where that message has gone. It will be lost in the space. Anyway,I want to send it again in the correct format : "I've just installed Debian 11 and I see that it is

Re: Debian Installer: Specifying the preseed file device?

2023-03-13 Thread Mario Marietto
Hello to every Debian user. I've just installed Debian 11 and I see that it is affected by the bug explained here : https://bugs.launchpad.net/oem-priority/+bug/1842320 I see that the bug has been fixed on Ubuntu. Do you confirm that,to fix it,I just need to install the package

Re: Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Mario Marietto
tried to use the 525 for both. I cant use the 390 for both the GPU. Il mar 21 feb 2023, 23:27 Mario Marietto ha scritto: > its not easy for me,because I have those GPUs on a single system. The OS > that im running is freebsd and I tried to virtualize debian 11 with bhyve > (hypervisor fo

Re: Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Mario Marietto
If I dont get wrong,nvidia created one single driver which works for every gpu or almost ? it means that if I install the 525 driver for my RTX 2080 ti will it work also for my old gpu,GTX 1060 ? Il mar 21 feb 2023, 22:28 Georgi Naplatanov ha scritto: > On 2/21/23 23:16, Van Snyder wrote: > >

Re: OpenSolaris Boot Environements equivalent

2023-01-24 Thread Mario Marietto
Yassine,if you think that you will not love FreeBSD only because you have seen your friend put his hands in his hair,you are interpreting the situation too severely. FreeBSD is a good OS,easier than Linux and which doesn't have all the unnecessary superstructure that Linux has, but offers almost

Re: OpenSolaris Boot Environements equivalent

2023-01-20 Thread Mario Marietto
I still do not understand why,when I remove files on a ZFS disk using commands like (rm and rm -r),the left space does not increase,but it decreases. I would like to know what I can do to free some space if removing files does not work. And I don't understand why a ZFS disk goes fast out of space.

Re: OpenSolaris Boot Environements equivalent

2023-01-19 Thread Mario Marietto
e 1/19/23 à 3:41 PM, Mario Marietto a écrit : > > The question asked by Yassine is interesting for me. I've been a FreeBSD > user for some years. After having used Linux for 20 years, I took the > decision to stop using it a little bit because of some technical > reasons,mainly tied to th

Re: OpenSolaris Boot Environements equivalent

2023-01-19 Thread Mario Marietto
The question asked by Yassine is interesting for me. I've been a FreeBSD user for some years. After having used Linux for 20 years, I took the decision to stop using it a little bit because of some technical reasons,mainly tied to the package management. Now that I'm using FreeBSD,I don't regret

Re: OpenSolaris Boot Environements equivalent

2023-01-19 Thread Mario Marietto
Hello Yassine, I think you want nixos.org. Il giorno gio 19 gen 2023 alle ore 12:28 Yassine Chaouche < a.chaou...@algerian-radio.dz> ha scritto: > Hello all, > > I was wondering if there was anyone working on an equivalent of > OpenSolaris BE? > Basically, > It automatically creates ZFS

Re: just saying

2022-11-25 Thread Mario Marietto
Why not ? Think about this : you can put the malicious code where there is the lowest chance for someone to look. A lot of eyes are pointed at the closed source,because there are less eyes that can look inside there (at least less eyes than the eyes which look on the source code) and for this

Fwd: just saying

2022-11-24 Thread Mario Marietto
Its not totally wrong to think that the software do what it wants to do even if you dont want. A software is a piece of code that respect the directives of the creator, so its easy that it did what he wants and not what you want. At least partially. -- Forwarded message - Da: Andy

Re: just saying

2022-11-24 Thread Mario Marietto
that you didnt understood what I mean with "socialyze' ; please read again. Il ven 25 nov 2022, 01:05 David ha scritto: > > > On Fri, Nov 25, 2022 at 00:51, Mario Marietto > wrote: > > you missed the fact that Im not Talking about you or about the users that > are very

Re: just saying

2022-11-24 Thread Mario Marietto
grow in quality and quantity. Il ven 25 nov 2022, 00:16 David ha scritto: > > > On Fri, Nov 25, 2022 at 00:01, Mario Marietto > wrote: > > For most users it makes no real difference using closed or open source > code,because yes,they can look inside the code,but to understand

Re: just saying

2022-11-24 Thread Mario Marietto
For most users it makes no real difference using closed or open source code,because yes,they can look inside the code,but to understand what the code does they need a master degree. So,for all these users,maybe it's a better idea to use the closed source OS,at least they will be able to use the OS

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
Point is : how many chances have the ravynos to enable the compatibility with the apples apps ? from a technical and Legal point of view,I mean. Il mar 22 nov 2022, 21:44 mick.crane ha scritto: > On 2022-11-21 20:03, Kamil Jońca wrote: > > Tom Browder writes: > > > >> I'm going to try to run

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
The ravynOS developers should know about the existence of basilisk II. They could give a look under the hood to understand how to implement the compatibility for the Apple's applications :D Il giorno mar 22 nov 2022 alle ore 20:04 Cindy Sue Causey < butterflyby...@gmail.com> ha scritto: > On

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
2022 alle ore 19:26 Andrew M.A. Cater < amaca...@einval.com> ha scritto: > On Tue, Nov 22, 2022 at 07:09:32PM +0100, Mario Marietto wrote: > > I've found it : https://airyx.org/ > > > > Which has just decided to write a new GUI for itself - because it can. > Withou

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
I've found it : https://airyx.org/ Il giorno mar 22 nov 2022 alle ore 19:06 Mario Marietto < marietto2...@gmail.com> ha scritto: > There is a fresh project, a couple of years old and in development, about > a linux distro,if I remember correctly,or maybe it is based on BSD,with the &

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
gt; ha scritto: > Well... that would basically be MacOS, or a GUI that looks like MacOS > running on another BSD. > > > > Mario Marietto wrote: > > How difficult will it be to create a BSD system with the look and feel of > the MacOSX ? I mean,not only based on aesthetics

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
022 at 11:10 AM Mario Marietto > wrote: > > > > How much FreeBSD code is inside the MacOSX code today ? > > That's a good question. The Darwin kernel is XNU. But a lot of > userland code is BSD. In fact, a lot of Apple's man pages say (or used > to say) they are for BSD. See

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
How much FreeBSD code is inside the MacOSX code today ? Il giorno mar 22 nov 2022 alle ore 16:49 Martin Smith < t...@smithproductions.co.uk> ha scritto: > On 22/11/2022 13:44, hede wrote: > > > >>> Whilst I had mistakenly believed that CentOS was a freeware, open > source > >>> kind of MacOS

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
I used Linux most of the time for many years and I use it even today for a lot of time,but from two years ago I've started studying and learning FreeBSD and I should say that It satisfies me like linux. Il giorno mar 22 nov 2022 alle ore 15:23 Bret Busby ha scritto: > On 22/11/2022 21:44, hede

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
Sometime ago I've bought an old mac mini,so I have the Apple hardware,man. Please don't be rude. Il giorno mar 22 nov 2022 alle ore 13:04 Peter von Kaehne ha scritto: > > > Open your mind. > > Do as you like, but please do it elsewhere. > > > >> Most people don't read EULAs. >> >> I have long

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-22 Thread Mario Marietto
or. To learn is more important than to respect a rule that sounds so un useful for the peoples inside the private home. I would agree to respect it for the compnanies and the projects which involves money and business, but that rules goes against the creativty and the willing to know how things

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-21 Thread Mario Marietto
Hello Tom. If you want to have all the best features all around when you want to virtualize an OS,don't use virtualbox or vmware. Qemu + kvm will give you the better options. Depending on your graphic card,with the proper settings (on debian and on the qemu-kvm side) you can passthru one of your

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-21 Thread Mario Marietto
https://snapcraft.io/install/sosumi/debian Il giorno lun 21 nov 2022 alle ore 21:11 Tom Browder ha scritto: > On Mon, Nov 21, 2022 at 14:01 Mario Marietto > wrote: > >> Hello. What's the problem ? It's not hard at all. You can use a lot of >> techniques. You can use

Re: MacOS VM on Debian: is it reasonably possible?

2022-11-21 Thread Mario Marietto
Hello. What's the problem ? It's not hard at all. You can use a lot of techniques. You can use virtualbox or vmware or qemu+kvm + sosumi... Il giorno lun 21 nov 2022 alle ore 20:36 Tom Browder ha scritto: > I'm going to try to run Win 10 as a VM on my new Deb box following > instructions I've

  1   2   >