BUG in the Chromium port : pkg-static: py311-build-1.2.1 conflicts with py39-build-1.2.1.

2024-06-02 Thread Mario Marietto
Hello. I'm trying to compile Chromium from the ports on my system (14.0 p6 with latest packages),but I found a bug. [root@marietto /usr/ports/www/chromium]==> make . Link: @bin/pyproject-build --> bin/pyproject-build-3.11 > Compressing man pages (compress-man) ===> Installing for

Re: [RFC] virtio testing framework

2024-05-31 Thread Mario Marietto
this patch makes no functional > changes to existing code. > > --Emil > > On Thu, May 30, 2024 at 6:19 PM Mario Marietto > wrote: > >> Can someone explain to me what the purpose of what you are talking about >> ? >> >> >> On Thu, May 30, 2024

Re: [RFC] virtio testing framework

2024-05-30 Thread Mario Marietto
Can someone explain to me what the purpose of what you are talking about ? On Thu, May 30, 2024 at 10:38 PM Tomek CEDRO wrote: > Awesome!! Congrats :-) > > Here is some example of running NuttX RTOS on RV in a web browser using > TinyEMU + VirtIO :-) > >

Re: HAXM + NVMM is doable ?

2024-05-30 Thread Mario Marietto
At the moment , can NVMM be used in conjunction with QEMU as an accelerator ? On Thu, May 30, 2024 at 3:41 PM James Cave wrote: > Hi, Mario, > > Intel discontinued development of HAXM last year because all the > major operating systems include hypervisor backends of their own. > As a

Fwd: HAXM + NVMM is doable ?

2024-05-30 Thread Mario Marietto
Sorry,I meant : At the moment , can HAXM be used in conjunction with QEMU as an accelerator ? Thanks. -- Forwarded message - From: Mario Marietto Date: Thu, May 30, 2024 at 2:12 PM Subject: HAXM + NVMM is doable ? To: Netbsd-Users-List Hello NetBSD developers and users

HAXM + NVMM is doable ?

2024-05-30 Thread Mario Marietto
Hello NetBSD developers and users. What's the current state of the HAXM hypervisor ? Is it stable and good ? Can it be used in conjunction with NVMM ? Thanks. -- Mario.

How much hard is to write a version of bhyve that can accelerate qemu ?

2024-05-20 Thread Mario Marietto
Hello. some days ago I had a nice discussion with a qemu and haxm hypervisor developer that ended with a nice question and I would like to hear your opinions : ME : "HAXM was created to bring Intel Virtualization Technology to Windows and macOSusers" ; keeping in consideration that MacOS has

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

Porting HAXM to FreeBSD ?

2024-05-12 Thread Mario Marietto
Hello. What about porting HAXM to FreeBSD ? "HAXM was created to bring Intel Virtualization Technology to Windows and macOS users" keeping in consideration that MacOS has some code of FreeBSD inside : Is the source code of HAXM freely available ? Are you able to port it to FreeBSD ? The idea

Re: How to configure the networking on FreeBSD to assign the same IP between host and guest in order to make work CloudFlare Warp on FreeBSD

2024-05-05 Thread Mario Marietto
on 192.168.1.5 iptables -A POSTROUTING -t nat -o enp0s13 -j MASQUERADE warp-cli connect What's the problem ? I'm able to connect to Ubuntu,but on FreeBSD I can't surf. On Sat, May 4, 2024 at 9:29 PM Mario Marietto wrote: > So. Please help me further... > > Let's say that the IP number assigned to

Re: How to configure the networking on FreeBSD to assign the same IP between host and guest in order to make work CloudFlare Warp on FreeBSD

2024-05-04 Thread Mario Marietto
And configure a DNAT iptables rule in the Ubuntu machine to return the > traffic back to freeBSD machine. > > This way you could utilise the warp-cloud flare tunnel from the freeBSD > host even though it runs on the Ubuntu guest. And both have different IPs. > > On Sun, 5 May 2

How to configure the networking on FreeBSD to assign the same IP between host and guest in order to make work CloudFlare Warp on FreeBSD

2024-05-04 Thread Mario Marietto
Hello. I've just installed the CloudFlare client + GUI on Ubuntu,that I have virtualized with bhyve. Cloudflare does not work on FreeBSD. The instructions that I have followed are located here : https://youtu.be/4JuOUjCSj44 Installing it in this way,it will run only on the IP assigned to Ubuntu

Re: How to use Virtio GPU on FreeBSD as guest OS.

