openbsd-tech mailing list

FromSubjectsort iconDate
NewTree
LCD 21.5" Philips (Full 1080p), CALIDAD y PRECIO en NEW TREE
New Tree - Mail de Novedades Los das Jueves entregamos Gratis en la ciudad de La Plata pedidos cuyo monto superen los U$S 300. Para montos inferiores a U$S 300, se debern abonar $ 25. Los das Martes y Viernes entregamos Gratis en Galera Jardn !-- Los das Jueves entregamos Gratis en la ciudad de La Plata pedidos cuyo monto superen los U$S 400. Para montos inferiores a U$S 400, se debern abonar ...
Mar 3, 6:52 am 2010
Pending_Income
Pending_Income wants you to check out Mezanmi.com
I Want you to Check out a wonderful site called Mezanmi.com. It contains Free Email, Jokes, News,Artist of the week, quotes, jokes, chat rooms, Music and Artists Page, Links, Search engine and many more cool stuffs...http://www.mezanmi.com/InLinks.aspx?itemID=0&ItemTypeID=0&url=default.aspx?itemID=0<br><br>Read message below; Hi, Do you make over $200,000 per year working Online? If not you absolutely have to review this letter! What you learn can change your life so take ten minutes and ...
Mar 3, 2:06 pm 2010
E-topshop
Saznajte sudbinu svoje veze...
If you have trouble seeing this mail, click here. Top Shop Top E-revija: 46, 3. mart 2010. Najbolja praktiDna re
Mar 3, 11:12 am 2010
Daniel Dickman
[PATCH] Fix for jbrickshooter
The shell script to launch jbrickshooter depends on having the JRE installed and fails if only the JDK is available. # jbrickshooter /usr/local/bin/jbrickshooter[2]: /usr/local/jre-1.7.0/bin/java: not found The patch below fixes things to use javaPathHelper which is more robust and will work if either the JDK or the JRE are available. While at it, also update to jbrickshooter 1.4.1. Index: Makefile =================================================================== RCS file: ...
Mar 3, 4:22 pm 2010
luxcat
香港LUXCATは世界最大の名品市場である香港名品の購買代行サイトでございます。!
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=shift-jis"> <meta name="keywords" content=""> <meta name="description" content="i&f8/LUXCATc/d8g fe$'c.eee8e 4c'cc i&f8/eec.h3<h27d;#h! c5c$cc'cccc>cc!"> <meta name="keywords" content="i&f8/LUXCATc/d8g fe$'c.eee8e 4c'cc i&f8/eec.h3<h27d;#h! c5c$cc'cccc>cc!"> <link href="/common/css/import.css" rel="stylesheet" ...
Mar 3, 7:32 am 2010
Otto Moerbeek
Re: mistake in fsck_ffs.8
fsck_ffs is not supposed to read fstab, so this line should be gone. Which list? usage and man page look ok to me on current. Index: fsck_ffs.8 =================================================================== RCS file: /cvs/src/sbin/fsck_ffs/fsck_ffs.8,v retrieving revision 1.21 diff -u -p -r1.21 fsck_ffs.8 --- fsck_ffs.8 10 Jan 2010 10:53:33 -0000 1.21 +++ fsck_ffs.8 3 Mar 2010 10:34:16 -0000 @@ -219,12 +219,6 @@ The format of a file system can be deter first line of output from ...
Mar 3, 3:36 am 2010
J.C. Roberts
Re: mistake in fsck_ffs.8
On Wed, 3 Mar 2010 13:07:03 +0000 Jason McIntyre <jmc@kerhand.co.uk> Which is more correct "filesystems" or "file systems" ? Worse yet, I can recall reading the answer somewhere (possibly Nick's www formatting faq), but sadly, I can't remember the answer.
Mar 3, 6:38 am 2010
Jason McIntyre Mar 3, 3:44 am 2010
J.C. Roberts
Re: mistake in fsck_ffs.8
The `-p` option is mentioned three times in two of the preceding paragraphs, but it is not listed in the main list of options e.g.: -b block# bla bla -c level bla bla ... The preen mode `-p` option should still be in the main list of options as well as mentioned in the paragraphs. Since in fsck_ffs preen doesn't read /etc/fstab it's operation is slightly different than fsck proper. -jcr
Mar 3, 3:59 am 2010
Ted Unangst
Re: mistake in fsck_ffs.8
At one point I made an effort to consolidate it, but it was too much churn for little gain. I stopped after at least getting each man page internally consistent.
Mar 3, 9:48 am 2010
J.C. Roberts
Re: mistake in fsck_ffs.8
Hmmm... pedantically, it actually operates on the special device(s) listed on the command line as stated in fsck.8 proper. The following is more accurate: "will check the FFS or FFS2 file systems found on all special (raw) devices listed on the command line (e.g. /dev/rwd0a)"
Mar 3, 4:41 am 2010
Jason McIntyre
Re: mistake in fsck_ffs.8
yes, i'm fine with this latest diff.
Mar 3, 6:07 am 2010
Jason McIntyre
Re: mistake in fsck_ffs.8
well, it is not really a question of which is correct, since both are. more like, which do you want to use... our man pages use both about equally. since fsck_ffs(8) talks only about "file system", we should use stick with that. jmc
Mar 3, 6:50 am 2010
J.C. Roberts
mistake in fsck_ffs.8
Unfortunately, the following statement is not true: If no file systems are given to fsck_ffs then a default list of file sys- tems is read from the file /etc/fstab. To test, boot single user and run # fsck_ffs -fp If fsck_ffs is *supposed* to read /etc/fstab like fsck does, then the problem is in the code. Also the `-p` option (preen) is not in the list of options. Sorry for not attaching a patch. The disk I just lost had my source tree and I'm not done rebuilding/recovering the ...
Mar 3, 2:17 am 2010
Igor Sobrado
Re: mistake in fsck_ffs.8
Agreed, `-p' in fsck_ffs(8) does not have the same behavior than the one in fsck(8) as the former command seems to require the latter to check the file systems listed in /etc/fstab. I would say that both flags slightly differ too.
Mar 3, 5:18 am 2010
Otto Moerbeek
Re: mistake in fsck_ffs.8
Ok, with tweaks. I don't it is neccesary to repeat we are dealing with FFS, nor is the e.g. useful, imo. jmc, do you agree? -Otto Index: fsck_ffs.8 =================================================================== RCS file: /cvs/src/sbin/fsck_ffs/fsck_ffs.8,v retrieving revision 1.21 diff -u -p -r1.21 fsck_ffs.8 --- fsck_ffs.8 10 Jan 2010 10:53:33 -0000 1.21 +++ fsck_ffs.8 3 Mar 2010 12:21:00 -0000 @@ -195,6 +195,18 @@ which is assumed to be affirmative. File systems will not be ...
Mar 3, 5:24 am 2010
Otto Moerbeek
Re: mistake in fsck_ffs.8
Right. -Otto Index: fsck_ffs.8 =================================================================== RCS file: /cvs/src/sbin/fsck_ffs/fsck_ffs.8,v retrieving revision 1.21 diff -u -p -r1.21 fsck_ffs.8 --- fsck_ffs.8 10 Jan 2010 10:53:33 -0000 1.21 +++ fsck_ffs.8 3 Mar 2010 11:08:43 -0000 @@ -195,6 +195,17 @@ which is assumed to be affirmative. File systems will not be opened for writing. This is the default for file systems to be checked that are concurrently mounted writable. +.It ...
Mar 3, 4:11 am 2010
Christiano F. Haesbaert
Mdnsd project
Hi there, Some of you may already know that I'm working on an open mdns implementation, avahi is gpl and apple's mdnsd is apache2, so that leaves us with no choice. Some devs have expressed interest in having a mdns implementation, I thought it would be fun so here it is :P. So I've started mdnsd, if you guys like it, maybe it can be called OpenMDNSd in the future. The daemon is OpenBSD-like, that is, libevent, imsg framework and all, most code has been based on ripd/ospfd, style(9) is ...
Mar 2, 9:10 pm 2010
10-11 марта 2010г.
Все о Налоге на добавленную стоимость (НДС) в 2010 годуswd
************************************************************ * 10 - 11 P<P0QQP0 2010P3. * * PP!P P PPPPPP PP PPPPPPPPPP#P. P!P"PPPPP!P"P, (PPP!) P2 2010 P3P>P4Q. * ************************************************************ PP PPPPP(PP.P"P!P/: QP8P=P0P=QP>P2Q P5 P4P8QP5P:QP>QP0 P8 P3P;P0P2P=Q P5 P1QQP3P0P;QP5QQ , QP?P5QP8P0P;P8QQQ P?P> P=P0P;P>P3P>P2P>P<Q P?P;P0P=P8QP>P2P0P=P8Q, ...
Mar 2, 9:03 pm 2010
previous daytodaynext day
March 2, 2010March 3, 2010March 4, 2010