> Though slightly OT, might be of interested.
>
> http://www.cert.org/secure-coding/managedstring.html
This is written by people who just don't understand the problem space
or the solution space.
Let me summarize;
If people can't handle something as simple as C strings, don't try to
shove som
Siju George wrote:
I 've been told by people ( more than one ) off list how *uncivilized*
it is to forward *private* mail publicly *even when it has some bad
content*.
I wouldn't sweat it too much. It would be one thing to bait him by first
promising not to go public with his mail and _later_
Hi all,
Hope you will find this interesting :-)
Haven't tried this out but am currently preparing a system for it.
http://www.xs4all.nl/~hanb/software/c4o/
Kind Regards
--
Siju Oommen George, Network Consultant. HiFX IT & MEDIA SERVICES PVT.
LTD. http://www.hifx.net
Hi --
Though slightly OT, might be of interested.
http://www.cert.org/secure-coding/managedstring.html
Hi all,
I 've been told by people ( more than one ) off list how *uncivilized*
it is to forward *private* mail publicly *even when it has some bad
content*.
And I have been asked to apologize publicly ( not by Hank Cohen ).
Without trying to Justify my points any more I apologize doing this.
I
Hi,
I've been working for quite some time now on an alternative
package-manager for OpenBSD, and since things start working rather
fine now I think it's time to let you guys know.
Lets dive in deep and take a look at a Pkgfile; the description of
a port:
-
# Descri
Looks like a crappy bios (pardon the redundancy,) try
boot> boot -c
UKC > disable pcibios
UKC > quit
Travers
On Sat, 17 Jun 2006 00:45:29 +0100
Craig Skinner <[EMAIL PROTECTED]> wrote:
> Hi List,
>
> I've just installed 3.9 RELEASE on an i386 and got a kernel page
> fault.
>
> Booted the box
On Fri, 16 Jun 2006 15:26:16 -0700
"Spruell, Darren-Perot" <[EMAIL PROTECTED]> wrote:
> Not _my_ intention to drag this into a "post to the list or else you
> bastards", simply wondering what's the best way to keep on top of it.
Hey, I'm in _no_ position to demand anything.
How about security-a
Hi List,
I've just installed 3.9 RELEASE on an i386 and got a kernel page fault.
Booted the box from the floppy39.fs, sliced the disk, installed some
sets & rebooted, as per normal.
I don't use this box very often and the last release I had on it was
3.6, which worked fine.
Where do I go from h
On Fri, Jun 16, 2006 at 10:55:05AM -0500, Jacob Yocom-Piatt wrote:
> the current code uses realloc in the manner suggested by the manpage:
>
> newsize = size + 1;
> time(&t1); // start timing realloc
> if ((newap = (int *)realloc(ap, newsize*sizeof(int))) == NULL) {
>
With flags 2 it hangs at:
pcibios0: PCI Interrupt Router at 000:31:0 ("Intel 82801GB LPC" rev 0x00)
Disabling pcibios has the same result as flags 1
I've tried setting other flags listed in the pcibios man page. The only flag
that gives me anything different is flag 20
I setup a serial conso
2006/6/17, Spruell, Darren-Perot <[EMAIL PROTECTED]>:
And in fairness, announcments *are* sent to the list. Check the archives.
_Recently_ some have been sent. Please check the archives. Did you get
any mail for fixes 1,2 & 5 of 3.8? The archives didn't.
Best
Martin
From: Travers Buda via [EMAIL PROTECTED]
[snip attitude I intentionally avoided in my original posting,]
> "Security patch
> announcements are sent to the [EMAIL PROTECTED] mailing
> list."
And in fairness, announcments *are* sent to the list. Check the archives.
They end up there. Some are qui
I'm patched, only because I pay attention to [EMAIL PROTECTED] It would
be nice to have security-announce@ be really used. It would't be much
effort to send some blurb like: "new patch, check the ftp." That's all
that is really required. Can anyone post to [EMAIL PROTECTED]
Someone has to step up,
On Fri, Jun 16, 2006 at 09:47:51AM -0700, Spruell, Darren-Perot wrote:
> For sysadmins that want to know as soon as possible about issues which
> are deemed patch-worthy (security vulnerabilities, critical
> reliability issues), what is the "best" way to stay on top of these
> issues as they are re
Original message
>Date: Fri, 16 Jun 2006 22:14:07 +0200 (CEST)
>From: Otto Moerbeek <[EMAIL PROTECTED]>
>Subject: Re: slow realloc: alternate method?
>To: Jacob Yocom-Piatt <[EMAIL PROTECTED]>
>Cc: misc@openbsd.org
>
>
>So make your increment larger and start with a larger size. Maybe
On Fri, Jun 16, 2006 at 11:17:39PM +0200, Otto Moerbeek wrote:
> On Fri, 16 Jun 2006, [EMAIL PROTECTED] wrote:
>
> > So basically, why not mmap() the file, go through the map counting \n
> > while replacing them by \0 until you reach end of map. allocate an
> > array the size of the counter and ha
On Fri, 16 Jun 2006, [EMAIL PROTECTED] wrote:
> So basically, why not mmap() the file, go through the map counting \n
> while replacing them by \0 until you reach end of map. allocate an
> array the size of the counter and have each array entry point to where
> it should in the memory map ?
I imp
Sorry,
I just go to rarlab and get the unrarsrc, put it in the distfiles.
Everything is working now. Clamav up and running.
Thanks,
Riwan
Date: Fri, 16 Jun 2006 08:22:52 +0700
To: Michael Erdely <[EMAIL PROTECTED]>, sonjaya <[EMAIL PROTECTED]>
From: riwanlky <[EMAIL PROTECTED]>
Subject: Re: e
On Fri, Jun 16, 2006 at 10:40:29PM +0200, [EMAIL PROTECTED] wrote:
> On Fri, Jun 16, 2006 at 10:14:07PM +0200, Otto Moerbeek wrote:
> > On Fri, 16 Jun 2006, Jacob Yocom-Piatt wrote:
> >
> > > i've got some C code that is reading from a 800 MB CSV file and allocates
> > > memory
> > > for an array
On Fri, 16 Jun 2006, Roger Midmore wrote:
The port that seems to be broken is gettext since all the other packages
are having problems when they try to install it as a dependency.
> I just got a new laptop and was installing OpenBSD 3.9 on it and I got a
> linking error when I was trying to build
On Fri, Jun 16, 2006 at 10:14:07PM +0200, Otto Moerbeek wrote:
> On Fri, 16 Jun 2006, Jacob Yocom-Piatt wrote:
>
> > i've got some C code that is reading from a 800 MB CSV file and allocates
> > memory
> > for an array to store the data in. the method used is to read the CSV file
> > line-by-line
Stuart Henderson wrote:
On 2006/06/15 16:16, Tony Abernethy wrote:
nike:fred /home/fred> fdisk sd1
fdisk: sysctl(machdep.bios.diskinfo): Device not configured
Disk: sd1 geometry: 1980/64/32 [4055040 Sectors]
Offset: 0 Signature: 0xAA55
Starting Ending LBA Info:
On Fri, 16 Jun 2006, Jacob Yocom-Piatt wrote:
> i've got some C code that is reading from a 800 MB CSV file and allocates
> memory
> for an array to store the data in. the method used is to read the CSV file
> line-by-line and realloc additional space with each line read. having timed
> this
> a
On Fri, Jun 16, 2006 at 10:39:44AM -0800, Jon Holderith wrote:
> Supermicro 5015M-MR uses Supermicro PDSMi motherboard (Intel E7230 chipset)
>
> Kernel hangs after "pcibios0: PCI bus #6 is the last bus"
> Changed pcibios flags to 1 with UKC and enabled verbose mode.
> Kernel then hangs during ppb
Supermicro 5015M-MR uses Supermicro PDSMi motherboard (Intel E7230 chipset)
Kernel hangs after "pcibios0: PCI bus #6 is the last bus"
Changed pcibios flags to 1 with UKC and enabled verbose mode.
Kernel then hangs during ppb probe
Changed pcibios flags to 1 and disabled ppb and Kernel finished lo
"Spruell, Darren-Perot" <[EMAIL PROTECTED]> wrote: For sysadmins that want to
know as soon as possible about issues which
are deemed patch-worthy (security vulnerabilities, critical
reliability issues), what is the "best" way to stay on top of these
issues as they are resolved?
The canonical sou
Phil Howard <[EMAIL PROTECTED]> writes:
> Ultimately, I'll personally depend on crypto in software I can access for
> myself. I think that's your real point.
Thanks for the well thought-out reply.
I too would place a heck of a lot less trust in some crypto chip than
something that is inspectable
Ton wrote:
I am using openBSD 3.9 on several machines, i have a seperate machine
for testing purpose.
today i want to try to install the RRDtool and MRTGpackage from your site.
Can't install gd-2.0.33p2: lib not found fontconfig.3.0
Even by looking in the dependency tree:
Install xbase.
most
For sysadmins that want to know as soon as possible about issues which
are deemed patch-worthy (security vulnerabilities, critical
reliability issues), what is the "best" way to stay on top of these
issues as they are resolved?
The canonical source of information seems to be errta.html, which does
2006/6/16, Andre Tann <[EMAIL PROTECTED]>:
Andreas Winkelmann, Freitag, 16. Juni 2006 18:30:
> $ man chpasswd
Ah, das kannte ich noch gar nicht... Danke!
man apropos
apropos password
Gru_
Martin
Okay, I followed Nick Holland's suggestion.
First, I had setup an OpenBSD 3.9 test machine. The only configuration
I did was to setup the ftpd service as described in a previous post. I
tested it, the problem still persisted. Then I download src.tar.gz from
the 3.8 directory on a mirror and
riwanlky wrote:
# make install
===> Checking files for unrar-3.54p0
>> unrarsrc-3.5.4.tar.gz doesn't seem to exist on this system.
>> Fetch http://www.rarlab.com/rar/unrarsrc-3.5.4.tar.gz.
>> Size does not match for /usr/ports/distfiles/unrarsrc-3.5.4.tar.gz
/bin/sh: test: unrarsrc-3.5.4.tar.
Jacob Yocom-Piatt wrote:
> an alternative to this procedure would be to scan through the CSV file to
> determine how many array entries i would need, realloc it all at once, then go
> back through the CSV file again to read the data into the array.
Try starting with a reasonable number of lines, e
i've got some C code that is reading from a 800 MB CSV file and allocates memory
for an array to store the data in. the method used is to read the CSV file
line-by-line and realloc additional space with each line read. having timed this
and found the realloc speed to be low when the array is large,
* Joachim Schipper <[EMAIL PROTECTED]> [2006-06-15 18:03]:
> On Tue, Jun 13, 2006 at 01:07:46AM -0600, Bob Beck wrote:
> > > Luckily, spamd greylisting saved the day. If it wasn't for BASE/snort
> > > reporting of the portscan, I wouldn't have even bothered looking in my
> > > logs
> > > tonite,
I want to get hw info from win boxes before performing
dedicated OpenBSD installs. Is http://www.hwinfo.com/ good
enough or I should use some other tool to be more informative?
P.S.
Just to make myself clear - I am asking this, because I think that
it might be appreciated by the devs to get not o
Folks,
For the last 6 months or so, I have been working on a project to take
OpenBSD 3.8 and create an appliance type interface for a Wireless
Access Point. Before I get into the nitty gritty details, here is a
little about the name. The name is derived from the combination of
Open Source projec
2006/6/16, Srikant Tangirala <[EMAIL PROTECTED]>:
I am trying to connect my obsd 3.8-stable system to internet
via PPPoE ( ISDN connection-64Kbps). ppp program reports
an established connection, ifconfig shows an IP address
assigned to tun0 interface. But i simply can't use any program
like ping,
Hi!
On Thu, Jun 15, 2006 at 09:29:40PM -0400, Nick Holland wrote:
>Smith wrote:
>>how do I compile it. I know I can look at previous patches and possible
>>figure it out but I wouldn't know if it's the proper way to do it. I
>>have a test machine all setup and ready and my pwd is
>>/usr/src/l
2006/6/16, Graham Toal <[EMAIL PROTECTED]>:
30 years after VMS and 40 years after EMAS.
Ivan Sutherland sure had it right with his observatiion
of the "great wheel of reincarnation" as it applies to computing...
Ask a typical cs graduate today about VMS. I'll be surprised if she
even knows wha
>On Fri, Jun 16, 2006 at 03:31:01AM +0200, [EMAIL PROTECTED]
wrote:
>>
>> table persist
>> pass in on $ext_if proto tcp to $web_server \
>> port 22 flags S/SA keep state \
>> (max-src-conn 10, max-src-conn-rate 3/10, overload flush)
>>
>> The problem I have is that pf did not added the
On 6/15/06, Bob Bostwick (Lists) <[EMAIL PROTECTED]> wrote:
I'm trying to setup an NFS share, and am getting horrible write
performance. Reads are fast as can be expected. I've searched the
archives and found several threads on the subject, but no resolutions.
I've tried all possible fstab opti
> On Behalf Of Jason Stubbs
> Sent: Friday, June 16, 2006 10:06 AM
> On 16/06/06, Michael Coulter <[EMAIL PROTECTED]> wrote:
> > On Fri, Jun 16, 2006 at 12:01:35PM +0900, Jason Stubbs wrote:
> > > Unless the quality of the CD has deterioated, where does the
> > > random element come from?
> >
> > h
Daniel Hammett wrote:
...>
"ahc0: Illegal cable configuration!!. Only two connectors on the adapter may be
used at a time!"
[Full dmesg posted below]
yay! :)
This isn't unique to OpenBSD: I've seen similar reports in the dmesg from SuSE
Linux using the 2.4.xx series kernels and also from Fre
On 16/06/06, Jason Stubbs <[EMAIL PROTECTED]> wrote:
On 16/06/06, Michael Coulter <[EMAIL PROTECTED]> wrote:
> On Fri, Jun 16, 2006 at 12:01:35PM +0900, Jason Stubbs wrote:
> > Unless the quality of the CD has deterioated, where does the
> > random element come from?
>
> http://www.stereophile.co
I just got a new laptop and was installing OpenBSD 3.9 on it and I got a
linking error when I was trying to build clisp from ports. The error is
libtool: link: 'format-python.lo' is not a valid libtool object
I also get the same error when I try to install some other software from
ports like mozi
On 16/06/06, Michael Coulter <[EMAIL PROTECTED]> wrote:
On Fri, Jun 16, 2006 at 12:01:35PM +0900, Jason Stubbs wrote:
> Unless the quality of the CD has deterioated, where does the
> random element come from?
http://www.stereophile.com/features/827/
If you start reading about the low-level deta
On 2006/06/16 19:07, Nicholas Young wrote:
> On Fri, Jun 16, 2006 at 09:44:08AM +0100, Stuart Henderson wrote:
> > On 2006/06/16 17:54, Nicholas Young wrote:
> > > After rebooting with the new kernel the ipmi card which is a Tyan Taro
> > > M3289 is no longer being configured.
> >
> > http://marc.
On 6/16/06, Bihlmaier Andreas <[EMAIL PROTECTED]> wrote:
On Thu, Jun 15, 2006 at 04:19:26PM -0700, Spruell, Darren-Perot wrote:
> From: [EMAIL PROTECTED]
> > p.s. this question comes from the need to know the exact packages to
> > download and burn to CD in order to get a reasonably usable deskto
On Fri, Jun 16, 2006 at 09:44:08AM +0100, Stuart Henderson wrote:
> On 2006/06/16 17:54, Nicholas Young wrote:
> > After rebooting with the new kernel the ipmi card which is a Tyan Taro
> > M3289 is no longer being configured.
>
> http://marc.theaimsgroup.com/?l=openbsd-cvs&m=114912246701017&w=2
On 2006/06/16 17:54, Nicholas Young wrote:
> After rebooting with the new kernel the ipmi card which is a Tyan Taro
> M3289 is no longer being configured.
http://marc.theaimsgroup.com/?l=openbsd-cvs&m=114912246701017&w=2
Hello All,
I am happy to report an apparently successful install of OpenBSD 3.9 Release on
an HP Kayak XU 6/300 (Intel 440LX chipset, 2x Pentium II).
I am delighted to report that this is the first non-Windows OS I have used that
correctly reports and configures the on-board AD1816A audio subsyst
I have upgraded the kernel but not userland to 3.9-current as of a few
hours ago. I do plan to update userland, I just wanted to check that the
kernel would boot on the machine before I do.
Bob Beck suggested testing current as it has fixes for ami/bge problems
we have been experiencing.
See http:
On Thu, 15 Jun 2006, Bob Bostwick (Lists) wrote:
> I've narrowed the problem down. I'm running an FTP server (vsftpd)
> who's users home dir's are on an nfs share. If I run vstpd without
> mounting the nfs share (and create a user with a valid home dir) I get
> 21MB/s uploads. If I copy a file
On 16/06/06, Michael Coulter <[EMAIL PROTECTED]> wrote:
On Fri, Jun 16, 2006 at 12:01:35PM +0900, Jason Stubbs wrote:
> Unless the quality of the CD has deterioated, where does the
> random element come from?
http://www.stereophile.com/features/827/
If you start reading about the low-level deta
On Fri, Jun 16, 2006 at 12:01:35PM +0900, Jason Stubbs wrote:
> Unless the quality of the CD has deterioated, where does the
> random element come from?
http://www.stereophile.com/features/827/
If you start reading about the low-level details of C/DVDs and
you don't have a lot of faith in math,
57 matches
Mail list logo