Huawei LTE USB stick not working

2023-07-25 Thread Tilo Stritzky
I've come across a somewhat older HUAWEI LTE Stick, it says HUAWEI E3372h-320. [full dmesg below] umsm0 at uhub0 port 6 configuration 1 interface 0 "HUAWEI_MOBILE HUAWEI_MOBILE" rev 2.00/1.02 addr 7 umsm0 detached umsm0 at uhub0 port 6 configuration 1 interface 0 "HUAWEI_MOBILE HUAWEI_MOBILE" re

Re: vi golf: command on a motion?

2022-01-12 Thread Tilo Stritzky
On 03/09/21 11:48 Marc Chantreux wrote: > hello people, > > Does anyone know how to get this done even faster: > > ma > } > :'a,ms/foo/bar .,/^$/s/foo/bar > even if it's short, I really would like to have > something which work the way I abuse the ! command in vim: > > !} > > act

Re: Disk partition not recognized

2021-12-22 Thread Tilo Stritzky
On 22/12/21 13:35 Tilo Stritzky wrote: Um, well.. What I was going to say is, for some reason the default disklabel doesn't pick up your partitions (it should also show the EFI, but doesn't). As a quick-and-dirty fix you cold try and change the partition ID to something that's p

Re: Disk partition not recognized

2021-12-22 Thread Tilo Stritzky
On 21/12/21 18:04 Rob Whitlock wrote: > I have two disks, one an MBR partitioned 1TB external SSD, and the other a > GPT partitioned 5TB external HDD. Both have a single ExFAT partition on > them and both have the same contents. Both show up as sd1 under "sysctl > hw.disknames" (when plugged in on

Re: How to unlock a serial port

2021-01-17 Thread Tilo Stritzky
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 from the primary domain, connected via > ssh, and my network lost the connection. > My tty00 is now locked: > jay# stty -f /dev/tty00 > stty: /dev/tty00: Device busy >

Re: Getting wifi bitrate

2021-01-04 Thread Tilo Stritzky
On 31/12/20 16:13 Björn Gohla wrote: > Stefan Sperling writes: > > What problem are you trying to solve? > > I just want to show the network activity in my desktop status line. You might want to take a look a netstat -w / -W. tilo

Re: Question about core dumps and swap space.

2015-10-20 Thread Tilo Stritzky
On 19/10/15 23:11 Nick Holland wrote: > ... or ... > > you can look at the big picture and realize... > 1) you probably aren't a developer. > 2) you probably haven't seen a core dump. That's all very nice, but sometimes you don't get to pick your battles, they come and pick you. > and thus, I'l

Re: Question about core dumps and swap space.

2015-10-20 Thread Tilo Stritzky
On 19/10/15 23:18 Christoph R. Murauer wrote: > Hello ! > > I readed the FAQ 4.8 about partioning my drive but have a little problem > of understanding. > > The machine has 32 GB physical RAM, the disc is a 256 GB SSD (yes, I know, > I should not use swap on a SSD) and, I installed the latest sn

perl fctnl woes

2015-08-11 Thread Tilo Stritzky
I'm trying to set up nonblocking writes to /dev/audio from within perl. It won't let me: $ cat ft.pl #!/usr/bin/perl use warnings; use strict; use Fcntl; my $fh_out; my $outfile="/dev/audio"; my $flags; open($fh_out, ">", $outfile) or die("open $outfile: $!"); $flags=fcntl($fh_out, F_GETFL, 0)

Re: Error establishing ppp connection with UMTS modem mini-pci card

2010-09-30 Thread Tilo Stritzky
On 30/09/10 00:40 Claer wrote: > Hello list, > > I have a minipci umts modem that is reconized fine by OpenBSD (4.7-stable) > but I'm unable to find the good pppd configuration to establish the > configuration to my ISP. [...] > > The content of /etc/ppp/chat/orange : > ABORT BUSY > ABORT 'NO

PCMCIA woes: "CardBus support disabled"/Freeze

