Tuesday, May 28, 2013

Re: [nslu2-linux] latest opkg feeds for slugosbe? - setting up gcc

 

A follow up on this issue. Let me explain where I am:

I have a slug I used for a project a year or two ago. I loaded slugos5.3be using the binary on the website, then I loaded lighttpd using apparently opkg pointing to http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/. This worked great.

That project is over, and I want to reuse the slug for a new project involving talking to a custom USB interface board. I have that working as well.

Following this mail thread, I setup ipkg to point to http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable. I did "opkg remove" on most of what I had installed before. I did "ipkg install" of python, perl, make, lighttpd.

So, what's the problem? If I read the website, there are how-tos that offer information , but some of it seems obsolete. For example, I needed to compile a C program. If I look on the website, there are instructions on how to setup a native toolchain such as http://www.nslu2-linux.org/wiki/HowTo/SlugOSNativeCompileEnvironment. The packages mention are not available in either of these repos.

So, what I did was "opkg install gcc" and "opkg install gcc-symlinks". (gcc doesn't seem to be in the optware repo) I downloaded libusb 1.0.9, ran configure, make, make install and then compiled and linked my C code with /usr/local/libusb-1.0.a. This is working OK.

So my question is, if I don't want to rebuild packages, just write my own code, am I doing the right thing here? Is there a better way to set up gcc?



From: wetstreams <wetstreams@yahoo.com>
To: "nslu2-linux@yahoogroups.com" <nslu2-linux@yahoogroups.com>
Sent: Monday, May 27, 2013 11:39 PM
Subject: Re: [nslu2-linux] latest opkg feeds for slugosbe?

Thanks, that took care of it. Still learning about the slugos and was confused by one of the comments on the web site.



From: Mike Westerhof (mwester) <mwester@dls.net>
To: nslu2-linux@yahoogroups.com
Cc: wetstreams <wetstreams@yahoo.com>
Sent: Sunday, May 26, 2013 8:37 PM
Subject: Re: [nslu2-linux] latest opkg feeds for slugosbe?

 
Yes, optware is installed with the *ipkg* utility, which is similar but
not identical to the *opkg* utility. I'm actually surprised it got that
far!

f you don't have ipkg installed on your slugos system, refer to the wiki
for the info you'll need.

-Mike (mwester)

On 5/26/2013 9:35 PM, wetstreams wrote:
>
>
> Interesting. If I edit /etc/opkg/cross-feed.conf to
> http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable
>
> and then say:
>
> root@slug3816:/# opkg install lighttpd
> Installing lighttpd (1.4.32-1) to root...
> Downloading
> http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable/lighttpd_1.4.32-1_armeb.ipk
> gunzip: short read
> gunzip: invalid magic
> package lighttpd suggests installing e2fsprogs
> package lighttpd suggests installing libxml2
> package lighttpd suggests installing lua
> package lighttpd suggests installing sqlite
> package lighttpd suggests installing openldap-libs
> package lighttpd suggests installing mysql
> gunzip: invalid magic
> gunzip: short read
> gunzip: invalid magic
> can't get //usr/lib/opkg/info/lighttpd.control open for read
> gunzip: invalid magic
> Configuring lighttpd
> Collected errors:
> * Unable to open the control file in set_flags_from_control
> root@slug3816:/#
>
> Any idea what might be wrong?
>
> ----------------------------------------------------------
> *From:* Ovidiu Sas <osas@voipembedded.com>
> *To:* nslu2-linux@yahoogroups.com
> *Sent:* Saturday, May 25, 2013 4:49 PM
> *Subject:* Re: [nslu2-linux] latest opkg feeds for slugosbe?
>
> I'm have a slug running slugosbe 5.3beta.
> I setup optware on it and I'm using everything from optware:
> http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable
>
> Regards,
> Ovidiu Sas
>
>
>
> On Sat, May 25, 2013 at 7:37 PM, wetstreams <wetstreams@yahoo.com
> <mailto:wetstreams@yahoo.com>> wrote:
>
> __
> I am trying to re-use a slug for a new project. It has slugosbe
> 5.3beta running.
>
> ipkg and opkg source points to
> http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/.
> <http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/> I
> see that was last updated in 2009.
>
> If I try to use newer feeds like
> http://ipkg.nslu2-linux.org/feeds/optware/slugosbe/cross/stable/
> they do not work - I get magic errors from gzip. It appears they
> end in "armeb.ipk" instead of "armv5teb.ipk".
>
> Are there any newer feeds I can use? I have looked at a lot of
> pages and sites for this, no useful information.
>
> Should I try a different OS or hardware?
>
>
>
>
> --
> VoIP Embedded, Inc.
> http://www.voipembedded.com <http://www.voipembedded.com/>
>
>
>
>
>




__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (6)
Recent Activity:
.

__,_._,___

Monday, May 27, 2013

Re: [nslu2-linux] latest opkg feeds for slugosbe?

 

Thanks, that took care of it. Still learning about the slugos and was confused by one of the comments on the web site.



From: Mike Westerhof (mwester) <mwester@dls.net>
To: nslu2-linux@yahoogroups.com
Cc: wetstreams <wetstreams@yahoo.com>
Sent: Sunday, May 26, 2013 8:37 PM
Subject: Re: [nslu2-linux] latest opkg feeds for slugosbe?

 
Yes, optware is installed with the *ipkg* utility, which is similar but
not identical to the *opkg* utility. I'm actually surprised it got that
far!

f you don't have ipkg installed on your slugos system, refer to the wiki
for the info you'll need.

-Mike (mwester)

On 5/26/2013 9:35 PM, wetstreams wrote:
>
>
> Interesting. If I edit /etc/opkg/cross-feed.conf to
> http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable
>
> and then say:
>
> root@slug3816:/# opkg install lighttpd
> Installing lighttpd (1.4.32-1) to root...
> Downloading
> http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable/lighttpd_1.4.32-1_armeb.ipk
> gunzip: short read
> gunzip: invalid magic
> package lighttpd suggests installing e2fsprogs
> package lighttpd suggests installing libxml2
> package lighttpd suggests installing lua
> package lighttpd suggests installing sqlite
> package lighttpd suggests installing openldap-libs
> package lighttpd suggests installing mysql
> gunzip: invalid magic
> gunzip: short read
> gunzip: invalid magic
> can't get //usr/lib/opkg/info/lighttpd.control open for read
> gunzip: invalid magic
> Configuring lighttpd
> Collected errors:
> * Unable to open the control file in set_flags_from_control
> root@slug3816:/#
>
> Any idea what might be wrong?
>
> ----------------------------------------------------------
> *From:* Ovidiu Sas <osas@voipembedded.com>
> *To:* nslu2-linux@yahoogroups.com
> *Sent:* Saturday, May 25, 2013 4:49 PM
> *Subject:* Re: [nslu2-linux] latest opkg feeds for slugosbe?
>
> I'm have a slug running slugosbe 5.3beta.
> I setup optware on it and I'm using everything from optware:
> http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable
>
> Regards,
> Ovidiu Sas
>
>
>
> On Sat, May 25, 2013 at 7:37 PM, wetstreams <wetstreams@yahoo.com
> <mailto:wetstreams@yahoo.com>> wrote:
>
> __
> I am trying to re-use a slug for a new project. It has slugosbe
> 5.3beta running.
>
> ipkg and opkg source points to
> http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/.
> <http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/> I
> see that was last updated in 2009.
>
> If I try to use newer feeds like
> http://ipkg.nslu2-linux.org/feeds/optware/slugosbe/cross/stable/
> they do not work - I get magic errors from gzip. It appears they
> end in "armeb.ipk" instead of "armv5teb.ipk".
>
> Are there any newer feeds I can use? I have looked at a lot of
> pages and sites for this, no useful information.
>
> Should I try a different OS or hardware?
>
>
>
>
> --
> VoIP Embedded, Inc.
> http://www.voipembedded.com <http://www.voipembedded.com/>
>
>
>
>
>


__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)
Recent Activity:
.

