Re: Updating motherboard BIOS without MS Windows

2023-11-11 Thread Goran Mekić
On 11/11/23 11:56, Nuno Teixeira wrote: Hello all, Maybe not the best mailing to ask it but... How do you update BIOS without Windows since most brands only have bios software to windows? I'm about to buy a new pc without windows license and I'm looking for brands that have bios-cli that

Re: Kernel panic on jail start

2023-04-03 Thread Goran Mekić
> > > > exec.start = "echo ifconfig_${vnet.interface}_name=\\"eth0\\" > > > > >/etc/rc.conf.d/network"; > > > > > > ah, I see where the problem is, > > > until its fixed you can try to set compat.linux.use_real_ifnames to 1, or > > > s/eth0/to some oyhe if

Re: Kernel panic on jail start

2023-04-03 Thread Goran Mekić
On Fri, Mar 31, 2023 at 12:20:47PM +0300, Dmitry Chagin wrote: > On Thu, Mar 30, 2023 at 07:08:28PM +0200, Goran Mekić wrote: > > exec.start = "echo ifconfig_${vnet.interface}_name=\\"eth0\\" > > >/etc/rc.conf.d/network&q

Kernel panic on jail start

2023-03-30 Thread Goran Mekić
Hello, I get the kernel panic when starting jail. With git bisect I found out the offending commit is 0b56641cfcda30d06243223f37781ccc18455bef. After reverting it, everything is back to normal. For completeness, this is my jail.conf: network { $id = 1; $base = /var/jails; persist; vnet;

Re: Infinite loop with d_write_t

2023-03-20 Thread Goran Mekić
On Sun, Mar 19, 2023 at 12:32:53PM +0100, Yuri wrote: > Why are you using copyin() and not uiomove() in d_write entry? In short, I was following the book. > There's an example that looks like you are trying to do: > >

Infinite loop with d_write_t

2023-03-19 Thread Goran Mekić
Hello, I'm trying to assemble a minimal kernel module and user space program as a skeleton, and no matter what I do I get infinite loop. The code for kernel is https://github.com/mekanix/freebsd-project/blob/master/kernel/main.c. The way to test: # make # sudo kldload ./hello.ko # echo

Re: Could not change brightness anymore with i915kms & acpi_video modules c 202211

2023-01-31 Thread Goran Mekić
On 1/31/23 13:33, Poul-Henning Kamp wrote: > Speaking of backlight(8): On my T14s, I see the following: > > If I set the light with backlight(8) to something, say 30%, and then > change the power-situation, for instance by unplugging the charger, > the backlight goes up to 100%. > > If I then

Re: DHCPDv6 in non-vnet jail

2022-03-31 Thread Goran Mekić
On Wed, Mar 30, 2022 at 02:45:17PM +0200, Ronald Klop wrote: > Hi, > > First. I'm not an IPv6 expert. Got it running at home. Although with SLAAC, > not DHCP yet. > Another disclaimer is that I use VNET-jails nowadays. > But I like to try and think along with you. > > What surprises me is that

Re: DHCPDv6 in non-vnet jail

2022-03-29 Thread Goran Mekić
On Tue, Mar 29, 2022 at 05:21:13PM +0200, Marek Zarychta wrote: > Running DHCPv6 in a jail is possible and pretty straigtforward if > /dev/bpf is exposed, but I have never tried to run rtadvd(8) in the > jail. The net/isc-dhcp44-server works flawlessy in dedicated DHCPv6 > reduntant jails without

Re: DHCPDv6 in non-vnet jail

2022-03-29 Thread Goran Mekić
On Tue, Mar 29, 2022 at 12:14:20PM +0200, Ronald Klop wrote: > I think it will help if you share more of your configuration/logs. Inside non-vnet jail, this is ifconfig output cbsd0: flags=8843 metric 0 mtu 1500 description: lagg0 ether 58:9c:fc:10:9b:75 inet 172.16.0.253

Re: DHCPDv6 in non-vnet jail

2022-03-29 Thread Goran Mekić
On Sun, Mar 27, 2022 at 02:34:11PM +, Bjoern A. Zeeb wrote: > I assume you have /dev/bpf available inside that jail by a devfs rule so > effectively you have all network interfaces and traffic available? As a form of test I've put rtadvd inside the same non-vnet jail and I can see RA message

Re: DHCPDv6 in non-vnet jail

2022-03-28 Thread Goran Mekić
On Sun, Mar 27, 2022 at 02:34:11PM +, Bjoern A. Zeeb wrote: > I assume you have /dev/bpf available inside that jail by a devfs rule so > effectively you have all network interfaces and traffic available? You assume right, as I needed it for IPv4 DHCPD. > You could send the error isc-dhcpd6

DHCPDv6 in non-vnet jail

2022-03-26 Thread Goran Mekić
Hello, I'm trying to run isc-dhcpd6 service inside a non-vnet jail without success. I already have isc-dhcpd in the same jail working, so I hoped v6 is similar enough for it not to require anything special, and I'm obviously wrong, as running the same config on the host itself works. I am using

Re: FreeBSD 13.0-RC3 Now Available

2021-03-22 Thread Goran Mekić
Hello, I see the RC3 in the "Latest News" but not here: https://www.freebsd.org/releases/13.0R/schedule/ I hope I'm writing to the proper channels/list about this. Regards, meka signature.asc Description: PGP signature

Re: Unofficial PkgBase Repository

2021-01-05 Thread Goran Mekić
> p.s.: if it feels slow, blame virtio + vnet This made it fast for me (rc.conf): ifconfig_vtnet0="DHCP -tso -lro" signature.asc Description: PGP signature

Re: Deprecating ftpd in the FreeBSD base system?

2020-09-17 Thread Goran Mekić
On Thu, Sep 17, 2020 at 04:46:19PM +0200, Kurt Jaeger wrote: > Hi! > > > > I've been advocating removing FTP (and HTTP) from libfetch as well. People > > > should be using HTTPS only. > > > Isn't this a bit too much? I often find myself in need to download > > something starting with "http://; or

Re: Plans for git (was: Please check the current beta git conversions)

2020-09-02 Thread Goran Mekić
On Wed, Sep 02, 2020 at 09:47:06AM -0700, Steve Kargl wrote: > Checking out /usr/src as u...@freebsd.org > > svn checkout svn+ssh://u...@svn.freebsd.org/base/head /usr/src git checkout ssh://u...@git.freebsd.org/base/head /usr/src > Checking out /usr/src without freebsd.org account > > svn

Re: Please check the current beta git conversions

2020-09-01 Thread Goran Mekić
On Tue, Sep 01, 2020 at 01:43:19PM -0400, Ed Maste wrote: > Thanks for the report - I wouldn't be surprised if the host is a bit > bogged down from folks trying this just after my message went out. > Once your clone finishes please do let us know how long it took > overall. time git clone

Re: Please check the current beta git conversions

2020-09-01 Thread Goran Mekić
On Tue, Sep 01, 2020 at 01:14:10PM -0400, Ed Maste wrote: > We've been updating the svn-git converter and pushing out a new > converted repo every two weeks, and are now approaching the time where > we'd like to commit to the tree generated by the exporter, and > guarantee that hashes will remain

Re: CFT: FreeBSD Package Base

2019-04-29 Thread Goran Mekić
On Mon, Apr 29, 2019 at 09:25:05AM -0400, Kris Moore wrote: > We've written our own tool "sysutils/sysup" in GO which handles this. It > performs updates using Boot-Environments to ensure that kernel/world are > updated at same time. If I'm right, UFS doesn't support boot environments, so how

Clang cross-compiling to Cortex-M4 (ARM)

2018-09-30 Thread Goran Mekić
Hello, With Clang 4.0 cross-compiling works, but any later versions (I tried 5.0, 6.0 and 7.0 from packages) fails. This is the simple test program: #include int main() { return 0; } These are the results: clang -fno-builtin -nostdlib -ffreestanding -target arm-none-eabi -march=armv7-m

Re: VNET jail and dhclient

2017-11-16 Thread Goran Mekić
On Thu, Nov 16, 2017 at 04:04:47PM +0300, KOT MATPOCKuH wrote: > Hello, all! > > I'm got same problem... > Did someone open an PR for this issue? Yes, Oleg did: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223327 signature.asc Description: PGP signature

Re: VNET jail and dhclient

2017-10-11 Thread Goran Mekić
On Tue, Oct 10, 2017 at 09:10:37PM +, Oleg Ginzburg wrote: > I think I found something, but I do not understand why this is only > observed in jail and with commit change this. > The problem about which the Goran wrote can be fixed with: > > # diff -ruN dhclient.c-orig dhclient.c > ---