2024-05-02 Thread Mario Marietto
What I find strange is that this configuration works on Windows 11 to virtualize FreeBSD using -device vmware-svga : I:\OS\vms\qemu\qemu-system-x86_64w.exe -accel whpx -machine q35 -cpu kvm64,hv_relaxed,hv_time,hv_synic -m 8G -device vmware-svga,id=video0,vgamem_mb=16,bus=pcie.0,addr=0x1

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

How to use Virtio GPU on FreeBSD as guest OS.

2024-04-27 Thread Mario Marietto
Hello. I've virtualized FreeBSD 14 on Windows 11 with qemu using the Hyper-V as a hypervisor. The parameters that I've used to launch the vm are the following ones : qemu-system-x86_64w.exe -accel whpx -machine q35 \ -cpu kvm64,hv_relaxed,hv_time,hv_synic -m 8G -vga virtio \ -display gtk,gl=on

Re: Does bhyve support hyper-v enlightenments?

2024-04-24 Thread Mario Marietto
I don't think so. But I did the reverse. I've virtualized FreeBSD 14 on Windows 11 with qemu + HyperV. My goal was to share my ZFS disks in Windows without the risk of losing data if you install some zfs driver

Re: Trying to virtualize ReactOS with bhyve : I don't see a viable way to do it...

2024-04-20 Thread Mario Marietto
the vm...I will install the server on freebsd and the client inside the reactos vm... Could it work as long as reactOS has a network connection ? Let me know. On Fri, Apr 19, 2024 at 3:52 PM Mario Marietto wrote: > Hello. > > I'm trying to boot the 32 bit ISO image of ReactOS u

Trying to virtualize ReactOS with bhyve : I don't see a viable way to do it...

2024-04-19 Thread Mario Marietto
Hello. I'm trying to boot the 32 bit ISO image of ReactOS using bhyve or qemu and seabios as bootloader. As first experiment I tried to boot the x86 version of ReactOS with qemu (8.2.2) and seabios (version 1.16.1_1),like this : qemu-system-x86_64 -machine q35 -m 1G -cdrom

Re: Any have interest in more Game Development on FreeBSD?

2024-04-08 Thread Mario Marietto
Do you want to take in consideration to virtualize SteamOS with bhyve ? On Mon, Apr 8, 2024 at 5:05 PM Brandon wrote: > > Hey y’all. > > I’ve put a request in for taking maintainership over for the Ren’py game > engine port: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278181 > > I’m still

Re: Trying to add SystemD to Linux installed on the Linuxulator...

2024-04-04 Thread Mario Marietto
this closes this project. But anyway,I can still use a bhyve vm. But like this it is less interesting for me... On Wed, Apr 3, 2024 at 1:25 PM Goran Mekić wrote: > On 4/3/24 12:55, Mario Marietto wrote: > > Hello. > > There was a time when the developers were working on the WSL ve

Re: Trying to add SystemD to Linux installed on the Linuxulator...

2024-04-03 Thread Mario Marietto
Because I want to try to install WayDroid inside the Linuxulator. But WayDroid requires systemD... On Wed, Apr 3, 2024 at 1:01 PM Tomek CEDRO wrote: > systemd is considered rootkit by some folks and they left linux world > because of that or use distro with no systemd. lots of linux centric >

Trying to add SystemD to Linux installed on the Linuxulator...

2024-04-03 Thread Mario Marietto
Hello. There was a time when the developers were working on the WSL vers. 2 (Windows Subsystem for Linux),and they hadn't developed SystemD yet. And I remember well that there was an external developer that had created a dirty but working hack to add it to WSL2. Yesterday I thought,why not try to

Re: vnet with interfaces

2024-03-28 Thread Mario Marietto
---> A very simple and elegant shell management tool to play with bhyve is vm-bhyve I never use it. I created my own elegant script that in my opinion works better than vm-bhyve. And I think that I can improve it I will... On Tue, Mar 26, 2024 at 8:30 PM Tomek CEDRO wrote: > On Tue, Mar

Re: Chromium can't be compiled because a bug with webrtc.

2024-03-14 Thread Mario Marietto
failed. *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/chromium *** Error code 1 Stop. make: stopped in /usr/ports/www/chromium On Thu, Mar 14, 2024 at 11:02 PM Mario Marietto wrote: > Hello. > > On FreeBSD 13.3 I'm trying to install Chromium,but the compilation stopped

Chromium can't be compiled because a bug with webrtc.

2024-03-14 Thread Mario Marietto
Hello. On FreeBSD 13.3 I'm trying to install Chromium,but the compilation stopped because a bug : . /usr/local/include -c ../../third_party/webrtc/api/candidate.cc -o obj/third_party/webrtc/api/candi date/candidate.o In file included from ../../third_party/webrtc/api/candidate.cc:11: In