__,_._,___

Sunday, May 26, 2013

Re: [nslu2-linux] latest opkg feeds for slugosbe?

 

Yes, optware is installed with the *ipkg* utility, which is similar but
not identical to the *opkg* utility. I'm actually surprised it got that
far!

f you don't have ipkg installed on your slugos system, refer to the wiki
for the info you'll need.

-Mike (mwester)

On 5/26/2013 9:35 PM, wetstreams wrote:
>
>
> Interesting. If I edit /etc/opkg/cross-feed.conf to
> http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable
>
> and then say:
>
> root@slug3816:/# opkg install lighttpd
> Installing lighttpd (1.4.32-1) to root...
> Downloading
> http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable/lighttpd_1.4.32-1_armeb.ipk
> gunzip: short read
> gunzip: invalid magic
> package lighttpd suggests installing e2fsprogs
> package lighttpd suggests installing libxml2
> package lighttpd suggests installing lua
> package lighttpd suggests installing sqlite
> package lighttpd suggests installing openldap-libs
> package lighttpd suggests installing mysql
> gunzip: invalid magic
> gunzip: short read
> gunzip: invalid magic
> can't get //usr/lib/opkg/info/lighttpd.control open for read
> gunzip: invalid magic
> Configuring lighttpd
> Collected errors:
> * Unable to open the control file in set_flags_from_control
> root@slug3816:/#
>
> Any idea what might be wrong?
>
> ----------------------------------------------------------
> *From:* Ovidiu Sas <osas@voipembedded.com>
> *To:* nslu2-linux@yahoogroups.com
> *Sent:* Saturday, May 25, 2013 4:49 PM
> *Subject:* Re: [nslu2-linux] latest opkg feeds for slugosbe?
>
> I'm have a slug running slugosbe 5.3beta.
> I setup optware on it and I'm using everything from optware:
> http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable
>
> Regards,
> Ovidiu Sas
>
>
>
> On Sat, May 25, 2013 at 7:37 PM, wetstreams <wetstreams@yahoo.com
> <mailto:wetstreams@yahoo.com>> wrote:
>
> __
> I am trying to re-use a slug for a new project. It has slugosbe
> 5.3beta running.
>
> ipkg and opkg source points to
> http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/.
> <http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/> I
> see that was last updated in 2009.
>
> If I try to use newer feeds like
> http://ipkg.nslu2-linux.org/feeds/optware/slugosbe/cross/stable/
> they do not work - I get magic errors from gzip. It appears they
> end in "armeb.ipk" instead of "armv5teb.ipk".
>
> Are there any newer feeds I can use? I have looked at a lot of
> pages and sites for this, no useful information.
>
> Should I try a different OS or hardware?
>
>
>
>
> --
> VoIP Embedded, Inc.
> http://www.voipembedded.com <http://www.voipembedded.com/>
>
>
>
>
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)
Recent Activity:
.

