[PC-BSD Testing] Testing Digest, Vol 44, Issue 26
Ronald Bodinger, Fresh Sales
info at freshsales.at
Wed Sep 29 13:01:21 PDT 2010
Please unsubscribe me from the mailing list
Gruss
Ronald Bodinger
Fresh Sales
Sent via my Palm Pre
testing-request at lists.pcbsd.org <testing-request at lists.pcbsd.org> schrieb am 29.09.2010 21:00:
Send Testing mailing list submissions to
testing at lists.pcbsd.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.pcbsd.org/mailman/listinfo/testing
or, via email, send a message with subject or body 'help' to
testing-request at lists.pcbsd.org
You can reach the person managing the list at
testing-owner at lists.pcbsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Testing digest..."
Today's Topics:
1. Re: VBox and PCBSD 8.1 (Kris Moore)
2. Re: VBox and PCBSD 8.1 (M. Warner Losh)
3. Re: VBox and PCBSD 8.1 (Kris Moore)
4. Re: VBox and PCBSD 8.1 (M. Warner Losh)
5. Re: Printer setup (Kris Moore)
----------------------------------------------------------------------
Message: 1
Date: Tue, 28 Sep 2010 15:19:03 -0400
From: Kris Moore <kris at pcbsd.org>
To: testing at lists.pcbsd.org
Subject: Re: [PC-BSD Testing] VBox and PCBSD 8.1
Message-ID: <4CA23FA7.4020105 at pcbsd.org>
Content-Type: text/plain; charset=ISO-8859-1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 09/28/2010 14:58, Johann Hugo wrote:
> On Tuesday, September 28, 2010 06:15:05 pm Kris Moore wrote:
>> I've just added that to the PBI now, it'll use the rc.d script and load
>> the modules the same way the port does :)
>
> Another thing, does virtualbox need to run as root ?
>
> Johann
> _______________________________________________
> Testing mailing list
> Testing at lists.pcbsd.org
> http://lists.pcbsd.org/mailman/listinfo/testing
The PBI does for now, yes. Because of the way PBI apps work, its not
possible to use SETUID, which is what the port does.
- --
Kris Moore
PC-BSD Software
iXsystems
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJMoj+nAAoJEDv6T4U6J2HSqB4H/0YS4OMBjxCplB0gXqCcEVJ1
zKgGJE0g6mVgKnVNzO7N7O0ZIcPeN5K5b1c2tGUxd/4DOlxKLz3qGUCms6YscTgg
eoDXnJ8EbJCygcP4Aj/PDWCb9a+SKHpN5zDeS2kZM69jWuK1Yk0FMPzCKvNwqHgW
ixd63CwGufI9Ymwb8FYZVBLYxZyhRfrQhhfj/s37gwcClkUKAvFHqR+DziPJACaR
V/AVEgoT8LP0Rob5lKx/TTm86u9EoMebPUDya/A7HNvvXdtdIdEb+0cobzFmrKNp
9jYT3FcFi5al0H4C0p/HVtGJFZPM0G6b3Ee51wcOj3dUH+73bkNAM04LID31U/8=
=2HSk
-----END PGP SIGNATURE-----
------------------------------
Message: 2
Date: Tue, 28 Sep 2010 13:18:02 -0600 (MDT)
From: "M. Warner Losh" <imp at bsdimp.com>
To: testing at lists.pcbsd.org, jhugo at meraka.csir.co.za
Subject: Re: [PC-BSD Testing] VBox and PCBSD 8.1
Message-ID: <20100928.131802.62409427275407908.imp at bsdimp.com>
Content-Type: Text/Plain; charset=us-ascii
In message: <201009282058.33555.jhugo at meraka.csir.co.za>
Johann Hugo <jhugo at meraka.csir.co.za> writes:
: On Tuesday, September 28, 2010 06:15:05 pm Kris Moore wrote:
: > I've just added that to the PBI now, it'll use the rc.d script and load
: > the modules the same way the port does :)
:
: Another thing, does virtualbox need to run as root ?
No.
Warner
------------------------------
Message: 3
Date: Tue, 28 Sep 2010 14:34:30 -0700
From: Kris Moore <kris at pcbsd.org>
To: "PC-BSD Testing list" <testing at lists.pcbsd.org>,
<testing at lists.pcbsd.org>, <jhugo at meraka.csir.co.za>
Subject: Re: [PC-BSD Testing] VBox and PCBSD 8.1
Message-ID: <49682.1285709670 at pcbsd.org>
Content-Type: text/plain; charset="utf-8"
On Tue 28/09/10 4:18 PM , "M. Warner Losh" <imp at bsdimp.com> wrote:
> In message:
> Johann Hugo writes:
> : On Tuesday, September 28, 2010 06:15:05 pm Kris Moore wrote:
> : > I've just added that to the PBI now, it'll use the rc.d script
> and load
> : > the modules the same way the port does :)
> :
> : Another thing, does virtualbox need to run as root ?
> No.
> Warner
> _______________________________________________
> Testing mailing list
> http://lists.pcbsd.org/mailman/listinfo/testing
>
>
Warner,
Aren't the front-ends and others running setuid on your box? The Makefile still looks like they are:
.for f in VBoxNetAdpCtl VBoxNetDHCP ${VBOX_FRONTENDS}
${CHMOD} 4511 ${PREFIX}/lib/virtualbox/${f}
.endfor
If that's the case still, then the PBI will still need to prompt for the password, since we don't play as nicely with setuid :)
--
Kris Moore
PC-BSD / iXsystems
Message sent via Atmail Open - http://atmail.org/
------------------------------
Message: 4
Date: Tue, 28 Sep 2010 15:49:05 -0600 (MDT)
From: "M. Warner Losh" <imp at bsdimp.com>
To: kris at pcbsd.org, testing at lists.pcbsd.org
Subject: Re: [PC-BSD Testing] VBox and PCBSD 8.1
Message-ID: <20100928.154905.897397176028398343.imp at bsdimp.com>
Content-Type: Text/Plain; charset=us-ascii
In message: <49682.1285709670 at pcbsd.org>
Kris Moore <kris at pcbsd.org> writes:
:
:
:
:
:
: On Tue 28/09/10 4:18 PM , "M. Warner Losh" <imp at bsdimp.com> wrote:
:
: > In message:
: > Johann Hugo writes:
: > : On Tuesday, September 28, 2010 06:15:05 pm Kris Moore wrote:
: > : > I've just added that to the PBI now, it'll use the rc.d script
: > and load
: > : > the modules the same way the port does :)
: > :
: > : Another thing, does virtualbox need to run as root ?
: > No.
: > Warner
: > _______________________________________________
: > Testing mailing list
: > http://lists.pcbsd.org/mailman/listinfo/testing
: >
: >
:
: Warner,
:
: Aren't the front-ends and others running setuid on your box? The Makefile still looks like they are:
:
:
: .for f in VBoxNetAdpCtl VBoxNetDHCP ${VBOX_FRONTENDS}
: ${CHMOD} 4511 ${PREFIX}/lib/virtualbox/${f}
: .endfor
:
: If that's the case still, then the PBI will still need to prompt for the password, since we don't play as nicely with setuid :)
Now that I see that, yes, they are.
Warner
------------------------------
Message: 5
Date: Wed, 29 Sep 2010 11:03:04 -0400
From: Kris Moore <kris at pcbsd.org>
To: testing at lists.pcbsd.org
Subject: Re: [PC-BSD Testing] Printer setup
Message-ID: <4CA35528.6050501 at pcbsd.org>
Content-Type: text/plain; charset=ISO-8859-1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 09/24/2010 11:58, Josh Paetzel wrote:
> It seems that the printer setup in PC-BSD 8.1 has some issues.
>
> I was at the iXsystems office last week, and the lounge computer was unable to
> scan for any printers.
>
> I recently converted my laptop to PCBSD 8.1 as well. On my home LAN it was
> able to find one of my two network printers once. The second time I tried it
> was unable to find any printers.
>
> Xin Li fixed the lounge machine at iX by restarting cups with the default
> cupsd.conf, I tried that on my LAN but it didn't fix the issue.
>
> I can add printers just fine and use them by entering the URL, it is just
> unable to find them automagically.
>
Josh,
I'm testing this here, and using the default CUPS config, I still can't
scan and find my network printers. I'll keep plugging on it though, see
if I can find out why.
- --
Kris Moore
PC-BSD Software
iXsystems
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJMo1UoAAoJEDv6T4U6J2HSXMAH/3O8MTb612qcQUEg22VF0LRd
+a2V+sX2+ISMScAj9vYqCnXY7byIFJHk9lRlyLkpcyLP/rB60SnavfXbOxzHOQxw
9Qu5ZVn0hzwSnaAHUkKqgMwbAYGdnt5PMq7010zXY8EjVXr2LAMIehy3l7cv8iAd
UVRdtEU0TRn0UjKy0MzSElIP1ubs72grUGu9uQVj+LMtlgwE0kDv0XQTwHm3z41D
BI/TgqR6PI3mvPWvfVQdR1G8dJanCvXNmpKhUA9A338K0g6MXowiSTPo8nqFJcLU
AZJdYqgg2tWOqWJPYAdrip9r1PfgrVmDboP/1ErhJXlAITEGLaHNcli52cbBx+k=
=p9pt
-----END PGP SIGNATURE-----
------------------------------
_______________________________________________
Testing mailing list
Testing at lists.pcbsd.org
http://lists.pcbsd.org/mailman/listinfo/testing
End of Testing Digest, Vol 44, Issue 26
***************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pcbsd.org/pipermail/testing/attachments/20100929/0b69acca/attachment.html>
More information about the Testing
mailing list