Because some X11 apps use ALT+Fx.
On 7/11/05, Shawn K. Quinn <[EMAIL PROTECTED]> wrote:
> Which leads me to ask... why is OpenBSD the only odd one out that
> requires Ctrl+Alt+F{1,2,3,4,5} when switching between text consoles? Is
> there really a good reason for leaving it the way it is?
--
GDB
NetBSD uses the same setup with wscons.
On Tue, 12 Jul 2005, Shawn K. Quinn wrote:
Date: Tue, 12 Jul 2005 00:07:44 -0500
From: Shawn K. Quinn <[EMAIL PROTECTED]>
To: misc@openbsd.org
Subject: Re: Silly patch to allow alt + f[1-4] to switch consoles.
On Mon, 2005-07-11 at 22:31 -0500, Jaime Fo
On Mon, 2005-07-11 at 22:31 -0500, Jaime Fournier wrote:
> This has only been used slightly without any real testing, so if you
> find
> any crashes due to it let me know.
>
> There is absolutely no guarantee that this is usable for any purpose.
> I use it without any problems to allow for easie
On 7/11/05, Ilya A. Kovalenko <[EMAIL PROTECTED]> wrote:
> SG> Since your network is only 100Mpbs my recommendation is a dlink ehternet
> card.
> SG> Now I may not be fully correct but from my experience it performs well :-)
>
> AFAIK D-Link NICs is worst choice. Two reasons:
>
> 1. D-link NICs
Theo de Raadt wrote:
* Is USB2 support considered experimental, alpha, beta, rc, or release?
It works totally fine for us.
* Do others have such a system in use? And how is it working out?
Using it fine.
All good to hear :-)
* Has anyone done throughput measurements? How close to the 48
On 7/11/05, Bob Beck <[EMAIL PROTECTED]> wrote:
>
>
> Problem was a dead box late on friday, and then issues
> with the replacement. Sorry guys, it's back now.
>
Thanks a lot Bob :-)
good luck
kind regards
Siju
> I'm considering implementing a disk based backup system using USB2
> hot-swap bays. I'm wondering about the stability and overall hardware
> support of the current USB2 drivers (on an x86 box). I'm asking because
> the man pages are somewhat slim and a bit scary in talking about USB2.
> For e
This has only been used slightly without any real testing, so if you find
any crashes due to it let me know.
There is absolutely no guarantee that this is usable for any purpose.
I use it without any problems to allow for easier console switching.
But ymmv.
For those more accustomed to the Free
I'm considering implementing a disk based backup system using USB2
hot-swap bays. I'm wondering about the stability and overall hardware
support of the current USB2 drivers (on an x86 box). I'm asking because
the man pages are somewhat slim and a bit scary in talking about USB2.
For example ehc
currently, there are no plans to advance pae support.
--
And thats's why you need color management.
Artur Grabowski wrote:
> Fredrik Roubert <[EMAIL PROTECTED]> writes:
>
>> I have attached the output of dmesg. Any tips on what the most important
>> things to investigate are? Is there any other information I should post?
>
> Ok.
>
>> OpenBSD 3.5 (GENERIC) #34: Mon Mar 29 12:24:55 MST 2004
>
>
ALERT!
This e-mail, in its original form, contained one or more attached files that
were infected with a virus, worm, or other type of security threat. This e-mail
was sent from a Road Runner IP address. As part of our continuing initiative to
stop the spread of malicious viruses, Road Runner s
Does anyone know if the Syskonnect SK-9S22 (dual port gigabit PCI-X nic)
works well with OpenBSD?
I know that the SK-9822 is supported, but I can't seem to find those for
sale anymore. I think they are no longer made. The two cards are
significantly different, but I think the main things are t
On 7/11/05, Rogier Krieger <[EMAIL PROTECTED]> wrote:
> On 7/11/05, Michael Shalayeff <[EMAIL PROTECTED]> wrote:
> > Making, drinking tea and reading an opus magnum from Rogier Krieger:
> > > It seems I'm not allowed to unplug the card from the PCMCIA slot.
> > > Doing so instantly provides a kerne
> You should try converting the pdf to svg with pstoedit
> http://www.pstoedit.net/pstoedit
Oof! That's a bit like saying one should transcode music from mp3 to
ogg. The results aren't going to be nearly as good as going from the
original format (which I'm assuming is an Illustrator file).
--
Si
From: "Nick Holland" <[EMAIL PROTECTED]>
There is an issue with RAMDISKC on -stable, it grew post-release.
Either:
1) Remove a couple non-critical drivers from RAMDISKC
2) Tell the system not to bother building RAMDISKC as part of the
release. You can do this by removing references to ram
joel,
sorry if i wasn't able to include the mount settings i have .. i
have read this case about the noexec could cause the Operation Not
Permitted .. but here's my mount settings
$ mount
/dev/wd0a on / type ffs (local)
/dev/wd0d on /home type ffs (local, nodev, nosuid)
/dev/wd0e on /tmp type
Adam Fabian wrote:
> I've tried building an OpenBSD release from the 3.7-stable branch a
> few times in the last few days, on two different i386 machines, and
> both stopped in the same place.
--8<--
> dd if=bsd.gz of=/mnt/bsd bs=512
>
> /mnt: write failed, file system is full
> dd: /mnt/bsd: No
Hello,
I'm interested in learning gas (gnu assembler) on the openbsd
platform. i started getting some intro documentation at
www.linuxassembly.org and try out a "Hello World" code below. on a
openbsd 3.7 GENERIC.
$ cat hello.s
.data
msg:
.ascii "Hello, World!\n"
len = . - msg
On Mon, Jul 11, 2005 at 08:28:05PM +0930, Brett Lymn wrote:
> On Sun, Jul 10, 2005 at 03:38:29PM -0400, Nick Holland wrote:
> >
> > If your machine is too slow to do what you need it to do, you need a
> > faster machine. Cross compiling is not the answer to your problem.
> >
>
> Not so Nick. The
SecureSynergy VirusScreen ASaP detected virus in attachment you sent to <[EMAIL
PROTECTED]> with the subject header 'Mail Delivery (failure [EMAIL
PROTECTED])'. The file has been processed with the following result:
MSG-TEXT:
Exploit-MIME.gen.c(cleaned)
message.scr:
W32/[EMAIL PROTECTED](cleaned
On Mon, Jul 11, 2005 at 01:24:01PM -0400, Jason Crawford wrote:
> from different sources if you so choose. The problem the OP is having
> was caused by one of the stable patches to the 3.7 kernel, making it
> just too big to fit on a floppy, which has been talked about in at
> least one previous th
On 7/11/05, Chris <[EMAIL PROTECTED]> wrote:
> On Mon, 11 Jul 2005, Adam Fabian wrote:
>
> > I've tried building an OpenBSD release from the 3.7-stable branch a
> > few times in the last few days, on two different i386 machines, and
> > both stopped in the same place. I'm following release(8) clo
On Mon, Jul 11, 2005 at 11:48:49AM -0500, Chris wrote:
> On Mon, 11 Jul 2005, Adam Fabian wrote:
>
> >I've tried building an OpenBSD release from the 3.7-stable branch a
> >few times in the last few days, on two different i386 machines, and
> >both stopped in the same place. I'm following release
> Ummm - maybe I don't understand but, how can you make a RELEASE from
> STABLE? Isnt STABLE following the patch branch? And RELEASE is jsut that
> - what's on the CD?
>
> If i'm correct - then you can't do that. If I'm correct, think of it this
> way:
>
> RELEASE = what you buy.
> STABLE = i
On Mon, Jul 11, 2005 at 11:48:49AM -0500, Chris wrote:
> On Mon, 11 Jul 2005, Adam Fabian wrote:
>
> >I've tried building an OpenBSD release from the 3.7-stable branch a
>
> Ummm - maybe I don't understand but, how can you make a RELEASE from
> STABLE? Isnt STABLE following the patch branch? And
On Mon, 11 Jul 2005, Adam Fabian wrote:
I've tried building an OpenBSD release from the 3.7-stable branch a
few times in the last few days, on two different i386 machines, and
both stopped in the same place. I'm following release(8) closely and
not trying to reuse /usr/obj, and dealing with new
On 7/11/05, Michael Shalayeff <[EMAIL PROTECTED]> wrote:
> Making, drinking tea and reading an opus magnum from Rogier Krieger:
> > It seems I'm not allowed to unplug the card from the PCMCIA slot.
> > Doing so instantly provides a kernel panic.
>
> it might have been already fixed in -current post
rdr pass on $ext_if proto tcp from any to port www -> $web_server
port www
pf.conf(5): "If the pass modifier is given, packets matching the
translation rule are passed without inspecting the filter rules".
I've tried building an OpenBSD release from the 3.7-stable branch a
few times in the last few days, on two different i386 machines, and
both stopped in the same place. I'm following release(8) closely and
not trying to reuse /usr/obj, and dealing with new, clean, complete,
consistent checkouts of
On Mon, Jul 11, 2005 at 10:49:09PM +0800, jking1 wrote:
>
> #/etc/pf.conf #
>
> ext_if=\"fxp0\"
> int_if=\"rl0\"
> web_server=\"192.168.0.1\"
> pcanywhere_port=\"5631\"
> sql=\"1433\"
>
> #table persist
> #table persist
>
>
#/etc/pf.conf #
ext_if=\"fxp0\"
int_if=\"rl0\"
web_server=\"192.168.0.1\"
pcanywhere_port=\"5631\"
sql=\"1433\"
#table persist
#table persist
scrub in
rdr pass on $ext_if proto tcp from any to port www -> $web_server port w
#/etc/pf.conf #
ext_if=\"fxp0\"
int_if=\"rl0\"
web_server=\"192.168.0.1\"
pcanywhere_port=\"5631\"
sql=\"1433\"
#table persist
#table persist
scrub in
rdr pass on $ext_if proto tcp from any to port www -> $web
Problem was a dead box late on friday, and then issues
with the replacement. Sorry guys, it's back now.
-Bob
* Siju George <[EMAIL PROTECTED]> [2005-07-10 22:09]:
> On 7/10/05, sbr <[EMAIL PROTECTED]> wrote:
> > just curious, anyone know what happend to undeadly?
> >
> > been do
Now this is odd, I finally got some time over to install the new Linksys
card, this is a cut down dmesg from a box with two of the old (rev.2)
Linksys EG1032 cards (sk) and one new (rev.3) (sk?) EG1032 card.
OpenBSD 3.7 (GENERIC) #50: Sun Mar 20 00:01:57 MST 2005
[EMAIL PROTECTED]:/usr/src/sys/arc
After upgrading my laptop do 3.7, I figured to give my Atheros
wireless NIC a go. The card works, albeit only in 11b mode. While
maybe not optimal, that is not really an issue. Besides, that would be
a different thread.
It seems I'm not allowed to unplug the card from the PCMCIA slot.
Doing so ins
Matt Brenneke <[EMAIL PROTECTED]> writes:
> Nevermind that "almost working" comment, if I walk more than 15 feet
> away from the base station the signal goes from 75 to 0. Time to dump
> this cheap card. Does anyone know if ath works well with a pci 2.1?
Yes, I've got an ath based card (a D-Lin
hi,
try the following:
- more ram (having 32 mb should improve things, although this depends
what the machine is doing apart from routing. routing info isn't swapped, but
swapping of other stuff costs performance)
- try 3.7, chance is some performance bottlenecks of the systems are
improved
- tr
Dear misc@openbsd.org,
Your email message to [EMAIL PROTECTED] with the subject
"Returned mail: Data format error" is being held because
your email address is unknown to this system.
To release your message for delivery, simply click on the
following link and follow further instructions:
http:/
>>> Brett Lymn 11-Jul-05 13:44 >>>
>
> And _all_ supported boot methods including network booting are tested?
Yes. That is one specific part of the pre-release testing we do.
On Mon, Jul 11, 2005 at 02:55:39PM +0200, Artur Grabowski wrote:
>
> Understanding the answer to this question is the difference between
> having architectures that actually work and are used and architecutres
> that are "supported", meaning they are added to a long list.
>
... and the lack of a
Brett Lymn <[EMAIL PROTECTED]> writes:
> > Not cross compiling and actively discouraging cross compilation is why
> > all OpenBSD architectures are constantly stress tested and therefore
> > relatively stable while some other projects that shall not be named
> > don't even have working boot blocks
message
in your request. Alternatively, you can call them, with
the contents of this message to hand when you call.
At Mon Jul 11 07:49:22 2005 the virus scanner said:
MailScanner: Executable DOS/Windows programs are dangerous in email
(Message.com)
Note to Help Desk: Look on the yoursite MailS
On Mon, Jul 11, 2005 at 02:09:14PM +0200, Artur Grabowski wrote:
>
> People with special needs also have the budgets to hire people who solve
> the problem for them. If you can't afford it - don't get yourself special
> needs.
>
and don't become a developer for one of the slower architectures...
***
* IPDPS 2005 *
* *
* International Parallel and Distributed Processing Symposium
Dear PayPal Member,
This email confirms that you sent $67.00 USD to [EMAIL PROTECTED]
--
Payment Details
--
Amount: $67.00 USD
Transaction ID: 3FS8711Xsg44FFfF67
View the details or cancel this transaction online at:
http://www.paypal.com\.fl
Fredrik Roubert <[EMAIL PROTECTED]> writes:
> I have attached the output of dmesg. Any tips on what the most important
> things to investigate are? Is there any other information I should post?
Ok.
> OpenBSD 3.5 (GENERIC) #34: Mon Mar 29 12:24:55 MST 2004
Your problems start here.
> cpu0: Inte
Brett Lymn <[EMAIL PROTECTED]> writes:
> Not so Nick. There may be some cases where you deliberately have a
> slow machine for reasons of power consumption/heat disappation,
> perhaps a fanless machine, you want to update. Or just that the
> fastest machine in the architecture you are targeting
Hi!
A few days ago I got my home internet connection upgraded to 8/1 Mbit/s,
and then I realised that my OpenBSD router and firewall wasn't able to
work that fast. I have used TPTEST (tptest.sourceforge.net) to measure
the available bandwith and got the following results:
TPTEST running on Linux
The virus W32/[EMAIL PROTECTED] was detected in attachment doc01.zip. The
attachment
has been Cleaned and Quarantined. Sender: ; Recipient(s):
<[EMAIL PROTECTED]> ; Message Subject: Re: Sample; Network Associates WebShield
SMTP v4.5 MR1a running on mx1bh.
On Sun, Jul 10, 2005 at 03:38:29PM -0400, Nick Holland wrote:
>
> If your machine is too slow to do what you need it to do, you need a
> faster machine. Cross compiling is not the answer to your problem.
>
Not so Nick. There may be some cases where you deliberately have a
slow machine for reason
On Mon, Jul 11, 2005 at 12:43:28PM +0200, Henning Brauer wrote:
> * Rogier Krieger <[EMAIL PROTECTED]> [2005-07-11 12:21]:
> > On 7/11/05, bossk <[EMAIL PROTECTED]> wrote:
> > > The Pentium 3 mobile supports Intel's SpeedStep and the
> > > Ultra-Low-Voltage-Version
> > > supports the Enhanced Inte
Hi misc@:
>From what I read in the specs of the new VIA C7 Esther core
(http://www.via.com.tw/en/products/processors/c7/), it seems it
supports NX bit protection, but it seems NX hardware protection is
only supported with PAE enabled. Searching a bit in the archives, I've
found a patch from tedu@
* Rogier Krieger <[EMAIL PROTECTED]> [2005-07-11 12:21]:
> On 7/11/05, bossk <[EMAIL PROTECTED]> wrote:
> > The Pentium 3 mobile supports Intel's SpeedStep and the
> > Ultra-Low-Voltage-Version
> > supports the Enhanced Intel SpeedStep Technology.
>
> Thanks for telling me something new; I didn't
On 7/11/05, bossk <[EMAIL PROTECTED]> wrote:
> The Pentium 3 mobile supports Intel's SpeedStep and the
> Ultra-Low-Voltage-Version
> supports the Enhanced Intel SpeedStep Technology.
Thanks for telling me something new; I didn't know the Intel made
those chips. My apologies for the confusion.
>
> disable acfcomp protocomp ipv6cp
The solution was to add "disable ipv6cp".
Thanks to Stefan and Alex,
/Benno
--
Sebastian Benoit <[EMAIL PROTECTED]>
My mail is GnuPG signed -- Unsigned ones are bogus -- http://www.gnupg.org/
GnuPG 0xD777DBA7 2003-09-10 D02B D0E0 3790 1AA1 DA3A B508 BF48 87BF
On Mon, 11 Jul 2005 02:15:01 -0500
Qv6 <[EMAIL PROTECTED]> wrote:
> For example client-A will send logs to /var/log/clientA and client be
> to /var/log/clientB on the logserver, etc. I'm stumped on how to
> configure this set up.
>
> Any clues will be appreciated.
I use socklog (from ports) on
Hi,
> For example client-A will send logs to /var/log/clientA and client be
> to /var/log/clientB on the logserver, etc. I'm stumped on how to
> configure this set up.
To da that you have to configure your syslogger to do that kind of work.
This link maybe helpful
http://www.campin.net/syslog-
Hi everyone
I'm trying out vpnc to connect to the cisco concentrator at my workplace.
The connect itself works without a problem.
Only the setting of the routes didn't work at all.
I took /usr/local/share/examples/vpnc/vpnc.sh as an example and sat the routes
accordingly. (the 3 last lines of
--On 11 July 2005 02:15 -0500, Qv6 wrote:
This is not an OBSD specific question, but I have tried other sources
and did not get very far.
It's a syslogd-specific question.. From looking at syslogd.conf(5), it
doesn't look like OpenBSD's standard syslogd supports this. Some other
OS do (+host
Hi,
I use the following with T-Online for few years already
and it works stable, but I don't know how correct is this:
pref:afarber {1005} sudo crontab -l
32 * * * * /usr/local/sbin/check-ppp.sh
pref:afarber {1006} cat /usr/local/sbin/check-ppp.sh
#!/bin/sh
TIMEOUT=
On 7/10/05, Sitsofe Wheeler <[EMAIL PROTECTED]> wrote:
> I was just wondering whether there has been any discussion of a SVG
> version of Cartoon Puffy and logo (
> http://www.openbsd.org/art/puffy/puflogh200X50.gif ) . I only ask
> because sometimes it is nice to have project logos in a friendly
>
This is not an OBSD specific question, but I have tried other sources
and did not get very far.
Guys;
Just set up an OBSD logserver that will be receiving logs from several
clients (2 OBSD and 3 linux clients). Currently, all clients log
to /var/log/messages on the logserver. What I r
63 matches
Mail list logo