On Wed, Jul 25, 2012 at 09:59:29AM +0200, frantisek holop wrote:
> now the only last question remaining: should any commands
> be executed before removing the usb wifi? sometimes i get this:
>
> /bsd: ehci_idone: ex=0xd1f4b000 is done!
I don't believe you have to execute anything before removing
On Wed, Jul 25, 2012 at 08:02:16AM +0800, f5b wrote:
> /src/sys/net/if_spppsubr.c
> rev=1.98
>
> 1. line 3557
> p opt[i++] = 0; /* TBD */
>
> 2. see line (begin with ^L)
> 466
> 1145
> 1276
> 1991
> 2675
> 4116
> 4430
>
> compare to line (insert empty line)
> 3150
> 3642
For a
On Tue, Jul 24, 2012 at 06:15:02PM +0200, frantisek holop wrote:
> hmm, on Mon, Jul 23, 2012 at 08:10:49PM -0400, Dan Harnett said that
> > On Tue, Jul 24, 2012 at 01:13:29AM +0200, frantisek holop wrote:
> > > what i do: insert the usb wifi (/etc/hostname.urtwn0
> > > c
On Tue, Jul 24, 2012 at 01:13:29AM +0200, frantisek holop wrote:
> what i do: insert the usb wifi (/etc/hostname.urtwn0
> contains the correct network data), i disconnect the
> ethernet cable, route -n flush, ifconfig re0 down,
> sh /etc/netstart.
I would recommend 'ifconfig re0 down delete', and
On Sun, Jun 03, 2012 at 12:41:31AM -0700, Philip Guenther wrote:
> On Sat, Jun 2, 2012 at 11:38 PM, Robert Connolly
> wrote:
> > I am running apmd without arguments from rc.conf. I am also running lid
> > close suspend from sysctl.conf. When I close the lid, and open it again,
> > apmd is gone fro
On Mon, May 21, 2012 at 03:30:49PM -0400, Geoff Steckel wrote:
> My site needs both split horizon and pretty complete authoritative support.
> Does anyone have suggestions about BIND replacement(s) for this scenario?
> Right now BIND works for me (for some value of "works".)
>
> One machine servin
On Wed, May 16, 2012 at 10:05:18AM +0200, Marc Peters wrote:
> /tmp # cat /etc/disktab
>
> # $OpenBSD: disktab,v 1.21 2010/10/19 20:23:53 deraadt Exp $
>
> floppy288|3in|3.5in High Density Floppy, 2.88MB:\
> :dt=floppy:ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
> :pa#5760:oa
On Thu, Feb 17, 2011 at 05:37:34PM +0100, Henning Brauer wrote:
> your way to configure aliases is correct, however, the masks are not.
> you are screwing up routing. you want an all-ones netmask on each and
> every IP address except one per subnet. alas you want 255.255.255.255
> on the carp if's
On Thu, Feb 10, 2011 at 10:16:42AM -0500, Steve Johnson wrote:
> I've seen the following message on the system console:
>
> Message from syslogd@host at Thu Feb 10 10:11:51 2011 ...
> host /bsd: pf: complete: 0xfe80d026ad00(1552)
>
> Is this something I should worry about? I've tried searchin
On Tue, Jan 11, 2011 at 09:04:20AM -0500, Paul Pruett wrote:
> I have a legacy server, that supports some older frontpage website,
> yes I know.. but the customer wants it and the i886 still has
> mod_frontpage in ports. so
>
> I upgraded from i386 openbsd 4.6 to openbsd 4.8
> and everything
On Fri, Dec 24, 2010 at 10:46:36PM -0500, Ted Unangst wrote:
> This is a laptop with intel video, other systems may be different, but
> if you're having any trouble with mplayer video, the gl driver is
> worth trying.
I used to notice a lot of tearing on Intel X3100 chipsets (GM965). I
don't see
On Thu, Oct 21, 2010 at 05:59:32PM +, Jay K wrote:
> When building a package from source, I want a way to prefer installing
> dependencies from prebuilt packages.
You can set PKG_PATH to your favorite mirror and FETCH_PACKAGES=Yes.
The dependencies will be installed from packages if they exist
On Thu, Oct 21, 2010 at 05:33:24PM +, Jay K wrote:
> sudo won't work for me -- root password is *.
> I'll have to try it with ssh r...@localhost, which will work.
sudo prompts you for the password to your user account, not the root
account. Also, you can setup sudo to not require a password f
On Wed, May 05, 2010 at 11:32:47AM -0400, Kent Watsen wrote:
> There is a discussion on the osol-discuss mailing list this morning where
> it's pointed out that OpenBSD source tree has a blob in it:
>
> http://osdir.com/ml/opensolaris-discuss/2010-05/msg00095.html
In OpenBSD's case, "binary blob"
On Fri, Apr 30, 2010 at 07:10:01PM +0200, Didier Wiroth wrote:
> Hello,
> I've updated to current, sources are from a few hours ago.
>
> I'm experiencing (stuttering) problems on a thinkpad w500 in x11. X11
> is mostly unusable if I don't disable drm in the kernel.
[...]
> Does anyone else exper
On Fri, Mar 19, 2010 at 03:58:07PM +0100, Bambero wrote:
>
> Match User !admin
> ChrootDirectory /var/www/users/%u
> ForceCommand internal-sftp
> X11Forwarding no
> AllowTcpForwarding no
Match User *,!admin
ChrootDirectory /var/www/users/%u
ForceCommand in
On Thu, Feb 25, 2010 at 06:47:32PM +0200, Lars Nooden wrote:
>
> subnet 192.168.100.0 netmask 255.255.255.196 {
> option routers 192.168.100.1;
> range 192.168.101.9 192.168.101.14;
> option domain-name-servers 192.168.101.1;
> }
>
> sub
On Thu, Feb 25, 2010 at 03:30:47AM -0700, Duncan Patton a Campbell wrote:
> I've just installed a server using current and have found that
> there are problems with session_destroy(); such that is just
> does not work.
>
> The Apache is the installed (1.3) version and PHP is from
> packages.
On Wed, Feb 24, 2010 at 07:00:44PM +0100, Didier Wiroth wrote:
> Hello,
> I would like to backup the /etc directory, like this:
> sudo dump -0uan -f - /etc | gzip -9 | ssh -i .ssh/id_rsa_host2 m...@host2 dd
> of=/home/me/dump-files/dump-etc-l0-`date +%d%m%Y`.gz
>
> a) Is it normal that /etc/dumpd
On Wed, Feb 24, 2010 at 08:30:05AM +0100, Henning Brauer wrote:
> * Dan Harnett [2010-02-23 21:19]:
> >
> > Probably wrong, but this fixes it.
>
> i would not call that wrong.
>
> i don't understand how this ever worked and I don't understand what
> bro
On Tue, Feb 23, 2010 at 02:28:17PM -0500, Dan Harnett wrote:
> On Tue, Feb 23, 2010 at 05:24:30PM +0100, Henning Brauer wrote:
> > I don't remember any changes in that area lately so this puzzles me.
> > do we know when this breakage was introduced, approximately?
>
>
On Tue, Feb 23, 2010 at 05:24:30PM +0100, Henning Brauer wrote:
> * Dan Harnett [2010-02-23 17:19]:
> > 'pfctl -t tablename -T expire ' is also currently broken.
> > Everything appears to be removed from the table immediately regardless
> > of 'NNN
On Tue, Feb 23, 2010 at 09:17:58AM +0530, Siju George wrote:
> On Tue, Feb 23, 2010 at 7:45 AM, Jason Beaudoin
> wrote:
> > not necessarily.. I had a wacky HD controller that provided similar
> > results in dmesg, but if the op asked, I'm guessing that isn't the
> > case :P
> >
>
> Ok I am runni
On Mon, Feb 22, 2010 at 10:40:29PM +0100, Michael Lechtermann wrote:
> >>> it's a slightly weird side-effect. a quick glance indicates that the
> >>> tzero timestamp is part of the stats struct and tables don't keep
> >>> stats/counters by default any more. for some time tho. i don't
> >>> remember
On Wed, Feb 17, 2010 at 02:04:03AM +, Stuart Henderson wrote:
> On 2010-02-16, trustlevel-...@yahoo.co.uk wrote:
> > I've seen examples of earlier versions than Apache 1.3.29 said to be working
> > with byte-range requests, has anyone got the byte range requests to work
> > with
> > openbsd w
On Thu, Feb 04, 2010 at 07:07:35AM -0500, Kenneth R Westerback wrote:
> or (even better)
>
> export PKG_PATH=
> pkg_add postfix-2.7.20091209-sasl2.tgz
>
> or, if you want -stable rather than -snapshot
>
> pkg_add postfix-2.6.5-sasl2.tgz
>
> And follow the Postfix manual/web/whatever. That's wha
On Fri, Jan 22, 2010 at 07:22:58AM -0600, Marco Peereboom wrote:
> It doesn't and I'll argue all day that it won't help you a bit.
I couldn't agree more.
> BTW, microsoft implemented every single ACL type mechanism the NSA ever
> made public. Tell me again how well it worked for them.
More impo
On Fri, Jan 22, 2010 at 02:47:27PM +1100, Aaron Mason wrote:
> On Fri, Jan 22, 2010 at 1:56 PM, Zamri Besar wrote:
> > The insecurity of OpenBSD
> > http://allthatiswrong.wordpress.com/2010/01/20/the-insecurity-of-openbsd/
> >
> > -zamri-
> >
> >
>
> An interesting read - but seems to just be ACL
On Tue, Nov 24, 2009 at 02:58:18PM -0600, Neal Hogan wrote:
> Earlier today I upgraded my machine to the latest snapshot (nov 24) and
> there seems to be a problem with X. It starts okay, but then shortly
> after that it fails to respond to anything but the mouse. Also, the
> programs that I have r
On Fri, Oct 30, 2009 at 02:09:00PM +0100, Toma?? Bod??ar wrote:
> I'm using snapshots :
>
> $ sysctl kern.version
> kern.version=OpenBSD 4.6-current (GENERIC.MP) #259: Thu Oct 22 20:46:08 MDT
> 2009
> dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
>
> $
>
> So I will wait
On Mon, Sep 14, 2009 at 02:37:39PM +, Christian Weisgerber wrote:
> > b) Any other comments?
>
> I don't think there is any SSD available that (1) can be fitted
> into an X40/X41, (2) is available in 64 GB or more, and (3) has
> reasonable performance for small random writes.
>
> It's frustra
On Sun, Aug 09, 2009 at 11:46:50PM +, Matthew Szudzik wrote:
> On Sun, Aug 09, 2009 at 11:09:49PM +0100, Edd Barrett wrote:
> > mode so well. Remember if you do want to change the wifi card in a
> > thinkpad, use tpwireless to unlock the bios check.
>
> But does tpwireless work on recent Think
On Sun, Aug 09, 2009 at 07:02:45PM +, Matthew Szudzik wrote:
> On Sun, Aug 09, 2009 at 07:39:19PM +0100, Edd Barrett wrote:
> > Get a thinkpad, and replace the wireless card :)
>
> Maybe I'm paranoid, but I've been reluctant to get a new ThinkPad
> because they all have Intel AMT nowadays.
>
On Wed, Jul 29, 2009 at 06:06:16AM +0200, frantisek holop wrote:
>
> amaaq$ sudo fstat /adata
> USER CMD PID FD MOUNTINUM MODE R/WSZ|DV NAME
You should use the '-f' option to fstat.
$ sudo fstat -f /adata
One possibility is shared libraries or objects.
On Thu, Jul 23, 2009 at 06:44:31PM +0300, Soner Tari wrote:
> I am trying to achieve a custom $Id$ keyword in my source files with a
> cvs repository on OpenBSD, just like $OpenBSD$ keyword expansion.
Did you create your repository on OpenBSD? If so, then your
CVSROOT/config should have already m
On Sun, Jun 21, 2009 at 05:42:22PM +0200, Markus Wernig wrote:
>
> I have sendmail on 4.4 as MX and relay for outgoing mail using smtp
> auth. Now some users started using arbitrary from: addresses in their
> mail clients. I would like to restrict those sender addresses to the
> local domains, i.e
On Tue, Jun 23, 2009 at 07:33:15AM -0700, Philip Guenther wrote:
> Hmm, this seems to not match the documentation in
> /usr/share/doc/smm/08.sendmailop: the meaning you give for the 'a' and
> 'l' flags are correct for the srv_features ruleset, but not for the
> DaemonPortOptions option.
My mistake
On Mon, Jun 22, 2009 at 07:19:09PM -0600, Alvaro Mantilla Gimenez wrote:
>
>According to the /usr/share/sendmail/README file, it is necessary to
> add the "a" modifier to the line that define the MSA: "Additionally, by
> using the M=a modifier you can require authentication before messages
> ar
On Tue, Jun 09, 2009 at 05:06:57PM -0700, Mark Yieh wrote:
> I just noticed that when I try to recall my history of commands by
> issuing a "fc -l" command it only shows me the last 16 commands even
> though my $HISTSIZE is the default 500. Anyone know why it's doing this?
> I also tried to se
On Tue, Jun 09, 2009 at 05:19:21AM +, Jacob Meuser wrote:
> On Mon, May 04, 2009 at 08:21:52AM +, Jacob Meuser wrote:
> > I put a lot of work into azalia(4) in the last release cycel, and I'd
> > like to be able to say, when 4.6 release comes, that azalia is
> > "completed".
> >
> > by com
On Thu, May 14, 2009 at 10:43:54AM -0500, Eric wrote:
> I'm encountering a strange DNS / e-mail problem an a mail server
> running OpenBSD 4.3.
>
> Sometimes, DNS returns completely unexpected results. I get two
> completely different answers to the same DNS query with the incorrect
> answers be
On Tue, May 12, 2009 at 09:55:48PM +0200, Felipe Alfaro Solana wrote:
> On Tue, May 12, 2009 at 9:31 PM, L. V. Lammert wrote:
> > At 09:16 PM 5/12/2009 +0200, Felipe Alfaro Solana wrote:
> >>
> >> > If you want simple, install Webmin. Runs fine with sendmail, default
> >> > install!
> >>
> >> I'm
On Tue, May 12, 2009 at 09:55:48PM +0200, Felipe Alfaro Solana wrote:
> On Tue, May 12, 2009 at 9:31 PM, L. V. Lammert wrote:
> > At 09:16 PM 5/12/2009 +0200, Felipe Alfaro Solana wrote:
> >>
> >> > If you want simple, install Webmin. Runs fine with sendmail, default
> >> > install!
> >>
> >> I'm
On Fri, Apr 24, 2009 at 02:16:57PM +1000, Aaron Mason wrote:
> On Fri, Apr 24, 2009 at 11:01 AM, Dan Harnett wrote:
> >> On top of that, if VeriSign could be tricked into signing a fake
> >> Microsoft ActiveX key, can you really trust the authorities?
> >
> >
On Fri, Apr 24, 2009 at 10:13:38AM +1000, Aaron Mason wrote:
> On Fri, Apr 24, 2009 at 4:39 AM, Dan Harnett wrote:
> > Huh? Spammers have been using throw away domains for ages. Adding a
> > SPF record to their own domains has been trivial. No spoofing required.
> > Basica
On Thu, Apr 23, 2009 at 03:32:49PM +1000, Aaron Mason wrote:
> On Thu, Apr 23, 2009 at 10:30 AM, Stuart Henderson
> wrote:
> >
> > I see a tiny little problem with this method... sometimes people send
> > spam from domains whose DNS they control.
>
> If this is the case, then you have an almost
On Fri, Apr 17, 2009 at 12:02:35AM -0500, Denny White wrote:
> Okay, dumb-ass me. Sitting here looking at the screen it finally
> dawned on me I'm not looking at 2 physical cpu's, per se, but
> instead 2 built onto one chip. Gee, I wish I would've come up
> with that beforehand instead of opening m
On Fri, Apr 10, 2009 at 09:42:21AM +0800, Uwe Dippel wrote:
> I'm running postfix as MTA on a machine with several CMS, on a chrooted
> Apache. Recently, there is a huge number of spam being sent from there,
> alas. When I scan the postfix-logs, all those come from 'root', meaning
> they don
On Tue, Mar 24, 2009 at 06:00:24PM -0400, Aaron W. Hsu wrote:
> I have an intel device which seems to work pretty well if I use the
> VBLANK mode trick with glxgears, but it plays large videos terribly. I
> am wondering why. I noticed that overlay does not seem to be configured
> when I ran xvinfo.
On Thu, Mar 05, 2009 at 11:31:53PM +0100, Sebastian Rother wrote:
> After updating to 4.5-beta I noticed that my headphones are very very
> silent and I don't find a way to turn them luder somehow.
>
> I raised any setting, even those who where no even supposed to turn the
> headphones louder but
On Thu, Mar 05, 2009 at 11:31:53PM +0100, Sebastian Rother wrote:
> After updating to 4.5-beta I noticed that my headphones are very very
> silent and I don't find a way to turn them luder somehow.
>
> I raised any setting, even those who where no even supposed to turn the
> headphones louder but
On Mon, Mar 02, 2009 at 06:53:48PM +0100, Pau wrote:
> funny, I have the problem with all applications... I will check which
> snapshot I am using
Are you using RandR? Or more specifically, changing the resolution,
number of heads, or screen orientation dynamically?
On Wed, Feb 25, 2009 at 09:07:52PM -0500, Ted Unangst wrote:
> Ok, there are several code points here, and I'm having trouble keeping
> track of them all and who's machine worked how when.
>
> First, there's A. This is the code that shipped in 4.4.
> Then we have B. This was the code that went i
On Wed, Feb 25, 2009 at 08:36:22PM -0500, Dan Harnett wrote:
>
> I'm 2 for 2. I can reproduce the hang on my Lenovo ThinkPad T61 as
> well. I'm gonna go hit up a casino.
Using em0, btw. pf disabled.
em0: flags=8843 mtu 1500
lladdr 00:1c:25:78:07:ba
priorit
On Wed, Feb 25, 2009 at 10:17:09AM -0500, Ted Unangst wrote:
> On Wed, Feb 25, 2009 at 9:22 AM, Andreas Kahari
> wrote:
> > That's exactly what I have as well in my dmesg with a kernel built
> > from today's sources, well, almost:
> >
> > cpu0: unknown Enhanced SpeedStep CPU, msr 0x061508190600061
On Wed, Feb 25, 2009 at 10:17:09AM -0500, Ted Unangst wrote:
> On Wed, Feb 25, 2009 at 9:22 AM, Andreas Kahari
> wrote:
> > That's exactly what I have as well in my dmesg with a kernel built
> > from today's sources, well, almost:
> >
> > cpu0: unknown Enhanced SpeedStep CPU, msr 0x061508190600061
On Mon, Feb 23, 2009 at 09:32:24AM +0100, Robert wrote:
> Hi,
>
> perhaps i am totally missing something, but in the last snapshots
> speedstep isn't detected by the kernel anymore. (ergo no hw.setperf)
>
> I noticed this on my Thinkpad X200. [1]
> Tested the Feb 22 snapshots on another Core2Duo
On Fri, Feb 13, 2009 at 11:46:37AM -0600, Marco Peereboom wrote:
> I think we have narrowed this down to acpicpu + apmd. Do you run both
> as well?
Yes, I do.
> On Fri, Feb 13, 2009 at 11:42:34AM -0500, Dan Harnett wrote:
> > On Wed, Feb 11, 2009 at 08:09:16PM +0100, Markus
On Wed, Feb 11, 2009 at 08:09:16PM +0100, Markus Bergkvist wrote:
> I get kernel freeze randomly on Compaq 6710b with -CURRENT synced today.
> It is best reproduced by keeping the system busy, such as building
> userland, but there are no guarantees.
>
> I've been running memtester and also mem
On Tue, Feb 03, 2009 at 04:29:41PM -0500, Jonathan Thornburg wrote:
> Etienne Robillard wrote
> > i kinda like cpio for fast backup of filesystems... for large media
> > files (think anime movies) -- I think its generally best to just
> > burn them on a iso..
>
> I have found rsync to an external
On Thu, Jan 29, 2009 at 09:57:26AM -0500, Chris Ditri wrote:
> So I am not misconfigured, I'm just not set up to receive this sort of
> communication...
Snippet from your own message headers.
> Received: from mx1.brokensolstice.com (h-72-245-233-170.sfldmidn.covad.net
> [72.245.233.170])
>
On Thu, Jan 29, 2009 at 09:57:26AM -0500, Chris Ditri wrote:
> Wait... I get it now. I did some more reading. The dell server is
> trying to send the message to my server encrypted, it gets to my
The part of the log you pasted was an outgoing connection from your
server. If it was incoming, the
On Wed, Jan 28, 2009 at 10:48:23PM -0500, Okan Demirmen wrote:
> On Thu 2009.01.29 at 14:33 +1300, Josh wrote:
> > Ahh yes, ? was the wrong char to use, but I was also using /.
> >
> > Where do I get the list of names for characters like that? Eg, I also
> > want to unbind Alt-.
>
> bind M-perio
On Wed, Jan 28, 2009 at 10:00:15PM -0500, Chris Ditri wrote:
> I haven't had an issue for 2 years... then suddenly I get this:
> sm-mta[23903]: STARTTLS=client, relay=smtp.ins.dell.com.,
> version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA,
> bits=256/256
> Jan 28 17:58:29 mx1 imapd[21
On Mon, Dec 29, 2008 at 12:09:25PM -0500, Jonathan Thornburg wrote:
> Ouch! I have run OpenBSD on a T43 and two T41p-s for several years
> with excellent results (including working APM & suspend-to-RAM).
> I'm currently shopping for a replacement (used/reconditioned)
> Thinkpad following a back-to
On Tue, Dec 23, 2008 at 01:15:31PM +0200, Mihai Popescu B.S. wrote:
> I don't need performance, I will use it only for some pdf read and
> browsing. Maybe some programming, but not much and not heavy compile
> actions for sure. So a P4 1.6 - 2GHz cpu is fine, 512MB of ram and
> maybe 40GB hdd. No f
On Thu, Dec 11, 2008 at 07:10:02PM +0100, Jesus Sanchez wrote:
> Indeed I tried a Opaquemovesize 100 and worked !
> I already didn't know why but if the window is opaque the
> activity dont stops.
Ah, that was it. I had it backwards. Window resizing should also
freeze things then.
On Thu, Dec 11, 2008 at 02:10:04PM +0100, Hannah Schroeter wrote:
> Hi!
>
> On Wed, Dec 10, 2008 at 04:05:45PM -0500, Ted Unangst wrote:
> >On Wed, Dec 10, 2008 at 3:29 PM, Jesus Sanchez <[EMAIL PROTECTED]> wrote:
> >> I'm using FVWM as window manager and works really fine but when I have
> >> var
On Tue, Dec 02, 2008 at 11:50:16PM +, Stuart Henderson wrote:
> On 2008-12-02, Dan Harnett <[EMAIL PROTECTED]> wrote:
> > Also, curious how one
> > can tell the machine panic'd rather than simply not repainting the
>
On Wed, Dec 03, 2008 at 12:12:48AM +0100, Mattieu Baptiste wrote:
>
> You can imagine that if I had the oportunity to do something on the console,
> I would have already done that.
You'd be surprised.
> The point is the screen goes black and the only solution I have is to reboot
> the machine. o
On Tue, Dec 02, 2008 at 10:08:49PM +0100, Peter Hessler wrote:
>
> minor problem. X doesn't repaint the screen into text mode when it
> panics, so its not possible to read anything.
I'm aware of that. Though, the OP simply mentioned not having a serial
port. Nada about there being nothing to r
On Tue, Dec 02, 2008 at 04:40:28PM +0100, Mattieu Baptiste wrote:
>
> I noticed some problems with radeondrm since a few days. I have an IBM T43
> (dmesg following) and when I exit X, my system crashes. Since it is a laptop
> without serial port, I can not give further details.
>
> I contacted og
On Fri, Oct 24, 2008 at 12:57:54AM -0700, Aaron Stellman wrote:
> Hello misc@,
> Compiled freshly checked out -current from 10/23/08 -- no sound.
> Looked through mixerctl and audioctl outputs, didn't find anything
> interesting.
> Downgraded azalia_codec.c to 1.49
>azalia.h to 1.15
>
On Wed, Sep 24, 2008 at 06:39:54PM +0100, Edd Barrett wrote:
> On Wed, Sep 24, 2008 at 6:04 PM, Pierre Riteau <[EMAIL PROTECTED]> wrote:
> > This could be the same problem than Linux users are seeing:
> > http://kerneltrap.org/mailarchive/linux-kernel/2008/9/21/3358724
> >
>
> This is not good esp
On Tue, Aug 26, 2008 at 07:14:17AM +0100, Tomas Bodzar wrote:
> Eh?
>
> My LCD is marked as 16:9 and 1440x900 is native resolution.
> Maybe this will be problem with my xorg.conf setup?
1440x900 is 16:10, not 16:9.
(1440 / 810) = (16 / 9) = 1.77
(1440 / 900) = (16 / 10) = 1.6
There is a ch
On Mon, Aug 25, 2008 at 08:21:00AM +0100, Tomas Bodzar wrote:
> Nice page,but I can't set my resolution 1440x900 ,it's changing to 1440x810
Did you restriction the aspect ratio to 16:9? 1440x900 is 16:10.
On Wed, May 07, 2008 at 08:12:52AM -0700, Andrew Stone wrote:
>
> I'm currently having trouble getting my f7 and 78 brightness keys to
> work on my laptop. I would appreciate any help getting these to work,
> or alternative methods for changing my screen brightness. I think
> it must be configurab
On Mon, May 05, 2008 at 11:39:03AM -0500, Chris Bennett wrote:
> Actually I didn't, checked that right after I posted, BUT it was
> already set as setuid!! A mistake in release??
No. There is no mistake.
$ sudo chmod u+s /usr/sbin/suexec
$ ls -l /usr/sbin/suexec
-r-sr-xr-x 1 root bin 12068 Ma
On Mon, May 05, 2008 at 08:36:27AM -0500, Chris Bennett wrote:
> I am upgrading 4.0 to 4.3, overwriting everything to change partition
> layout.
> Apache seems to be working fine except for cgi
> I get in suexec_log:
> [2008-05-05 00:53:03]: info: (target/actual) uid: (chris002/chris002) gid:
>
On Sat, Nov 11, 2006 at 03:40:34PM +0100, Federico Giannici wrote:
[...]
> >/usr/src/lib/libssl/src/crypto/rsa/rsa_x931.c:165: error: `NID_sha256'
> >undeclared (first use in this function)
> >/usr/src/lib/libssl/src/crypto/rsa/rsa_x931.c:165: error: (Each
> >undeclared identifier i
On Fri, Sep 29, 2006 at 10:39:35AM +0200, Pete Vickers wrote:
>
> While I'm there though, is there any reason (other than historical)
> for the following to anomalies:
>
> - the installer script turns sshd on in /etc/rc.conf rather than /etc/
> rc.conf.local
sshd is enabled by default. There
On Sun, Aug 27, 2006 at 11:22:13AM +0200, Martin Toft wrote:
> Sam Chill wrote:
> >ksh does most everything bash does too, so it doesn't seem like a loss.
>
> FWIW, I miss a couple of features in ksh and consider to switch (back)
> to bash:
>
> - When using tab completion, and you press tab two
82 matches
Mail list logo