libaddr2line: what is FreeBSD analog ?

2003-02-16 Thread Yuri
Maybe anyone will enlighten me: I am working with the port lang/gnat (Ada compiler) and it links with nonexistent libaddr2line (symbol convert_addresses) to find the line numbers from executables. Where to look for the correct way to resolve addresses to line numbers in FreeBSD ? Thanx, Yuri

killall doesn't kill the process

2002-08-20 Thread Yuri
I had some process taking 98% CPU and decided to kill it. killall midc said: No matching processes were found. top showed midc on top. killall midc -- same thing. Killing by PID worked fine. So maybe the name in processes table got corrupted? Version: CURRENT cvsupped on Saturday. Yuri

Linux epoll(7) patch

2013-08-05 Thread Yuri
http://lists.freebsd.org/pipermail/freebsd-emulation/2008-March/004428.html Discussion stalled back then, and epoll is still unimplemented. Anybody can identify any issues with this patch? Are there any alternatives? Yuri ___ freebsd-current@freebsd.org

Re: Linux epoll(7) patch

2013-08-05 Thread Yuri
. Also epoll_wait doesn't check for the special case of timeout=-1. I corrected both issues. Will do additional testing, and will submit PR with an updated patch when done. Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Witness message about lock order reversal on 10 (head)

2013-08-19 Thread Yuri
I got these messages on 10 head, rev.254235, during 'filesystem full' condition. Yuri = log = lock order reversal: 1st 0xff80f7432470 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:3054 2nd 0xfe00075b5600 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:284 KDB: stack

How to best overload the fileops ?

2013-08-21 Thread Yuri
: * Is such code is acceptable for kernel? * Does it look too ugly? * Any suggestions on how to improve it? As the system develops, other places may require to do such overloading too, so this approach can be reused. Thank you, Yuri *** In sys/file.h add these macros (they define how overloading

[patch] Addition of 'futimensat' call allowing to set file time with nanosecond precision

2013-08-21 Thread Yuri
Please check in this patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=181459 Thank you, Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current

Re: How to best overload the fileops ?

2013-08-21 Thread Yuri
object. And it should be deallocated when this fd is closed, hence fo_close. Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: How to best overload the fileops ?

2013-08-21 Thread Yuri
or reuse it. Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: How to best overload the fileops ?

2013-08-21 Thread Yuri
release to the calling routine (another kernel module). This way both epoll_create and sys_kqueue run under one atomic lock. Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: How to best overload the fileops ?

2013-08-23 Thread Yuri
struct fileops* kqueue_fileops(); be ok then? Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: How to best overload the fileops ?

2013-08-23 Thread Yuri
epollops : public kqueueops {...} but it's probably not as bad as using clever macros to try to turn C into a sort of C++Lite. Whatever makes code more clear is better. I don't think I suggested to turn C into anything. Yuri ___ freebsd-current@freebsd.org

[PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2013-09-01 Thread Yuri
Please check in this patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=181741 Please MFC into 9.X Description of the problem is within PR. Thanks, Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

[PATCH] Sync of libedit with upstream NetBSD

2013-12-06 Thread Yuri
I created a patch for this. libedit hasn't been updated for 4+ years http://www.freebsd.org/cgi/query-pr.cgi?pr=184533 Please MFC to 10. Thanks, Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

[PATCH] Variable-size ioctl data handling

2013-01-21 Thread Yuri
...}. Thank you, Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

libproc buffer corruption patch

2013-01-28 Thread Yuri
Please check in this obvious patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=175648 MFC to 9.X, please. Thanks, Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

patch fixing libdtrace dependencies

2013-01-28 Thread Yuri
Please check in this patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=175661 MFC 9.X. Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current

Please check in this simple patch: misc/180976 Fixed vfork/rfork arguments in truss(1)

2013-07-31 Thread Yuri
http://www.freebsd.org/cgi/query-pr.cgi?pr=180976 Thank you, Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Please check in this patch: kern/181012: Implemented linux system call fstatfs64

2013-08-04 Thread Yuri
http://www.freebsd.org/cgi/query-pr.cgi?pr=181012 Thank you, Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Yuri
it relate to portmaster and portupgrade packages, which both have (or include) supposedly the same functionality? Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

[resolvconf] Update to the upstream release openresolv-3.7.0

2015-05-01 Thread Yuri
Please check this in: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199854 Yuri ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr

Announcement: RetroArch ports now allow to play thousands of retrogame titles on FreeBSD

2015-11-10 Thread Yuri
) to interpret games in different formats. Formats include PlayStation, Sega, Atari, etc. There is a vibrant community of users and developers, please see here: http://www.libretro.com/ If you are into playing such games, you are welcome to try these ports. Your feedback is welcome! Enjoy! Yuri

