an amd64 machine running 6.6-stable to compile and run the
test code.
Any help is being appreciated.
Matthias
On a fresh 6.7 installation, mount(8) shows 'type ffs'. Is there any way
to figure out the version number?
On 2020-05-27 22:54, Otto Moerbeek wrote:
I got some questions on ffs2 in 6.7. This is to set the record
straight, feel free to share on forums like reddit that I do not read,
let alone po
which also requires handling of non-existent locations.
Best regards,
Matthias
On 2020-05-26 17:34, Riccardo Giuntoli wrote:
Hello there dear OpenBSD fellows.
I would like to change default 404 page in httpd(8), and I've seen in this
list that in past versions is hardcoded into the C so
How do I figure out which packages directly or indirectly depend on a
specific package? Let's assume that only installed packages shall be
considered.
For example, if 'glib2' is the package in question, 'cairo',
'gdk-pixbuf', 'shared-mime-info', 'ImageMagick', etc. should be returned
as all those
Just tried something more simple. Works fine for me so far.
https://github.com/mpfr/pkg_depts
On 2020-08-23 08:58, Jonathan Gray wrote:
On Sun, Aug 23, 2020 at 08:15:01AM +0200, Matthias wrote:
How do I figure out which packages directly or indirectly depend on a
specific package? Let
Hi.
Just curious why you never check the return value of the close(2) system
call for errors.
Thanks.
Hello misc!
I have installed OpenBSD on an new machine with
intel Xeon 3360.
I am using the mp kernel with acpi disabled (machine died blue
with acpi enabled, UCK config is saved after boot).
But it is just cpu0 running. Any hints?
Here is my dmesg
OpenBSD 4.5 (GENERIC.MP) #108: Sat Feb 28 14
Hi,
since my last OpenBSD on laptop testimony is a bit older [1] I decided
to share some more recent news :)
I installed OpenBSD 6.1 on a Lenovo Thinkpad T450s and wanted
to share my experiences FYI. The tl;dr version is that 6.1 runs really
awesome, no need for special stunts or configuration.
ressed with the quality. Of course, you cannot
compare it to the good old Thinkpad T40 but that was a different
area.
Cheers
Matthias
[1] https://gist.github.com/thexhr/a8e159514c87a04b98aced2c4245f6dc
;
wsconsctl: Use explicit arg to view keyboard.map.
mouse.type=synaptics
mouse.rawmode=0
mouse.scale=1472,5472,1408,4448,0,75,129
mouse.tp.tapping=0
mouse.tp.scaling=0.183
mouse.tp.swapsides=0
mouse.tp.disable=0
mouse1.type=ps2
Cheers
Matthias
OpenBSD 6.1-current (GENERIC.MP) #52: Tue Aug
thing in my Router-logs.
Cheers
Matthias
Hi,
* Matthias Schmidt wrote:
> Hi,
>
> today I saw the following message in my logs browsing by:
>
> Sep 18 19:55:17 sigma /bsd: iwm0: reused group key update received from
> 9c:c7:a6:56:3e:69
>
> I remembered that this message has been added by stsp@ at August 17th
;
- *pcbopt = m;
- return (0);
+ return (EINVAL);
+ *pcbopt = m_dup_pkt(m, 0, M_NOWAIT);
+ if (*pcbopt == NULL)
+ return (ENOBUFS);
Cheers
Matthias
7; 1
# Scroll with middle button and trackpad
xinput set-prop 8 'WS Pointer Wheel Emulation Button' 2
# Natural scrolling with Trackpoint
xinput set-button-map 8 1 2 3 5 4 7 6
Cheers and HTH
Matthias
Hi,
On Sun, May 24, 2020 at 01:17:09PM -0700, Greg Steuck wrote:
> The upstream has ceased hpodder development over 8 years ago. The port
> has to be updated every time GHC is released and for all other
> infrastructure changes. Even though we have enough patches for the
> code to compile with GHC
cal (base install + conf via ansible) and I don't see the issue at
other providers (IONOS, Hetzner) I suspect it has nothing to do with
OpenBSD...
Cheers
Matthias
th ws I need to push the fingers
harder on the trackpad. Example: With ws I need 7 scroll actions to
scroll down the entire "Install FAQ" article. With synaptics I only
need 4 scroll actions.
Cheers
Matthias
* Matthias Schmidt wrote:
> Hi Ulf,
>
> * Ulf Brosziewski wrote:
> > If you're following -current, or if you upgrade your system with the
> > next or a future snapshot, please note that the default setup for
> > touchpads in X will change.
>
> Finally, I f
md as root. Or am I overlooking sth here?
Cheers
Matthias
so just start a VM manually as root in that case by specifying a
> different name on the cmd line (and not have to edit the file):
That's a neat trick I'll definitely use the next time.
Cheers and thanks
Matthias
but that's what I (and obviously Jan) observe
ATM.
Cheers
Matthias
OpenBSD 6.8-current (GENERIC.MP) #284: Wed Jan 20 02:40:03 MST 2021
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 12765265920 (12173MB)
avail mem = 12363071488 (11790MB)
You could try this: https://github.com/mpfr/pftbld
It uses pf tables instead of anchors to achieve the same goal.
Handling sshd abusers may be accomplished by first using pf source-tracking
to catch them. For example:
-
table persist
block in quick from
pass in on egress proto tcp to egres
tserver.de has the latest sets with the new libexpat.
Cheers
Matthias
Have you tried this?
https://github.com/mpfr/httpd-plus#custom-error-documents
On 2021-06-19 07:26, Kent Watsen wrote:
> This is incredibly basic, but after reading httpd.conf(5) and random web
> searches, I’ve been unable to determine how to customize the default failed
> login page (from th
On 2021-06-19 16:24, Kent Watsen wrote:
>
> Perfect, but I’m hesitant to use without long-term viability.
Since I have no plans to give up OpenBSD, you shouldn't worry
too much about this.
>
> Any plan for merging into base?
I don't have that in my hand.
Why does 'cvs diff -D...' on the OPENBSD_7_2 branch
include changes from before the given date?
# cvs -qd anon...@anoncvs.spacehopper.org:/cvs checkout -rOPENBSD_7_2 -P
src/usr.sbin/httpd
U src/usr.sbin/httpd/Makefile
U src/usr.sbin/httpd/config.c
U src/usr.sbin/httpd/control.c
U src/usr.sbin/htt
When updating the source tree via anonymous cvs, I keep getting this ...
...
cvs update: move away regress/lib/libssl/symbols/Makefile; it is in the way
C regress/lib/libssl/symbols/Makefile
cvs update: move away regress/lib/libssl/symbols/symbols.awk; it is in the way
C regress/lib/libssl/symbols
Hello,
there are posts on the net describing the same phenomenon and it seems
an issue with chromium.
weird anyway..
Best, Matthias
On 11.03.24 16:58, Daniele B. wrote:
FYI, despite any hacking practice I have seen this keyboard and mice
legitimately happen under two circumstances:
1
Hi,
Since the release of OpenBSD 7.2, snmp mibtree is broken:
> root@host:~# snmp mibtree
> snmp: No securityName specified
Greetings,
Matthias
--
genua GmbH
Domagkstraße 7, 85551 Kirchheim bei München
T +49 89 991950-0, F -999, www.genua.de
Geschäftsführer: Matthias Ochs, Marc
Hi,
in case the admin is subscribed here or someone can deliver a ping. The
certs for the above mentioned web sites expired on 20221225.
Cheers
Matthias
irectory and not in both to
builds a set between updated and not updates packages...
Cheers
Matthias
On Wed, Dec 17, 2008 at 09:25:32AM -0800, valgray wrote:
> I have an odd problem with pftop 0.7 on OpenBSD 4.4 system. The output from
> it looks like:
>
> pfTop: Up State 1-4/4, View: default, Order: none, Cache: 1 17:10:12
>
> PR DIR SRC DEST STATE AGE EXP PKTS BYTES
> tcp In 192.168.42.16
On Sun, Dec 28, 2008 at 12:39:57PM -0600, Denny White wrote:
> I know from past experience and doing a lot of online searching
> that this problem crops up from time to time. Usually someone
> just did a new install and doesn't know the locate.datebase
> isn't created by default.
There's an empty
On Sun, Jan 04, 2009 at 03:48:29PM +, Mike Williams wrote:
> # pkg_add -n -v ghostscript-8.62p2-a4-cups
[...]
> Can't install ghostscript-8.62p2-a4-cups: can't resolve cups-1.2.7p9
> Can't install foomatic-filters-3.0.2p1: can't resolve
> ghostscript-8.62p2-a4-cups
> Can't install cups-1.2.7p9
On Sun, Jan 18, 2009 at 04:29:37AM -0800, Mike Swanson wrote:
> > As marco already stated, it could be a kernel module. But it won't.
> > Why? Because nobody will write it.
>
> Who is nobody anyway?
He's a french guy. I've seen him during p2k8 in Budapest ;-)
(did anyone take a picture of him?)
On Wed, Feb 11, 2009 at 02:09:15PM +0700, Insan Praja SW wrote:
> When upgrading my OBSD 4.5-beta machine, I got
> ===> usr.sbin/bind
> PATH="/bin:/usr/bin:/sbin:/usr/sbin" CC="cc" CFLAGS="-O2 -pipe "
> LDFLAGS="" INSTALL_PROGRAM="install -c -s" sh
> /usr/src/usr.sbin/bind/configure --prefi
On Wed, Feb 11, 2009 at 09:47:57AM +0100, Matthias Kilian wrote:
> Did you clean your /usr/obj before running make build?
> i.e. rm -rf /usr/obj/*
And of course, make obj after it.
On Fri, Feb 20, 2009 at 09:28:50PM +0100, Paul de Weerd wrote:
> Are you actually insane ?
beeing at @openoffice.org is a clear sign of beeing insane or weird
to some level. No pun intended, Really.
> E-mail may not be an acceptable surrogate for a networked filesystem,
> but you sure can easily
On Mon, Feb 23, 2009 at 06:38:07PM +0100, Pau wrote:
> "For those new to NetBSD, the early user experience can be poor. This
> is especially true when coming from a Windows, Mac or Linux
> backgrounds. While basically sound, the installer asks many detailed
> questions and is unintuitive. If new us
On Sat, Mar 21, 2009 at 12:14:44PM +0100, Henning Brauer wrote:
> > so anyway, how are _you_ using probability?
>
> it's high on my list of useless features in pf I'd rather remove.
> if anybody is actually using it, I'd like to hear about it.
I used it once about two years ago, to simulate a bad
On Sat, Mar 21, 2009 at 07:42:31AM -0700, Frothingdog.ca wrote:
> I have the image mounted to /mnt/etc using vnconfig so I can modify the
> files before flashing the image (ie. boot.conf, rc, dhcpd.conf...etc). But
> I'd like to install a coupe packages into the image, such as MTR and TTCP.
> How
On Mon, Mar 23, 2009 at 03:39:41PM -0700, patrick keshishian wrote:
> There are methods of fetching just the video off youtube if that's all
> you want. I think I've even seen at least two scripts in ports that
> just do that (www/youtube-dl is one and the other I can't recall its
> names off top o
On Tue, Mar 31, 2009 at 01:37:29AM +0200, Richard Ben Aleya wrote:
> We cannot accept a such behaviour.
Who is "we"?
> European people is offended when they read such things.
I'm from Europe, and i don't feel offended. Please don't speak up
in my name.
Ciao,
Kili
On Wed, Apr 01, 2009 at 05:50:17PM +0200, frantisek holop wrote:
> so no 1st of april fools this year, hm?
No. because the joke from 2007 (HTTP and Gopher into libevent) can't
be topped.
Ciao,
Kili
On Thu, Apr 02, 2009 at 09:59:38PM +0200, Toni Mueller wrote:
> > This guy some of you think is so honest. He's filtering port 25
> > from cvs.openbsd.org.
>
> did you try sending from a different server thereafter?
Wim *does* filter traffic from cvs.openbsd.org. At least on ports
25 and 80:
$
On Mon, Apr 06, 2009 at 11:06:20PM +0200, Jose P.G wrote:
> Wow... i never expected so many responses... i still have problems, and *this
> time i have written it correct* for sure: "export pkg_path=
> ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";. This time is written
> well, i still don'
Hi,
> Hello,
> I'm trying to start a little haskell project for the first time in a few
> months.
> This is the first time I'm trying to run ghc on OpenBSD
> I'm not sure what ghc's problem is, I've pasted the error message below
> along with the version of ld and dmesg
>
> I'm pretty sure that t
On Sun, May 19, 2019 at 12:18:44AM -0500, Joe Nelson wrote:
> Matthias Kilian wrote:
> > ps: please note that I'm not subscribed to misc@ with my 'real'
> > mail account, only with a crappy gmail account I'm only reading on
> > my tablet (from which I fo
B Aug 1 2012 printenv
-rwxrwx--- 1 www www 757B Aug 1 2012 test-cgi
#
Can anybody help me to get this php thing working, I dont want to write
my web-scripts in C ;-)
Regards,
Matthias
Am 04.02.2013 19:05, schrieb James Griffin:
--> Matthias Appel [2013-02-04 18:40:48 +0100]:
Hi List,
I have a problem with apache and php and hope you guys (and gals!)
can help me.
...
Can anybody help me to get this php thing working, I dont want to
write my web-scripts in C ;-)
Rega
Am 04.02.2013 19:10, schrieb James Shupe:
Why is that in the cgi-bin directory to begin with? Do you have
shorttags enabled in php.ini?
As mentioned, it's pretty much vanilla configuration...so i can be sure
cgi-bin/ is allowed for script executionbut httpd.conf will be
changed, as soon a
Am 04.02.2013 20:25, schrieb William Boshuck:
On Mon, Feb 04, 2013 at 10:27:42AM +, James Griffin wrote:
I think vi(1) - not vim - would be a great tool for him to
learn. A real hardcore UNIX editor,
ed(1)
emacs(1) would be able to replace half of the programs on this A to Z list.
Am 05.02.2013 11:37, schrieb Stuart Henderson:
# cd /var/www/cgi-bin/
# cat phpinfo.php
#
Put this in the htdocs dir, not cgi-bin.
OK, that did the trick, thanks a lot!
I just don't know why shellscripts/binaries execute fine in cgi-bin/ and
.php not.
I think I have to do some more apache-
problems with the only downtimes when the OS has to be
updated.
Regards,
Matthias
the
power cord...in 99.99 out of 100 trys it will work,
but do you want to rely on this fact?
I tend to do offline snapshots and run OS supported backup tools (tar
et.al.)
Regards,
Matthias
Am 19.02.2013 18:01, schrieb Eric S Pulley:
[snip]
I feel anyone expecting to run any of the recently hatched filesystem on
10+ year old hardware falls into the design flaw category you mention. As
for needing to turn nobs to get it to work properly this is not necessary
if you use a modern 64b
Am 19.02.2013 18:34, schrieb Chris Cappuccio:
Richard Thornton [rich...@thornton.net] wrote:
Linksys routers are defaulted to port forwarding NOT enabled, so check facts
before ranting.
Your routers are impervious to penetration.
I would not call those Linksys boxes _routers_ in the first p
more likely...exploiting a reasonably
up-to-date Linux/VmWorks "router" or hitting a vulnerable
java/adobe/flash/windows/IE/whatever hastily-cobbled-together client
application.
so long,
Matthias
art of it, he has to
pay me a pint of beer.
*Only valid for OPdon't come knocking for free DVD drives ;-)
I am not able to contribute very much to the OpenBSD community, but if
this is what I can do to have another user using OpenBSD, I would be
glad to do so!
Regards,
Matthias
if this is what I can do to have another user using OpenBSD, I
> would be glad to do so!
>
>
>
> Regards,
>
> Matthias
>
> i am pretty sure usb key cost less than beer somewhere :-)
>
Challenge accepted:
http://www.e-tec.at/frame1/details.php?art=42888
Am 20.02.2013 09:21, schrieb Jiri B:
On Wed, Feb 20, 2013 at 12:32:02AM +0100, Matthias Appel wrote:
And by talking of ZFS, why not consider
ext3/4,reiser,xfs,jfs,ntfs,whatever-fs to be ported to OpenBSD?
Where are the diffs? For example real improvement would be FAT/NTFS
speed on OpenBSD, as
Am 21.02.2013 00:41, schrieb patrick keshishian:
You of course need a license / permit to operate that car legally.
That process also teaches you how to use it safely. Nobody is required
to have a license to use the internet.
Privilege vs right discussions are way too off topic here. That said,
Am 21.02.2013 00:53, schrieb Mark Felder:
On Wed, 20 Feb 2013 17:41:20 -0600, patrick keshishian
wrote:
Privilege vs right discussions are way too off topic here. That said,
you are falsely assuming people with government endorsed licenses "do
the right thing". Get serious.
Licensed driver
Am 21.02.2013 22:12, schrieb Jeremie Le Hen:
On Wed, Feb 20, 2013 at 12:32:02AM +0100, Matthias Appel wrote:
Yupp, I think, that's (beside the CDDL part of ZFS) it the major
turn-off in any kind of productive enviroment.
At the moment I don't know how FreeBSD handles the ZFS develo
Am 22.02.2013 00:26, schrieb staticsafe:
On 2/19/2013 18:35, Matthias Appel wrote:
Am 19.02.2013 18:34, schrieb Chris Cappuccio:
Richard Thornton [rich...@thornton.net] wrote:
Linksys routers are defaulted to port forwarding NOT enabled, so
check facts before ranting.
Your routers are
Am 22.02.2013 00:40, schrieb Matthias Appel:
Am 21.02.2013 22:12, schrieb Jeremie Le Hen:
On Wed, Feb 20, 2013 at 12:32:02AM +0100, Matthias Appel wrote:
Yupp, I think, that's (beside the CDDL part of ZFS) it the major
turn-off in any kind of productive enviroment.
At the moment I don
ment is anoter story (wear-leveling et.al.)
Regards,
Matthias
make a
difference if you move the stick, or just the antenna itself.
If you want, I disassebmle my dead USB stick (which is exact your type),
tho help you with this!
Regards,
Matthias
PS: I would not choose DIGITUS as the vendor of choice...they only sell
rebadged chinese crap, so I tend
-file".
jmc
How about:
If an input failure, like end-of-file, occures, the value EOF is
returned, before attempting any conversion.
Maybe change _before_ to _instead_, i think this describes the process
more detailed (AFAIK in case of error, there is no conversion at all)
Regards,
Matthias
Hello misc,
I want to use iked but the manpage says it is not ready to use and some
important things are missing. What parts are missing and is it still not safe
at all or only under special circumstances?
Thanks
Matt
nvestigate this without
installing OpenBSD into the SSD. In FreeBSD I do know how to make a live
system and enrich this whatever software.
Can someone please be so kind and point me to some guide about how to
make such live system?
Thanks in advance
matthias
--
Matthias Apitz, ✉ g...@u
El dÃa Friday, July 08, 2016 a las 10:53:56AM -0400, Ted Unangst escribió:
> Matthias Apitz wrote:
> > I'd like to make some bootable USB key which contains an OpenBSD live
> > system, if possible even with X11 included.
> >
> > Can someone please be so kind
ve support.
Is there some method in OpenBSD to get verbose or even debug boot
messages and to verify that the imt(4) driver is in the kernel? I read
that OpenBSD does not have loadable kernel modules, true?
matthias
--
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/ ☎
+49-176-38
El día Saturday, July 09, 2016 a las 04:16:45PM +0200, Matthias Apitz escribió:
> El día Saturday, July 09, 2016 a las 02:44:39PM +0200, Peter N. M. Hansteen
> escribió:
>
> Re/ the touchpad: the imt(4) man page says, it should have support.
> Is there some method in OpenBSD to
El día Tuesday, July 12, 2016 a las 01:54:49PM +0200, Boudewijn Dijkstra
escribió:
> Op Sat, 09 Jul 2016 16:16:45 +0200 schreef Matthias Apitz
> :
> > El día Saturday, July 09, 2016 a las 02:44:39PM +0200, Peter N. M.
> > Hansteen escribió:
> >
> >> [...] I
El d�a Wednesday, July 13, 2016 a las 10:45:47AM +0200, Boudewijn Dijkstra
escribi�:
> Op Sat, 09 Jul 2016 14:10:26 +0200 schreef Matthias Apitz
> :
> >
> >dwiic at acpi0 not configured
> >dwiic at acpi0 not configured
>
> What is connected to these?
I have here t
raid
http://h18004.www1.hp.com/products/servers/proliantstorage/arraycontrollers/
dynamicsmartarray/
"HP Dynamic Smart Array is a RAID solution combining a storage host bus
adapter (HBA) and proprietary software components."
You don't want to use this...hell, nobody should want to use this!
BR,
Matthias
e. I thought the kebab I just had for lunch ruined
my
> day, reading that was worse.
>
If this ruined your day, please refrain from reading further articles about
BGP.
If you want to experience _real_ pain, read
http://www.bgpmon.net/chinese-isp-hijacked-10-of-the-internet/
BR,
Matthias
damage.
Nowadays, I have all my servers with IONOS. Their IP space has better
reputation and their VPS product is much much faster (it's based on
VMWare and not on KVM). OpenBSD easy is simple since you can upload
custom ISOs and have remote console access.
Cheers
Matthias
Hi,
maybe that would serve your purposes:
https://github.com/mpfr/pftbld
On 2021-10-18 00:24, J. K. wrote:
> Hi,
>
> Is there an existing library for pf(4) which includes
> the same features like pfctl? Or at least add IP addresses
> to a specific block table?
>
> Want to build a some sort of
On 2021-10-21 16:38, Sebastian Benoit wrote:
>
> This diff makes httpd return "505 HTTP Version Not Supported"
> for < 0.9 and > 1.9 http versions. Anything from 1.1 to 1.9 is
> interpreted as 1.1. This is what nginx does too.
I don't understand why an invalid HTTP version sent by the client
sho
Since the Oct 22 patch, I experienced two crashes of httpd.
After I rollback, everything runs stable again.
I had no time to dig deeper into yet, so this is just to
notify that the patch might have caused some unexpected
side effects.
r/_sysupgrade
With these two symlinks I can run sysupgrade as usual when logged in.
After booting into bsd.upgrade the script can find the data sets since
/var/_sysupgrade will be mounted in /mnt on the ramdisk.
This is a hack that's not officially supported and works for me!
Cheers
Matthias
The patch below removes a log_warn in case the server does not find
a custom error page as this is nothing to warn about (either because
the generic template file [err.html] is used or fallback to built-in
pages is intended). It also removes two unnecessary assignments and
adapts the comment to the
uggests this may be caused by parts of the
> system (speaker amplifiers) not being powered.
FYI, I had the same issue with a Thinkpad X250 and the recent snapshot
from this morning fixed it for me.
OpenBSD 7.0-current (GENERIC) #336: Wed Feb 16 01:14:53 MST 2022
Cheers
Matthias
On a server with 3 LAN interfaces (re0/1/2):
* re0 connected to the ISP
* re1 connected to the internal network
* re2 so far unused
I was setting up pf queues for bandwidth control as follows:
* one queue on re0 for outgoing traffic
* another queue on re1 for incoming traffic
Now, I would like to
On 2022-02-17 18:56, Stuart Henderson wrote:
> On 2022-02-17, Matthias Pressfreund wrote:
>> On a server with 3 LAN interfaces (re0/1/2):
>> * re0 connected to the ISP
>> * re1 connected to the internal network
>> * re2 so far unused
>>
>> I was settin
VPS product is based on VMWare ESXI and I have
my machines running there since early 6.x. So far all rock stable, one
can upload custom ISOs, has KVM access and you can even type your
softraid passphrase via keyboard and no need to use the softkeyboard (as
with others).
Cheers
Matthias
/trunk setup with a detachable device
or does someone has a best practice here? I could imagine to build
something with hotplugd...
Cheers and thanks
Matthias
Hello,
could you say if the command (arroy hit) took that long or is it an
command transport issue (would suggest the latter).
Best, Matthias
On 04.06.24 14:20, 04-psyche.tot...@icloud.com wrote:
Greetings,
I am running Debian 12 under VMM, on OpenBSD 7.5.
Whenever I am using the
eneral (and imho) stretching hardware when the DB is slow is
mostly the last option.
Analyse config and querys usually helps ;)
Best, Matthias
it does
e.g. https://community.torproject.org/relay/setup/bridge/openbsd/
On 30.08.24 10:11, openbsd_fr...@mail2tor.com wrote:
Does OpenBSD support Tor?
The new release song is really catchy. Many thanks to Jonathan,
Jonny, Russ, Theo and Ty.
Ciao,
Kili
me: (Phase 2)
src: 1.2.3.4 dst: 5.6.7.8
Lifetime: 3600 seconds
...
Why is the SA for Phase 2 "unnamed" but Phase 1 is named? How do I setup
a usefull name for Phase 2?
Many thanks
Matthias
On Fri, Apr 24, 2009 at 03:28:34AM -0400, Nick Guenther wrote:
> omg we have finger print reader support??? !
yes, and it's really cool, since i've some quite sharp knifes.
(scnr)
.. in Nienburg/Hannover
Thanks to all OpenBSD people for this release, the artwork
and the song :)
--
*fnord Matthias Pfeifer
On Tue, May 05, 2009 at 12:22:52PM -0700, Robert Gilaard wrote:
> I installed OpenBSD 4.5 yesterday and installed the package tcl-8.5.6.
>
> Based
> on http://www.openbsd.org/4.4_packages/i386/tcl-8.5.2p1.tgz-long.html I
> concluded that the tcl package on OpenBSD was built with threads
> support.
On Mon, May 11, 2009 at 11:22:36PM +0800, Feifei () wrote:
> I install the OpenBSD 4.5 from official CD with the (I)nstall option,
>
> I md5sum the " OpenBSD 4.5 offical ISO file", it is correct. ( I am not sure
> whether it is broken when burning CD)
>
> I try to re-install OpenBSD 4.5 and
> We set _LP64 and __LP64__ variables on 64-bit arch.
>
> $ cpp -dM /dev/null | grep LP64
> #define _LP64 1
> #define __LP64__ 1
It should also be ok to (ab)use LONG_BIT from limits.h, depending
on how the code is 64 bit specific.
Ciao,
Kili
On Thu, Jun 11, 2009 at 05:30:27PM -0500, Fernando Quintero wrote:
> I`m trying to find the last try for the clish port, in archives exists an
> url[1], but it does not work right now, maybe someone have a copy from this
> port?
It seems that I did download and save it (for whatever reason -- I
do
1 - 100 of 429 matches
Mail list logo