__,_._,___

Re: [nslu2-linux] latest opkg feeds for slugosbe?

 

Interesting. If I edit /etc/opkg/cross-feed.conf to
http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable

and then say:

root@slug3816:/# opkg install lighttpd
Installing lighttpd (1.4.32-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/slugos5be/cross/unstable/lighttpd_1.4.32-1_armeb.ipk
gunzip: short read
gunzip: invalid magic
package lighttpd suggests installing e2fsprogs
package lighttpd suggests installing libxml2
package lighttpd suggests installing lua
package lighttpd suggests installing sqlite
package lighttpd suggests installing openldap-libs
package lighttpd suggests installing mysql
gunzip: invalid magic
gunzip: short read
gunzip: invalid magic
can't get //usr/lib/opkg/info/lighttpd.control open for read
gunzip: invalid magic
Configuring lighttpd
Collected errors:
 * Unable to open the control file in  set_flags_from_control
root@slug3816:/#


Any idea what might be wrong?


From: Ovidiu Sas <osas@voipembedded.com>
To: nslu2-linux@yahoogroups.com
Sent: Saturday, May 25, 2013 4:49 PM
Subject: Re: [nslu2-linux] latest opkg feeds for slugosbe?

 
I'm have a slug running slugosbe 5.3beta.
I setup optware on it and I'm using everything from optware:

Regards,
Ovidiu Sas



On Sat, May 25, 2013 at 7:37 PM, wetstreams <wetstreams@yahoo.com> wrote:
 
I am trying to re-use a slug for a new project. It has slugosbe 5.3beta running.

ipkg and opkg source points to http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/. I see that was last updated in 2009.

If I try to use newer feeds like http://ipkg.nslu2-linux.org/feeds/optware/slugosbe/cross/stable/ they do not work - I get magic errors from gzip. It appears they end in "armeb.ipk" instead of "armv5teb.ipk".

Are there any newer feeds I can use? I have looked at a lot of pages and sites for this, no useful information.

Should I try a different OS or hardware?




--
VoIP Embedded, Inc.
http://www.voipembedded.com


__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (3)
Recent Activity:
.

__,_._,___

Saturday, May 25, 2013

Re: [nslu2-linux] latest opkg feeds for slugosbe?

 

I'm have a slug running slugosbe 5.3beta.
I setup optware on it and I'm using everything from optware:

Regards,
Ovidiu Sas



On Sat, May 25, 2013 at 7:37 PM, wetstreams <wetstreams@yahoo.com> wrote:
 

I am trying to re-use a slug for a new project. It has slugosbe 5.3beta running.

ipkg and opkg source points to http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/. I see that was last updated in 2009.

If I try to use newer feeds like http://ipkg.nslu2-linux.org/feeds/optware/slugosbe/cross/stable/ they do not work - I get magic errors from gzip. It appears they end in "armeb.ipk" instead of "armv5teb.ipk".

Are there any newer feeds I can use? I have looked at a lot of pages and sites for this, no useful information.

Should I try a different OS or hardware?




--
VoIP Embedded, Inc.
http://www.voipembedded.com

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)
Recent Activity:
.

