Re: ldd error with setuid/setgid binaries

2023-10-18 Thread Yoshihiro Kawamata
From: "Theo de Raadt" Subject: Re: ldd error with setuid/setgid binaries Date: Wed, 18 Oct 2023 10:01:34 -0600 > But anyways, you are not talking about OpenBSD. I am using the normal OpenBSD 7.4 installation from ftp.jaist.ac.jp, one of the official mirrors. I am talking about that, not

Re: ldd error with setuid/setgid binaries

2023-10-18 Thread Yoshihiro Kawamata
ll > recurse to show inter-library dependencies too, though I forget > what it's called) > > - provide an alternative binary which _can_ be executed by ldd It would be possible to create an alternative script using "readelf -d". Thanks for the suggestion. Yoshihiro Kawamata https://fuguita.org/

Re: ldd error with setuid/setgid binaries

2023-10-18 Thread Yoshihiro Kawamata
From: Marc Espie Subject: Re: ldd error with setuid/setgid binaries Date: Wed, 18 Oct 2023 18:04:45 +0200 > objdump -p > will be as good. > > Yes, it does not recurse, but it doesn't need to, since you also > want to wipe libraries that link with old libraries. This seems to be easier to parse

Re: ldd error with setuid/setgid binaries

2023-10-18 Thread Yoshihiro Kawamata
From: "Theo de Raadt" Subject: Re: ldd error with setuid/setgid binaries Date: Wed, 18 Oct 2023 06:35:51 -0600 > You don't explain why you need to do this. You just completely skipped that. > You don't justify why you need it to work. Does that make me care?? No, it > really doesn't make me

Re: ldd error with setuid/setgid binaries

2023-10-18 Thread Yoshihiro Kawamata
{FS=":"} /ELF 64-bit LSB shared object/ {print $1}' \ | xargs ldd \ | awk ' /^\/.*:$/ {fname = $1; sub(/:/, "", fname)} $3 == "rlib" {print $7, fname}' \ | sort But this no longer works properly on OpenBSD 4.7. How can I solve this? Please let

ldd error with setuid/setgid binaries

2023-10-18 Thread Yoshihiro Kawamata
0515abed4000 0515abed4000 ld.so 01 0 /usr/libexec/ld.so Until OpenBSD 7.3, such errors did not occur. Yoshihiro Kawamata https://fuguita.org/

Re: patch-008 missing in CVS repo

2023-07-13 Thread Yoshihiro Kawamata
From: Stefan Sperling Date: Thu, 13 Jul 2023 16:13:41 +0200 > In the meantime you could fetch the patch from the errata page and apply > it locally. Yes, I applied that patch locally and proceeded with my project. Yoshihiro Kawamata https://fuguita.org

patch-008 missing in CVS repo

2023-07-13 Thread Yoshihiro Kawamata
Of the recently announced OpenBSD 7.3 patches 006 through 009, 008 cannot be found on CVSweb. And even after cvs update, sys/kern/exec_elf.c remains unfixed. But, I was able to find patch-008 on GitHub. Yoshihiro Kawamata https://fuguita.org

link to errata

2023-05-01 Thread Yoshihiro Kawamata
In https://www.openbsd.org, "Patches" still links to https://www.openbsd.org/errata72.html Yoshihiro Kawamata https://fuguita.org

Re: Minimum install size

2023-04-29 Thread Yoshihiro Kawamata
From: WATANABE Takeo > so why not rewrite the FAQ as 1.5 GB as a minimum value Not appropriate since it only considers the case of amd64.

Re: Minimum install size

2023-04-28 Thread Yoshihiro Kawamata
From: Aaron Mason Subject: Re: Minimum install size Date: Sat, 29 Apr 2023 11:49:26 +1000 > If you wanted to go super hard core, you could build crunchgen in src > and build a busybox-style setup FYI: This is what FuguIta does. Yoshihiro Kawamata https://fuguita.org

Re: Minimum install size

2023-04-28 Thread Yoshihiro Kawamata
D 7.3 FAQ, and whether "desirable" and "possible" are the same is outside the discussion. Yoshihiro Kawamata https://fuguita.org

Minimum install size

2023-04-27 Thread Yoshihiro Kawamata
z required 629MB for i386 and 1GB for amd64. For example, if I delete the files under /usr/share/relink, I can get within 512MB, but this is not a desirable installation method, is it? Yoshihiro Kawamata https://fuguita.org

Re: OpenBSD File systems , on Flash / SSD CPE (in sites with uncontrolled power (CPE customer sites)

2022-11-28 Thread Yoshihiro Kawamata
them with mfs in conjunction with persistent storage. Yoshihiro Kawamata https://fuguita.org/

Re: Maximum size of mfs in i386

2022-05-03 Thread Yoshihiro Kawamata
So the implementation of W^X in i386 has an impact. Thank you for showing me the cause, it became clear.

Maximum size of mfs in i386

2022-05-03 Thread Yoshihiro Kawamata
swap /mnt # umount /mnt # mount -t mfs -o -s=1352M swap /mnt mount_mfs: mmap: Cannot allocate memory What could be the cause? Is there any way to increase the MAXDSIZ to nearly 3GB? Yoshihiro Kawamata http://fuguita.org/

Re: Behavior of sndioctl

2022-01-28 Thread Yoshihiro Kawamata
Hi, James From: James Subject: Re: Behavior of sndioctl Date: Fri, 28 Jan 2022 09:50:40 + > Did you solve this? I'm experiencing a problem with sndioctl in > which toggling output.mute has no effect. My problem still hasn't been solved. It also occurs in the current version 7.0. It

Re: Behavior of sndioctl

2021-08-22 Thread Yoshihiro Kawamata
Hi Maurice, From: Maurice McCarthy Subject: Re: Behavior of sndioctl Date: Fri, 20 Aug 2021 20:33:00 +0100 > Perhaps you have different apps set at different levels of output. On > my home PC I see this: I am talking about the behavior of output.level and the actual physical output status of

Behavior of sndioctl

2021-08-20 Thread Yoshihiro Kawamata
output.level=0.1# No effect. The actual audio output output.level=0.102 # remains at 0.5. $ sndioctl output.level=0.2# When I set a different value, output.level=0.200 # the volume changed Yoshihiro Kawamata http://fuguita.org/

Re: Regarding Openbsd and zoom/hangouts etc

2021-08-03 Thread Yoshihiro Kawamata
e under /etc/firefox and disable the pledge system call. For details, see /usr/local/share/doc/pkg-readmes/firefox. I believe that you can use Zoom in a similar way with Chromium. Regards, Yoshihiro Kawamata http://fuguita.org/

Re: localised office setup, how?

2021-06-02 Thread Yoshihiro Kawamata
tive language is, so I can't give you a detailed answer, but I expect you can still find a suitable one from packages. If your native language is French, you may find an OpenBSD customization script called isotop helpful. https://www.3hg.fr/Isos/isotop/ Regards, Yoshihiro Kawamata http://fuguita.org/