* Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04
@ 2012-05-02 15:16 Elvis Dowson
2012-05-02 15:18 ` Osier-mixon, Jeffrey
2012-05-02 15:21 ` Joshua Lock
0 siblings, 2 replies; 7+ messages in thread
From: Elvis Dowson @ 2012-05-02 15:16 UTC (permalink / raw)
To: Yocto Discussion Mailing List
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
Hi,
Is it not necessary to run
sudo dpkg-reconfigure dash
with Poky 1.2 on Ubuntu 12.04 ?
It is not mentioned in the latest yocto documentation:
http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html
However, the previous version documentation mentions it:
http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html
Elvis Dowson
[-- Attachment #2: Type: text/html, Size: 1055 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04
2012-05-02 15:16 Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04 Elvis Dowson
@ 2012-05-02 15:18 ` Osier-mixon, Jeffrey
2012-05-02 15:20 ` Chris Larson
` (3 more replies)
2012-05-02 15:21 ` Joshua Lock
1 sibling, 4 replies; 7+ messages in thread
From: Osier-mixon, Jeffrey @ 2012-05-02 15:18 UTC (permalink / raw)
To: Elvis Dowson; +Cc: Yocto Discussion Mailing List
Good catch. I'm still installing 12.04 and can't check at the moment,
but there is an easy way to tell:
file /bin/sh
If it points to bash you should be fine, if it points to dash then
you'll need to reconfigure. Please let me know the results and I'll
make sure it gets documented either way.
hope that helps!
On Wed, May 2, 2012 at 8:16 AM, Elvis Dowson <elvis.dowson@gmail.com> wrote:
> Hi,
> Is it not necessary to run
>
> sudo dpkg-reconfigure dash
>
> with Poky 1.2 on Ubuntu 12.04 ?
>
> It is not mentioned in the latest yocto documentation:
>
> http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html
>
> However, the previous version documentation mentions it:
>
> http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html
>
> Elvis Dowson
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
--
Jeff Osier-Mixon http://jefro.net/blog
Yocto Project Community Manager @Intel http://yoctoproject.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04
2012-05-02 15:18 ` Osier-mixon, Jeffrey
@ 2012-05-02 15:20 ` Chris Larson
2012-05-02 15:22 ` Robert P. J. Day
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Chris Larson @ 2012-05-02 15:20 UTC (permalink / raw)
To: Osier-mixon, Jeffrey; +Cc: Yocto Discussion Mailing List
On Wed, May 2, 2012 at 8:18 AM, Osier-mixon, Jeffrey
<jeffrey.osier-mixon@intel.com> wrote:
> Good catch. I'm still installing 12.04 and can't check at the moment,
> but there is an easy way to tell:
>
> file /bin/sh
>
> If it points to bash you should be fine, if it points to dash then
> you'll need to reconfigure. Please let me know the results and I'll
> make sure it gets documented either way.
From discussion on IRC, folks have said /bin/sh being bash is no
longer required.
--
Christopher Larson
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04
2012-05-02 15:16 Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04 Elvis Dowson
2012-05-02 15:18 ` Osier-mixon, Jeffrey
@ 2012-05-02 15:21 ` Joshua Lock
1 sibling, 0 replies; 7+ messages in thread
From: Joshua Lock @ 2012-05-02 15:21 UTC (permalink / raw)
To: yocto
On 02/05/12 08:16, Elvis Dowson wrote:
> Hi,
> Is it not necessary to run
>
> sudo dpkg-reconfigure dash
>
> with Poky 1.2 on Ubuntu 12.04 ?
It should not be.
We made a concerted effort to ensure Poky runs under the Dash shell in
the 1.2 cycle. I believe there are several developers of the project
using Dash as their primary shell without issue.
Regards,
Joshua
--
Joshua Lock
Yocto Project
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04
2012-05-02 15:18 ` Osier-mixon, Jeffrey
2012-05-02 15:20 ` Chris Larson
@ 2012-05-02 15:22 ` Robert P. J. Day
2012-05-02 15:29 ` Elvis Dowson
2012-05-02 15:50 ` Richard Purdie
3 siblings, 0 replies; 7+ messages in thread
From: Robert P. J. Day @ 2012-05-02 15:22 UTC (permalink / raw)
To: Osier-mixon, Jeffrey; +Cc: Yocto Discussion Mailing List
On Wed, 2 May 2012, Osier-mixon, Jeffrey wrote:
> Good catch. I'm still installing 12.04 and can't check at the
> moment, but there is an easy way to tell:
>
> file /bin/sh
>
> If it points to bash you should be fine, if it points to dash then
> you'll need to reconfigure. Please let me know the results and I'll
> make sure it gets documented either way.
i was fairly sure this was no longer an issue.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04
2012-05-02 15:18 ` Osier-mixon, Jeffrey
2012-05-02 15:20 ` Chris Larson
2012-05-02 15:22 ` Robert P. J. Day
@ 2012-05-02 15:29 ` Elvis Dowson
2012-05-02 15:50 ` Richard Purdie
3 siblings, 0 replies; 7+ messages in thread
From: Elvis Dowson @ 2012-05-02 15:29 UTC (permalink / raw)
To: Yocto Discussion Mailing List
Hi Jeffrey,
On May 2, 2012, at 5:18 PM, Osier-mixon, Jeffrey wrote:
> Good catch. I'm still installing 12.04 and can't check at the moment.
I'll switch back to dash and check it out.
FYI, the user experience with Ubuntu 12.04 64-bit, running inside a VMware Fusion
Tech Preview 2012 virtual machine is pretty good. They've finally added support
for 3D OpenGL acceleration for Ubuntu 12.04.
http://communities.vmware.com/community/vmtn/beta/fusiontp2012
Elvis Dowson
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04
2012-05-02 15:18 ` Osier-mixon, Jeffrey
` (2 preceding siblings ...)
2012-05-02 15:29 ` Elvis Dowson
@ 2012-05-02 15:50 ` Richard Purdie
3 siblings, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2012-05-02 15:50 UTC (permalink / raw)
To: Osier-mixon, Jeffrey; +Cc: Yocto Discussion Mailing List
On Wed, 2012-05-02 at 08:18 -0700, Osier-mixon, Jeffrey wrote:
> Good catch. I'm still installing 12.04 and can't check at the moment,
> but there is an easy way to tell:
>
> file /bin/sh
>
> If it points to bash you should be fine, if it points to dash then
> you'll need to reconfigure. Please let me know the results and I'll
> make sure it gets documented either way.
Just to be very clear on this, you do not need to use bash as /bin/sh
with this release, dash should work fine. The instruction was removed
from the documentation since it is no longer necessary.
Cheers,
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-05-02 15:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-02 15:16 Is it not necessary to sudo dpkg-reconfigure dash with Poky 1.2 on Ubuntu 12.04 Elvis Dowson
2012-05-02 15:18 ` Osier-mixon, Jeffrey
2012-05-02 15:20 ` Chris Larson
2012-05-02 15:22 ` Robert P. J. Day
2012-05-02 15:29 ` Elvis Dowson
2012-05-02 15:50 ` Richard Purdie
2012-05-02 15:21 ` Joshua Lock
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.