C_Initialize failed: 0x00000030, CKR_DEVICE_ERROR

2024-03-14 Thread Mario Marietto
On FreeBSD 13.3 : root@marietto-132:/usr/ports/security/nss # make MAKE_JOBS_UNSAFE=ye . /usr/ports/security/nss/work/nss-3.98/nss/cmd/shlibsign/FreeBSD13.3_OPT.OBJ/shlibsign -v -i /usr/por ts/security/nss/work/nss-3.98/nss/cmd/shlibsign/../../../dist/FreeBSD13.3_OPT.OBJ/lib/libsoftokn3.so

Re: VNC Viewer on Windows: Unable to access VMs GUI

2024-03-12 Thread Mario Marietto
You will not go to stable. On Tue, Mar 12, 2024 at 2:44 PM Odhiambo Washington wrote: > I run 14-RELEASE and would not like to go to -STABLE. > > On Tue, Mar 12, 2024 at 3:00 PM Mario Marietto > wrote: > >> Try the procedure explained below to have the latest bhyve ve

Re: VNC Viewer on Windows: Unable to access VMs GUI

2024-03-12 Thread Mario Marietto
; readonly cmd_redirect="${cmd_redirect-"/dev/null"}" readonly src_dir="${src_dir-"/usr/corvin-src-releng-140"}" echo $src_dir readonly with_bhf="${with_bhf-"true"}" readonly with_kernel="${with_kernel-"true"}" readonl

Re: VNC Viewer on Windows: Unable to access VMs GUI

2024-03-12 Thread Mario Marietto
D host lives in a Data Centre several kilometers from me. I > only access it via SSH. > 2. My FreeBSD host does not have a keyboard, mouse, or screen attached to > it. > 3. I use VNC Viewer to connect to the VMs like HOST_IP:PORT > > > On Tue, Mar 12, 2024 at 2:36 PM Mario Mariet

Re: VNC Viewer on Windows: Unable to access VMs GUI

2024-03-12 Thread Mario Marietto
/usr/local/bhyve-vms/Debian/debian.img \ > -s 5,virtio-net,tap4 \ > -s 8,hda,play=/dev/dsp,rec=/dev/dsp \ > -s 29,fbuf,tcp=0.0.0.0:5905,w=1024,h=768 \ > -s 30,xhci,tablet \ > -s 31,lpc -l com1,stdio \ > -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ > debian > &

How to add the bootargs parameter between the bootcmds parameters

2024-03-07 Thread Mario Marietto
Hello to everyone. These days I'm playing with my old ARM Chromebook model "SNOW". As you probably know,this kind of Netbook can load an external operating system using the sd card slot or the usb port. Unfortunately,my Chromebook has the sd card slot broken. So,what I want to do is to load Linux

A project is to be able to pass through an nvidia gpu to a Windows vm virtualized with bhyve.

2024-03-03 Thread Mario Marietto
Hello. My project is to be able to pass through an nvidia gpu to a Windows vm virtualized with bhyve. I know how to do that,but no one wants to take my idea into consideration. The problem is that Windows gives error 12 (interrupt conflicts) when it finds the nvidia gpu that has been passed

drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module

2024-02-24 Thread Mario Marietto
Hello to everyone. I need to conduct some tests on top of the FreeBSD 13.1 that I'm going to explain below : I lost the ability to pass one Nvidia GpU from FreeBSD 14.0 in this case to any Linux vm. The same procedure that worked until "yesterday" does not work anymore (for me). Corvin (a

Re: drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module

2024-02-24 Thread Mario Marietto
It persists installing nvidia-driver-535.146.02,but I suspect that it is too now for FreeBSD 13.1. On Sat, Feb 24, 2024 at 2:46 PM Mario Marietto wrote: > :( > > KLD nvidia.ko : depends on kernel. Not available or version mismatch > linker_load_file : /boot/modules/nvidia.ko : unsu

Re: drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module

2024-02-24 Thread Mario Marietto
> > pkg ins nvidia-drm - use pkg search and select your variant version > But drm not needed for nvidia > > After instal > nvidia-xconfig - will create Xorg conf file > > Start and load > dbus > kldload nvidia > > Try xfce or KDE > > Best, > Simon ) &

drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module

2024-02-24 Thread Mario Marietto
Hello to everyone. I need to conduct some tests on top of the FreeBSD 13.1. So,I've installed it on one of my disks. I've installed xfce4 and KDE,Xorg and from the ports (after having upgraded them),I've installed the nvidia-driver version. 535.146.02 ; I didn't have any problem. The problem

