Re: Usermod -G failure without error

2021-01-19 Thread Kevin Chadwick
> For example, does 'admin' exist in /etc/passwd?  What does "grep elansyssftp > /etc/group" return? I had played a little. So it shows /bin/ksh and test user etc. /etc/passwd admin:*:1018:1018::/home/admin:/bin/ksh /etc/group admin:*:1019: elansyssftp:*:1018:test Sorry, I think that I must h

Re: Usermod -G failure without error

2021-01-19 Thread Kevin Chadwick
On 1/19/21 10:59 AM, Kevin Chadwick wrote: > Sorry, I think that I must have ran groupadd first which brought users and > groups IDs, out of sync. Ok, after failing to reproduce it this morning; With admin safely jumping to 1020, I worked it out. groupadd elansys useradd admin userdel admin gro

Quick Q: proc: table is full ?

2021-01-19 Thread Why 42? The lists account.
Hi All, What causes "proc: table is full", or better asked, what limit might I be hitting? I wrote a quick loop to check how many processes are running i.e. > while true > do > DATE=`date +'%Y.%m.%d %H:%M:%S'` > echo -n "${DATE}: " > ps -AHk | wc -l > sleep 90 > done > 2021.01.19 12:

plugging head phones does not mute speaker

2021-01-19 Thread Björn Gohla
hi all, i have this embarrassing little problem: when i play music and plug in head phones, the built in speakers are not muted, even though mixerctl says so. the headphones do work correctly. i get this output whith the head phones plugged: inputs.dac-2:3=80,80 inputs.dac-0:1=80,80 record.adc

Re: Quick Q: proc: table is full ?

2021-01-19 Thread Stuart Henderson
On 2021-01-19, Why 42? The lists account. wrote: > > Hi All, > > What causes "proc: table is full", or better asked, what limit might I be > hitting? Perhaps kern.maxthread; check kern.nthreads.

Re: plugging head phones does not mute speaker

2021-01-19 Thread Maurice McCarthy
Sndiod is to be the default method of controliing audio. Run sndiod and see what sndioctl says. doas rcctl enable sndiod doas rcctl start sndiod doas sndioctl Best

How to request a specific IP address from DHCP server

2021-01-19 Thread Radek
Hi, I can't manage to request a specific IP address from DHCP server. It is just a testing lab, the requiested IP address (.104) isn't used by any other client. What I'm doing wrong? $ cat /etc/hostname.vr0 -inet dhcp $ cat /etc/dhclient.conf send dhcp-requested-address 192.168.1.104; $ sh /e

Re: Quick Q: proc: table is full ?

2021-01-19 Thread Why 42? The lists account.
On Tue, Jan 19, 2021 at 05:56:16PM -, Stuart Henderson wrote: > > What causes "proc: table is full", or better asked, what limit might I be > > hitting? > Perhaps kern.maxthread; check kern.nthreads. Hi Stuart, Aha. I think you have nailed it: > mjoelnir:/etc 19.01 21:13:02 # sysctl kern |

Re: How to request a specific IP address from DHCP server

2021-01-19 Thread Peter Kay
On Tue, 19 Jan 2021 at 20:57, Radek wrote: > > Hi, > I can't manage to request a specific IP address from DHCP server. It is just > a testing lab, the requiested IP address (.104) isn't used by any other > client. What I'm doing wrong? You're using the wrong tool for the job, use an address res

Re: auto-boot

2021-01-19 Thread Diana Eichert
Hello Having spent way to many years working on serial devices it looks to me like either Rcv pin has noise on it because it is floating. If I remember correctly you can try a resistor between rcv and ground. diana On Mon, Jan 18, 2021 at 2:30 AM Bastien Durel wrote: > Hello, > > I set boot.co

Re: 4G mini PCI-e modem support?

2021-01-19 Thread Peter Kay
On Fri, 8 Jan 2021 at 16:47, Stefan Sperling wrote: > > On Fri, Jan 08, 2021 at 05:13:52PM +0100, Patrick Wildt wrote: > > There's umb(4). It supports USB's MBIM standard. There are some MBIM > > compatible chips around, one for instance is this one: [..] > I have umb(4) working on an APU1 boar

Re: 4G mini PCI-e modem support?

2021-01-19 Thread Theo de Raadt
Peter Kay wrote: > On Fri, 8 Jan 2021 at 16:47, Stefan Sperling wrote: > > > > On Fri, Jan 08, 2021 at 05:13:52PM +0100, Patrick Wildt wrote: > > > > There's umb(4). It supports USB's MBIM standard. There are some MBIM > > > compatible chips around, one for instance is this one: > [..] > > I

Re: How to unlock a serial port

2021-01-19 Thread Adam Thompson
[Replying directly as well, as I believe my MTA is still blacklisted by the OpenBSD mail server. Guess we'll find out! -Adam] On 2021-01-17 20:09, Tilo Stritzky wrote: On 14/01/21 17:38 Andrew Grillet wrote: Hi I am running OpenBSD on a T2000 (Sparc64). I was trying to use the serial port fr

[OT] SIM cards and "progress" [was Re: 4G mini PCI-e modem support?]

2021-01-19 Thread Stuart Longland
On 12/1/21 6:39 pm, Stuart Henderson wrote: This combo works fine in the middle miniPCIe slot of the APU. You'll need a full size SIM card for the SIM card slot. That's a mini SIM! Full-sized is like a credit card, the early Motorola GSM phones used them, they slid into the end of the phone. T

Re: How to unlock a serial port

2021-01-19 Thread Nick Holland
On 1/19/21 4:35 PM, Adam Thompson wrote: [Replying directly as well, as I believe my MTA is still blacklisted by the OpenBSD mail server. Guess we'll find out! -Adam] On 2021-01-17 20:09, Tilo Stritzky wrote: On 14/01/21 17:38 Andrew Grillet wrote: Hi I am running OpenBSD on a T2000 (Sparc64

Re: How to request a specific IP address from DHCP server

2021-01-19 Thread Radek
> You're using the wrong tool for the job, use an address reservation > bound to the client MAC on the DHCP server instead. I don't have an access to the DHCP server side. That's the problem and I'm trying to find a way to have the same IP address at any time. The client is permanently connected

Re: How to request a specific IP address from DHCP server

2021-01-19 Thread Allan Streib
Radek writes: > I don't have an access to the DHCP server side. That's the problem and > I'm trying to find a way to have the same IP address at any time. The > client is permanently connected to the network. Can you configure a permanent IP address in the client configuration (hostname.if file)