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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
> 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.
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
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
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
-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
* 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
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
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
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
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
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
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
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
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
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.
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
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
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
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:
>
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
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
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
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
> 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
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.
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
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
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
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
> 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
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
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.
OpenBSD 4.5 Release has support for Intel WiFi Link 5000 Series
adapters. See http://www.openbsd.org/45.html
Damien
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
68 matches
Mail list logo