Re: Best way to have a FreeBSD VM for automated testing?

2024-02-23 Thread Mario Marietto
I forgot to say that I want to create a different FreeBSD flavour that will have a lot of virtual machines already embedded and ready to work and that work transparently. On Fri, Feb 23, 2024 at 10:37 PM Jo Durchholz wrote: > On 23.02.24 19:41, Mario Marietto wrote: > > To speed up th

Re: Best way to have a FreeBSD VM for automated testing?

2024-02-23 Thread Mario Marietto
To speed up the booting of a bhyve VM I'm using this method : nohup /usr/sbin/bhyve -S -c sockets=2,cores=2,threads=2 -m 8G -w -H -A \ -s 0,hostbridge \ -s 1,virtio-blk,/mnt/zroot2/zroot2/bhyve/img/Linux/Ubuntu2310.img,bootindex=1 \ -s 11,hda,play=/dev/dsp,rec=/dev/dsp \ -s 13,virtio-net,tap19 \

Re: How to send a bhyve vm totally in background,suppressing any message produced by the bhyve script that I use.

2024-02-16 Thread Mario Marietto
,virtio-9p,sharename=/ \ -s 30,xhci,tablet \ -s 31,lpc \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \ vm0:19/dev/null 2>&1 & if test -f nohup.out; then rm -r nohup.out fi very thanks for your help. On Sat, Feb 17, 2024 at 1:46 AM Mario Marietto wrote: > Errata c

Re: How to send a bhyve vm totally in background,suppressing any message produced by the bhyve script that I use.

2024-02-16 Thread Mario Marietto
o suppress it ? thanks. On Sat, Feb 17, 2024 at 1:36 AM Mario Marietto wrote: > This is how looks mine script after having applied your suggestions : > > nohup /usr/bin/bhyve -S -c sockets=2,cores=2,threads=2 -m 8G -w -H -A \ > -s 0,hostbridge \ > -s > 1,virtio-blk,/mnt/zroot2/zroot

Re: How to send a bhyve vm totally in background,suppressing any message produced by the bhyve script that I use.

2024-02-16 Thread Mario Marietto
arietto:/bhyve # ps ax | grep bhyve 20220 1 S+ 0:00.00 grep bhyve On Sat, Feb 17, 2024 at 1:18 AM Aryeh Friedman wrote: > On Fri, Feb 16, 2024 at 7:05 PM Mario Marietto > wrote: > > > > Hello. > > > > I want to boot a bhyve vm that does not produce any erro

How to send a bhyve vm totally in background,suppressing any message produced by the bhyve script that I use.

2024-02-16 Thread Mario Marietto
Hello. I want to boot a bhyve vm that does not produce any error message or warnings on the screen and that it stays in the background. This is how I launch my Linux vm : bhyve -S -c sockets=2,cores=2,threads=2 -m 8G -w -H -A \ -s 0,hostbridge \ -s

Re: files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz not found -- snapshot corrupt.

2024-02-15 Thread Mario Marietto
Hello. What's the correct port tree for FreeBSD 12.04 for arm 32 bit ? A or B ? A) https://cgit.freebsd.org/ports/snapshot/ports-12.4-eol.tar.gz B) https://cgit.freebsd.org/ports/snapshot/ports-release/12.4.0.tar.gz thanks. On Thu, Feb 15, 2024 at 6:34 PM Jamie Landeg-Jones wrote: > Ma

files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz not found -- snapshot corrupt.

2024-02-14 Thread Mario Marietto
Hello. After a lot of work I've been able to install FreeBSD 12.04 for armv7 on my ARM Chromebook. Now I would like to install some ports. This is what happens when I try to get a fresh ports tree : marietto@freebsd:/usr # sudo portsnap fetch extract . /usr/ports/databases/py-sqlalchemy10/

files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz not found -- snapshot corrupt.

2024-02-14 Thread Mario Marietto
Hello. After a lot of work I've been able to install FreeBSD 12.04 for armv7 on my ARM Chromebook. Now I would like to install some ports. This is what happens when I try to get a fresh ports tree : marietto@freebsd:/usr # sudo portsnap fetch extract . /usr/ports/databases/py-sqlalchemy10/

Re: VNC Viewer on Windows: Unable to access VMs GUI

