microsoft and UEFI boot

2011-09-24 Thread Amit Kulkarni
http://mjg59.dreamwidth.org/5850.html in the future how will we have access to OpenBSD if Microsoft get away with it? right now most of us buy Windows enabled PCs and either dual boot or wipe it out... thanks

rc_scripts

2011-09-24 Thread Alessandro Baggi
Hi list. I'm trying to use rc_script in rc.conf.local but without results. In rc.conf.local I put this: rc_scripts="clamd" but after reboot, clamd does not start. I've tried also: rc_scripts="clamd start" and clamd_flags="" but without result. Can someone point me in the right direction?

Re: rc_scripts

2011-09-24 Thread Tomas Bodzar
On Sat, Sep 24, 2011 at 3:59 PM, Alessandro Baggi wrote: > Hi list. > > I'm trying to use rc_script in rc.conf.local but without results. > In rc.conf.local I put this: > > rc_scripts="clamd" > > but after reboot, clamd does not start. > I've tried also: > > rc_scripts="clamd start" > > and > > cl

Re: microsoft and UEFI boot

2011-09-24 Thread Marc Smith
This has been already explained in multiple articles, really. It looks like it's OEMs stuff. They decide whether they give the end user an option to disable secure boot or not. It's probobly the best to buy only "No OS" computers anyway. You can also support various open BIOS initiatives. Dnia

Re: microsoft and UEFI boot

2011-09-24 Thread Paren Thetic
On Sat, 24 Sep 2011 08:36:21 -0500 Amit Kulkarni wrote: > http://mjg59.dreamwidth.org/5850.html > > in the future how will we have access to OpenBSD if Microsoft get away > with it? right now most of us buy Windows enabled PCs and either dual > boot or wipe it out... > > thanks Don't buy IBM P

Re: rc_scripts

2011-09-24 Thread Alessandro Baggi
Hi Tomas, Yes, clamd is already running. Now i'm starting it from rc.local. Reading man pages from www.openbsd.org I get: The fourth section contains the/pkg_scripts/ variable, responsible for starting and stoppingrc.d(8)

Re: rc_scripts

2011-09-24 Thread Tomas Bodzar
On Sat, Sep 24, 2011 at 4:24 PM, Alessandro Baggi wrote: > Hi Tomas, > > Yes, clamd is already running. Now i'm starting it from rc.local. Use /etc/rc.conf.local and that new infrastructure rc.d > > Reading man pages from www.openbsd.org I get: > > The fourth section contains the/pkg_scripts/ B

Re: rc_scripts

2011-09-24 Thread Vijay Sankar
Quoting Alessandro Baggi : Hi Tomas, Yes, clamd is already running. Now i'm starting it from rc.local. Reading man pages from www.openbsd.org I get: The fourth section contains the/pkg_scripts/ variable, responsible for starting and stoppingrc.d(8)

Re: rc_scripts

2011-09-24 Thread Alessandro Baggi
Hi Vijay, I've put in my rc.conf.local, at the end of the file, this: rc_scripts="clamd" but it does not work. I've tried to start directly from /etc/rc.d/clamd start and it works. I understand where is the problem... On 09/24/2011 04:51 PM, Vijay Sankar wrote: Quoting Alessandro Baggi :

Re: rc_scripts

2011-09-24 Thread Edho P Arief
On Sat, Sep 24, 2011 at 9:24 PM, Alessandro Baggi wrote: > Hi Tomas, > > Yes, clamd is already running. Now i'm starting it from rc.local. > > Reading man pages from www.openbsd.org I get: > > The fourth section contains the/pkg_scripts/ B variable, responsible for > B B starting and stoppingrc.

Re: rc_scripts

2011-09-24 Thread Alessandro Baggi
Nothing, I've also tried to use pkg_scripts="clamd" It does not work. There some place where I can find some logs error? In /var/log I don't see nothing. On 09/24/2011 05:21 PM, William Yodlowsky wrote: On 24 September 2011 at 17:23, Alessandro Baggi wrote: I've put in my rc.conf.local,

