Re: [DNG] raspberry pi 3

2018-01-21 Thread J. Fahrner

Am 2018-01-21 22:19, schrieb Hendrik Boom:
/etc/apt/sources.list shows mine is based on jessie.  That's pretty 
definitive.


I think I'll cross over to Devuan first, then upgrade to ascii.


Fine. And don't forget to change

deb http://mirrordirector.raspbian.org/raspbian/ jessie  rpi

into

deb http://mirrordirector.raspbian.org/raspbian/ stretch  rpi

You can see the available dists here:

http://mirrordirector.raspbian.org/raspbian/dists/

Jochen
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] raspberry pi 3

2018-01-21 Thread Antony Stone
On Sunday 21 January 2018 at 22:19:55, Hendrik Boom wrote:

> On Sun, Jan 21, 2018 at 08:39:18PM +0100, Antony Stone wrote:
> > On Sunday 21 January 2018 at 20:32:14, Hendrik Boom wrote:
> > > Now I get to wonder which Debian release the current Raspbian is based
> > > on, so I can guess which Devuan release to migrate to.
> > 
> > I thought they were all pretty well labelled?
> > 
> > The "current" Raspbian https://www.raspberrypi.org/downloads/raspbian/
> > appears to be based on Stretch.
> 
> /etc/apt/sources.list shows mine is based on jessie.  That's pretty
> definitive.

Oh, if you were trying to find out what version you have on an already-running 
machine, then /etc/debian_version is probably the best guide.

> I think I'll cross over to Devuan first, then upgrade to ascii.

That sounds good.


Antony.

-- 
"The future is already here.   It's just not evenly distributed yet."

 - William Gibson

   Please reply to the list;
 please *don't* CC me.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] raspberry pi 3

2018-01-21 Thread Hendrik Boom
On Sun, Jan 21, 2018 at 08:39:18PM +0100, Antony Stone wrote:
> On Sunday 21 January 2018 at 20:32:14, Hendrik Boom wrote:
> 
> > Now I get to wonder which Debian release the current Raspbian is based on,
> > so I can guess which Devuan release to migrate to.
> 
> I thought they were all pretty well labelled?
> 
> The "current" Raspbian https://www.raspberrypi.org/downloads/raspbian/ 
> appears 
> to be based on Stretch.

/etc/apt/sources.list shows mine is based on jessie.  That's pretty definitive.

I think I'll cross over to Devuan first, then upgrade to ascii.

-- hendrik

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] raspberry pi 3

2018-01-21 Thread Antony Stone
On Sunday 21 January 2018 at 20:32:14, Hendrik Boom wrote:

> Now I get to wonder which Debian release the current Raspbian is based on,
> so I can guess which Devuan release to migrate to.

I thought they were all pretty well labelled?

The "current" Raspbian https://www.raspberrypi.org/downloads/raspbian/ appears 
to be based on Stretch.

Older versions are available from 
https://downloads.raspberrypi.org/raspbian/images/ or 
https://downloads.raspberrypi.org/raspbian_lite/images/ however you need to 
look into each archive directory to fidn out what the version name is.

> And it's probably a good idea to have a few extra microsd cards to play
> with in case things go wrong.

Just dd your SD card to an HDD somewhre before trying an upgrade - then dd it 
back again if the outcome is "suboptimal"?


Antony.

-- 
René Descartes walks in to a bar.
The barman asks him "Do you want a drink?"
Descartes says "I think not," and disappears.

   Please reply to the list;
 please *don't* CC me.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] raspberry pi 3

2018-01-21 Thread Hendrik Boom
On Sun, Jan 21, 2018 at 07:58:21AM +0100, J. Fahrner wrote:
> Am 2018-01-20 23:27, schrieb Hendrik Boom:
> >>deb http://mirrordirector.raspbian.org/raspbian/ jessie  rpi
> >>deb http://auto.mirror.devuan.org/merged jessie  main contrib
> >>non-free
> >>deb http://auto.mirror.devuan.org/merged jessie-updates  main contrib
> >>non-free
> >>deb http://auto.mirror.devuan.org/merged jessie-security main contrib
> >>non-free
> >
> >So you end up with *both* the devuan sources and a raspbian one?
> 
> From the raspbian packages you only pull "rpi", not main, contrib, or
> non-free. rpi contains the specific packages for the Raspberry PI, kernel,
> bootloader, firmware and so on.

Now I get to wonder which Debian release the current Raspbian is based on, 
so I can guess which Devuan release to migrate to.

And it's probably a good idea to have a few extra microsd cards to play 
with in case things go wrong.

-- hendrik

> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] NFS mount question

2018-01-21 Thread Rodney D. Myers
On 01/21/2018 13:22, Arnt Karlsen wrote:
> On Sun, 21 Jan 2018 13:06:50 -0500, Rodney wrote in message 
> <6b1369f9-f158-0948-aca5-dfdcb9385...@gmail.com>:
> 
>> Age old question. issue.
>>
>> Just installed devuan, 2 weeks ago, on a laptop that previously ran
>> ubuntu/linux mint.
>>
>> So far run into 2 minor issues, both from days in the past, but still
>> unable to rectify
>>
>> Issue one. I can mount my FreeNAS mini with the mount command, but the
>> owner:group never changes to my user. and Unable to change permission
>> for my user. This same "script" worked under ubuntu/mint, which is why
>> I'm confused.
> 
> ..link to (an anonymized version of) it?
> 
>> sudo mount  -t nfs 192.168.1.***://mnt/Backup/ /media/NAS
>>
>> under the other distros, this would me mounted as my-user:my-user,
>> right now it's mounted;
>>
>> drwxrwxr-x 12 nobody nogroup   14 Jan 16 07:53 NAS
>>
>>
>> I've made sure my UID matches the FreeNAS UID.
>>
>> Not sure of the correct syntax. Yes I have RTFM, and tried the
>> settings I thought might affect it.
>>
>> Any help would be appreciated
>>
> 
> ..tried putting it in your /etc/fstab ?  E.g. with noauto, if 
> you do _not_ wanna have it mounted automagically on boot-up?
> 

