Re: can't find PID

2024-03-05 Thread Raul Miller
If you want to track which executable was running which pid at a specific time, you need to put that information in a log, so you can associate pid and time with the executable path. -- Raul On Tue, Mar 5, 2024 at 10:26 AM ofthecentury wrote: > > Well, that's not very noice. Where is security?

Re: What could cause high CPU load averages (no actual CPU usage)?

2023-10-25 Thread Raul Miller
On Wed, Oct 25, 2023 at 8:16 PM Justin Yates Fletcher wrote: > On Wed, 2023-10-25 at 21:12 +0200, Mike Fischer wrote: > > > > > Am 25.10.2023 um 17:57 schrieb Theo de Raadt : > > > Mike Fischer wrote: > > > > > Am 25.10.2023 um 17:29 schrieb Theo de Raadt > > > We changed a lot of kernel

Re: AAAA entry for openbsd.org

2023-10-23 Thread Raul Miller
OpenBSD is a volunteer organization. If you want to volunteer to host an ipv6 mirror, I think the licensing already allows that. Please correct me if I'm wrong. Thanks, -- Raul On Mon, Oct 23, 2023 at 2:00 AM Armin Jenewein wrote: > > No idea what you perceive here as a "rant", my apologies

Re: Firefox and stuttering USB audio

2022-06-01 Thread Raul Miller
On Wed, Jun 1, 2022 at 6:13 PM Mihai Popescu wrote: > I am not able to understand why a simple application like mpv for > example is able to play videos and streams at high resolutions with > good performance, but a "browser" needs 10 times the CPU cores and > memory and it still does it wrong

Re: best place to put export variables

2022-05-18 Thread Raul Miller
"Best" depends on you and your system and how you use your system. (Are you the sole user of your system? Do you share access? Under what conditions? How much storage does your system have? Etc..) Conceptually, $HOME/.login is a fine place to define an environment variable, though there's ways of

Re: Howto do "a detailed cleanup with the aid of the sysclean package"?

2022-05-04 Thread Raul Miller
On Wed, May 4, 2022 at 4:15 AM Sebastien Marie wrote: > The main problem I am seeing would be maintaining such lists, and it necessary > means manual addition to add only "safe" files to remove (no libraries at > least). Conceptually speaking, it's possible to track library dependencies, and

Re: clang 13 space issues with KARL

2022-04-28 Thread Raul Miller
On Thu, Apr 28, 2022 at 2:00 PM Peter J. Philipp wrote: > BTW do you know any operating systems that aren't BSD, Linux that I can > continue on? Surely you'd be in the know for this. If you do not mind using msdos as a bootstrap loader, you might try colorforth. For example:

Re: chroot for go webserver with pledge and unveil

2022-03-15 Thread Raul Miller
On Tue, Mar 15, 2022 at 10:25 PM wrote: > Is there something to restart it if it crashes? If that's a concern you could use a shell script that launches and relaunches the thing, But ask yourself: why would you want it to restart automatically after a crash, if you are concerned about security?

Re: How much does battle-testing weigh?

2022-03-14 Thread Raul Miller
On Mon, Mar 14, 2022 at 8:13 PM wrote: > Please see "Are all BSDs created equally. OpenBSD vs NetBSD vs FreeBSD" > https://www.youtube.com/watch?v=AvSPqo3_3vM > > How they are handled is another matter, but its just as easy as it is in > other OS's. > > Do you believe that OpenBSD has less attack

Re: Please put vi in base

2022-03-12 Thread Raul Miller
On Sat, Mar 12, 2022 at 9:41 PM wrote: > At least I will make sure to always have a custom install media ready. Make sure you test it before you need to rely on it. (Also, using echo isn't necessarily a bad idea, though there are faster approaches. If retyping a line because of a typo is a

Re: Please put vi in base

2022-03-12 Thread Raul Miller
On Sat, Mar 12, 2022 at 4:48 PM wrote: > I already have that book, which is why I KNOW I will never want to use > ed :) > > But thank you all for your feedback. I will make a custom install media > from now on. I have been trying to figure out what's going on here: you have not really explained

Re: disk i/o test