Re: rc_scripts

2011-09-24 Thread Tomas Bodzar
On Sat, Sep 24, 2011 at 5:41 PM, Alessandro Baggi wrote: > Nothing, I've also tried to use pkg_scripts="clamd" > > It does not work. > > There some place where I can find some logs error? In /var/log I don't see > nothing. There was in man rc.d this: RC_DEBUG Setting this variable will print th

Re: microsoft and UEFI boot

2011-09-24 Thread Paolo Aglialoro
Unfortunately, just a tiny percentage of sold X86 boxes is no-OS, and also dell has stopped selling linux PCs. The last "no-OS" one I bought was an HP laptop (HP 360) with suse 11 onboard. Drops within an ocean. Unless EU Commission helps, it'll be a hell of a scenery On Sat, Sep 24, 2011 at

Re: microsoft and UEFI boot

2011-09-24 Thread Marc Smith
Well, yes. You're right. Apparently only EU commission can help and let me tell you that: EU is really good with those kind of regulations. It usually cares for customer's privacy and fights monopoly of particular companies. Let's hope it would make next move. Anyway, there are [still] some custom

Re: rc_scripts

2011-09-24 Thread Vijay Sankar
Can you do a sysctl kern.version and send that to the list? May be that will help pinpoint your issue. I can confirm that rc_scripts work for me (and pkg_scripts do not) on 4.9 AMD64 from the CD Release. Quoting Alessandro Baggi : Nothing, I've also tried to use pkg_scripts="clamd" It d

Re: rc_scripts

2011-09-24 Thread Ingo Schwarze
Hi, Tomas Bodzar wrote on Sat, Sep 24, 2011 at 06:53:00PM +0200: > On Sat, Sep 24, 2011 at 5:41 PM, Alessandro Baggi wrote: >> There some place where I can find some logs error? >> In /var/log I don't see nothing. > There was in man rc.d this: > > RC_DEBUG Setting this variable will print the

Re: rc_scripts

2011-09-24 Thread Alessandro Baggi
kernel version is: kern.version=OpenBSD 4.9 (GENERIC.MP) #819: Wed Mar 2 06:57:49 MST 2011 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP On 09/24/2011 07:15 PM, Vijay Sankar wrote: Can you do a sysctl kern.version and send that to the list? May be that will help p

Re: rc_scripts

2011-09-24 Thread Vijay Sankar
Quoting Alessandro Baggi : kernel version is: kern.version=OpenBSD 4.9 (GENERIC.MP) #819: Wed Mar 2 06:57:49 MST 2011 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP On 09/24/2011 07:15 PM, Vijay Sankar wrote: Can you do a sysctl kern.version and send that to the

Re: rc_scripts

2011-09-24 Thread Alessandro Baggi
On 09/24/2011 08:35 PM, Vijay Sankar wrote: Quoting Alessandro Baggi : kernel version is: kern.version=OpenBSD 4.9 (GENERIC.MP) #819: Wed Mar 2 06:57:49 MST 2011 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP On 09/24/2011 07:15 PM, Vijay Sankar wrote: Can you do

Re: rc_scripts

2011-09-24 Thread Vijay Sankar
Quoting Alessandro Baggi : On 09/24/2011 08:35 PM, Vijay Sankar wrote: Quoting Alessandro Baggi : kernel version is: kern.version=OpenBSD 4.9 (GENERIC.MP) #819: Wed Mar 2 06:57:49 MST 2011 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP On 09/24/2011 07:15 PM, Vija

Re: no packages for amd64 snapshot

2011-09-24 Thread ropers
> On 2011-09-23, ropers wrote: >> dpb is not in base, there are no packages, it's not mentioned in the >> OpenBSD FAQ or Porter's Handbook, and it's not listed at openports.se. >> It can be found via the googles, but for your average OpenBSD user >> typing man dpb will do exactly diddly squat. ;-)