2024-02-14 Thread Mario Marietto
-s 3,fbuf,tcp=0.0.0.0:59 *15*,w=1600,h=950 \ -s 10,virtio-net,tap*15* \ *vm15* < /dev/null & sleep 2 && vncviewer *0:15* On Wed, Feb 14, 2024 at 1:19 PM Odhiambo Washington wrote: > Hellos, > > When I was still on FreeBSD 13.2-RELEASE I was able to access some Linux > VMs

Re: OpenBSD vm troubles

2024-02-12 Thread Mario Marietto
Try this : bhyve -S -c sockets=4,cores=2,threads=2 -m 8G -w -H -A \ -s 0,hostbridge \ -s 1,ahci-hd,/home/marietto/Desktop/Files/OS/BSD/ISO/install74.img,bootindex=1 \ -s 2,ahci-hd,/mnt/zroot2/zroot2/OS/BSD/openbsd74.img \ -s 3,fbuf,tcp=0.0.0.0:5915,w=1600,h=950 \ -s 31,lpc \ -l

Re: How to use the L4 Microkernel with a FreeBSD userland.

2024-02-11 Thread Mario Marietto
microkernel itself on "top" of it. Do you know if something like this exists ? On Sun, Feb 11, 2024 at 9:01 PM Mark Millard wrote: > [Only replying to what I've subscribed to --and I dropped > Warner as well.] > > On Feb 11, 2024, at 11:43, Mario Marietto wrote: > > &

Re: How to use the L4 Microkernel with a FreeBSD userland.

2024-02-11 Thread Mario Marietto
ok. But what does this mean ? That I can use whatever Linux distro I want ? Or even the FreeBSD world ? On Sun, Feb 11, 2024 at 7:59 PM Mark Millard wrote: > > > On Feb 11, 2024, at 05:44, Mario Marietto wrote: > > > I'm trying to understand how to use the L4 Microker

How to use the L4 Microkernel with a FreeBSD userland.

2024-02-11 Thread Mario Marietto
Hello to everyone. I'm trying to understand how to use the L4 Microkernel with a FreeBSD userland. I've asked the same to a L4 developer,but he told me that he does not know FreeBSD,so I'm here to ask the same question. First of all I'm sure that it can be done,because it is written clearly on

I'm trying to create a new nv_uboot-snow-usb.kpart file changing some parameters inside the file snow.h file, but the modifications I made aren't detected.

2024-02-04 Thread Mario Marietto
Hello. My ARM Chromebook SNOW model has the mmc slot broken,but I've realized that I can boot Linux using the USB port ! To enable the booting of Linux via USB I have modified this file :

Re: If we are so opposed to Docker and Kubernetes, what is the real alternative on BSD?

2024-02-02 Thread Mario Marietto
---> BTW, I think what you are saying already exists and macOS is exactly that: the FreeBSD core and the mach microkernel. Please don't compare FreeBSD to MacOS. On Fri, Feb 2, 2024 at 3:33 PM Alejandro Imass wrote: > > > On Fri, Feb 2, 2024 at 2:29 PM Mario Marietto > wrote:

Re: If we are so opposed to Docker and Kubernetes, what is the real alternative on BSD?

2024-02-02 Thread Mario Marietto
be compared to the microservices offered by Linux and FreeBSD if they run with a microkernel. On Fri, Feb 2, 2024 at 1:30 PM Alejandro Imass wrote: > > > On Fri, Feb 2, 2024 at 12:40 AM Mario Marietto > wrote: > >> Excuse me. I'm not very experienced,but isn't the L4 or any

Re: If we are so opposed to Docker and Kubernetes, what is the real alternative on BSD?

2024-02-01 Thread Mario Marietto
Excuse me. I'm not very experienced,but isn't the L4 or any other microkernel a valid alternative to containers ? If I have understood correctly how it works,it allows multiple instances of the various services implemented within the microkernel OS. How many instances can we have ? For example in

Re: If we are so opposed to Docker and Kubernetes, what is the real alternative on BSD?

2024-02-01 Thread Mario Marietto
f I can,I prefer the lighter Linuxulator. On Thu, Feb 1, 2024 at 3:47 PM Alejandro Imass wrote: > > > On Thu, Feb 1, 2024 at 1:44 PM Mario Marietto > wrote: > >> Would be cool to investigate if the Linuxulator supports Kubernetes >> >> > > I understand t

Re: If we are so opposed to Docker and Kubernetes, what is the real alternative on BSD?

2024-02-01 Thread Mario Marietto
Would be cool to investigate if the Linuxulator supports Kubernetes On Thu, Feb 1, 2024 at 1:40 PM Odhiambo Washington wrote: > > > On Thu, Feb 1, 2024 at 3:13 PM Alejandro Imass > wrote: > >> I made the title provocative for a flame but in good faith, so hear me >> out ;-) >> >> Being a