Re: Wake on LAN broken (probably between r290542 - r290606)?

2015-11-12 Thread Yuri
to losing settings, due to low battery, or other (sometimes mysterious) reasons. Please confirm that BIOS setting "Wake On LAN" is on on target. Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freeb

Can't install 11 .iso images in virtual box

2015-12-29 Thread Yuri
disk1.iso has kernel panic during boot. And bootonly.iso boots but after downloading kernel and base it says that there is the incorrect checksum, and it needs to downlodagain. Just tried FreeBSD-11.0-CURRENT-amd64-20151217-r292413-disc1.iso Yuri

Is updating contrib/gcc desirable?

2015-12-31 Thread Yuri
it be the right way of solving the problem if I submitted an update of contrib/gcc and contrib/gcclibs from the gcc-5.3.0 tree? Any pitfalls with this? Additionally, the gcc library libquadmath is required for fortran. I think this one can be made into a port. Yuri

Re: Is updating contrib/gcc desirable?

2015-12-31 Thread Yuri
/libunwind. I am not sure if this means that libunwind should be imported into the base. If only general C++ programs could be untangled from libgcc, this fortran problem will be solved. Yuri ___ freebsd-current@freebsd.org mailing list https

WITNESS messages on 11

2016-05-28 Thread Yuri
I saw this every time I tried to install 11 from the VM image recently. While copying over the ports tree with the command "nc | tar xzf -" I get the messages, see below. Yuri lock order reversal: 1st 0xfe003ca55570 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c

Re: Broken suspend-resume (suspend to RAM) with enabled INVARIANTS on 11-CURRENT - with workaround

2016-02-07 Thread Yuri
On 02/05/2016 10:25, Oliver Pinter wrote: I used this gdb macro, to traverse the proc list, and print out the relevant p_flag's flags: Is it normally working though? Because every time I tried in the past I could never get it working. Yuri

Could somebody just commit this patch: The new command line option to set the daemon(8) process title ?

2016-02-29 Thread Yuri
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205016 This is a very simple and mundane (in my opinion) patch that makes it easier to see which daemon is which when there are a lot of them. Yuri ___ freebsd-current@freebsd.org mailing list https

Re: Could somebody just commit this patch: The new command line option to set the daemon(8) process title ?

2016-03-02 Thread Yuri
On 02/29/2016 15:05, Conrad Meyer wrote: I'd be happy to (+ manual page changes) if I don't hear any objection in the next few days. I would keep [pid] in the title and just replace argv0 with the -t argument. Conrad, thank you for taking it. Best, Yuri

Re: error: 'stddef.h' file not found on 12

2017-11-17 Thread Yuri
On 11/16/17 22:29, Mark Millard wrote: My guess is something is odd with your environment. It's not my environment, I keep getting these failure notifications from the central build. -) Ident: $FreeBSD: head/net-im/ricochet/Makefile 454075 2017-11-12 19:19:37Z yuri $ Log

error: 'stddef.h' file not found on 12

2017-11-16 Thread Yuri
/cstddef /usr/include/c++/v1/stddef.h why isn't it present in 12? Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

ACPI is broken on CURRENT

