Re: Scrotwm does not play nice with some apps

2009-04-14 Thread Bryan
On Wed, Apr 15, 2009 at 00:46, Edd Barrett wrote: > Hi, > > On Tue, Apr 14, 2009 at 8:42 PM, Bryan wrote: >> I've had some issues with a few apps that work in fluxbox, but refuse >> to work in scrotwm. > > I have seen the same with some apps also. > >> >> The other issue is with mplayer GUI, gmpl

Re: ACPI on VIA iDot 3500

2009-04-14 Thread J.C. Roberts
On Tue, 14 Apr 2009 10:49:10 -0600 Theo de Raadt wrote: > > So I've recently installed 4.4 on a new via idot pc3500-g > > motherboard, which is all great, but I note that ACPI isn't > > working. Is there anything helpful I can contribute to getting it > > working on this system? > > > > Or do dm

Re: make build fails

2009-04-14 Thread Josh Grosse
On Wed, Apr 15, 2009 at 02:16:59AM +0100, Richie wrote: > Hello all, > in make build i have this error: > > (a lot of output) > pack.so pp_sort.so|tsort -q` > cd /usr/src/gnu/usr.bin/perl/obj && exec make > "makefile", line 952: Need an operator > ... [snip] > ... someone have a clue about it ? Cl

make build fails

2009-04-14 Thread Richie
Hello all, in make build i have this error: (a lot of output) pack.so pp_sort.so|tsort -q` cd /usr/src/gnu/usr.bin/perl/obj && exec make "makefile", line 952: Need an operator "makefile", line 953: Need an operator "makefile", line 956: Need an operator "makefile", line 957: Need an operator "mak

Re: Scrotwm does not play nice with some apps

