infoomatic wrote:
> I will let someone of the project answer this. However, what you
> describe is also known as "bus factor", see [1].
>
> [1] https://en.wikipedia.org/wiki/Bus_factor
For the exact problem of buses, it was answered some 20+ years ago.
https://marc.info/?l=openbsd-misc&m=950795
Sadeep Madurange wrote:
> I'm trying to backup some files (~1000 photos and two short
> videos, in total about 3GB) from an Android phone to OpenBSD.
> In the past I used Android file transfer (MTP) client. I
> couldn't find it on OpenBSD. What's the best way to achieve
> this?
As someone said, p
"Lévai, Dániel" wrote:
> I don't know since when, unfortunately, but it seems
> auto-adjusting CPU frequency doesn't work anymore on my APU1
> and an APU4 PCEngines boards (I only have these versions at
> hand atm). They're both running an updated fw at v4.17.0.2.
>
> IIRC `apmd -A' + `sysctl hw
Alexander Hall wrote:
> > Is this to be expected or am I missing something?
> >
> > Both sides run OpenBSD 6.8 amd64 if that affects anything.
>
> Just a random thought; are you running on actual hardware or
> testing with some sort of virtualization involved? VMM and
> friends are known to some
Hello!
I was experimenting with wireguard keepalive and noticed that
keepalive packets seems to be sent on double the time that I have
set which I find a bit unintuitive.
The peer is setup like this on side a
wgpeer k
wgpsk (present)
wgpka 60 (sec)
So to conclude.
I have done four parallel dd, cp, cmp on the host without any
error showing up.
Ian Darwin wrote:
> Depending on where the error is, you might get away with
> dd'ing with conv=noerror,sync, changing vm.conf to point
> to the new copy, and run fsck in the vm.
After this the vm wou
Mike Larkin wrote:
> On Tue, Mar 09, 2021 at 09:38:57AM -0500, Ian Darwin wrote:
> > On Tue, Mar 09, 2021 at 09:52:03AM +0100, Jan Johansson wrote:
> > > If I try to cp or dd the disk image on the host it fails
> > >
> > > dd if=disk.raw.old of=disk.raw.bak
Hello!
A few times I have had problems with my guests freezing (no
console, no ssh) when reading a specific file and only a complete
reinstall seems to solve the problem.
This has happended with both raw and qcow2 disks and on both 6.7
and 6.8. I'm only using OpenBSD for the host and guests.
Whe
Hello!
In an attempt to expand the available disk in my server I bought
a "Silicon Image SiI3112" PCI - SATA controller.
There is no problem while booting with the bsd.rd.
Booting the normal kernel produces a number of read timeouts and
finally boots normally. (Using OpenBSD 4.4 there is no prob
Jan Johansson wrote:
> So I have been comparing RAMDISK_CD and GENERIC for a few days
> and it seems I can compile a working GENERIC by commenting
> "options DIAGNOSTIC" in the config file.
>
> Trying to find exactly which ifdef that kills the card I started
> getting
Jan Johansson wrote:
> My backup server ran out of space and I got my hands on a SATA pci
> card carrying a Sil 3112a chip. The problem beeing that when
> booting bsd the drive timeout with a message like:
>
> pciide0:0:0: not ready, st=0xd0, err=0x00
> pciide0 channel 0: rese
Hello!
My backup server ran out of space and I got my hands on a SATA pci
card carrying a Sil 3112a chip. The problem beeing that when
booting bsd the drive timeout with a message like:
pciide0:0:0: not ready, st=0xd0, err=0x00
pciide0 channel 0: reset failed for drive 0
wd0c: device timeout read
Kenneth Gober wrote:
> I'm guessing the ADSL router is a typical NAT router, and that
> your OpenBSD router is *not* configured for NAT. as a result,
> the ADSL router is seeing outbound packets from 192.168.0.10,
> but doesn't know how to deliver the inbound responses. it
> knows that the 192.1
Godesi wrote:
> We recently deployed OBSD4.7 boxes to do load balancing in our
> environment with relayd.
>
> After few hours we encountered problem with the server going beyond
> 10,000 states.
Are you convinced that it is a state problem?
In our tests we have found that a default setup of rel
david carrasco wrote:
> hi, dear friend both cables ( cable 1 and 2 ) are crossover
> and is conectic like this, and no internet in client, help
> please
>From the ifconfig output it is obvious that there is a problem
with "cable 2".
It is either the cable or the network interface card. They sh
david carrasco wrote:
> answer your question,
> i believe the problern is static routing setting on all
> cable is okey
> please help, with set up static client,gateway, and router (dsl ext)
>
> On gateway start "tcpdump -i xl1
> ***
david carrasco wrote:
> Greetings to all good I hope to help me
> I followed the manual gateway-firewall openbsd 4.8
> but still can not get or have no internet Conexxion client
>
> ADSL (router ext)
>
> 192.168.1.1
>|
>|
> xl0
> 192.168.1.101
> gatewayopenbsd4.8-
> xl1
> 192.168.0.1
>
Xavier Beaudouin wrote:
> # relayctl reload
> command failed
>
[...]
>
> relay webmail-80 {
> listen on $webmail port 80
> transparent forward to port 80 mode hash check http "/" host
> webmail.openvisp.net code 200 interface $int_if
> }
>
> relay webmail-443 {
> listen on $we
Jeff Ross wrote:
> What can one then use for the IP addresses for the $ext_if of
> the firewalls?
For connection testing. With only one IP assigned to the CARP
interface. When it is in BACKUP state you do not have an address
on the network and as such you can't check connectivity from the
BACKUP
Hello!
We have been running with an ospfd.conf looking like this:
router-id 10.10.10.6
area 0.0.0.0 {
auth-type crypt
auth-md 1 secret
auth-md-keyid 1
interface em0 # Uplink / egress
interface carp125 { passive } # Inside on top of if vlan125
interface carp916 { p
Hello!
In my work I access a lot of machines that use UTF-8 as default
encoding. Trying to get this to work with my OpenBSD laptop i
found the following problem.
start an "uxterm"
$ file utf-8.txt
utf-8.txt: UTF-8 Unicode text
$ cat utf-8.txt
edvEDV
I then run cat and type four swedish charact
Paul Irofti <[EMAIL PROTECTED]> wrote:
> I have some dts files that I want to play. After searching, the
> best option seemed to be vlc. The problem is that vlc crashes
> when I try playing any of these files (they were tested before
> in winamp or something similar by the person that provided
> th
Steve Shockley <[EMAIL PROTECTED]> wrote:
> ral0: flags=8943 mtu 1500
> lladdr 00:09:f3:70:13:52
> media: IEEE802.11 OFDM54 hostap (autoselect mode 11g hostap)
> status: active
> ieee80211: nwid cerberusG chan 11 bssid 00:09:f3:70:13:52 nwkey
> 0xfoo 100dBm
>
Darren Tucker <[EMAIL PROTECTED]> wrote:
> It would appear that while the underlying problem is in the kerberos
> library, Simon has provided a better workaround (below) which has been
> applied to ssh and will be in the next snapshot. Thanks for the report.
Sorry for the late response.
I just i
Hello.
ssh on a recent snapshot does not like trying gssapi-with-mic when there is no
ticket file.
I did not see any relevant patches in the CVS web.
Jan J
:; sysctl kern.version
kern.version=OpenBSD 4.0-beta (GENERIC) #1083: Mon Aug 21 21:24:02 MDT 2006
[EMAIL PROTECTED]:/usr/src/sys/arch
Gustavo Rios <[EMAIL PROTECTED]> wrote:
> I am implementing an openbsd kerberos server and would like windows
> client to connect to another openbsd ftp server using kerberos. Is
> that possible? What kind of ftp client have you been using on windows
> for such task? Is it possible to have such env
kami petersen <[EMAIL PROTECTED]> wrote:
> Jan Johansson skrev:
> >kami petersen <[EMAIL PROTECTED]> wrote:
> >>well, it should work. however, you should set an address on either of
> >>the interfaces that constitutes the bridge, not the bridge itself.
>
kami petersen <[EMAIL PROTECTED]> wrote:
> well, it should work. however, you should set an address on either of
> the interfaces that constitutes the bridge, not the bridge itself.
>
> but you don't say exactly where you are unsuccessful...
It works, I just thought there might be a cleaner solut
Hello.
On my laptop I use trunk(4) failover to switch between wired and
wireless networks. It works great. But I think my solution for
the "router" is a bit dirty. Is there a better way?
The "router" has one interface connected to the internet (fxp0)
and two interfaces for the internal network (r
"Matthew R. Dempsky" <[EMAIL PROTECTED]> wrote:
> Is there a proper way to dynamically manage network interfaces
> with OpenBSD? I have been using ``ifconfig iwi0 nwid $ESSID
> nwkey $KEY; dhclient iwi0'' to connect to a given wireless
> network and ``ifconfig iwi0 down'' to disconnect (and simila
andrew fresh <[EMAIL PROTECTED]> wrote:
> I have tried one of those, I had forgotten about that. The
> problem with the USB digital output that I have tried is that
> it does not do AC3/DTS passthrough, all it does is output 2
> channel PCM over the optical digital connection.
>
> I believe the
viq <[EMAIL PROTECTED]> wrote:
> While at the subject, you need to run this every time you
> upgrade bootblocks. What would be the result of not updating
> bootblocks when upgrading from snapshot?
Sounds dangerous to me. Will old bootblocks be able to boot the
kernel?
> Or not rerunning that com
akonsu <[EMAIL PROTECTED]> wrote:
> dd if=/dev/rwd0c of=mbr count=1
Here is your error
dd if=/dev/rwd0a of=pbr count=1
For the NTLDR you want the PBR (Partition Boot Record) not the
MBR (Master Boot Record). I changed the of= for correct the
terminology the important part is the if= device. I us
andrew fresh <[EMAIL PROTECTED]> wrote:
> Is there a supported sound card that supports digital outputs?
>
> I am trying to build a media pc that is similar to GeeXboX[2].
> Pretty much just minimal system that will netboot and get
> mplayer running, but on an OS I like, OpenBSD :-) However, I
> w
Bernd Schoeller <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED]:~$ ssh -X uni x2x -west -from :0.0
> x2x - error: display localhost:10.0 does not support the test extension
Using -X with ssh creates an X forwarding tunnel that has some
security features. Try using -Y which disables thease features.
I think think this is a question for [EMAIL PROTECTED]
Peter Bako <[EMAIL PROTECTED]> wrote:
> My first though was that it denoted a patch level,
It denotes a patchlevel for the OpenBSD package/port.
> but in this particular case the file sizes are close enough
> that there cannot be that much o
Jan Johansson <[EMAIL PROTECTED]> wrote:
> My findings regarding the Lenovo Z60m is on
> http://openbsd.org/i386-laptop.html
Make that http://www.openbsd.org/i386-laptop.html (seems updates
are a bit slow).
> Can you specify you question? If it is something special you are
>
Subcommander l0r3zz <[EMAIL PROTECTED]> wrote:
> If anyone out there is running OpenBSD 3.8 or current with
> X-windows on any of the above could you let me know? I've
> searched the archives and the laptop pages and don't see any
> mention of these particular models. I'd like to make sure I can
>
Hello.
I have a Fujitsu Siemens D1627-C motherboard and with OpenBSD
3.9-beta (dmesg at end) I can not see any hw.sensors.
# /sbin/sysctl hw
hw.machine=i386
hw.model=Intel(R) Pentium(R) 4 CPU 3.20GHz ("GenuineIntel" 686-class)
hw.ncpu=1
hw.byteorder=1234
hw.physmem=1072717824
hw.usermem=107248844
Sebastian Schucht <[EMAIL PROTECTED]> wrote:
> rl0: flags=8843 mtu 1500
> address: 00:40:f4:63:63:3d
> media: Ethernet autoselect (100baseTX full-duplex)
> status: active
> inet XXX.100.40.69 netmask 0xff00 broadcast 141.100.40.255
> inet XXX.100.40.70 ne
Edy Purnomo <[EMAIL PROTECTED]> wrote:
> i suggested to my friend to replace his linux box to openbsd.
> he uses mailnly for internet gateway : pf + squid proxy after 2
> weeks later he switched it back linux and said : linux much
> faster to respond the http requests (he had a same
> configuration
Andreas Bihlmaier <[EMAIL PROTECTED]> wrote:
> I know of two solutions:
> 1.)The best thing to do is switching to a PTY (alt + ctrl + F1)
> and then pulling down the lid, after opening it again go back
> to you X terminal (alt + ctrl + F1)
>
> 2.) If apm IS enabled, Disable apm (perhaps even NOT s
To summarize what I have seen of AFS on OpenBSD.
3.7:
Included arla works (sort of) but misses callbacks quite
often (might be bug in our servers as we are still running
1.2.xx).
3.8: (My guess as I have seen problems on what was 3.7-current)
Included arla will sometimes not find
Hello.
I am having problems with arla. 2 of 3 reboots the afsd will be running but
$ cd /afs
ksh: cd: /afs - Not a directory
I did not see this problem on 3.7. I did start to see it on my home pc but took
it as a fluke because of the amount of problems I have with that machine. Today
I installed
frantisek holop <[EMAIL PROTECTED]> wrote:
> i am sorry to see that solid fat32 support is just not a
> priority for openbsd. i can understand that, i don't imagine
> Theo has a dual boot fat32 shared partition on any of his
> machines.
Oh, come on. He is trying to fix the problem and there have
Ryan Rothert <[EMAIL PROTECTED]> wrote:
> 3.6 will install on it. I believe the aac driver still exists
> but is disabled by default. You could install 3.6, recompile
> the kernel with aac support enabled then upgrade.
This is a bad advice.
The aac driver was disabled because it was broken and co
Z L <[EMAIL PROTECTED]> wrote:
> For APM I
> tried to set the apmd_flags=YES in rc.conf. For sound and modem I
> tried the things that are described in the FAQ and manpages.
Correct usage is
apmd_flags=""
or with some valid flags between the ""
apmd_flags="-q"
YES is for binary options like
p
jared r r spiegel <[EMAIL PROTECTED]> wrote:
> i had the black screen after exiting X with an ATI AIW 7200.
> i used the gatos-bin drivers from ports and that issue went
> away.
It seems like the gatos project has been merged into what will be
called X.org X11R6.9/X11R7.0 and according to
ht
Adam Papai <[EMAIL PROTECTED]> wrote:
> start X from the C0
>
> Then it'll change to vt5. When the console remains black, try
> to alt+ctrl+F1 and then startx or cat or whatever.
>
> Sometimes it really freezes but no all time. I have a Clevo
> notebook with ATI 9600 and it happens 1-2 weeks but
Adam Papai <[EMAIL PROTECTED]> wrote:
> Ahh! I re-read your post. I know your problem. Sometimes ATI
> cards do this. I don't know why. But if you type startx again
> "blind" then your screen will probaby come back. It's the same
> with every Xorg and XFree86. Sometimes it happens to me as
> well.
Adam Papai <[EMAIL PROTECTED]> wrote:
> Never run X as root. What's happening if you try it as a user?
The problem is exactly the same when running as an ordinary user.
I used root to rule out permission probems. Should have been more
clear on that sorry.
Hello.
Leaving the X virtual console the second time make the console
die this happens both if I use Alt-Fn or exit X (both startx and
xdm).
Example:
Log in as root on console.
Type startx
When X has loaded choose exit in the fvwm menu.
Back at the prompt type startx again.
Again choose exit in t
Mark Scheufele <[EMAIL PROTECTED]> wrote:
> I followed all the suggested solutions to mend the not responding
> keyboard on my sunblade 100 but unfortunately I
> didn't succeed. Here a quick overview:
I have a Blade 100 with a Swedish USB type 6 keyboard.
ok .version
Release 4.10.6 created 2003/0
"Will H. Backman" <[EMAIL PROTECTED]> wrote:
> Running today's snapshot on an old laptop (Dell Latitude PPL),
> and I put the cover down to see if it would go to sleep and
> wake up properly. After it went to sleep, I opened the laptop
> back up, and it started to come back alive, but the screen
>
54 matches
Mail list logo