2009-03-05 Thread Tilo Stritzky
Hi list, I just got a PCMCIA-USB-adapter (Trifoo 4 port pcmcia usb 2.0 cardbus). Now when I plug it in all I see is a kernel message cardslot0: CardBus support disabled I tried playing with the flags for pcibios(4) but that makes no difference. I also tried disabling acpi. Now the USB-ports sho

Re: hotplugd for CD's?

2007-11-02 Thread Tilo Stritzky
On 02/11/07 13:54 Edd Barrett wrote: > On 02/11/2007, Tilo Stritzky <[EMAIL PROTECTED]> wrote: > > > On another note, it would also be useful to allow users to mount > > > directories not owned by them. As it stands if you want to allow a > > > user to mount

Re: hotplugd for CD's?

2007-11-02 Thread Tilo Stritzky
On 02/11/07 10:03 Edd Barrett wrote: > Hi, > > As it stands hotplugd does not respond to the insertion of CD's > (obviously, as the cd device is not attached as such), but I reckon > this would very convenient if it did. I have been poking around in the > cd driver source code, to try and find a

Re: Where is 'cdrom42.fs'? 4.2 -release

2007-11-02 Thread Tilo Stritzky
On 02/11/07 03:12 Bibby wrote: > Hi, all. > > Part of file: 4.2/i386/INSTALL.i386: > --- > > cdrom42.fsThe i386 boot and installation 2.88MB > floppy image that contains almost all OpenBSD > drivers; see below. This document got fixed to late to make it in the re

Re: USB Disk problems

2007-10-22 Thread Tilo Stritzky
On 18/10/07 10:28 Edwards, David (JTS) wrote: > Hi, > > I'm trying to use USB disks as backup devices and I'm finding that I > have problems when I plug in more than two USB drives. I'm using 250G > laptop disks powered from the USB cable. > > Is anyone else seeing this sort of problem? Would

Re: Multi booting OpenBSD and OpenBSD and

2007-10-15 Thread Tilo Stritzky
On 11/10/07 07:46 RW wrote: > On Wed, 10 Oct 2007 22:51:26 +0200, Tilo Stritzky wrote: > > >On 10/10/07 21:37 RW wrote: > >> Then (the devil made me do it!) I thought: Why not four OpenBSDs as in > >> Release, Release minus one, current and some experimental

Re: Multi booting OpenBSD and OpenBSD and

2007-10-10 Thread Tilo Stritzky
On 10/10/07 21:37 RW wrote: > Then (the devil made me do it!) I thought: Why not four OpenBSDs as in > Release, Release minus one, current and some experimental stuff. Just > multiboot to whichever and away. > > Is it at all possible? If so what is the trick? I flag the new > MBR entry as activ

Re: can not prioritize the "main" swap device in fstab

2006-08-22 Thread Tilo Stritzky
On 20/08/06 14:49 LeVA wrote: > Hi! > > I have two disk drives, and each of them has a swap partition. I would > like to swap to both of them, but firstly to the "other" disk, which is > not used during the running of the system, thus making the swapping > less painful (the drives are on separ

Re: How to get syslog to trigger an event.

2006-04-27 Thread Tilo Stritzky
On 27/04/06 14:52 Per-Erik Persson wrote: > A long time ago I used the following setting in syslog.conf > *.crit |mail -s "blablabla" [EMAIL PROTECTED] Take a look at newsyslogs 'monitor' feature. I use this together with an 5-star crontab entry to get near-immediate mail on certai

dynamically linked suid binaries - Request for enlightment

2006-02-10 Thread Tilo Stritzky
Hi list, while doing some reading on secure software development (//www.ranum.com/security/computer_security/archives/security-for-developers.pdf) I came across the advice "always link your priviliged binaries statically". However a quick check on my system revealed me almost all suid/sgid progr

Problem mounting msdos fs on usb device

2006-01-11 Thread Tilo Stritzky
Hi, I just tried to get my brand new iaudio mp3-player to work with OpenBSD-current. ... and failed. When I plug it in it is properly recognized, fdisk and disklabel look just fine (see below). The sizes reported make sense too, the thing should have a little less than 1GB. But when I try to mou