__,_._,___

[nslu2-linux] latest opkg feeds for slugosbe?

 

I am trying to re-use a slug for a new project. It has slugosbe 5.3beta running.

ipkg and opkg source points to http://ipkg.nslu2-linux.org/feeds/slugosbe/cross/5.3-beta/. I see that was last updated in 2009.

If I try to use newer feeds like http://ipkg.nslu2-linux.org/feeds/optware/slugosbe/cross/stable/ they do not work - I get magic errors from gzip. It appears they end in "armeb.ipk" instead of "armv5teb.ipk".

Are there any newer feeds I can use? I have looked at a lot of pages and sites for this, no useful information.

Should I try a different OS or hardware?

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
.

__,_._,___

Re: [nslu2-linux] Update request tinyproxy (from 1.8.2 to 1.8.3)

Should be in the feeds now.

Regards,
Ovidiu Sas

On Sat, May 25, 2013 at 4:16 AM, jimfr06 <jimfr06@yahoo.fr> wrote:
>
>
> Hello,
>
> could you update tinyproxy on the repositories?
>
> The version in the nslu2 repositories is 1.8.2 and it has a bug on "upstream
> proxy" that makes this feature almost unusable.
>
> Current tinyproxy version is 1.8.3. The "upstream proxy" feature has been
> fixed in this version, see here (Bug BB#91):
> https://banu.com/cgit/tinyproxy/tree/NEWS?id=1.8.3
> The 1.8.3 version of tinyproxy is available here:
> https://banu.com/pub/tinyproxy/1.8/tinyproxy-1.8.3.tar.bz2
>
> I could successfully build it in on my Linux PC (Precise Pangolin 64bits)
> and also on my Synology DS413j (ARM Marvell Kirkwood mv6282).
>
> So that's fine for my own use... but unfortunately I don't currently have
> the knowledge on how to update a package on nslu2 repos for the benefit of
> the community.
>
> Many thanks in advance.
>
>



--
VoIP Embedded, Inc.
http://www.voipembedded.com


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/nslu2-linux/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/nslu2-linux/join
(Yahoo! ID required)

<*> To change settings via email:
nslu2-linux-digest@yahoogroups.com
nslu2-linux-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
nslu2-linux-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

[nslu2-linux] Update request tinyproxy (from 1.8.2 to 1.8.3)

 

Hello,

could you update tinyproxy on the repositories?

The version in the nslu2 repositories is 1.8.2 and it has a bug on "upstream proxy" that makes this feature almost unusable.

Current tinyproxy version is 1.8.3. The "upstream proxy" feature has been fixed in this version, see here (Bug BB#91): https://banu.com/cgit/tinyproxy/tree/NEWS?id=1.8.3 
The 1.8.3 version of tinyproxy is available here: https://banu.com/pub/tinyproxy/1.8/tinyproxy-1.8.3.tar.bz2 

I could successfully build it in on my Linux PC (Precise Pangolin 64bits) and also on my Synology DS413j (ARM Marvell Kirkwood mv6282).

So that's fine for my own use... but unfortunately I don't currently have the knowledge on how to update a package on nslu2 repos for the benefit of the community.

Many thanks in advance.

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
.

__,_._,___

Friday, May 24, 2013

Re: [LINUX_Newbies] No sound

 

Why not use Synaptic and search for sound program you want to install?
Joan in Reno

--- On Thu, 5/23/13, Justin Bell <justin_e_bell2000@yahoo.com> wrote:

From: Justin Bell <justin_e_bell2000@yahoo.com>
Subject: Re: [LINUX_Newbies] No sound
To: LINUX_Newbies@yahoogroups.com
Date: Thursday, May 23, 2013, 4:15 PM

 

I use the Ubuntu distrobution  and routinely use VLC.  I download programs like VLC from the Linux section of Ninite.com

I am not sure, but I believe that you can download Audacity from the Ubuntu Library.

Justin

--- On Wed, 5/22/13, Joan Leach <jleach728@sbcglobal.net> wrote:

From: Joan Leach <jleach728@sbcglobal.net>

Subject: Re: [LINUX_Newbies] No sound

To: LINUX_Newbies@yahoogroups.com

Date: Wednesday, May 22, 2013, 11:31 PM

 

Why not go to Distrowatch.com and see if those programs are mentioned on their separate pages? OpenSuse has vlc...

Joan in Reno

--- On Wed, 5/22/13, highskywhy@yahoo.de <highskywhy@yahoo.de> wrote:

From: highskywhy@yahoo.de <highskywhy@yahoo.de>

Subject: [LINUX_Newbies] No sound

To: LINUX_Newbies@yahoogroups.com

Date: Wednesday, May 22, 2013, 11:07 PM

No sound

Do Mai 23 07:53:33 2013

Good morning.

I have an idea to repair my soundproblem: no sound in or out.

I boot a Live CD Linux and check the sound.

Then I can see, is it a Xubuntu problem,

because if the Live CD kann produce sound,

then  it is a Xubuntu problem.

Question:

Which Linux Distri like Fedora or SuSe or Knoppix contains sound

programs like

vlc or audacity?

Regards

Sophie

------------------------------------

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.Yahoo! Groups Links

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Thursday, May 23, 2013

Re: [LINUX_Newbies] No sound

 

I use the Ubuntu distrobution  and routinely use VLC.  I download programs like VLC from the Linux section of Ninite.com

I am not sure, but I believe that you can download Audacity from the Ubuntu Library.

Justin

--- On Wed, 5/22/13, Joan Leach <jleach728@sbcglobal.net> wrote:

From: Joan Leach <jleach728@sbcglobal.net>
Subject: Re: [LINUX_Newbies] No sound
To: LINUX_Newbies@yahoogroups.com
Date: Wednesday, May 22, 2013, 11:31 PM

 

Why not go to Distrowatch.com and see if those programs are mentioned on their separate pages? OpenSuse has vlc...

Joan in Reno

--- On Wed, 5/22/13, highskywhy@yahoo.de <highskywhy@yahoo.de> wrote:

From: highskywhy@yahoo.de <highskywhy@yahoo.de>

Subject: [LINUX_Newbies] No sound

To: LINUX_Newbies@yahoogroups.com

Date: Wednesday, May 22, 2013, 11:07 PM

No sound

Do Mai 23 07:53:33 2013

Good morning.

I have an idea to repair my soundproblem: no sound in or out.

I boot a Live CD Linux and check the sound.

Then I can see, is it a Xubuntu problem,

because if the Live CD kann produce sound,

then  it is a Xubuntu problem.

Question:

Which Linux Distri like Fedora or SuSe or Knoppix contains sound

programs like

vlc or audacity?

Regards

Sophie

------------------------------------

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.Yahoo! Groups Links

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (3)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Re: [LINUX_Newbies] sudo do-relaese-upgrade -d

 

If you can identify the relevant program in the command, you can find their
man pages and answer many of these questions quickly. In this case, you
have two programs working in each command and one option on the second
program in each. Sudo is the first. do-release-upgrade and apt-get are the
other two. So to find your answers from the command line, you can use the
"man" program to bring up the manual pages, or search for them on the web
by entering "man+program-name" into google.

From the command line:
>> man do-release-upgrade

>> man apt-get

From there you will probably read that do-release-upgrade will upgrade your
system to the newest version it can find. I think that is a program
specific to Ubuntu if I am not mistaken. apt-get dist-upgrade will read
from your /etc/sources file and will update all new packages, and where
necessary, install and/or remove old dependecies. apt-get dist-upgrade
should not change OS versions unless you specifically update your sources
to a new repository, if I remember right.

Hope that helps. Just so you know, I will probably not be available to
answer any follow up questions if you have them. Best~

On Thu, May 23, 2013 at 1:05 AM, highskywhy@yahoo.de <highskywhy@yahoo.de>wrote:

>
> sudo do-relaese-upgrade -d
>
> Do Mai 23 08:02:09 2013
> Good morning
> What does mean
>
> sudo do-release-upgrade -d
>
> I tried searching
> but I could not find.
> Is there a diffenrence to
>
> sudo apt-get dist-upgrade?
>
> Regards
> Sophie
>
>
>
>
>
>
> ------------------------------------
>
> To unsubscribe from this list, please email
> LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.Yahoo!
> Groups Links
>
>
>
>

[Non-text portions of this message have been removed]

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___