No, i move around to a few different systems.

And for the life of me, I do not remember why I did not try that

Will try that, thank you

-- 
Rodney D. Myers  - kg6anx

They that can give up essential liberty to obtain a
little temporary safety deserve neither liberty nor safety.
        Ben Franklin - 1759



signature.asc
Description: OpenPGP digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] NFS mount question

2018-01-21 Thread Arnt Karlsen
On Sun, 21 Jan 2018 13:06:50 -0500, Rodney wrote in message 
<6b1369f9-f158-0948-aca5-dfdcb9385...@gmail.com>:

> Age old question. issue.
> 
> Just installed devuan, 2 weeks ago, on a laptop that previously ran
> ubuntu/linux mint.
> 
> So far run into 2 minor issues, both from days in the past, but still
> unable to rectify
> 
> Issue one. I can mount my FreeNAS mini with the mount command, but the
> owner:group never changes to my user. and Unable to change permission
> for my user. This same "script" worked under ubuntu/mint, which is why
> I'm confused.

..link to (an anonymized version of) it?

> sudo mount  -t nfs 192.168.1.***://mnt/Backup/ /media/NAS
> 
> under the other distros, this would me mounted as my-user:my-user,
> right now it's mounted;
> 
> drwxrwxr-x 12 nobody nogroup   14 Jan 16 07:53 NAS
> 
> 
> I've made sure my UID matches the FreeNAS UID.
> 
> Not sure of the correct syntax. Yes I have RTFM, and tried the
> settings I thought might affect it.
> 
> Any help would be appreciated
> 

..tried putting it in your /etc/fstab ?  E.g. with noauto, if 
you do _not_ wanna have it mounted automagically on boot-up?

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] NFS mount question

2018-01-21 Thread Rodney D. Myers
Age old question. issue.

Just installed devuan, 2 weeks ago, on a laptop that previously ran
ubuntu/linux mint.

So far run into 2 minor issues, both from days in the past, but still
unable to rectify

Issue one. I can mount my FreeNAS mini with the mount command, but the
owner:group never changes to my user. and Unable to change permission
for my user. This same "script" worked under ubuntu/mint, which is why
I'm confused.

sudo mount  -t nfs 192.168.1.***://mnt/Backup/ /media/NAS

under the other distros, this would me mounted as my-user:my-user, right
now it's mounted;

drwxrwxr-x 12 nobody nogroup   14 Jan 16 07:53 NAS


I've made sure my UID matches the FreeNAS UID.

Not sure of the correct syntax. Yes I have RTFM, and tried the settings
I thought might affect it.

Any help would be appreciated

-- 
Rodney D. Myers  - kg6anx

They that can give up essential liberty to obtain a
little temporary safety deserve neither liberty nor safety.
        Ben Franklin - 1759



signature.asc
Description: OpenPGP digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] raspberry pi 3

2018-01-21 Thread KatolaZ
On Sun, Jan 21, 2018 at 01:29:48PM +0100, Bastiaan van den Berg wrote:
> FYI , i had great success with the -pi3 , -pi1 and -sunxi images. Just
> install like normal (dd the image to SD , check dhcp leases for the IP ,
> ssh into it with root:toor) and upgrade to ascii after that​ like you
> normally would on any install.
> 

Same over here. Did that on pi0, pi3. Can't remember if the pi2 was
upgraded to ascii in the same way or from an older raspbian instead,
but it works as well.

My2Cents

KatolaZ

-- 
[ ~.,_  Enzo Nicosia aka KatolaZ - Devuan -- Freaknet Medialab  ]  
[ "+.  katolaz [at] freaknet.org --- katolaz [at] yahoo.it  ]
[   @)   http://kalos.mine.nu ---  Devuan GNU + Linux User  ]
[ @@)  http://maths.qmul.ac.uk/~vnicosia --  GPG: 0B5F062F  ] 
[ (@@@)  Twitter: @KatolaZ - skype: katolaz -- github: KatolaZ  ]


signature.asc
Description: Digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] raspberry pi 3

2018-01-21 Thread Bastiaan van den Berg
FYI , i had great success with the -pi3 , -pi1 and -sunxi images. Just
install like normal (dd the image to SD , check dhcp leases for the IP ,
ssh into it with root:toor) and upgrade to ascii after that​ like you
normally would on any install.

--
buZz
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] googling devuan ascii leads to spam sites

2018-01-21 Thread jacksprat
spam, ads and google:

I have only seen ADs from Gmail [but I figured  out how too avoid them].

I never get SPAM email.

I don't use google search [I use duckduckgo.com with deterministic
searches; no history taint].

I use a combination of Ublock Origin [Firefox addon] and a large /etc/hosts
file [rarely see Adverts].

Take control!

jacksprat
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng