Re: Donations

2023-10-26 Thread Maria Morisot
Ingo, you have been very kind and thoughtful in all of your replies; for this I thank you. I guess I'm used to projects I like actually wanting help from the community. The OpenBSD model baffles me. For a long time I have had a great love for the project. I think I started during 2.6 and

Donations

2023-10-26 Thread Maria Morisot
I see there are two types of donation receivers, the project and the foundation. What is the difference between how the money is spent between the two. The foundation from what it looks like goes to paying the bills for the infrastructure, how about donations to the project. I've already many

Re: How to break and smash things

2023-10-26 Thread Maria Morisot
landing place for me.If you want you can private mail me your Paypal and I'll buy you a beer or a coffee.--Google doesn't need toknow every time I fart.On Oct 26, 2023, at 12:22, Janne Johansson wrote:Den tors 26 okt. 2023 kl 07:51 skrev Maria Morisot <maria.mori...@icloud.com>:But I reall

Re: How to break and smash things

2023-10-26 Thread Maria Morisot
26 okt. 2023 kl 07:51 skrev Maria Morisot <maria.mori...@icloud.com>:But I really want to help the project. I like the idea of trying to break things and get them to malfunction in order to expose bugs that have been overlooked. I have a pretty good understanding of randomness and know

How to break and smash things

2023-10-25 Thread Maria Morisot
Hi, I've been frustrated in trying to find a way to help the project and thanks to several people's replies I've been considering what I like to do with the operating system. My needs are simple, as far as personal usage goes; give me an offline system with vi and hard drive access and I'll

xfce

2023-10-25 Thread Maria Morisot
I know for a fact that something is broken in either xenocara or the main system, I can reproduce a kernel panic by running xfce, I've enountered it many times. But I don't know how to trap it before it faults in order to see what is going on. My solution was just to ignore it and run cwm but

Re: my first patch

2023-10-25 Thread Maria Morisot
Oct 25, 2023, at 14:04, Stuart Henderson wrote: > > On 2023-10-25, Maria Morisot wrote: >> Basically I just changed all instances of strcpy and sprintf to use strlcpy >> and snprintf, because the compiler said to. >>> >>> This sort of change should go up

strlcpy & pointers

2023-10-25 Thread Maria Morisot
I opened xenocara/lib/libX11/src/xlibi18n/lcPrTxt.c and strcpy operates on a buffer passed in through a pointer, so I don't think there's a way to calculate the buffer length. I'm not very good at C, so I don't know what to do here. Do I just leave strcpy in place or does the calling code need

Re: CVS checkout

2023-10-25 Thread Maria Morisot
. > On Oct 25, 2023, at 12:44, Otto Moerbeek wrote: > > On Wed, Oct 25, 2023 at 11:13:44AM +0600, Maria Morisot wrote: > >> I've been trying now for a month to download source via CVS as per >> instructions on openbsd.org; I get operation timed out every time

Re: my first patch

2023-10-25 Thread Maria Morisot
I'll check out SoX's --ignore-length option and see if I can figure out what they are doing there. What I'm more concerned with than the implementation is which behavior seems more correct; to try to play at the specified rate or to just ignore and play at the default settings. -- Google

CVS checkout

2023-10-25 Thread Maria Morisot
I've been trying now for a month to download source via CVS as per instructions on openbsd.org; I get operation timed out every time. I get no ping from anoncvs.ca.openbsd.org I want to help work on the project in any way I can; I love OpenBSD. -- Faith in Jesus is like going off a high dive

Re: my first patch

2023-10-25 Thread Maria Morisot
> SoX's play --ignore-length can play it. > SoX's --ignore-length appears in a few formats, as far as the wav format goes, the code comments suggest it is implemented to handle 32-bit wav files greater than 2GB. It seems you just found a happy side effect.

Re: my first patch

2023-10-24 Thread Maria Morisot
> that you're using correct lengths though, it is possible to get things > wrong and break programs. I was careful to look at the buffer lengths being written and to match them in strlcpy and snprintf. I peeked at the source for instances of strcpy and found a lot in xenocara; less in the

Re: my first patch

2023-10-24 Thread Maria Morisot
Basically I just changed all instances of strcpy and sprintf to use strlcpy and snprintf, because the compiler said to. > > This sort of change should go upstream rather than in ports. Be careful > that you're using correct lengths though, it is possible to get things > wrong and break programs.

Re: my first patch

2023-10-24 Thread Maria Morisot
I don't have a test machine and I'm trying to keep my installation as simple as possible, but if anyone wants to try piping a wav file into mplayer or ffplay, I'd be interested in the results. Does it work?

Re: my first patch

2023-10-24 Thread Maria Morisot
> You're right. The .wav headers require to lseek(2) within the file > which doesn't work on a pipes. It could work on certain files which > headers are placed in a way lseek(2) doesn't need to move the file > pointer. > You could try to modify aucat to skip the lseek(2) calls if it > wouldn't

Re: my first patch

2023-10-24 Thread Maria Morisot
It is my understanding that wav files contain the headers necessary for a program to adjust the audio settings for play, or to do the software process necessary to reformat the input to the audio device. It doesn't make sense to have the wav headers if they aren't going to be used. Tell me if

X11 crashing

2023-10-05 Thread Maria Morisot
I installed the patch for X11 (October 3rd), then rebooted, now X is crashing every time I log in on xenodm, sometimes I get a blue screen with debug messages, other times I get a square on my screen with a black background, and it is otherwise completely frozen, and I can't ctrl-alt-Fn into a

Re: Problems with HD

2023-10-04 Thread Maria Morisot
> On Thu, Oct 05, 2023 at 04:08:34AM +0000, Maria Morisot wrote: > > > I have an Asus Vivobook (1400EA), > > and the hard drive is not recognized > > by OpenBSD. I have the same problem > > on some distros of Linux, but on others > > it shows up fine. > &

Problems with HD

2023-10-04 Thread Maria Morisot
I have an Asus Vivobook (1400EA), and the hard drive is not recognized by OpenBSD. I have the same problem on some distros of Linux, but on others it shows up fine. The official Windows driver is here: https://www.asus.com/supportonly/f1400ea/helpdesk_download/ Intel Rapid Storage Technology