2022-03-03 Thread Raul Miller
On Thu, Mar 3, 2022 at 10:13 AM Nick Holland wrote: > You mention "legacy" options in the BIOS, you may be running an old > machine. But also look at softdep and noatime mount options, softdep > is a HUGE performance gain, noatime is a nice little kick with seemingly > zero consequences (it does

Re: install the sets, install70.img

2022-02-13 Thread Raul Miller
If I unplug and reinsert the usb drive, after about a minute, I get an asynchronous blue background bit of text: uhub0: port 2, set config 0 at addr 6 failed uhub0: device problem, disabling port 2 There's a second usb socket on the other side of the machine. If I transfer the drive over to that

Re: install the sets, install70.img

2022-02-13 Thread Raul Miller
On Sun, Feb 13, 2022 at 10:25 AM Maurice McCarthy wrote: > Wow, cannot even see your usb drive. Now I am right out of my depth. > The sdhc0 and sdmmc0 are to do with the SD card slot. I am also out of my depth. That said, here is dmesg | grep -n ^ (hand typed to another machine, and then

Re: install the sets, install70.img

2022-02-13 Thread Raul Miller
On Sun, Feb 13, 2022 at 8:53 AM Stuart Henderson wrote: > Escape to a shell and see what you get from > >dmesg | grep ^sd (This is hand-typed, from the install machine, but carefully proofread): # dmsg | grep ^sd sdhc0 at pci0 dev 28 function 0 "Intel Apollo Lake eMMC" rev 0x0b: apic 1 int

Re: install the sets, install70.img

2022-02-13 Thread Raul Miller
On Sun, Feb 13, 2022 at 8:29 AM Maurice McCarthy wrote: > If you look in /dev there are probably no sd1 files created (which I > guess is where the usb stick is, provided there are no other disks > present.) So drop to a shell This sounds promising, and you were indeed correct that no sd1 files

Re: install the sets, install70.img

2022-02-13 Thread Raul Miller
On Sat, Feb 12, 2022 at 11:43 PM Ricky Cintron wrote: > On Saturday, February 12th, 2022 at 5:44 PM, Raul Miller > wrote: > > > ... > > Location of sets? (disk http nfs or 'done') [http] > > ... > > Entering 'disk' at this point should allow you to sel

install the sets, install70.img

2022-02-12 Thread Raul Miller
I am attempting to install openbsd on a maestro evolve iii notebook. I am using the install70.img from https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64/ written to a usb drive. Installation prompts with responses as follows: boot> (I let this time out) (I)nstall, (U)pgrade, (A)utoinstall or

Re: arrayfire?

2022-02-03 Thread Raul Miller
On Thu, Feb 3, 2022 at 4:07 PM Nick Holland wrote: > As I recall, GPU hardware has access to basically all the RAM in a > computer... I think that this is always true at the bus level. But I have also seen machines where the GPU was not able to access CPU memory. Thanks, -- Raul

Re: arrayfire?

2022-02-03 Thread Raul Miller
should burn some time on... Thanks, -- Raul On Thu, Feb 3, 2022 at 11:25 AM Raul Miller wrote: > > Currently, openbsd has no arrayfire port (see: arrayfire.org). > > Arrayfire is a computational interface to gpu hardware. > > I am not looking for someone to port arrayfire t

arrayfire?

2022-02-03 Thread Raul Miller
Currently, openbsd has no arrayfire port (see: arrayfire.org). Arrayfire is a computational interface to gpu hardware. I am not looking for someone to port arrayfire to openbsd -- but I would like to know if such a port seems viable (are there obvious failure modes which would likely prevent

Re: clang performance bug is worse on openbsd than freebsd

2021-11-08 Thread Raul Miller
Sorting an array of around 300 (or 3) randomly created unsigned characters sounds like a task tailor made for binsort. (Which seems plausibly worth mentioning in this context.) That said, the key openbsd issues might not include performance on this particular benchmark. Thanks, -- Raul

Re: How does bsd.upgrade work?

2021-10-21 Thread Raul Miller
A couple minutes of looking things up suggest https://marc.info/?l=openbsd-tech=141807224826859 as a plausible starting point for that kind of inquiry. Take care, -- Raul On Thu, Oct 21, 2021 at 8:15 AM wrote: > > On Tue, Oct 19, 2021 at 09:32:21PM +0100, Stuart Henderson wrote: > >> That's

Re: Run a command on "last day of month"

2021-09-01 Thread Raul Miller
Or, since last day of the month never occurs before the 28th, you could run the script only on days which might be the last of the month, Also, since crontab does support a month column, you could have three crontab entries: one for months with 31 days (month: 1,3,5,7,8,10,12), another for months

Re: sndiod on by default (does it need to be ? )

2021-02-21 Thread Raul Miller
On Sun, Feb 21, 2021 at 1:38 PM Stuart Henderson wrote: > I don't honestly think it's worth going to the trouble of disabling. > Look at the other software you run which isn't enabled in OpenBSD by > default - that's where your attack surface is ;) Also look at your hardware, and look at the

Re: OpenBSD insecurity rumors from isopenbsdsecu.re

2020-05-11 Thread Raul Miller
On Mon, May 11, 2020 at 9:17 PM wrote: > I was told on the chat that Linux GNU software has hardly visible NSA > backdoors and IMHO most funding for Linux seems to be from USA ? This is beyond incompetent. You've got the wrong mailing list for this kind of issue, you haven't identified the

Re: 'post quantum' encryption algorithm(s) in latest libressl and upcoming 6.7 to chose

2020-05-09 Thread Raul Miller
On Sat, May 9, 2020 at 1:05 PM Kevin Chadwick wrote: > Careful of what sources you trust! If a processor was storing the keys used, > non > volatile then people would have found out. Software encryption wouldn't save > you > either. If there is a back door it won't have anything to do with

Re: Regarding randomized times in crontab

2020-04-18 Thread Raul Miller
On Sat, Apr 18, 2020 at 12:25 PM Aham Brahmasmi wrote: > The examples and Theo's reply helped in understanding the nuance. It > might seem logical and common sense on further thought, as Janne has > pointed out. But at least in my case, it was not immediately apparent. Yeah, after rethinking it,

Re: Regarding randomized times in crontab

2020-04-16 Thread Raul Miller
That's a poorly phrased question, to be honest. In one sense the point in time where the job is scheduled has to be different -- it's a point in time in a different 24 hour period. But in another sense (a sense closer to what you probably intended) the point in time can't be guaranteed to be

Re: GNU+Linux corporate takeover, was: Wine for OpenBSD?

2020-04-14 Thread Raul Miller
On Tue, Apr 14, 2020 at 3:38 PM Consus wrote: > It is modular to a degree, but separating services requires a bit of > work so yeah, in this area systemd sucks. Documentation is pretty good > though. I don't like the complexity of the thing, but I've never been > stuck because there is not

Re: GNU+Linux corporate takeover, was: Wine for OpenBSD?

2020-04-14 Thread Raul Miller
On Tue, Apr 14, 2020 at 1:37 PM Consus wrote: > On Tue, Apr 14, 2020 at 05:10:14PM +0200, Oddmund G. wrote: > > I know all this, Ottavio. I have been using GNU+Linux since 1994 after > > several years with Ultrix/VMS/OpenVMS @DEC: Slackware in the beginning, then > > Debian until the forced

Re: Help: System hang/Lockup using snapshots on Intel i5 NUC?

2020-03-07 Thread Raul Miller
You might also try testing that memory on that machine is not faulty. (I've been struggling with an ongoing onslaught of machines with faulty memory.) FYI, -- Raul On Fri, Mar 6, 2020 at 6:19 PM Raymond, David wrote: > > You might try an alternate desktop/window manager such as lxqt or >

Re: man to render pure text? (or a pipe in vi macros ?)

2020-03-02 Thread Raul Miller
Have you looked at: man col ? (Especially for the -b option...) And, for that matter, have you looked at man col | cat -vet | less ? Alternatively, have you tried using any web searches on this topic? Thanks, -- Raul On Mon, Mar 2, 2020 at 12:01 PM Marc Chantreux wrote: > > hello, > >

Re: What is you motivational to use OpenBSD

2020-01-10 Thread Raul Miller
On Wed, Aug 28, 2019 at 10:41 AM Mohamed salah wrote: > I wanna put something in discussion, what's your motivational to use > OPENBSD what not other bsd's what not gnu/Linux, if something doesn't work > fine on openbsd and you love this os so much what will do? I wanted a machine with tcp and

Re: Turbo boost and performance degradation

2019-12-31 Thread Raul Miller
This might be relevant: hw.setperf=0 See also: https://man.openbsd.org/cpu.4 -- Raul On Tue, Dec 31, 2019 at 1:57 PM Leo wrote: > > hi > > my russian friend has a trouble running OpenBSD > on his laptop, he reports that Turbo Boost is > not working (OpenBSD limits him to 1100 MHz), > he also

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2019-12-31 Thread Raul Miller
On Tue, Dec 31, 2019 at 1:32 PM wrote: > I'm curious to know if there are any languages other than C and perl in > use in OpenBSD base. It's pretty easy to download the sources for base, and then: tar zxf src.tar.gz find . -type f -name '*.*' | sed 's/^.*\.//' | sort | uniq -c | sort -n | tail

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2019-12-31 Thread Raul Miller
On Tue, Dec 31, 2019 at 11:46 AM Roderick wrote: > I am curious to know why tcl, my fovourite scripting lanuage, would > not be a candidate. If OpenLuaBSD would be a welcome fork, I don't see why OpenTCLBSD would be any worse. Doesn't mean anyone wants to write it. -- Raul

Re: vi in ramdisk?

2019-11-15 Thread Raul Miller
On Fri, Nov 15, 2019 at 1:17 PM Roderick wrote: > On Fri, 15 Nov 2019, Ian Darwin wrote: > > Who needs cat when you have echo? > > Echo? Necessary?! Terrible waste of paper in a teletype terminal! > I remember editing with sos in TOPS 10 after giving the command: > tty noecho. This is starting

Re: Tools for writers

2019-11-05 Thread Raul Miller
On Tue, Nov 5, 2019 at 1:58 PM Marc Chantreux wrote: > yes ... what's the point of using another format than postscript > directly. ... That's not a really question (nor does it fit here). > that said: i'll really give troff a try again when i will figure out how > to create templates for the

Re: On blindly running code

2019-10-18 Thread Raul Miller
On Fri, Oct 18, 2019 at 8:23 AM wrote: > That's not to even start on the fact that it's little more than process > switching and virtual memory on steroids, so the extra seperation on top of > what the OS already provides is little more than smoke and mirrors. My mental model of computer

Re: spool smtpd filling

2019-09-19 Thread Raul Miller
You should probably look at what you see there. -- Raul On Thu, Sep 19, 2019 at 3:35 PM sven falempin wrote: > > Sorry to disturb , > > what is filling my /var/spool/smtpd/offline directory ? > > Smtpd is off on my device ( no mailing ) weekly/monthly active or not > it feels this directory >

Re: Why regex doesn't work in while loop's condition?

2019-09-06 Thread Raul Miller
On Fri, Sep 6, 2019 at 2:40 PM JohnS wrote: > Why next construction doesn't work? > > read x; while [ "$x" != [abc] ]; do echo "Not a, b or c"; break; done People have been focusing on the syntax of arguments for test (the left bracket operation), but there's no 'next' here. You are reading x

Re: What is you motivational to use OpenBSD

2019-08-28 Thread Raul Miller
I would fix the issue, or use something else to get that done or abandon that project. (I am not sure why you would imagine that using OpenBSD implies not using other operating systems. It's *because* I use other operating systems that I like using OpenBSD.) Thanks, -- Raul On Wed, Aug 28,

Re: linux hacked...

2019-08-14 Thread Raul Miller
You haven't provided enough information to give a definitive answer. Installing OpenBSD should get you up and working again. But you'll need to study the documentation and learn how to pull information from logs and generally be able to keep an eye on things if you want other people to be able

Re: SCM

2019-07-22 Thread Raul Miller
Both git and OpenBSD run on patches. That said, OpenBSD has a cultural restriction of requiring people to inspect the patches before incorporating them. Adopting git would be a step away from that practice. Does that help make sense of the current situation? -- Raul On Mon, Jul 22, 2019 at

Re: When will OpenBSD become a friendly place for bug reporters?

2019-07-12 Thread Raul Miller
On Thu, Jul 11, 2019 at 7:39 PM ropers wrote: > I've just noticed yet another false positive where Gmail has > classified your email as spam here for the n-th time. I'm not sure if > that's just happening to my mailbox, or if it's Gmail-wide or, worse, My gmail spam bucket contains some openbsd

Re: When will OpenBSD become a friendly place for bug reporters?

2019-07-09 Thread Raul Miller
On Tue, Jul 9, 2019 at 1:13 PM Leonid Bobrov wrote: > Theo, your excuse that OpenBSD is not more popular than Linux because AT > sued BSD in 90's is ridiculous, Nah, it's a relevant issue. That said, it's not the only issue, which I imagine was the point you were trying to get across. -- Raul

Re: OT: hardware war with manufacturers (espionage claims)

2019-07-03 Thread Raul Miller
Any sufficiently advanced technology is indistinguishable from noise, https://en.wikipedia.org/wiki/Shannon%E2%80%93Hartley_theorem Thanks, -- Raul On Tue, Jul 2, 2019 at 1:30 PM Brian Brombacher wrote: > > Oh and if the implant is smart, it’ll detect you’re trying to find it and go >

Re: what about bootkit, infect the kernel and other security questions.

2019-06-29 Thread Raul Miller
You might want to put five minutes into researching each of these questions on your own. This would help you form more meaningful questions and would also increase the likelihood that you would be able to understand the responses. That said, here's something that you (or maybe someone else) might

Re: Puffy — format SVG

2019-06-13 Thread Raul Miller
On Thu, Jun 13, 2019 at 2:38 PM Stephane HUC "PengouinBSD" wrote: > https://stephane-huc.net/img/EBNH/OBSD/Puffy.svg This looks like an svg raster image (as opposed to a vector image, which would take some manual effort). Probably worth setting expectations accordingly? Thanks, -- Raul

Re: When will be created a great desktop experience for OpenBSD?

2019-05-23 Thread Raul Miller
This looks like violent agreement. (It's perhaps worth noting that if you change the first word here from "No" to "Yes" that the idea being expressed does not change.) Thanks, -- Raul On Thu, May 23, 2019 at 1:35 PM Patrick Harper wrote: > > No, the installation program should make setup as

Re: single user question

2019-05-15 Thread Raul Miller
On Wed, May 15, 2019 at 3:05 PM James Huddle wrote: > What I am trying to do (thank you Troy Martin), is work through > the standard answers and missteps toward a more secure OS, > starting with OpenBSD and a flashlight. It is my humble opinion > that the optimal number of users for (say) a

Re: hacked for the second time

2019-04-03 Thread Raul Miller
If someone is using your ssh key and you do not want that to happen, please replace your keys. Thanks, -- Raul On Wed, Apr 3, 2019 at 2:58 PM Cord wrote: > > Hi, > I have some heavy suspect that my openbsd box was been hacked for the second > time in few weeks. The first time was been some

Re: article : undefined behavior and the purpose of C

2019-01-17 Thread Raul Miller
Perhaps worth noting that a lot of this gcc quirkiness (and, via peer pressure, clang quirkiness) was spawned in response to overly brittle copyright laws and enforcement. (The expiration times have been extended excessively to satisfy the likes of Disney, and the enforcement seems to necessarily

Re: Yes: The linux devs can rescind their license grant. GPLv2 is a bare license and is revocable by the grantor.

2018-12-24 Thread Raul Miller
(1) Wrong mailing lists - these are not linux mailing lists. (2) ... (I am not going to go over the legal mistakes you've made, because of (1))... (3) Anyways, ... people do make mistakes... But, please stop making these mistakes. Thanks, -- Raul On Mon, Dec 24, 2018 at 10:55 AM wrote: > >

Re: SSH extremely quickly dropped from T-Mobile phone hotspot

2018-09-16 Thread Raul Miller
On Sun, Sep 16, 2018 at 2:50 AM Chris Bennett wrote: > See, I'm a US citizen in a country that has these nasty FISA courts and > a variety of new-ish unconstitutional laws that allow the President and > others to plant fake content on my server, snatch me up, deny me a > lawyer, detain me forever

Re: Duplicate IP Address -> Spoof/Verizon???

2018-09-07 Thread Raul Miller
What do you have in your arp -a result for that 192.168.1.1 IP? Does it look like a Verizon device? If not, it’s probably the “problem”. (I believe Verizon FIOS wants to live on that IP and wants to use DHCP to issue addresses to the things it’s talking to.) — Raul On Friday, September 7,

Re: Lesser evil

2018-09-05 Thread Raul Miller
On Wed, Sep 5, 2018 at 1:05 PM Kevin Chadwick wrote: > *yawn* This is nonsense! You don't like generally useful procedures which happen to be useful for dealing with statistically unlikely events? -- Raul

Re: Lesser evil

2018-09-05 Thread Raul Miller
On Wednesday, September 5, 2018, Kevin Chadwick wrote: > I meant that an OpenBSD user using Windows should not get a virus or > could handle them if downloading illegal software. I am yet to see a > truly clever system entry in the press. They always rely on user > idiocy or poor setup. Whether

Re: RDONLY but for the good ( pledged ) guys

2018-06-26 Thread Raul Miller
Personally, I can't totally figure out what this policy would be. My current best approximation is: there's a period of time when pkg_add and syspatch are running and that is a time when writes are allowed, other than that, not. I could maybe rig up something more complicated using inherited

Re: OT: how do you write your tools /scripts for everyday tasks

2018-05-30 Thread Raul Miller
On Wed, May 30, 2018 at 9:51 AM, IL Ka wrote: > There is no reason to use C for "onetime tools" except cases when no other > API exist. Or when the tool would be running long enough that the performance difference matters. Also, Javascript/Perl/Python/Ruby/shell all tend to be lousy at dealing

Re: Limit CPU usage of a process?

2018-05-29 Thread Raul Miller
There's https://man.openbsd.org/nice.1 You might be describing https://man.openbsd.org/setrlimit.2 or the ulimit shell builtin (ulimit -t). But you might not want what you are describing, if that is the case. -- Raul On Tue, May 29, 2018 at 2:35 PM, BergenBergen BergenBergen wrote: > Browser

Re: Intranet routing with dynamic IPs

2018-05-21 Thread Raul Miller
I would try OpenOSPFD for this situation, instead of OpenBGPD. -- Raul On Mon, May 21, 2018 at 4:16 PM, wrote: > On 2018-05-21 01:22, Solene Rapenne wrote: > >> hello >> >> I'm not sure to understand your need. You don't need BGP for >> this. Adding a route on router A,

Re: counting dropped packets for pf

2018-03-30 Thread Raul Miller
On Fri, Mar 30, 2018 at 10:35 AM, 3 wrote: > i showed my idea on the example of pf's config- this language should > be familiar to you ... > no more effective ways. the variant with pfctl is a kolhoz-style(ugly > and ineffective), it requires a lot of work to convert data into >

Re: counting dropped packets for pf

2018-03-30 Thread Raul Miller
On Fri, Mar 30, 2018 at 9:58 AM, 3 wrote: > perhaps my poor english prevented you from understanding the question perhaps > my initial approach does work. u are have comments about route-to? If people do not understand the words you use to represent the ideas you were

Re: identifying software and licenses used in base install

2018-01-17 Thread Raul Miller
On Thu, Jan 18, 2018 at 12:31 AM, Theo de Raadt wrote: > Sometimes it is almost like there is a stream of people who want us > to stop trying. > > And quit. Some of you can see it, right? yes. :( Worse, i am concerned that i might have been contributing to that effect -

Re: Writing "ones" instead of "zeroes" when wiping disk

2018-01-11 Thread Raul Miller
On Thu, Jan 11, 2018 at 12:16 PM, L. V. Lammert wrote: > On Thu, 11 Jan 2018, STeve Andre' wrote: > >> Don't bother. Wiping the disk twice is enough. If you are storing state >> secrets melt the disk. >> > An anvil big hammer also works well and gives some exercise in the >

Re: Kernel memory leaking on Intel CPUs?

2018-01-04 Thread Raul Miller
On Thu, Jan 4, 2018 at 10:49 AM, Daniel Wilkins wrote: > From what I understand, AMD has come out and explicitly said that their > architecture isn't and has never been vulnerable, while Intel's said that > it affects every processor in the last 20+ years and that it's "not

can we declare obsolescence obsolete?

2017-11-21 Thread Raul Miller
It seems that opengl is ... getting sort of lost. Once upon a time, we had jzopengl. I even remember trying to put together a lab covering opengl v2.0+ - but I got stalled on dealing with version issues. Also, I remember being urged to *not* cover opengl v1.0 in that effort. I complied, but this

Re: [ot] Security of my bit coin wallet

2017-11-15 Thread Raul Miller
Assumption is invalid. Flaws are widely documented (e.g. fixed supply). Probably wrong list, also. Thanks, -- Raul On Wed, Nov 15, 2017 at 8:46 AM, James wrote: > While a little off topic it is security related so I hope you don't mind. > > This is the misc list, right? >

Re: About WPA2 compromised protocol

2017-10-16 Thread Raul Miller
On Mon, Oct 16, 2017 at 6:43 AM, Stefan Sperling wrote: > On Mon, Oct 16, 2017 at 10:22:26AM +, C. L. Martinez wrote: >> Regarding WPA2 alert published today: https://www.krackattacks.com/, >> if I use an IPSec tunnel with shared-key or certifcate or an OpenVPN >> connection

Re: A stupid question, re: xargs(1)

2017-10-14 Thread Raul Miller
On Sat, Oct 14, 2017 at 10:26 AM, Marc Espie wrote: > the find -print0 / xargs -0 couple was designed to solve that problem > a long time ago in one specific case. I suppose the other angle to take would be the addition of a null delimiter option for other command line

Re: A stupid question, re: xargs(1)

2017-10-14 Thread Raul Miller
On Sat, Oct 14, 2017 at 3:08 AM, Andreas Kusalananda Kähäri wrote: > find . -type f -mtime -1 \ > -exec grep -q -E 'pattern1' {} ';' \ > -exec shasum {} + That's cute, but it winds up spinning up a process for every file (actually, in your example, two processes

Re: A stupid question, re: xargs(1)

2017-10-14 Thread Raul Miller
On Sat, Oct 14, 2017 at 1:08 AM, Philip Guenther wrote: > You want a version of xargs that, instead of requiring special handling for > 5 characters legal in filenames (quote, double-quote, backslash, space, tab, > newline), will be completely unable to handle exactly one of

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
record - here, a record being a file name.) Anyways, the -d option looks like it might be as good as it can get? Thanks, -- Raul On Fri, Oct 13, 2017 at 9:26 PM, Andre Smagin <a...@smagin.com> wrote: > On Fri, 13 Oct 2017 18:03:59 -0400 > Raul Miller <rauldmil...@gmail.com>

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
On Fri, Oct 13, 2017 at 6:14 PM, Theo de Raadt wrote: > If you want to add things to standardized utilities you need to > convince a large volume of people in the greater community > > Not me. Ok, Would you be open to a re-implementation of the gnu xargs -d option? Quoting

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
On Fri, Oct 13, 2017 at 7:37 PM, edgar wrote: > Perhaps a real life example of what you have been doing with xargs before > and after your change would be helpful. That's tough, since when I was working on this issue I didn't have time to think about xargs and now that I

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
Portability? It does seem to me that the implementation should be portable. Then if someone needs it elsewhere they can have it elsewhere. But I think that that's more about pledge than anything else (strnsubst and strtonum maybe deserving honorable mention). Meanwhile, I guess this would also

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
wanting to understand the issue. Thanks, -- Raul On Fri, Oct 13, 2017 at 3:22 PM, Allan Streib <astr...@indiana.edu> wrote: > Raul Miller <rauldmil...@gmail.com> writes: > >> The problem here is that you currently can't get xargs to use newline >> as a separat

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
amp; !indouble && (ch = getchar()) == EOF) On Fri, Oct 13, 2017 at 3:07 PM, Raul Miller <rauldmil...@gmail.com> wrote: > Ok, I am curious - what new problems would this create? > > Thanks, > > -- > Raul > > > On Fri, Oct 13, 2017 at 2:52 PM, Theo de Raadt

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
Ok, I am curious - what new problems would this create? Thanks, -- Raul On Fri, Oct 13, 2017 at 2:52 PM, Theo de Raadt wrote: >> The problem here is that you currently can't get xargs to use newline >> as a separator without also getting spaces as a separator. This >>

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
n new lines. It > delimits on a zero marker "null" separator often generated by linux-land > find. > > > > On Fri, Oct 13, 2017 at 1:49 PM, Raul Miller <rauldmil...@gmail.com> wrote: >> >> The problem here is that you currently can't get xargs to use

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
The problem here is that you currently can't get xargs to use newline as a separator without also getting spaces as a separator. This creates a variety of problems. Thanks, -- Raul On Fri, Oct 13, 2017 at 2:40 PM, Allan Streib <astr...@indiana.edu> wrote: > Raul Miller <rauldmil.

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
When our interpretation of the specification creates orders of magnitude more problems than it solves, yes. This should not in any way be construed as meaning that anything goes. Thanks, -- Raul On Fri, Oct 13, 2017 at 2:45 PM, Theo de Raadt wrote: >> (2) Given that

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
Ok, first off, I appreciate your having taken time to respond. Especially given the bug I had in my suggested patch. That said... two things I am missing here: (1) How do I get access to that normal tooling from the shell command line without xargs? (2) Given that POSIX is an incomplete

Re: A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
would recognize linefeed as a blank. Sorry about that, -- Raul On Fri, Oct 13, 2017 at 2:23 PM, Raul Miller <rauldmil...@gmail.com> wrote: > Can someone explain to me why xargs(1) does not support using newline > as a separators, when that is one of the most common unix separators? &

A stupid question, re: xargs(1)

2017-10-13 Thread Raul Miller
Can someone explain to me why xargs(1) does not support using newline as a separators, when that is one of the most common unix separators? I'm pasting one potential approach to the end of this message. There's a few issues that might be stalling points: (*) which command line option to be used

Re: size of size_t

2017-10-12 Thread Raul Miller
On Thu, Oct 12, 2017 at 3:18 PM, wrote: > On a related note, would you folks be interested in patches removing > said assumpting of equivalence from programs like dd(1)? I would assume yes, unless those patches broke dd on some platforms. (Patches which break things tend to

Re: Blocking users who change their IP address

2017-10-06 Thread Raul Miller
On Thu, Oct 5, 2017 at 5:39 PM, Eric Johnson wrote: > Since the primary firewall and the DHCP server (and pretty much everything > else on my end) run on OpenBSD, if there is a way to do it with OpenBSD, > for example with pf, then I think that it should be a very good

Re: code replication (was: Re: Query regarding exec in mandocdb.c)

2017-08-26 Thread Raul Miller
On Sat, Aug 26, 2017 at 4:36 AM, wrote: > The greater the body of code is, the smaller our understanding, or at > least our ability to grok the code. > > Even in the UNIX world, 'duckspeak' code -- just doing what seems right > without realizing the longer-term implications --

Re: Query regarding exec in mandocdb.c

2017-08-26 Thread Raul Miller
"Replicated similar functionality" is indeed a security issue. It's a security problem, sometimes - the whole buffer overflow being replicated everywhere thing, for example. But replication also gives robustness in the face of failure, so it can also be a security asset. Still an issue, just not

Re: doas /usr/bin/vi best practice

2017-08-13 Thread Raul Miller
What is the larger problem you are trying to solve? Thanks, -- Raul On Sun, Aug 13, 2017 at 9:19 AM, Alessandro DE LAURENZIS wrote: > Dear misc@ readers, > > I was wondering what you normally do when running vi with doas if a .exrc > file is present in the normal

Re: Minium System Requirements

2017-07-22 Thread Raul Miller
On Sat, Jul 22, 2017 at 4:58 PM, Ingo Schwarze wrote: > Max Power wrote on Sat, Jul 22, 2017 at 10:49:05PM +0200: >> but In addition to your advice... >> possible that there is no official documentation? >> This is the questions...! > > And i already answered that: > > No, there

Re: Doubts about the successors of OpenBSD leadership and development

2017-07-10 Thread Raul Miller
On Mon, Jul 10, 2017 at 5:04 PM, SOUL_OF_ROOT 55 wrote: > Theo de Raadt no responds to me private message since I told him that I do > not understand English. If you told him that in english, I can imagine why. (You effectively said that you do not know what you are

Re: Get an MAC address of a LAN PC - OpenBSD

2017-06-22 Thread Raul Miller
aching database somewhere in > OpenBSD or do you know any other software that can fulfill my need. > > Sir, Hope to hear from you. > > > > > On Fri, Jun 23, 2017 at 9:55 AM, Raul Miller <rauldmil...@gmail.com> wrote: >> >> http://man.openbsd.org/arp.8?

Re: OpenBSD NFS: Windows 10 writes wrong uid

2017-06-13 Thread Raul Miller
On Tue, Jun 13, 2017 at 12:25 PM, Rupert Gallagher wrote: >> Worse, though, is if you think that a security issue on a file server > is because of a problem in the default client configuration. > > I did not say that. And yet: On Mon, Jun 12, 2017 at 2:27 PM, Rupert

Re: OpenBSD NFS: Windows 10 writes wrong uid

2017-06-13 Thread Raul Miller
(also, once again, sticky bit) -- Raul On Tuesday, June 13, 2017, Raul Miller <rauldmil...@gmail.com> wrote: > Worse, though, is if you think that a security issue on a file server > is because of a problem in the default client configuration. > > Mind you, this is not comple

Re: OpenBSD NFS: Windows 10 writes wrong uid

2017-06-13 Thread Raul Miller
-Otto > >> >> The windows nfs umask solves the problem of writing files to both user and >> group. It certainly does not solve the above security problem. >> >> Sent from ProtonMail Mobile >> >> On Mon, Jun 12, 2017 at 10:27 PM, Raul M

Re: OpenBSD NFS: Windows 10 writes wrong uid

2017-06-12 Thread Raul Miller
c754350(v=ws.11).aspx > > This option is not available from the default menu. > > Sent from ProtonMail Mobile > > On Mon, Jun 12, 2017 at 7:24 PM, Raul Miller <rauldmil...@gmail.com> wrote: > p.s. if you do not want windows files in that shared directory to be > execu

Re: OpenBSD NFS: Windows 10 writes wrong uid

2017-06-12 Thread Raul Miller
p.s. if you do not want windows files in that shared directory to be executable, I think you can mount the nfs backing store partition noexec. I haven't tested this, though - I mostly try to avoid networked file systems. Thanks, -- Raul On Mon, Jun 12, 2017 at 1:22 PM, Raul Miller <rauld

  1   2   >