* Antoine Jacoutot le [10-05-2019 14:41:08 +0200]:
> On Thu, May 09, 2019 at 11:41:17PM -0600, Theo de Raadt wrote:
> > config -e is incompatible with the KARL relinking sequence.
> >
> > For now, we consider KARL more valuable than config -e usage
> > patterns.
> >
> > We've thought about th
/GENERIC.MP/relink.log
Ok, so I run, as mentioned in the above file :
sha256 -h /var/db/kernel.SHA256 /bsd
However, at next reboot, ulpt is reenabled.
How can I still have KARL and use my printer ?
--
thuban
* Otto Moerbeek le [21-04-2019 12:49:07 +0200]:
> On Sun, Apr 21, 2019 at 09:53:52AM +, Mik J wrote:
>
> > Hello,
> > I read the man but it's not so clear to me
> > https://man.openbsd.org/spamd#SYNCHRONISATION
> > a) I chose unicast synchronisation but I don't know which port should I
> > o
ncast of what's happening to me.
Am I the only one ?
Any suggestion to solve this ?
--
thuban
er priority), does the -M flag can be
called more than once ?
Am I wrong ?
Regards.
thuban
Hi,
I have an issue on my server : after a while, it seems down and freeze. I have
no SSH access because it's offline, I only can reboot it.
Looking in /var/log/messages, I see "/bsd: re0: watchdog timeout".
Instead of replacing the network card, what can I do to solve this issue?
Below more info
* Stuart Henderson le [10-12-2018 18:19:41 +]:
> On 2018-12-07, Thuban wrote:
> > * Stuart Henderson le [06-12-2018 13:44:50 +]:
> >> On 2018-12-06, Thuban wrote:
> >> > * Thuban le [02-12-2018 19:16:09 +0100]:
> >> >> Hi,
> >
* Stuart Henderson le [06-12-2018 13:44:50 +]:
> On 2018-12-06, Thuban wrote:
> > * Thuban le [02-12-2018 19:16:09 +0100]:
> >> Hi,
> >> I need help to write a correct rule in pf.conf.
> >>
> >> I want :
> >>
> >> A ->
* Thuban le [02-12-2018 19:16:09 +0100]:
> Hi,
> I need help to write a correct rule in pf.conf.
>
> I want :
>
> A -> B --> web
>
> The appearing IP of A is the B's one on the web.
>
> I managed to configure iked on A and B using defaul
ugh B.
Here is the pf.conf on B (at least a small part of it)
pass out on egress \
from any to any tagged IKED \
nat-to (egress)
I guess the issue is in my pf.conf.
What do you think ?
Any advice?
Regards.
--
thuban
valid type 1 data length 256
ikev2_dispatch_cert: AUTH type 1 len 256
sa_stateflags: 0x0024 -> 0x002c certreq,auth,sa (required 0x )
ikev2_recv: IKE_AUTH request from initiator 176.180.81.105:19761 to
46.23.92.147:4500 policy 'warrior' id 1, 3536 bytes
ikev2_recv: ispi 0x515201836a3a178d rspi 0x72e7d26735a1b6e8
Any advice please ?
--
thuban
* Gilles Chehade le [25-11-2018 15:30:20 +0100]:
> On Wed, Nov 21, 2018 at 09:21:46PM +0100, Thuban wrote:
> > * Gilles Chehade le [21-11-2018 21:06:39 +0100]:
> > > On Wed, Nov 21, 2018 at 06:38:43PM +0100, Thuban wrote:
> > > > * Edgar Pettijohn le [21-1
Nice to see such feature (no need dovecot).
For now, It's still possible with dovecot, lmtp delivery and sieve filter [1].
[1] https://wiki.dovecot.org/Pigeonhole/Sieve/Extensions/SpamtestVirustest
24 novembre 2018 18:02 "Edgar Pettijohn III" a écrit:
> make the junk header customizable like so
* Gilles Chehade le [21-11-2018 21:06:39 +0100]:
> On Wed, Nov 21, 2018 at 06:38:43PM +0100, Thuban wrote:
> > * Edgar Pettijohn le [21-11-2018 11:32:43 -0600]:
> > >
> > > On Nov 21, 2018 8:22 AM, Thuban wrote:
> > > >
> > > > Hi,
> &g
* Edgar Pettijohn le [21-11-2018 11:32:43 -0600]:
>
> On Nov 21, 2018 8:22 AM, Thuban wrote:
> >
> > Hi,
> > I can't figure how to make this "junk" argument to work as
> > mentioned in The smtpd.conf manpages :
> >
> > If the junk argume
* Gilles Chehade le [21-11-2018 16:31:31 +0100]:
> On Wed, Nov 21, 2018 at 03:22:45PM +0100, Thuban wrote:
> > Hi,
> > I can't figure how to make this "junk" argument to work as
> > mentioned in The smtpd.conf manpages :
> >
> > If th
have multiple X-Spam-* headers, but aren't placed
into Junk folder.
Any advice ?
--
thuban
self-answer after some digging [1]. Not sure why I have to specify this. I mean,
what is the group used by dovecot by default ?
To make /etc/mail/passwd unreadable by regular users, I did this :
groupadd _maildaemons
usermod -G _maildaemons _sftpd
usermod -G _maildaemons
rt of dovecot config
passdb {
args = scheme=blf-crypt /etc/mail/passwd
driver = passwd-file
}
--
thuban
omain-white-spamd, adjust with domins you need :
TMP=$(mktemp)
WHITELIST=/etc/mail/whitelist.txt
DOMAINS='outlook.com
gmail.com
google.com
hotmail.com
yahoo.com
yahoo.fr
live.fr
mail-out.ovh.net
mxb.ovh.net
gandi.net
laposte.net
github.com
protonmail.com
'
for d in $DOMAINS; do
echo "$d" | smtpctl spf walk >> "$TMP"
done
mv "$TMP" "$WHITELIST"
exit 0
--
thuban
* tomr le [17-10-2018 15:37:42 +1100]:
>
>
> On 10/17/18 4:14 AM, Thuban wrote:
> > Hi,
> > I want to set a header according to the requested path. The goal is to
> > increase
> > the cache-control according to file extension.
> >
> >
che-Control" value "max-age=1814400"
Of course, there is a syntax error.
Any advice ?
--
thuban
I found a partial solution to my problem.
With the following configuration, the source client IP is correctly printed by a
php script (getip.php), but not in httpd logs.
Does anyone has an example with "transparent forward" please ?
relayd.conf :
http protocol "http" {
t
* Stuart Henderson le [21-09-2018 10:10:03 +]:
> On 2018-09-20, Thuban wrote:
> > By the way, I'm confused about the "transparent forward" directive in
> > relayd.conf. It doesn't seems to work at all and setting a transparent
> > proxy is
> >
my bad, I still don't have the real source IP in my logs (just the local ip
address of my server).
Any advice for a **real** transparent proxy ?
I think I found something working, I leave it here for others.
Any advice is still welcome.
By the way, I'm confused about the "transparent forward" directive in
relayd.conf. It doesn't seems to work at all and setting a transparent proxy is
not using this keyword.
/etc/relayd.conf :
ht
working example please ?
Thanks.
[1] http://nohair.net/transparent_reverse_proxy.html
--
thuban
re would be the ability to share the service with my family
> > using different accounts.
> >
> > The ability to generate credentials that can only access certain folders
> > would be _really_ cool. For example, my machines could generate
> > reports and store them in my sync'd service so I could simplify
> > viewing them from any machine.
> >
> > Thanks!
net/syncthing
--
thuban
Thanks for enligthenment.
* Predrag Punosevac le [13-07-2018 10:06:19 -0400]:
> On July 13 2018 Thuban wrote:
> >
> > Default vi (nvi) in OpenBSD doesn't handle correctly most of UTF-8
> > sings such as "", "?? " or so. One need to install
Default vi (nvi) in OpenBSD doesn't handle correctly most of UTF-8
sings such as "é", "à" or so. One need to install nvi package to do so.
Is it planned to replace the vi binary in the future?
Is there any reason I can't think to keep this vi version?
Regards.
--
thuban
Hi,
this might look as a stupid question, but I'm stuck and don't know where
to look at this point.
How would you disable an USB port?
I would like to power off a USB drive (flashing blue LED at night) but
keep it plugged, and power on when I need it.
Any advice?
Regards.
--
thuban
I think this is since 6.3.
Qhen installin dovecot package, a few files are created.
The problem is that /etc/dovecot/conf.d/10-ssl.conf contains :
ssl_cert =
d)/%d%d/%d%d/%d%d%-(%g+)$"
{
block return 301 "/%1/$2"
}
Any advice?
After many tests, it seems that the only problem is the "?"
thanks.
--
thuban
"
fi
# mountpoint cleanup (ensure it is empty)
rmdir "${WRKDIR}/ramdisk.d"
# put ramdisk back in bsd.rd
elfrdsetroot "${WRKDIR}/bsd.rd" "${WRK
include auto_install.conf file.
Do you have any advice for this ?
I found some tutorials for 5.7 [1], so quite outdated, and can't go through
the entire process.
Regards.
[1] : http://mouedine.net/reinstall57/
--
thuban
signature.asc
Description: PGP signature
I forgot the link, my bad:
[1] : http://www.hydrus.org.uk/journal/openbsd-httpd.html
signature.asc
Description: PGP signature
Hi,
Did anyone use httpd to serve a flask app (python)?
I found this [1], but its a little outdated (python < 3) and makes me
wonder about safety, because of all those dependencies copied in chroot.
Any advice ?
Regards
--
thuban
* Thuban le [03-02-2018 18:38:27 +0100]:
> * jul le [03-02-2018 12:47:19 +0100]:
> > Thuban wrote:
> >
> > > I can't figure exactly how to configure it with httpd chroot, even after
> > > copying gpg binaries in chroot.
> >
> > Hello Thuban
* jul le [03-02-2018 12:47:19 +0100]:
> Thuban wrote:
>
> > I can't figure exactly how to configure it with httpd chroot, even after
> > copying gpg binaries in chroot.
>
> Hello Thuban
>
> To know what to copy in the chroot, ldd(1) is your friend.
thanks,
Hi,
Did anyone use enigma plugin with roundcube hosted on OpenBSD to deal
with GPG?
I can't figure exactly how to configure it with httpd chroot, even after
copying gpg binaries in chroot.
Regards
--
thuban
* Stuart Henderson le [29-01-2018 08:14:03 +]:
> On 2018-01-28, Thuban wrote:
> >
> >> Yes it's possible. Make sure to set the appriopriate HTTP headers aswell
> >> with relayd: read "Accept-Encoding" and if it's acceptable set
&g
> Yes it's possible. Make sure to set the appriopriate HTTP headers aswell
> with relayd: read "Accept-Encoding" and if it's acceptable set
> "Content-Encoding".
Indeed, it works.
relayd.conf :
match response header "Accept-Encoding" value "gzip"
match response header set "Content
Thank you for all answers, very interesting.
I'll try to compress some files on my own, we'll see.
Regards
--
thuban
signature.asc
Description: PGP signature
I'm very happy with relayd + httpd.
Relayd deals with headers and httpd serve files.
I know httpd doesn't have gzip compression.
1. Do you know if it's planned in the future?
2. Does anyone has a workaround to advise?
regards
--
thuban
* Sterling Archer le [16-01-2018 21:35:56 +0100]:
> On Tue, Jan 16, 2018 at 9:08 PM, Thuban wrote:
> > I disabled `ulpt` in the kernel using `config` to use an USB-printer.
> >
> > Now, at reboot, I see "kernel relinking failed" message.
> > How to recreat
I disabled `ulpt` in the kernel using `config` to use an USB-printer.
Now, at reboot, I see "kernel relinking failed" message.
How to recreate the new checksum? I can't igure out where to find this
information.
Any advice?
Regards.
--
thuban
signature.asc
Description: PGP signature
want to achieve.)
yes, see here : https://wiki.obsd4a.net/doku.php
It's mainly in french, but I don't know what is your favourite language.
regards
--
thuban
signature.asc
Description: PGP signature
break;
> + case CWM_BOTTOM_LEFT:
> + cc->geom.x = xine.x;
> + cc->geom.y = xine.y + xine.h - cc->geom.h - cc->bwidth * 2;
> + client_move(cc);
> + break;
> + case CWM_TOP_RIGHT:
> + cc->geo
By the way, does anyone has some instructions to use rspamd with the
default smtpd ?
Regards.
--
thuban
Hi,
I'm using relayd to check headers before serving my website with httpd.
I need to keep in httpd's logs the client IP address. So I try to use
the "transparent" keyword in relayd.conf, but in this case, relayd
doesn't work and I can't reach httpd.
Here is the **not working** relayd relevant co
Hi,
since this thread [1] older than two years, is there any plan to have
gzip compression in httpd ?
[1] https://marc.info/?l=openbsd-misc&m=142402749002617&w=2
regards.
--
thuban
signature.asc
Description: PGP signature
Hi
since we have nsd and unbound included in base, I was wondering what
tool you use to deal with DNSSEC and sign your zone ?
I use zkt, but your advices would be nice.
Regards
--
thuban
signature.asc
Description: PGP signature
when I modify a cell.
> Do you have the user account set to the "staff" class, or somehow assigning
> it a high datasize limit in login.conf?
Yes, I run libreoffice with this user.
--
thuban
signature.asc
Description: PGP signature
nterface 0 "Genesys Logic USB
Mouse" rev 1.10/1.00 addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
wsmouse2 at ums0 mux 0
uhub4 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching
Hub" rev 2.00/0.00 addr 2
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
sd2 at scsibus4 targ 1 lun 0: SCSI2 0/direct
fixed
sd2: 238472MB, 512 bytes/sector, 488391473 sectors
root on sd2a (4764b1057435753d.a) swap on sd2b dump on sd2b
--
thuban
* SOUL_OF_ROOT 55 le [26-06-2017 18:18:41 -0300]:
> Can I use OpenBSD in a virtual machine, for example, VirtualBox?
yes
signature.asc
Description: PGP signature
Hello,
I was using spamassassin+smtpd for a while and everything worked as
expected. Now I added support for more tan one domain and incoming mails
are locked into allop, I can't figure out why.
Here is my /etc/mail/smtpd.conf
table aliases file:/etc/mail/aliases
table virtuals
Hello,
according to recent discussion on the list, I was wondering how you set
up a mail server with smtpd with a lot of users.
Regards.
--
> yes, but unlike those distros the openbsd installers aren't measured in
> gigabytes.
>
Of course, the point doesn't apply to miniroot* but to installxx.xx.
It doesn't remove the problem of long download for some and servers
bandwidth possible issue.
Using miniroot* still requires to download f
Hello,
I was wondering if there is any particular reason explaining why there
is no torrent file to retrieve OpenBSD *.fs and *.iso.
I've been looking on the list and only found this site that doesn't
seems up to date [1].
If the reason is a lack of human ressources, I think I can handle it.
Re
* Hiltjo Posthuma le [09-04-2017 14:06:48 +0200]:
> On Sun, Apr 09, 2017 at 11:30:37AM +, Stuart Henderson wrote:
> > On 2017-04-09, Thuban wrote:
> > > * Hiltjo Posthuma le [09-04-2017 11:42:23 +0200]:
> > >> On Sat, Apr 08, 2017 at 08:48:43PM +0200
* Hiltjo Posthuma le [09-04-2017 11:42:23 +0200]:
> On Sat, Apr 08, 2017 at 08:48:43PM +0200, Thuban wrote:
> > Hello,
> > I use relayd to deal with HTTP headers as suggested here [1].
> > My problem is that in httpd logs, the origin IP is 127.0.0.1 and thats
> &
/Using-relayd-to-add-Cache-Control-headers-to-httpd-traffic
--
:thuban:
* lawgi...@nym.hush.com le [03-04-2017 13:52:20 -0700]:
> On 4/3/2017 at 1:31 PM, "Thuban" wrote:
> >I try to help a friend installing OpenBSD on a Dell Latitude E6440.
> >It seems the disk (SSD) isn't recognised, only the USB stick is
> >found by
> >
s the best I could ask via mail).
https://clbin.com/lRWaSs.jpeg
https://clbin.com/bsJGm7.jpeg
https://clbin.com/ddgY4d.jpeg
https://clbin.com/BkaCiG.jpeg
https://clbin.com/ji8jtn.jpeg
https://clbin.com/DGBVtl.jpeg
https://clbin.com/OR6ZBu.jpeg
Do you have any advice?
Regards.
--
:thuban:
[de
ronment... yes
checking whether the Boost::Python library is available... no
configure: error: Boost.Python library not found. Try using
--with-boost-python=lib.
You may find the full ./configure log here : http://pastebin.com/Ac4SkrEG
Any advice ?
Regards.
[1] : http://libtorrent.org/
--
* trondd le [10-02-2017 12:32:36 -0500]:
> On Fri, February 10, 2017 11:48 am, Thuban wrote:
> > Hello,
> > I can't figure how to use letsencrypt certificates with relayd. I keep
> > getting this error :
> >
> > # relayd -vvv -n
> > /etc/relayd
port 8443 mode loadbalance check tcp
}
Do you see any error or have any advice?
Regards.
thuban
* Jiri B le [27-01-2017 17:01:17 -0500]:
> On Fri, Jan 27, 2017 at 08:29:08PM +0100, Thuban wrote:
> > Hi,
> >
> > Just by curiosity, I was wondering how installXX.fs file is build?
>
> https://github.com/openbsd/src/blob/master/distrib/amd64/iso/Makefile#L9
>
> j
Hi,
Just by curiosity, I was wondering how installXX.fs file is build?
Regards.
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
* Stuart Henderson le [31-12-2016 21:08:13 +]:
> On 2016-12-31, Thuban wrote:
> > Hello,
> > I currently use customized install60.iso images with site60.tgz set. It
> > works quite well, but I need to include in site60.tgz set some packages.
> >
> > For now,
dvice to include packages with dependencies in an
install cd ?
regards.
thuban
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
FAQ
> https://www.openbsd.org/faq/faq5.html#Flavors
> im wondering if im missing something.
No, I don't think that's possible. It's safer to do a clean install of
-release .
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
* Thuban le [25-10-2016 10:41:27 +0200]:
> > # tcpdump -e -ttt -ni pflog0 action block
> >
> > You will be able to see what exactly is being blocked :)
> >
Okay, I'm just too stupid. I can access the wwweb through my VPN. I just
can't ping, which is not a probl
n quick on $ext_if proto tcp to any port $tcp_pass keep state
pass in quick on $ext_if proto udp to any port $udp_pass keep state
# vpn
pass in quick on $tun_if keep state
pass out on $ext_if from 10.8.0.0/24 to any nat-to ($ext_if)
# tout ouvert en sortie
pass out on $ext_i
* Predrag Punosevac le [23-10-2016 20:18:27 -0400]:
> Op 23-10-2016 om 17:01 schreef Thuban:
> > Hi,
> > I have an openvpn server running and working, but can't
> > go "outside" the server to access the web.
> >
> > To configure the serv
* obsd le [23-10-2016 21:13:19 +0200]:
> Op 23-10-2016 om 17:01 schreef Thuban:
> > Hi,
> > I have an openvpn server running and working, but can't
> > go "outside" the server to access the web.
> >
> > To configure the server, I followed this :
&g
Hi,
I have an openvpn server running and working, but can't
go "outside" the server to access the web.
To configure the server, I followed this :
http://2f30.org/guides/openvpn.html
So ip forwarding is ative, vpn port is open, clients can connect to the
vpn. But they can't access wwweb.
I guess
Hello,
It seems that php-7.0 require wxallowed.
I don't like the idea to "wxallow" the whole /usr/local.
Do you have any advice?
Regards
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
risk to miss
the last new of a tiny library...). This is what the FAQ make me wonder,
but just to be sure.
Regards.
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
* Frank Groeneveld le [18-08-2016
22:07:07 +0200]:
> On Thu, Aug 18, 2016 at 09:09:38PM +0200, Thuban wrote:
> > Hello,
> > I was trying to build php7.0 with ports, but it fails (see configure
> > failure below).
> >
> > I'm running on 5.9 with stable patches
_done': @for d in
/usr/ports/pobj/php...)
*** Error 1 in /usr/ports/lang/php/7.0
(/usr/ports/infrastructure/mk/bsd.port.mk:2495 'all')
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
* Lars Noodén le [30-06-2016 16:56:01 +0300]:
> On 6/30/16, Thuban wrote:
> > Hello,
> > I'm trying to connect an audio device via bluetooth, but can't find any
> > intructions to do so on OpenBSD.
> > Do you have any advices/links?
> >
> > Regar
Hello,
I'm trying to connect an audio device via bluetooth, but can't find any
intructions to do so on OpenBSD.
Do you have any advices/links?
Regards,
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
ot;yourdomain.errors.log"
}
see man httpd.conf for more :)
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
* David Coppa le [27-05-2016 15:39:00 +0200]:
> On Fri, May 27, 2016 at 3:02 PM, Thuban wrote:
> > Tah was too beautiful, now it's``make`` that give me errors I can't
> > understand :
> >
> >
> > In file included from ../include/libtorrent/par
Tah was too beautiful, now it's``make`` that give me errors I can't
understand :
In file included from ../include/libtorrent/parse_url.hpp:40,
from web_connection_base.cpp:53:
../include/libtorrent/aux_/disable_warnings_pop.hpp:42: warning: expected
[error|warning|igno
* Josh Grosse le [26-05-2016 12:30:40 -0400]:
> On 2016-05-26 11:50, Thuban wrote:
> >Hi,
> >I'm trying to build libtorrent [1], but can't figure out how to have
> >./configure detect boost library.
>
> Have you tried installing the libtorrent package? :)
&g
ibtorrent.org/building.html
[2] :
https://svnweb.freebsd.org/ports/head/net-p2p/libtorrent-rasterbar/Makefile?v
iew=markup
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
the list. With some time, it becomes
very handy.
But what about netsurf?
http://www.netsurf-browser.org/
Regards,
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
Hello,
I need to install the python3 bindings for libtorrent. I doesn't seem to
be packaged, nor present in ports.
Because I need to install it on several machines, I wanted to ask if I
didn't miss it somewhere, before compiling it by hand again and angain.
Thanks.
--
/Thuban/
[de
com/tontof/kriss_blog
[3] : http://tildehash.com/?page=hashover
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
* Sebastien Marie le [24-04-2016 10:17:58 +0200]:
> On Fri, Apr 22, 2016 at 04:51:39PM +0200, Thuban wrote:
> > Hi,
> > I try to mount a directory with sshfs as non-root, but I get the
> > following error :
> >
> > fuse_mount: Permission denied
> >
>
* Thuban le [22-04-2016 16:51:39 +0200]:
> Hi,
> I try to mount a directory with sshfs as non-root, but I get the
> following error :
>
> fuse_mount: Permission denied
>
> I don't get it. I have "kern.usermount=1" in /etc/sysctl.conf, but
> according to
http://openbsd-archive.7691.n7.nabble.com/sshfs-as-non-root-fuse-mount-Permis
sion-denied-td253224.html
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
Thomas Bohl gave me a solution :
during boot, use the touchpad AND the keyboard. Then, averything works
as expected.
Here is the new dmesg :
Regards
OpenBSD 5.8 (GENERIC.MP) #0: Tue Nov 10 11:57:58 CET 2015
jas...@stable-58-amd64.mtier.org:/binpatchng/work-binpatch58-amd64/src/sy
s/arch/
ectors
ugen0 at uhub3 port 3 "Cambridge Silicon Radio Bluetooth" rev 2.00/52.76
addr 4
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd1a (96d45ca8006100da.a) swap on sd1b dump on sd1b
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
l58.iso in a snapshot directory gave me some doubts
about what i understood in the FAQ (as english is not my first
language).
--
Thuban
PubKey : http://yeuxdelibad.net/Divers/thuban.pub
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
d.org/pub/OpenBSD/snapshots/amd64/install58.iso
--
Thuban
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
> Those instructions are for 5.8 or possible 5.7, they aren't needed for
> -current snapshots which already include this change.
>
Of course, I read the files.
--
Thuban
PubKey : http://yeuxdelibad.net/Divers/thuban.pub
[demime 1.01d removed an attachment of type application/pgp-s
* Stefan Sperling le [22-09-2015 11:33:28 +0200]:
> On Mon, Sep 21, 2015 at 11:14:22AM +0200, Thuban wrote:
> > Hi,
> > I have a usb wifi dongle supposed to work with urtwn firmware.
> > usbdevs returns WNA 1000Mv2 Netgear listed here [0]
> >
> > But the device
1 - 100 of 117 matches
Mail list logo