Re: problem with Obs-Studio

2024-01-31 Thread Mario Marietto
's helping developers to fix bugs and it will take some time,time taken to him and to developers themself. On Wed, Jan 31, 2024 at 6:35 PM Renato Botelho wrote: > On 31/01/24 10:46, Mario Marietto wrote: > > FreeBSD 15.0 is for development usage. You can't expect everything to > > w

Re: problem with Obs-Studio

2024-01-31 Thread Mario Marietto
FreeBSD 15.0 is for development usage. You can't expect everything to work well. Try 14.0. On Wed, Jan 31, 2024 at 2:36 PM Nilton Jose Rizzo wrote: > Hi all > > I trying to use OBS-Studio installed via pkg, but I get this erro: > > % obs > debug: Attempted path:

Re: How to upgrade an EOL FreeBSD release or how to make it working again

2024-01-17 Thread Mario Marietto
0 : #optionsIPI_IRQ_START=0 #optionsIPI_IRQ_END=15 #optionsARM_L2_PIPT but I suspect that a lot of options will be missing and the more comments I will make,the more the chance that it will not work will increase. ... On Mon, Jan 15, 2024 at 7:48 PM Mario Marietto wrote: > Hello.

Re: How to upgrade an EOL FreeBSD release or how to make it working again

2024-01-17 Thread Mario Marietto
0 : #optionsIPI_IRQ_START=0 #optionsIPI_IRQ_END=15 #optionsARM_L2_PIPT but I suspect that a lot of options will be missing and the more comments I will make,the more the chance that it will not work will increase. ... On Mon, Jan 15, 2024 at 7:48 PM Mario Marietto wrote: > Hello.

Re: How to upgrade an EOL FreeBSD release or how to make it working again

2024-01-15 Thread Mario Marietto
15 Jan 2024, at 16:46, Mario Marietto wrote: > > > > The ARM Chromebook is based on armv7,it is still recent. > > For reference, the ARMv7 architecture was introduced in 2005. The last > cores that implemented the architecture were released in 2014. This is not > a ‘rec

Re: How to upgrade an EOL FreeBSD release or how to make it working again

2024-01-15 Thread Mario Marietto
15 Jan 2024, at 16:46, Mario Marietto wrote: > > > > The ARM Chromebook is based on armv7,it is still recent. > > For reference, the ARMv7 architecture was introduced in 2005. The last > cores that implemented the architecture were released in 2014. This is not > a ‘rec

Re: How to upgrade an EOL FreeBSD release or how to make it working again

2024-01-15 Thread Mario Marietto
drive" is the kind of advice I need to supplement the old > Chromebook wiki page.) > > There is at least a little value in getting it to work because the armv6 > code is bit rotting and will go away entirely unless people use it. > > John Carr > > > > On Jan 15

Re: How to upgrade an EOL FreeBSD release or how to make it working again

2024-01-15 Thread Mario Marietto
drive" is the kind of advice I need to supplement the old > Chromebook wiki page.) > > There is at least a little value in getting it to work because the armv6 > code is bit rotting and will go away entirely unless people use it. > > John Carr > > > > On Jan 15

Re: (vm-)bhyve stopped working recently on 13.2

2024-01-12 Thread Mario Marietto
Sure. Stop using vm-bhyve and start using bhyve the traditional / raw way ;) On Fri, Jan 12, 2024 at 9:50 PM Tomek CEDRO wrote: > Hello world :-) > > Aftere recent 13.2-RELEASE freebsd-update and pkg bhyve stopped > working. It starts a machine that stops right after start. I am using >

Unknown option "XENHVM" for Arm 32 and for arm 64 ; missing code detected.

2024-01-11 Thread Mario Marietto
Hello. I'm trying to boot FreeBSD for arm32 bit as DomU on my ARM Chromebook. Basically,with the help of the xen developers I have patched the FreeBSD kernel and I've been able to boot it as if it was a zImage format file. I've enabled all the xen options inside the Linux kernel file used for

Re: ld: error: undefined symbol: __libc_start1

2023-12-31 Thread Mario Marietto
, 2023 at 6:27 PM Dimitry Andric wrote: > > On 31 Dec 2023, at 18:15, Mario Marietto wrote: > > > > I'm not able to install sudo on my FreeBSD 14.0-RELEASE-p3 amd64 > > > > Code: > > > > marietto:/usr/ports/security/sudo # make > > > > =

ld: error: undefined symbol: __libc_start1