2018-06-03 Thread Yuri
I couldn't make the S3 suspend to work at all. Please see the bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228654 Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-03 Thread Yuri
any more. :-( Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-03 Thread Yuri
supplicant. It is supposed to be the most recent version of the same project where system wpa_supplicant comes from. Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail t

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-03 Thread Yuri
On 07/03/18 14:32, Yuri wrote: rc.conf has: wlans_iwn0="wlan0" ifconfig_wlan0="WPA DHCP" wpa_supplicant_enable="YES" wpa_supplicant_program="/usr/local/sbin/wpa_supplicant" This got mixed up. rc.conf has: wlans_run0="wlan0" ifconf

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-03 Thread Yuri
On 07/03/18 13:54, Sean Bruno wrote: Yuri: If you're still having trouble, dump your rc.conf entries for your wireless. Mine looks like this at the moment with iwn(4): wlans_iwn0="wlan0" ifconfig_wlan0="WPA DHCP" seam Thank you, Sean! rc.conf has: wlans_iwn0=&qu

Re: SVN down or slow

2018-07-29 Thread Yuri
On 7/29/18 10:43 AM, blubee blubeeme wrote: Has anyone else noticed that svn is getting this type of error trying to run svn: svn: E65: Error running context: No route to host This is likely due to network problems, not the subversion server itself. Yuri

panic in btsocks_l2cap_sockets_mtx @ ng_btsocket_2cap.c:2438

2018-07-26 Thread Yuri
Got this panic while trying to register the bluetooth mouse. See the screenshot: https://imgur.com/a/RXZRIn9 r336271 Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send

Error occurs in the VirtualBox VM installed from the vmdk image when "close" is pressed on the VM window

2018-08-01 Thread Yuri
I installed this VMDK image https://download.freebsd.org/ftp/snapshots/VM-IMAGES/12.0-CURRENT/amd64/Latest/FreeBSD-12.0-CURRENT-amd64.vmdk.xz rom Jul 26. Once it boots, pressing "close" causes the error. Yuri ___ freebsd-current@f

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-04 Thread Yuri
wlan0 creation happens before wpa_supplicant due to the instruction 'wlans_run0="wlan0"'. Something changed in /etc/network.subr or /etc/rc.d/netif or in devd or its configuration. It definitely did create the run0 interface before, and now it doesn

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-12 Thread Yuri
On 07/03/18 12:45, Yuri wrote: I updated the laptop to r335884 last night, and 'service wpa_supplicant start wlan0' doesn't succeed any more. kernel is supposed to create the network interface 'run0', but it doesn't. This is the immediate reason why wpa_supplicant fails. The non-creation

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-12 Thread Yuri
n. I think that there were some changes in devd that caused this regression. Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-04 Thread Yuri
definitely did create the run0 interface before, and now it doesn't. I wonder if the kernel module is no longer loading... if_run.ko isn't loaded after boot. But I think it is supposed to be loaded by devd too. Yuri ___ freebsd-current@freebsd.o

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-04 Thread Yuri
On 07/04/18 12:00, Rodney W. Grimes wrote: Just for fun to see if this can clear up your issue add if_run_load="YES" to /boot/loader.conf This doesn't help. In the presence of preloaded if_run.ko wpa_supplicant still can't initialize wlan

[regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-03 Thread Yuri
know of any workaround. The steps 'mergemaster -p' and 'mergemaster' were done during the upgrade, so /etc is updated. Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Current fails to install in virtualbox: Distribution extract failed

2018-03-24 Thread Yuri
This ISO image: FreeBSD-12.0-CURRENT-amd64-20180322-r331345-disc1.iso Differences with default: I chose ZFS root fs and only left "ports" checked in "Distribution Select". Yuri ___ freebsd-current@freebsd.or

UEFI Loader problems in CURRENT

2018-09-29 Thread Yuri
See: * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230090 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219957 Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

/usr/lib/libomp.so that was added in 13-CURRENT causes port failures and might conflict with libomp.so provided by devel/openmp

2019-05-18 Thread Yuri
an error-prone situation with library compatibility issues between base and port libraries. Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-cu

rev.358827 beaks: error: use of undeclared identifier 'compiler_flags'

2020-03-09 Thread Yuri
/usr/src/crypto/openssl/crypto/cversion.c:27:16: error: use of undeclared identifier 'compiler_flags'     return compiler_flags;    ^ Yuri ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

Re: Deprecating smbfs(5) and removing it before FreeBSD 14

2021-11-01 Thread Yuri
Ed Maste wrote: > The smbfs(5) filesystem supports only the obsolete SMBv1 protocol, and > I propose removing it for FreeBSD 14. I know the CHERI folks have been > using it but they plan to migrate away from it. It was broken for > months before they fixed it, so I suspect nobody is using it on >

smartpqi: panic: malloc(M_WAITOK) with sleeping prohibited

2022-01-31 Thread Yuri
Got this panic after booting GENERIC kernel: panic: malloc(M_WAITOK) with sleeping prohibited cpuid = 3 time = 1643658859 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe00c7b20ae0 vpanic() at vpanic+0x17f/frame 0xfe00c7b20b30 panic() at

sed in CURRENT fails in textproc/jq

2023-09-09 Thread Yuri
/logs/jq-1.7.log Yuri

Re: revision not displayed in a2440348eed7

2023-09-25 Thread Yuri
KIRIYAMA Kazuhiko wrote: > Hi, list > > I updated to a2440348eed7, but could not display revision: > > admin@tbedfc:~ % uname -a > FreeBSD tbedfc 15.0-CURRENT FreeBSD 15.0-CURRENT #0: Tue Sep 26 00:15:10 JST > 2023 root@tbedfc:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > admin@tbedfc:~

emulated nvme on vmware workstation whines

2022-07-03 Thread Yuri
I started seeing the following whines from emulated nvme on vmware workstation some time ago, and it seems to happen almost exclusively during the nightly periodic run: Jul 3 03:01:47 titan kernel: nvme0: RECOVERY_START 48053105730250 vs 48051555254036 Jul 3 03:01:47 titan kernel: nvme0:

panic: make_dev_alias_v: bad si_name

2022-06-04 Thread Yuri
Getting the following panic on HPE system with HPE enclosure: panic: make_dev_alias_v: bad si_name (error=22, si_name=enc@n../type@0/slot@1/elmdesc@{"Name":"DriveBay1"}/pass4) db_trace_self_wrapper() vpanic() panic() make_dev_alias_v() make_dev_alias_p() make_dev_physpath_alias()

Re: buildkernel doesn't respect PORTSDIR with PORTS_MODULES

2022-11-24 Thread Yuri
Juraj Lutter wrote: > > >> On 24 Nov 2022, at 15:16, Juraj Lutter wrote: >>> >>> bsd.port.mk and bsd.port.subdir.mk use _PORTSDIR. You could try adding >>> that to your list. >>> >> >> PORTS_MODULES are being built from within kern.post.mk. I’d put PORTSDIR >> into src-env.conf instead of

Re: ld error (undefined symbol) while compiling sqlite3

2022-11-26 Thread Yuri
Archimedes Gaviola wrote: > Hi, > > For some reason, I am compiling sqlite3 from the > /usr/src/contrib/sqlite3 source using > FreeBSD-14.0-CURRENT-arm64-aarch64-RPI-20221027-769b884e2e2-258837. I > created a /usr/src/usr.bin/sqlite3 directory and created a Makefile file > with content referred

Re: vt and keyboard accents

2023-01-29 Thread Yuri
Hans Petter Selasky wrote: > On 1/29/23 09:48, Yuri wrote: >> Hans Petter Selasky wrote: >>> On 1/29/23 01:54, Yuri wrote: >>>> Looking into an issue with accents input for vt and cz (so >>>> /usr/share/vt/keymaps/cz.kbd) keyboard where some of the accen

vt and keyboard accents

2023-01-28 Thread Yuri
Looking into an issue with accents input for vt and cz (so /usr/share/vt/keymaps/cz.kbd) keyboard where some of the accents are working and other result weird unrelated characters output. Checking kbdcontrol -d output, there is an obvious difference with keymap contents -- all mappings are

Re: vt and keyboard accents

2023-01-29 Thread Yuri
Hans Petter Selasky wrote: > On 1/29/23 01:54, Yuri wrote: >> Looking into an issue with accents input for vt and cz (so >> /usr/share/vt/keymaps/cz.kbd) keyboard where some of the accents are >> working and other result weird unrelated characters output. >> >&

Re: Infinite loop with d_write_t

2023-03-19 Thread Yuri
Goran Mekić wrote: > 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 > #

Re: byteswap.h not found on 12 and 13

2023-03-24 Thread Yuri
Nuno Teixeira wrote: > Hello Warner, > > My poudriere jails: > --- > 124amd64   12.4-RELEASE-p2      amd64         http         2023-03-17 > 08:04:15 /usr/local/poudriere/jails/124amd64 > 124i386    12.4-RELEASE-p2      i386          http         2023-03-17 > 08:04:38

Re: find(1): I18N gone wild ?

2023-04-17 Thread Yuri
Xin LI wrote: > This is expected behavior (in en_US.UTF-8 the ordering is AaBb, not > ABab).  You might want to set LC_COLLATE to C if C behavior is desirable. > > On Mon, Apr 17, 2023 at 2:06 PM Poul-Henning Kamp > wrote: > > This surprised me: > >        

adopting zone1970.tab changes in tzsetup

2023-04-21 Thread Yuri
Hi, After tzsetup was switched to use zone1970.tab in 513419f4047 it mostly works, but there are some content changes compared to zone.tab that was used previously which need to be taken care of (would like to do so before 14.0). If you have spare time, please take a look at the reviews below.

Re: find(1): I18N gone wild? [[:alpha:]] not a substitute to refer 26 English letters A-Z

2023-04-21 Thread Yuri
parv/FreeBSD wrote: > Wrote Dimitry Andric on Fri, 21 Apr 2023 10:38:05 UTC > (via > https://lists.freebsd.org/archives/freebsd-current/2023-April/003556.html > ) >> >> ... However, I have read that with unicode, you

Re: find(1): I18N gone wild ?

2023-04-21 Thread Yuri
Jamie Landeg-Jones wrote: > Yuri wrote: > >>> https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_13 >>> >>> ...which in turn refers to the following link for bracket expressions: >>> >>> https://pubs.opengrou

Re: find(1): I18N gone wild ?

2023-04-21 Thread Yuri
Jamie Landeg-Jones wrote: > Yuri wrote: > >> No, find "-name" works with pattern rules in the first link, please see: >> >> https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html > > Yeah. *blush* Sorry about that. I had thought characte

Re: find(1): I18N gone wild ?

2023-04-21 Thread Yuri
Mark Millard wrote: > Dimitry Andric wrote on > Date: Fri, 21 Apr 2023 10:38:05 UTC : > >> On 21 Apr 2023, at 12:01, Ronald Klop wrote: >>> Van: Poul-Henning Kamp >>> Datum: maandag, 17 april 2023 23:06 >>> Aan: curr...@freebsd.org >>> Onderwerp: find(1): I18N gone wild ? >>> This surprised

Re: find(1): I18N gone wild ?

2023-04-21 Thread Yuri
Yuri wrote: > Mark Millard wrote: >> Dimitry Andric wrote on >> Date: Fri, 21 Apr 2023 10:38:05 UTC : >> >>> On 21 Apr 2023, at 12:01, Ronald Klop wrote: >>>> Van: Poul-Henning Kamp >>>> Datum: maandag, 17 april 2023 23:06 >>>>

Re: find(1): I18N gone wild? [[:alpha:]] not a substitute to refer 26 English letters A-Z

2023-04-21 Thread Yuri
Yuri wrote: > parv/FreeBSD wrote: >> Wrote Dimitry Andric on Fri, 21 Apr 2023 10:38:05 UTC >> (via >> https://lists.freebsd.org/archives/freebsd-current/2023-April/003556.html >> <https://lists.freebsd.org/archives/freebsd-current/2023-April/003556.html> )

Re: adopting zone1970.tab changes in tzsetup

2023-04-27 Thread Yuri
Yuri wrote: > Hi, > > After tzsetup was switched to use zone1970.tab in 513419f4047 it mostly > works, but there are some content changes compared to zone.tab that was > used previously which need to be taken care of (would like to do so > before 14.0). If you have spare time,

github CI failures related to tzsetup

2023-04-26 Thread Yuri
Looking at the CI jobs on github, all seem to fail in tzsetup while making kernel-toolchain target. Obviously this build for me locally, FreeBSD's CI is fine with it, it's only ubuntu and macos jobs reporting the errors, and I don't see why; any hints?

Re: github CI failures related to tzsetup

2023-04-26 Thread Yuri
Yuri wrote: > Looking at the CI jobs on github, all seem to fail in tzsetup while > making kernel-toolchain target. Obviously this build for me locally, > FreeBSD's CI is fine with it, it's only ubuntu and macos jobs reporting > the errors, and I don't see why; any hints? > >

dangling symlinks in openzfs import

2023-03-21 Thread Yuri
These have been in there for quite some time now, and every time I try to grep something I see this (I know about -s option, but it's there in opengrok and other tools output as well): grep: sys/contrib/openzfs/contrib/debian/openzfs-zfsutils.zfs-load-key.init: No such file or directory grep:

Re: problems on new -current install with pkg/ssl

2023-07-09 Thread Yuri
void wrote: > Hi, > > On a fresh 14-current install (main-n263444-653738e895ba) I try to use > pkg for anything and this error > happens: > > # pkg install doas > The package management tool is not yet installed on your system. > Do you want to fetch and install it now? [y/N]: y > Bootstrapping

Re: Surprise null root password

2023-05-26 Thread Yuri
bob prohaska wrote: > On Fri, May 26, 2023 at 07:48:04PM +0100, Ben Laurie wrote: >> -T on ls will give you full time resolution... >> > More's the wonder: > root@www:/usr/src # ls -lT /etc/*p*wd* > -rw--- 1 root wheel 2099 May 10 17:20:33 2023 /etc/master.passwd > -rw-r--r-- 1 root

Re: Build failure in usr.sbin/bhyvectl; sources at main-n263112-ad513b4dba3e

2023-05-24 Thread Yuri
David Wolfskill wrote: > This is from an in-place source update from main-n263073-634a770a5e16 to > main-n263112-ad513b4dba3e: > > ... > Building /common/S4/obj/usr/src/amd64.amd64/lib/libc/tests/stdio/scanf_test > Building /common/S4/obj/usr/src/amd64.amd64/usr.bin/ncurses/dump_entry.o >

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-06-08 Thread Yuri
Michael Gmelin wrote: > Hi, > > I didn't dig into this yet. > > After installing the current 14-snapshot (June 1st) in a bhyve-vm, I > get this on boot: > > ZFS: unsupported feature: com.klarasystems:vdev_zaps_v2 > > (booting stops at this point) > > Seems like the boot loader is missing

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-06-08 Thread Yuri
Yuri wrote: > Michael Gmelin wrote: >> Hi, >> >> I didn't dig into this yet. >> >> After installing the current 14-snapshot (June 1st) in a bhyve-vm, I >> get this on boot: >> >> ZFS: unsupported feature: com.klarasystems:vdev_zaps_v2 >> &

Re: FreeBSD wont boot on AMD Ryzen 9 7950X

2023-05-20 Thread Yuri
Mike Jakubik wrote: > Hello, > > Thanks for the info. At least I know it's not specific to my parts. Is > there any knob one can turn in the BIOS to enable/disable this feature? > iirc UART is old school serial ports? Wonder if removing UART support > from the kernel would be a workaround. Try

Re: HST time zone

2023-07-26 Thread Yuri
David Cornejo wrote: > On Tue, Jul 25, 2023 at 11:01 AM Dimitry Andric > wrote: > > On 25 Jul 2023, at 22:26, David Cornejo > wrote: > > > > One thing that has bothered me for a long time is that the > Pacific/Honolulu

panic: Segment size is not aligned (smartpqi related)

2023-07-27 Thread Yuri
Hi, I'm getting the panic below trying to install latest current snapshot (20230720) on HPE Proliant 380 Gen10. There don't seem to be any recent changes to smartpqi driver itself so it's likely something else changed as this HBA didn't have *this* specific problem previously on this system.

Re: Jail compile error on CURRENT?

2023-08-07 Thread Yuri
James Gritton wrote: > On 2023-08-07 13:29, Dimitry Andric wrote: >> On 7 Aug 2023, at 04:50, Yoshihiro Ota wrote: >>> >>> Am I the only one seeing this error? >>> I'm on 12.4-RELEASE amd64 and building CURRENT as of now. >>> >>> jaillex.c:2228:43: error: unused parameter 'yyscanner' >>>

motivation for iconv versions of mbrtocXX functions

2023-07-01 Thread Yuri
(also CC'ed current@ in case anyone else knows the answer) Hi Ed, Looking at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272293, I noticed that non-iconv implementations of mbrtoc16/32 work correctly for the provided test case, and before digging deeper into the issue with iconv ones, I

Re: Delay in 14.0-RELEASE cycle and blocking items

2023-05-15 Thread Yuri
Michael Osipov wrote: > Am 2023-05-15 um 22:19 schrieb Yuri: >> Michael Osipov wrote: >>> Am 2023-05-15 um 21:37 schrieb Glen Barber: >>>> On Mon, May 15, 2023 at 09:15:52PM +0200, Michael Osipov wrote: >>>>> Glen, >>>>> >>

Re: Delay in 14.0-RELEASE cycle and blocking items

2023-05-15 Thread Yuri
Michael Osipov wrote: > Am 2023-05-15 um 21:37 schrieb Glen Barber: >> On Mon, May 15, 2023 at 09:15:52PM +0200, Michael Osipov wrote: >>> Glen, >>> >>> do you see any chance to get this finally merged: >>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236204 ? >>> >>> It seriously affects

Re: Delay in 14.0-RELEASE cycle and blocking items

2023-05-15 Thread Yuri
Yuri wrote: > Michael Osipov wrote: >> Am 2023-05-15 um 22:19 schrieb Yuri: >>> Michael Osipov wrote: >>>> Am 2023-05-15 um 21:37 schrieb Glen Barber: >>>>> On Mon, May 15, 2023 at 09:15:52PM +0200, Michael Osipov wrote: >>>>>> Glen,

Re: git: c16e08e5f324 - main - stand/efi: Retire i386 support

2023-05-11 Thread Yuri
Warner Losh wrote: > The branch main has been updated by imp: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=c16e08e5f324aa119c85e10eaabacbd2abdb40e0 > > commit c16e08e5f324aa119c85e10eaabacbd2abdb40e0 > Author: Warner Losh > AuthorDate: 2023-05-11 20:04:12 + > Commit: Warner

Re: git: c16e08e5f324 - main - stand/efi: Retire i386 support

2023-05-11 Thread Yuri
Warner Losh wrote: > > > On Thu, May 11, 2023, 2:50 PM Rodney W. Grimes > mailto:freebsd-...@gndrsh.dnsmgr.net>> > wrote: > > > On Thu, May 11, 2023, 2:16 PM Yuri <mailto:y...@aetern.org>> wrote: > > > > > Warner Losh wrot

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Yuri
Tomek CEDRO wrote: > On Fri, May 19, 2023 at 1:44 PM Alastair Hogge wrote: >> On 2023-05-19 11:30, Tomek CEDRO wrote: >>> On Fri, May 19, 2023 at 1:28 PM Alastair Hogge wrote: As long as those packages support DRMKMS and does your GPU, you can to a degree. I noticed video works for mpv

GL slowdown with latest kernel

2003-10-28 Thread Yuri Khotyaintsev
0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x30 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x32 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow Yuri

libwrap bug?

2002-08-17 Thread Yuri Victorovich
on Alpha gives unaligned access... error because they use it w/out an argument and actual libwrap expects an argument. Yuri. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: libwrap bug?

2002-08-18 Thread Yuri Victorovich
differently so this bug comes up. Regards, Yuri. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: libwrap bug?

2002-08-18 Thread Yuri Victorovich
, Yuri. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: VM panic

2002-08-18 Thread Yuri Victorovich
I'm amazed you've got a dual Pentium running -CURRENT at all. both of mine haven't worked with SMP kernels for months. (dual P54C and dual P55C). I am running SMP CURRENT kernel on 4-Alpha processors . No problems for a lot of months. Yuri. To Unsubscribe: send mail to [EMAIL PROTECTED

Re: manual page | zpool-features

2012-09-18 Thread Yuri Pankov
On Tue, 18 Sep 2012 12:07:01 -0700, Garrett Cooper wrote: On Tue, Sep 18, 2012 at 11:56 AM, Fabian Keil freebsd-lis...@fabiankeil.de wrote: Darrel levi...@iglou.com wrote: OpenBSD Packet Filter seems to have broken between 9.0 and 9.1, as it did from 8.2 to 9.0. I built stable/9 and it was

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Yuri Pankov
On Wed, 19 Sep 2012 14:57:30 -0700, Garrett Cooper wrote: On Wed, Sep 19, 2012 at 1:46 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: ... Yes, exactly. I updated the PR to request that my patch not get committed because it locks up virtualbox. I hope to find time soon to learn enough

Re: Regression with ZFS on recent current

2012-10-17 Thread Yuri Pankov
On Thu, 18 Oct 2012 00:45:27 +0300, Andriy Gapon wrote: on 18/10/2012 00:05 Andriy Gapon said the following: on 17/10/2012 20:24 Guido Falsi said the following: Hi! While testing portshaker I found a regression in latest current. portshaker depends on ZFS(when enabling ZFS support)

Re: Regression with ZFS on recent current

2012-10-17 Thread Yuri Pankov
On Thu, 18 Oct 2012 08:38:07 +0400, Yuri Pankov wrote: On Thu, 18 Oct 2012 00:45:27 +0300, Andriy Gapon wrote: on 18/10/2012 00:05 Andriy Gapon said the following: on 17/10/2012 20:24 Guido Falsi said the following: Hi! While testing portshaker I found a regression in latest current

  1   2   3   >