2009-04-14 Thread Edd Barrett
Hi, On Tue, Apr 14, 2009 at 8:42 PM, Bryan wrote: > I've had some issues with a few apps that work in fluxbox, but refuse > to work in scrotwm. I have seen the same with some apps also. > > The other issue is with mplayer GUI, gmplayer. B Attempting to start it > in scrotwm shows the control bo

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Mattieu Baptiste
On Wed, Apr 15, 2009 at 12:24 AM, Jean-Francois wrote: > [Wed Apr 15 00:17:04 2009] [error] PHP Warning: session_start() [ href='function.session-start'>function.session-start]: > open(/tmp//sess_kt447gtf9i2qj3f74b3jve2abdf8fgi8, O_RDWR) failed: Permission > denied (13) in /phpMyAdmin/libraries/

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Antoine Jacoutot
On Wed, 15 Apr 2009, Jean-Francois wrote: > It looks like right after installing there is a problem : > > at http:///phpMyAdmin/index.php : a red line with > "phpMyAdmin - Erreur" > "Erreur lors du do?=marrage de la session, veuillez vo?=rifier les erreurs > indiquo?=es par PHP ou dans le fichier

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Jean-Francois
It looks like right after installing there is a problem : at http:///phpMyAdmin/index.php : a red line with "phpMyAdmin - Erreur" "Erreur lors du do?=marrage de la session, veuillez vo?=rifier les erreurs indiquo?=es par PHP ou dans le fichier to?=moin du serveur web, et configurer PHP correctemen

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Jean-Francois
Thanks for that hint, it helped. Rgs, JF Le mardi 14 avril 2009 23:29:51 Matthew Clarke, vous avez icrit : > Tue, Apr 14, 2009 at 06:14:35PM +0200, Jean-Francois may have written: > > Hello, > > Can you please help me with this : > > > > $ sudo pkg add phpMyAdmin-2.11.7.1.tgz > > Can't install ph

Re: Easiest Way to Encrypt /home

2009-04-14 Thread Aaron Stellman
On Tue, Apr 14, 2009 at 01:51:59PM -0700, new_guy wrote: > I've begun using OpenBSD on portable computers/laptops. I want to guard > against theft. I can't stand the thought of some crook pawing my laptop and > someone looking over my personal files... pictures of my family, my taxes, > etc... it k

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Matthew Clarke
Tue, Apr 14, 2009 at 06:14:35PM +0200, Jean-Francois may have written: > > Hello, > Can you please help me with this : > > $ sudo pkg add phpMyAdmin-2.11.7.1.tgz > Can't install php5-gd-5.2.6: lib not found X11.11.1 phpMyAdmin needs php5 and the php5 GD extension. There are two versions of tha

Re: Recommendations on a daily script to check syslog (or other) server security

2009-04-14 Thread Stuart Henderson
On 2009-04-14, LeRoy, Ted wrote: > Here's what I have in the script at the present time: > > { uptime ; date ; who ; ps -al ; cat /var/log/adduser ; cat > /var/log/authlog ; cat /var/log/messages ; cat /var/log/secure ; cat > /var/log/router ; } > daily-log.txt you might be interested to check ou

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Stuart Henderson
On 2009-04-14, Jean-Francois wrote: > Hello, > Can you please help me with this : > > $ sudo pkg add phpMyAdmin-2.11.7.1.tgz > Can't install php5-gd-5.2.6: lib not found X11.11.1 > Dependencies for php5-gd-5.2.6 resolve to: jpeg-6bp3, php5-core-5.2.6, > t1lib-5.1.0p1, png-1.2.28 > Full dependency

Easiest Way to Encrypt /home

2009-04-14 Thread new_guy
I've begun using OpenBSD on portable computers/laptops. I want to guard against theft. I can't stand the thought of some crook pawing my laptop and someone looking over my personal files... pictures of my family, my taxes, etc... it keeps me awake at night. I set the option to configure swap in sy

Re: Recommendations on a daily script to check syslog (or other)server security

2009-04-14 Thread LeRoy, Ted
Ingo, Jean-Francois, Gilbert Fernandes, Ted Unangst, Cesary Morga, Joe Gidi, and Matheus Weber da Conceicao, (hope I didn't miss anyone) Thank you all for your patience and guidance. I'll look at apropos(1), daily(8), and security(8) in the man pages and try to utilize them more. Last was a cool

Re: Recommendations on a daily script to check syslog (or other) server security

2009-04-14 Thread Ingo Schwarze
Hi Ted, LeRoy, Ted wrote on Tue, Apr 14, 2009 at 03:28:51PM -0400: > I'm pretty new to OpenBSD and BSD in general, In that case, welcome, but don't forget to read the fine manuals. Have a look at apropos(1) in particular. > but I have an OpenBSD Syslog server up and receiving data. > I'd like t

Re: Recommendations on a daily script to check syslog (or other) server security

2009-04-14 Thread Ted Unangst
On Tue, Apr 14, 2009 at 3:28 PM, LeRoy, Ted wrote: > Hello folks, > > I'm pretty new to OpenBSD and BSD in general, but I have an OpenBSD > Syslog server up and receiving data. I'd like to have the system be > pretty secure, and I'd like to monitor its security via a simple script > that runs dai

fail to compile mod_perl 2.0.4 for Apache2

2009-04-14 Thread Joseph A Borg
I'm trying to add mod_perl 2.0.4 compiled from source to an apache2 installation that's visible on a private network for testing. Installation is failing miserably at make test. as advised in the INSTALL file, I'm doing: perl Makefile.PL MP_APXS=/usr/local/sbin/apxs2 then sudo make && m

Re: Recommendations on a daily script to check syslog (or other) server security

2009-04-14 Thread Joe Gidi
> Hello folks, > > I'm pretty new to OpenBSD and BSD in general, but I have an OpenBSD > Syslog server up and receiving data. I'd like to have the system be > pretty secure, and I'd like to monitor its security via a simple script > that runs daily. > > Here's what I have in the script at the pres

Re: Recommendations on a daily script to check syslog (or other) server security

2009-04-14 Thread Cezary Morga
LeRoy, Ted wrote: > Can some of you BSD pro's out there recommend some additions or changes > or other things that should be checked to help ensure the system isn't > compromised? For log monitoring try logsentry. > Is there a way to see who has logged into the system over a given period > for ex

Re: Recommendations on a daily script to check syslog (or other) server security

2009-04-14 Thread Matheus Weber da Conceição
Hello... w = show who is logged on last -5 = show listing of last logged in users (the -5 parameters will show the last 5 logged in users) Cya On Tue, Apr 14, 2009 at 4:28 PM, LeRoy, Ted wrote: > Hello folks, > > I'm pretty new to OpenBSD and BSD in general, but I have an OpenBSD > Syslog serv

Scrotwm does not play nice with some apps

2009-04-14 Thread Bryan
I've had some issues with a few apps that work in fluxbox, but refuse to work in scrotwm. I am wanting to join my friends on Maptools (http://www.rptools.net/), and while it does run, the screen is all gray. I am unable to see any part of the interface. The interesting thing is that I can run my

Recommendations on a daily script to check syslog (or other) server security

2009-04-14 Thread LeRoy, Ted
Hello folks, I'm pretty new to OpenBSD and BSD in general, but I have an OpenBSD Syslog server up and receiving data. I'd like to have the system be pretty secure, and I'd like to monitor its security via a simple script that runs daily. Here's what I have in the script at the present time: { u

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Jean-Francois
Hi, I totally agree. I think I just missed it from where the info is available either in the man pages or directly in the FAQ itself. Le mardi 14 avril 2009 20:17:30, vous avez icrit : > On Tue, 14 Apr 2009, Jean-Frangois SIMON wrote: > > Hi, > > That's why i asked the man ref / link, i could'nt

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Cezary Morga
Jean-Frangois SIMON wrote: > Hi, > That's why i asked the man ref / link, i could'nt find anything. > > But i see some do not understand what being patient with begininers mean. Get used to it. Honestly :) > It's only few months i now use this system but it's really not easy > thought theres a lo

Re: Re : error : pkg add phpMyAdmin

2009-04-14 Thread Antoine Jacoutot
On Tue, 14 Apr 2009, Jean-Frangois SIMON wrote: > Hi, > That's why i asked the man ref / link, i could'nt find anything. > > But i see some do not understand what being patient with begininers mean. > > It's only few months i now use this system but it's really not easy > thought theres a lot of

Re : error : pkg add phpMyAdmin

2009-04-14 Thread Jean-François SIMON
Hi, That's why i asked the man ref / link, i could'nt find anything. But i see some do not understand what being patient with begininers mean. It's only few months i now use this system but it's really not easy thought theres a lot of documentations sometimes it's not easy to find where, is'nt it

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Cezary Morga
Jean-Francois wrote: > >Did you install de xbase44.tgz packages? > > I guess no, I did not install X, I run console. > This is a server. Is it mandatory for this package ? > phpMyAdmin requires X ? xbase44.tgz doesn't contain complete X system, but it do contain X libraries required by some graph

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Jean-Francois
Hi >Did you set PKG_PATH correctly so that pkg_add can fetch dependencies ? No, I just use the standard configuration out of the box, which until now installed most packages without any problem. >Did you install de xbase44.tgz packages? I guess no, I did not install X, I run console. This is a s

Re: ACPI on VIA iDot 3500

2009-04-14 Thread Theo de Raadt
> So I've recently installed 4.4 on a new via idot pc3500-g motherboard, > which is all great, but I note that ACPI isn't working. Is there > anything helpful I can contribute to getting it working on this > system? > > Or do dmesg notes like 'pcibios0: bad IRQ table checksum' suggest that > the s

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Robert
On Tue, 14 Apr 2009 18:14:35 +0200 "Jean-Francois" wrote: > Hello, > Can you please help me with this : > > $ sudo pkg add phpMyAdmin-2.11.7.1.tgz > Can't install php5-gd-5.2.6: lib not found X11.11.1 ^^ > Dependencies for php5-gd-5.2.6 resolve

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Antoine Jacoutot
On Tue, 14 Apr 2009, Jean-Francois wrote: > Hello, > Can you please help me with this : > > $ sudo pkg add phpMyAdmin-2.11.7.1.tgz > Can't install php5-gd-5.2.6: lib not found X11.11.1 > Dependencies for php5-gd-5.2.6 resolve to: jpeg-6bp3, php5-core-5.2.6, > t1lib-5.1.0p1, png-1.2.28 > Full dep

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Cezary Morga
Jean-Francois wrote: > Hello, > Can you please help me with this : > > $ sudo pkg add phpMyAdmin-2.11.7.1.tgz > Can't install php5-gd-5.2.6: lib not found X11.11.1 > Dependencies for php5-gd-5.2.6 resolve to: jpeg-6bp3, php5-core-5.2.6, > t1lib-5.1.0p1, png-1.2.28 > Full dependency tree is libiconv

Re: error : pkg add phpMyAdmin

2009-04-14 Thread Josh Grosse
On Tue, 14 Apr 2009 18:14:35 +0200, Jean-Francois wrote ... > Can't install php5-gd-5.2.6: lib not found X11.11.1 > FYI box is 4.4 fresh install, i386, working as a server, so graphic support. I assume "so graphic" means "no graphic" You need to install the X libraries. Based on your lack of ex

Re: Padlock accelerated SHA on Via C7

2009-04-14 Thread Theo de Raadt
> Has anybody been able to get Padlock accelerated SHA1 working on a C7 > or is this not currently possible? It isn't worth using it. The overhead is too high.

error : pkg add phpMyAdmin

2009-04-14 Thread Jean-Francois
Hello, Can you please help me with this : $ sudo pkg add phpMyAdmin-2.11.7.1.tgz Can't install php5-gd-5.2.6: lib not found X11.11.1 Dependencies for php5-gd-5.2.6 resolve to: jpeg-6bp3, php5-core-5.2.6, t1lib-5.1.0p1, png-1.2.28 Full dependency tree is libiconv-1.12,jpeg-6bp3,libxml-2.6.32p1,php

FW: FW: raidctl -vF component0 raid0

2009-04-14 Thread Chris Harries
Hi Alexis, No, I didnt try building from source...I think this is something I should try although having a skim over I'm not seeing what's different but I will have a detailed look over this late. I am going to start this again with a different machine hopefully tomorrow just to make sure this is

Re: Padlock accelerated SHA on Via C7

2009-04-14 Thread John Bartoszewski
A comparsion with more recient install. OpenBSD 4.5-current (GENERIC) #48: Sun Apr 12 23:43:52 MDT 2009 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: VIA C7-M Processor 1200MHz ("CentaurHauls" 686-class) 1.20 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,P

Re: FW: raidctl -vF component0 raid0

2009-04-14 Thread Alexis de BRUYN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Chris, Did you try to build your system as describe in the FAQ (5.3 - Building OpenBSD from source, http://www.openbsd.org/faq/faq5.html#Bld), instead of your following steps ? >>> Patch source tree to 4.4 PATCH: >>> cd /usr/src >>> mount /dev/cd0

Re: -stable 4.4 - a bunch of config problems

2009-04-14 Thread Alexander von Gernler
* J.C. Roberts [2009-04-14 16:55]: > grunk@ --seems there's a problem with your cvs - noted below. > $ cvs -d$CVSROOT co -rOPENBSD_4_4 xenocara/Makefile > The authenticity of host 'anoncvs.de.openbsd.org (131.188.40.91)' can't > be established. RSA key fingerprint is > fc:94:b0:c1:e5:b0:98:7

Re: -stable 4.4 - a bunch of config problems

2009-04-14 Thread J.C. Roberts
grunk@ --seems there's a problem with your cvs - noted below. On Tue, 14 Apr 2009 11:21:06 +0200 "soko.tica" wrote: > > You'll hate me for saying this but... dump GNOME. > > You'll hate me even more for saying this but... try cwm (in Xbase) > > and/or scrotwm (in ports/x11/scrotwm or possibly as

Padlock accelerated SHA on Via C7

2009-04-14 Thread John Arnold
Hi All, Has anybody been able to get Padlock accelerated SHA1 working on a C7 or is this not currently possible? The CPU has the capability: OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55 MDT 2008 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: VIA C7 Processor 1800MHz

Re: Installing Apache PHP/Mysql support

2009-04-14 Thread Cezary Morga
Jean-Francois wrote: > Hi All, > > Both pkg installed, links made, and after reboot, command line works : > > $ php -i > phpinfo() > PHP Version => 5.2.6 > > but .php page shows only source code in firefox ? Have you done everything mentioned in pkg_info -M php5-core? Especially the /var/www/conf

Re: Installing Apache PHP/Mysql support

2009-04-14 Thread Jean-Francois
For some reason the link creation did not work. Now problem is solved. Le mardi 14 avril 2009 16:11:17, vous avez icrit : > Hi All, > > Both pkg installed, links made, and after reboot, command line works : > > $ php -i > phpinfo() > PHP Version => 5.2.6 > > but .php page shows only source code in

Re: Low power OpenBSD machine

2009-04-14 Thread Jeffrey 'jf' Lim
On Tue, Apr 14, 2009 at 12:00 AM, Mic J wrote: > What about the Intel Atom, there is a version targeted for kind of > embedded systems. > Think its called z5xx or something. > > Its a x86, so i suppose its well supported? > > i'm buying 1 soonish, board, with no fan, 2GB ram , and a case. or you

Re: Low power OpenBSD machine

2009-04-14 Thread new_guy
Tim Hume wrote: > > Hi, > > My current PC is not very healthy. I am considering building a new low > power consumption machine. I want something a bit more powerful than a > Soekris, but it doesn't have to be the fastest machine around. I will > be using the machine for web browsing, Email, manag

Re: -stable 4.4 - a bunch of config problems

2009-04-14 Thread Rodolfo Gouveia
On Tue, Apr 14, 2009 at 11:21:06AM +0200, soko.tica wrote: > Remapping by wscons, I guess, won't work ( I haven't tried it), since > it would probably lead me into various problems that I wouldn't be > able to solve, for instance, in creating .pdf from .odt. Besides, I > need those keyboard layouts

Re: Installing Apache PHP/Mysql support

2009-04-14 Thread Jean-Francois
Hi All, Both pkg installed, links made, and after reboot, command line works : $ php -i phpinfo() PHP Version => 5.2.6 but .php page shows only source code in firefox ? One insight please ? Le mardi 14 avril 2009 13:56:32, vous avez icrit : > Dnia wtorek, 14 kwietnia 2009, Jean-Francois napisa

Re: Security considerations for login with an SSH host key

2009-04-14 Thread Darrin Chandler
On Tue, Apr 14, 2009 at 04:59:28PM +1000, Olivier Mehani wrote: > I'm wondering, however, if there were any security risks introduced by > specifically using the host key instead of one generated specifically > for that purpose and, if so, what they were. Personally I like using user keys instead.

Re: How to find my USB?

2009-04-14 Thread Jacek Artymiak
On Sat, Apr 11, 2009 at 1:29 AM, Juan Jimenez Galdos wrote: > Ok, thank you very much Alexander, Jacek :). > > A question: if i need to download a package with the dependences, is there a > command? is there in OpenBSD a cache with the packages? > > Thank you very much again. For OpenBSD 4.5/i386

Re: ACPI on VIA iDot 3500

2009-04-14 Thread Marco Peereboom
you have apm instead. if you don't want that try disabling it that should enable acpi. On Tue, Apr 14, 2009 at 08:38:53AM +0100, Ruan Kendall wrote: > So I've recently installed 4.4 on a new via idot pc3500-g motherboard, > which is all great, but I note that ACPI isn't working. Is there > anythi

Re: Installing Apache PHP/Mysql support

2009-04-14 Thread Cezary Morga
Dnia wtorek, 14 kwietnia 2009, Jean-Francois napisa3: > Now I saw there are many packages php5 and mysql, however it's not clear > for me which ones to install and the conf files that need to be modified, > the chrooted directories where some files might be copied to etc ... Install whichever pac

Re: matching ipv6 esp traffic

2009-04-14 Thread Markus Friedl
this has been fixed in openbsd 4.5 On Sun, Apr 12, 2009 at 05:48:54PM +0200, Florian Obser wrote: > Hi, > > I'm trying to secure my wlan access point with ipsec. > > Apparently I cannot match ipv6 esp traffic. This is on 4.4 > > I build a simplified setup with qemu, ipsec-gw and ipsec-client: >

Re: Installing Apache PHP/Mysql support

2009-04-14 Thread Robert
On Tue, 14 Apr 2009 11:40:59 +0200 "Jean-Francois" wrote: > Hi All, > > I don't want to bother you with that matter. > > Could one tell me where clear up to date infos are available > regarding how to mount the PHP support for my website hosted on > OpenBSD machine. > > Actually web infos are

Canada immigration

2009-04-14 Thread Agence Casa ElFirdaous
WARNING: contains undecipherable part Received: from unicornia896a8 (adsl-83-135-192-81.adsl2.iam.net.ma [81.192.135.83]) by mail.cashcom.ma (Postfix/TrioOS) with ESMTP id C63CA1200ADCE for ; Tue, 14 Apr 2009 10:00:42 + (WET) From: "Agence Casa ElFirdaous" To: Subject: Canada

Re: openntpd on openbsd on esx

2009-04-14 Thread Stuart Henderson
On 2009-04-14, Clifford Bailey wrote: > I'm trying to run a couple of ntp servers using openntpd on openbsd > 4.2 running as a vm on a vmware esx server. My problem is that the > machines never seem to become completely stable. They become > syncronised, but in 24 hours they may lose syncronisatio

Installing Apache PHP/Mysql support

2009-04-14 Thread Jean-Francois
Hi All, I don't want to bother you with that matter. Could one tell me where clear up to date infos are available regarding how to mount the PHP support for my website hosted on OpenBSD machine. Actually web infos are just small how to which do not give any more informations. Further some tell

Re: -stable 4.4 - a bunch of config problems

2009-04-14 Thread soko.tica
> You'll hate me for saying this but... dump GNOME. > You'll hate me even more for saying this but... try cwm (in Xbase) > and/or scrotwm (in ports/x11/scrotwm or possibly as a package?) > > After you're done hating me, you'll love all the screen space. I will not hate you, but until present I was

Re: openntpd on openbsd on esx

2009-04-14 Thread Janne Johansson
Clifford Bailey wrote: Hi, I'm trying to run a couple of ntp servers using openntpd on openbsd 4.2 running as a vm on a vmware esx server. My problem is that the machines never seem to become completely stable. They become syncronised, but in 24 hours they may lose syncronisation 2 or 3 times.

Re: openntpd on openbsd on esx

2009-04-14 Thread Peter Hessler
never run ntpd inside a virtual machine. Run it on the host. http://kb.vmware.com/KanisaPlatform/Publishing/329/1420_f.SAL_Public.html http://support.ntp.org/bin/view/Support/KnownOsIssues#Section_9.2.2.1. On 2009 Apr 14 (Tue) at 09:37:38 +0100 (+0100), Clifford Bailey wrote: :Hi, : :I'm tryin

openntpd on openbsd on esx

2009-04-14 Thread Clifford Bailey
Hi, I'm trying to run a couple of ntp servers using openntpd on openbsd 4.2 running as a vm on a vmware esx server. My problem is that the machines never seem to become completely stable. They become syncronised, but in 24 hours they may lose syncronisation 2 or 3 times. I was wondering whether a

Re: Low power OpenBSD machine

2009-04-14 Thread T. Ribbrock
On Mon, Apr 13, 2009 at 12:52:23PM -0400, Nick Holland wrote: [...] > a PIII-class system with an i810 chipset will probably come in below 30W > when idle. (Other chipsets may, too...but I put the Wattmeter on a 500MHz > PIII with an i810 chipset, with both a real disk and a flash disk, and it

Re: Intel 5100AGN in 4.5?

2009-04-14 Thread Nick Guenther
On Tue, Apr 14, 2009 at 3:02 AM, wrote: > OpenBSD 4.5 Release has support for Intel WiFi Link 5000 Series > adapters. See http://www.openbsd.org/45.html > D'oh, that was the one place I didn't think to look. Thanks. -Nick

Re: Security considerations for login with an SSH host key

2009-04-14 Thread Lars Noodén
> I'm currently setting up a remote backup solution > based on rdiff-backup. Basically, each computer > to be backed up regularly connects to the centralized > backup server, and sends the modifications. This is > done in a crontab. Are you also using sshd_config's ForceCommand and a specific cu

ACPI on VIA iDot 3500

2009-04-14 Thread Ruan Kendall
So I've recently installed 4.4 on a new via idot pc3500-g motherboard, which is all great, but I note that ACPI isn't working. Is there anything helpful I can contribute to getting it working on this system? Or do dmesg notes like 'pcibios0: bad IRQ table checksum' suggest that the system is prett

Security considerations for login with an SSH host key

2009-04-14 Thread Olivier Mehani
Hello all, I'm currently setting up a remote backup solution based on rdiff-backup. Basically, each computer to be backed up regularly connects to the centralized backup server, and sends the modifications. This is done in a crontab. On the backup server, there is one user per backed-up machine.

Re: Intel 5100AGN in 4.5?

2009-04-14 Thread damien . bergamini
OpenBSD 4.5 Release has support for Intel WiFi Link 5000 Series adapters. See http://www.openbsd.org/45.html Damien

Re: Low power OpenBSD machine

2009-04-14 Thread Janne Johansson
Nico Meijer wrote: Hi Timothy, Is it possible to build something like I describe which uses under 30 Watts, and if so, what hardware would people recommend? I am very happy with several mini-itx systems, both from VIA and from Jetway. For instance, a VIA VB7002 with 1.5Ghz C7-D CPU and 2Gb of