2023-12-31 Thread Mario Marietto
Hello. I'm not able to install sudo on my FreeBSD 14.0-RELEASE-p3 amd64 Code: marietto:/usr/ports/security/sudo # make ===> License sudo accepted by the user ===> sudo-1.9.15p4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sudo-1.9.15p4 for building

Re: How to boot FreeBSD for arm 32 bit as DomU with u-boot on my ARM Chromebook

2023-12-30 Thread Mario Marietto
an do that. On Sat, Dec 30, 2023 at 9:00 PM Julien Grall wrote: > > Hi, > > On 30/12/2023 12:44, Mario Marietto wrote: > >> https://src.fedoraproject.org/repo/pkgs/uboot-tools/u-boot-2017.05.tar.bz2/sha512/be270f9242a72b05463092a022bbabd54996762de1ff23bf7575124ac02e62f49

Re: How to boot FreeBSD for arm 32 bit as DomU with u-boot on my ARM Chromebook

2023-12-30 Thread Mario Marietto
el file to kernel.bin.The patch can be readily rebased, but without kernel.bin that doesn't do too much. So,without a rebase of that patch the first option is not applicable. Even in this case,it seems that the job is not particularly complicated Thanks. On Sat, Dec 30, 2023 at 11:05 AM Jul

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
t binary, use u-boot-dtb.bin or define CONFIG_OF_EMBED. For sandbox, use -d U-Boot U-Boot 2017.05 (Dec 28 2023 - 22:52:29 +0100) for snow On Thu, Dec 28, 2023 at 11:44 PM Mario Marietto wrote: > > Maybe some parameter is wrong inside the snow_defconfig file ? Can you > g

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
FIG_VIDEO_BRIDGE_NXP_PTN3460=y CONFIG_TPM=y CONFIG_ERRNO_STR=y CONFIG_UNIT_TEST=y # CONFIG_UT_LIB_ASN1 is not set On Thu, Dec 28, 2023 at 11:26 PM Mario Marietto wrote: > > I've just built it with Ubuntu 18.04 / gcc 7.5.0 ; I have my > u-boot.bin and I tried to see if it worked,but unfortunate

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
; > On Thu, Dec 28, 2023 at 11:48 AM Simon Glass wrote: > > > > Hi Mario, > > > > On Thu, Dec 28, 2023 at 3:48 PM Mario Marietto > > wrote: > > > > > > I tried to compile it,but If failed : > > > > > > /mnt/zroot2/zroot2/OS/

Re: How to boot FreeBSD for arm 32 bit as DomU with u-boot on my ARM Chromebook

2023-12-28 Thread Mario Marietto
: prepare0] Errore 2 What should I do to compile it succesfully ? On Sat, Dec 23, 2023 at 7:36 PM Mario Marietto wrote: > > I've added this parameter to bootxen.source : > > guest_loglvl=all > > bootxen.source : > > mmc dev 1 > ext2load mmc 1:3 0x4200 zImage-5.4.26

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
iwmmxt2; did you mean ‘armv4’? arm-linux-gnueabihf-gcc: error: missing argument to ‘-march=’ make[1]: *** [Kbuild:44: lib/asm-offsets.s] Error 1 make: *** [Makefile:1287: prepare0] Error 2 On Thu, Dec 28, 2023 at 3:47 PM Mario Marietto wrote: > > Hello. > > Can someone provide th

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
/be270f9242a72b05463092a022bbabd54996762de1ff23bf7575124ac02e62f49572a4e2f6f571a5019047d40027e56e35593b5cc373c4a5a39b100c3377ba93/ Can you confirm it ? thanks. On Thu, Dec 28, 2023 at 1:14 AM Tony Dinh wrote: > > Hi Mario and Heinrich, > > On Wed, Dec 27, 2023 at 12:23 PM Mario Marietto > wrote: > > > > Hello. > > > > I

I'm looking for the source code of a specific u-boot version.

2023-12-27 Thread Mario Marietto
Hello. I'm trying to boot FreeBSD for arm32 bit as DomU on my ARM Chromebook SNOW with xen. Basically there are two ways to accomplish this task : 1) to write a patch that allows the FreeBSD kernel to boot as a zImage file. This could be accomplished applying this patch to a specific file

Re: How to boot FreeBSD for arm 32 bit as DomU with u-boot on my ARM Chromebook

2023-12-23 Thread Mario Marietto
a4 > #11 0xc043d5e4 at ether_nh_input+0x480 > #12 0xc04447c0 at netisr_dispatch_src+0xf8 > #13 0xc043c404 at ether_input+0x50 > #14 0xc01c0838 at vtnet_rx_vq_process+0x880 > #15 0xc01b70d0 at vtpci_intx_intr+0xac > #16 0xc02b87f0 at ithread_loop+0x2ec > #17 0xc02b465c at fork_exit+0xc0 > Uptime

