El mii, 15-06-2005 a las 08:21 -0700, Jeff Simmons escribis:
> Finding myself in need of a POP3S daemon, I headed over to the ports tree
> to get the old standar UW, and noticed that there are several of the
> little devils hiding out in there.
>
> Anyone have any recommendations? Favorites? Pros
El mar, 21-06-2005 a las 10:24 +0200, chefren escribis:
>[...]
> I'm trying to copy a file from a mounted directory that contains a file.
>
> Eh, I forgot to mention that if the filename is shorter no problems arise.
May be is related to FAT16 and the extension for long filenames.
obsd fs suppor
El mar, 21-06-2005 a las 11:39 +0200, Juan J. Martmnez escribis:
>[..]
> May be is related to FAT16 and the extension for long filenames.
Well, now I don't know if floppies have FAT16 or FAT12.
Anyway I think the problem is related to FAT (no bits :D) and long
filename support.
regar
El jue, 30-06-2005 a las 09:38 +0200, rinsan@ escribis:
> > On Wednesday 29 June 2005 21.23, rinsan@ wrote:
> >> Hi!
> >>
> >> After switching from OpenBSD 3.1 (with Intel fxp0) to OpenBSD 3.5 (with
> >
> > OpenBSD 3.5 is EOL (see link below) which means you can't expect support
> > for
> > it.
> >
El sab, 12-03-2005 a las 19:48 -0500, Chris escribis:
> [...]
> I see the hex, but I do not see a dos firmware update utility. Only a
> windows based gui.
>
> Can you show me where you saw the DOS version?
You can use the hostap driver under a Linux box (try KNOPPIX?), and
works (I upgraded a P
El lun, 04-04-2005 a las 11:43 -0700, Matt escribis:
> [...]
> Can someone break down these declarations (if that's what they are)? Is
> this a form of typecasting? Thanks for your help.
Those are declarations of pointers to functions.
/* real function */
void dumb(int a) { return a; }
...
/*
El mii, 06-07-2005 a las 13:56 -0400, Michael Shalayeff escribis:
> [...]
> > Those are declarations of pointers to functions.
> >
> > /* real function */
> > void dumb(int a) { return a; }
>
> warning: `return' with a value, in function returning void
Obviously dumb must return int, not void.
Hello,
I'm trying to profile a milter.
I compile and link it with -pg option and all seems OK, but when I run
the binary I get the message:
# ./milter
cannot find atexit, destructors will not be run!
The milter itself interfaces bogofilter, so it needs to spawn a process
to scan the messages an
El mar, 19-07-2005 a las 18:24 +0200, Juan J. Martmnez escribis:
> Hello,
>
> I'm trying to profile a milter.
>
> I compile and link it with -pg option and all seems OK, but when I run
> the binary I get the message:
>
> # ./milter
> cannot find atexit, destr
El vie, 22-07-2005 a las 20:00 -0600, Todd C. Miller escribis:
> In message <[EMAIL PROTECTED]>
> so spake Uwe Dippel (udippel):
>
> > Strange, we had the same thing with the last patch.
>
> Looks like the main ftp mirror is not updating. I've left a
> message but it may not get fixed for
El jue, 28-07-2005 a las 09:15 +0200, tony sarendal escribis:
> emu0 at pci2 dev 0 function 0 "Creative Labs SoundBlaster Live" rev 0x00: irq
> 10
> ac97: codec id 0x83847608 (SigmaTel STAC9708/11)
> ac97: codec features 18 bit DAC, 18 bit ADC, SigmaTel 3D
> audio0 at emu0
>
> I can't get any sig
El mii, 10-08-2005 a las 00:33 -0500, Matt Garman escribis:
> [...]
> So does anyone have any suggested readings regarding this part of
> the OpenBSD architecture? I'm sure google can find plenty of useful
> info, but at this point, I'm not even sure what to search for. Any
> suggestions would be
El mar, 23-08-2005 a las 08:48 -0500, Dave Feustel escribis:
> When I start kde via startkde after login, an instance of
> xconsole isalso started. This instance doesn't seem to be
> started in kdeinit. Where is it started from?
I haven't a X installation at hand (I have only obsd acting as serv
El mar, 06-09-2005 a las 15:13 +0200, Cristian Del Carlo escribis:
> Hi list,
> i am planning to use openbsd as mail server with sendmail and clamd as
> antivirus on intel machine.
> What can i use to connect sendmail and clamd?
> I know that there are several methods : milter, amavis etc...
> Th
El lun, 12-09-2005 a las 23:07 +0200, Miroslav Kubik escribis:
> Ok, thanks for your reply anyway. I will advise it to my boss.
>
> Have a nice day
I know it's not my business, but wtf...
I think product announcements are worth reading, in the case of OpenSSH
4.2 you can check it in the archives
El vie, 16-09-2005 a las 14:14 +0800, Robert Storey escribis:
> [...]
> what is apparently missing is the utility sa-learn which is needed to update
> the Bayesian database. It's not in the path, and I scoured the hard disk with
> "locate" - it's not there. No man page for sa-learn either.
> [...
El vie, 23-09-2005 a las 21:24 -0700, Ray Percival escribis:
> [...]
> > I wonder if it's possible to "fingerprint" these programs. I actually
> > have a copy of the ssh-scanner that they use. I got it by looking at
> > the hack logs on a Linux server and going to the same FTP site they
> > used
El dom, 25-09-2005 a las 21:18 +0300, Antti Nykdnen escribis:
> Hi,
>
> Recently I've experienced (apparently libusb-related) segmentation
> faults when trying to use gphoto2 or gtkam. I'm running a snapshot from
> Sep 23 on i386. The camera I'm trying to access is a Canon Powershot
> A70.
I thin
El mar, 18-10-2005 a las 03:00 -0600, Theo de Raadt escribis:
> Now it is really OpenBSD's 10th birthday ;)
Felicidades from spain.
Juanjo.
--
Desarrollo y sistemas: http://www.usebox.net/
Pagina Personal: http://www.usebox.net/jjm/
El lun, 28-11-2005 a las 04:58 -0500, Dave Feustel escribis:
> How do I unlink a previously linked directory name?
With rm (a linked directory is not a directory but a link to a
directory, that's a linked file directory entry).
>From rm(1):
The rm utility attempts to remove the non-directory typ
Hello,
I'm having problems with mod_gzip package and OpenBSD 3.8 (i386).
After installing the package and properly configuring it all, it doesn't
work. And without any noticeable error :(
We have here a 3.6 installation working perfectly with mod_gzip and the
same conf: php + mysql and mod_gzip.
El lun, 12-12-2005 a las 23:48 -0800, Ted Unangst escribis:
> see recent posts to tech about apache 2 and zlib. probably related.
I'm using Apache from obsd base install chrooted, just the same than
obsd 3.6. I'm not using Apache2. But may be is related.
According to the mail of Srebrenko[1], it
El mar, 13-12-2005 a las 11:11 +0100, Markus Wernig escribis:
> Juan J. Martmnez wrote:
> > Hello,
> >
> > I'm having problems with mod_gzip package and OpenBSD 3.8 (i386).
>
> Just to go sure: You might want to double-check that php's own zlib
&
El mar, 13-12-2005 a las 08:22 -0200, Ricardo Lucas escribis:
> Hi all,
> does anyone knows a script or even a little program that remove all files
> and subdirectories and his respective files from a folder?
> I've read the man of rm and rmdir but seems like they can't do that.
rm -r directoy/
T
El mar, 13-12-2005 a las 12:01 +0100, Markus Wernig escribis:
> > I'm using php.ini from PHP port, and it's disabled. I've checked it :)
>
> OK. I'm using php zlib compression on 3.8, plus apache without mod_gzip,
> and it works well.
>
> just a thought
Thanks you Markus.
It works and it's a ni
El mar, 13-12-2005 a las 10:22 +0100, Srebrenko Sehic escribis:
> zlib API was changed between 3.6 and 3.7 which potentially broke all
> external packages depending on zlib.
Ah, after reading mod_gzip doc there's one thing I missed... mod_gzip
doesn't use zlib at all.
Snip from mod_gzip doc:
...
Hello,
Since 3.8 my VIA EPIA-PD6000E board has sensor support via viasio
driver.
$ dmesg | grep viasio
viasio0 at isa0 port 0x2e/2: VT1211 rev 0x02: HM
viasio1 at isa0 port 0x4e/2: VT1211 rev 0x02: HM: not activated
# sysctl hw.sensors
hw.sensors.1=viasio0, UCH1, volts_dc, 3.47 V
hw.sensors.2=vi
Hello,
Sometimes I don't like to install the ports tree to search for packages,
because I know what I want to install. But I don't know the exact
package name.
I've done a little script to get the index.txt from the ftp (or do a ls
*.tgz) and the search with regex in package names.
Example:
$ p
El jue, 05-01-2006 a las 12:17 -0700, Jason Balan escribis:
> Question I have the following in my syslog file and created the popa3d.log
> file restarted syslog then rebooted
>
> !popa3d
> *.* /var/log/popa3d.log
>
> I still am getting popa3d me
Hello misc@,
I've synced my kernel with 3.8 STABLE via CVS (Sun Jan 15 13:10:47 CET
2006) and mod_gzip-1.3.26.1ap0 now works like a charm.
The issue was:
http://marc.theaimsgroup.com/?t=11344297545&r=1&w=2
Remember the problem it's not related to zlib (mod_gzip doesn't use zlib
at all).
Jus
El sab, 11-02-2006 a las 17:17 -0500, Nick Guenther escribis:
> Yeah, it does that. I don't know why, I assume historical reasons, and
> I would like to learn from someone here who does know. Use backspace
> instead.
Or look what says google:
http://www.google.es/search?q=delete+key+bash
> On 2/1
El mar, 21-02-2006 a las 22:02 -0500, Melameth, Daniel D. escribis:
> Is ANYONE doing hostap with 802.11g? If so, is it working well? And
> doing WEP? If not, any thoughts on doing this with -current?
>
> Thoughts appreciated--I'd love a make, model and relevant dmesg of
> anyone doing hostap w
El mii, 22-02-2006 a las 09:55 +0100, Thomas Bvrnert escribis:
> no, only 11b with atheros. there is no implementation for 11g in
> openbsd.
>
> Thomas
Uhm, sorry. I missed that point: hostap mode with 802.11b (vs INTERSIL
PRISM based cards). Indeed the card I said is a 802.11g.
regards,
Juanjo
El mar, 10-05-2005 a las 14:31 -0700, Claus Assmann escribis:
> On Tue, May 10, 2005, L. V. Lammert wrote:
>
> > 1) Vilter/Milter - using sendmail to scan incoming messages in realtime.
>
> > Con:Possibility of locking up sendmail daemon; performance hit
> > for large messages.
>
>
El mii, 18-05-2005 a las 15:58 +0200, Willy Skjfveland escribis:
> [...]
> Something else?
> [...]
You might add a port if you need to get the mail from an insecure
network (such as Internet): stunnel.
In that way the wonderful popa3d becomes a nice pop3s server and your
passwords (and data) keep
author of a manual page may have considered not
to include examples since it could mislead from the main documentation.
In that case, the author should point to further and/or more detailed
resources.
Juan J. Fernandez
amd64.html).
Juan J. Fernandez
On 11/25/14 16:52, Motty Cruz wrote:
Hello all,
I am searching for hardware to build a router with OpenBSD. I have
found mixed signals as to fastest system with i386 or 64bit. I know in
the past i386 OpenBSD used to perform a lot better than 64bit system.
Any s
Thank you for your advice Philip.
Can you please give your advice then ?
Thank you :)
Juan J. Fernandez
On 11/25/14 21:06, Philip Guenther wrote:
On Tue, Nov 25, 2014 at 3:01 PM, Juan J. Fernandez
wrote:
In general, you could achieve performance by configuring your kernel
according to your
Thank you Brad.
Juan J. Fernandez
On 11/25/14 21:20, Brad Smith wrote:
On 11/25/14 18:18, motty cruz wrote:
Thank you Juan,
I appreciate your suggestions and advice.
I am planning on using Dual socket B2 (LGA 1356) supports Intel® Xeon®
processor E5-2400 v2, I suppose i386 would perform
ile).
*** Error code 1
Stop in /usr/src/XF4/xc-old (line 716 of xmakefile).
*** Error code 1
Stop in /usr/src/XF4/xc-old (line 39 of Makefile).
*** Error code 1
Stop in /usr/src/XF4 (line 64 of Makefile).
*** Error code 1
Stop in /usr/src/XF4 (line 77 of Makefile).
Any ideas?
--
Jua
I`m not sure if these Sources are ok... (not anymore)>
> Ted: I had also other Errors. I just posted the first.> > > I`ll simply rm -RF
> /usr/XF4 and refetch the Src and try again.> > > Kind regards,> Sebastian> >
>
--
Juan J D'Alessandro M
Coordinador General
Grupo BSD Venezuela
Valencia - Venezuela
> didier
>
Okay. Thanks.
I installed tcl and tk >= 8.4 and works fine. The patch is installed
correctly.
--
Juan J D'Alessandro M
Coordinador General
Grupo BSD Venezuela
Valencia - Venezuela
42 matches
Mail list logo