Re: How to boot FreeBSD for arm 32 bit as DomU with u-boot on my ARM Chromebook

2023-12-20 Thread Mario Marietto
l > > Means that something is not right in the u-boot configuration or u-boot > build. Michal and Artem (CCed) might know more. From what I recall, > there was nothing special required to get u-boot.bin to boot as domU > kernel, so now I wonder if it is an ARMv7 vs. ARMv8 issue. > > Ch

Re: How to boot FreeBSD for arm 32 bit as DomU with u-boot on my ARM Chromebook

2023-12-20 Thread Mario Marietto
#11 0xc043d5e4 at ether_nh_input+0x480 > #12 0xc04447c0 at netisr_dispatch_src+0xf8 > #13 0xc043c404 at ether_input+0x50 > #14 0xc01c0838 at vtnet_rx_vq_process+0x880 > #15 0xc01b70d0 at vtpci_intx_intr+0xac > #16 0xc02b87f0 at ithread_loop+0x2ec > #17 0xc02b465c at fork_exit+0xc0 &g

Re: How to boot FreeBSD for arm 32 bit as DomU with u-boot on my ARM Chromebook

2023-12-19 Thread Mario Marietto
as domU > kernel, so now I wonder if it is an ARMv7 vs. ARMv8 issue. > > Cheers, > > Stefano > > > On Tue, 19 Dec 2023, Mario Marietto wrote: > > I see that some other interesting files have been produced by u-boot > when I have compiled it : > > > >

How to boot FreeBSD as a domU using u-boot.bin as a kernel bootloader on my ARM Chromebook

2023-12-19 Thread Mario Marietto
Hello. I'm trying to boot FreeBSD for arm32 bit as DomU on my ARM Chromebook. Basically there are two ways to accomplish this task : 1) to write a patch that allows the FreeBSD kernel to boot as a zImage file. This could be accomplished applying this patch to a specific file that's on the source

Re: bhyve nvidia gtx-1650 mobile passthru on win11

2023-12-18 Thread Mario Marietto
Hello Corvin, about point 1) : Nuno is trying to enable the passthru of his nvidia-gpu on Windows 11. Is your patch intended to work for Windows ? If yes,I would be ready to test it on my system. On Mon, Dec 18, 2023 at 11:02 AM Corvin Köhne wrote: > On Sat, 2023-12-16 at 16:07 +, Nuno

Re: bhyve nvidia gtx-1650 mobile passthru on win11

2023-12-17 Thread Mario Marietto
AMD gpu works great with bhyve and they are recognized by a Windows vm. On Sun, Dec 17, 2023 at 11:43 AM Stephan Althaus < stephan.alth...@duedinghausen.eu> wrote: > On 12/16/23 18:49, Mario Marietto wrote: > > for sure you can use nVidia gpu on the host and the intel one on the

Re: bhyve nvidia gtx-1650 mobile passthru on win11

2023-12-16 Thread Mario Marietto
it is in use by freebsd. > Other thing, if I boot with BIOS on nvidia dedicated then intel doesn't > show up in pciconf... > > Mario Marietto escreveu no dia sábado, > 16/12/2023 à(s) 16:34: > >> Are you trying to pass the nvidia gpu to windows vm ? or your intel gpu ? >>

Re: bhyve nvidia gtx-1650 mobile passthru on win11

2023-12-16 Thread Mario Marietto
Are you trying to pass the nvidia gpu to windows vm ? or your intel gpu ? Il sab 16 dic 2023, 17:07 Nuno Teixeira ha scritto: > Hello all, > > Specs: > - laptop with integrated intel + dedicated nvidia > - 15-CURRENT 3b1904d9eb04 amd64 > - win11 with nvme and tpm > > I'm sharing my results with

Re: xc_dom_guest_type: image not capable of booting inside a HV M container: Invalid kernel

2023-12-13 Thread Mario Marietto
12:59 PM, Mario Marietto wrote: > > > root@marietto:/mnt/zroot2/zroot2/OS/Chromebook/domU/freebsd-xen/boot-xen/kernel > # file > /mnt/zroot2/zroot2/OS/Chromebook/domU/freebsd-xen/boot-xen/kernel/kernel > > > > > > ELF 32-bit LSB executable,ARM, EABI5 version 1 (FreeBS

  1   2   3   4   5   6   7   >