Re: [Torios-dev] New version with menu fixes available for zsync

2018-04-26 Thread Israel
On 03/24/2018 03:01 AM, Nio Wiklund wrote:
> Hi Israel,
>
> Here are the keyboard files and the output of localectl.
>
> -
> $ diff localectl-stretch localectl-jessie
> 1c1
> <    System Locale: n/a
> ---
> >    System Locale: LANG=sv_SE
> -
>
> So there is a difference. How can I get the correct system locale with
> the interface in stretch? The interface in jessie is easier to
> understand.
>
> Best regards
> Nio
> ...

Hey Nio,

I never heard back about testing setting locale from the terminal in stretch

Can you run

cat  "${XDG_CONFIG_HOME:-$HOME/.config}/locale.conf"

This should contain one line something like

LANG=sv_SE.UTF.8

IF that is there and localectl is not showing the locale, then this
method is obviously not working :(

Also, can you please test running

localectl set-locale LANG=sv_SE

AND

localectl set-locale LANG=sv_SE.UTF-8

to see if that works, and persists reboots.


-- 
Regards


-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-24 Thread Israel
On 03/24/2018 12:08 PM, Nio Wiklund wrote:
> Den 2018-03-24 kl. 13:56, skrev Israel:
>> ..
>
> Hi again,
>
> The persistent live system can boot both old computers in BIOS (alias
> legacy) mode and new computers in UEFI mode, so it is really portable.
>
> I'm attaching a screenshot, from running in my Intel NUC running in
> UEFI mode.
>
> Best regards
> Nio

Thanks Nio!

I think the UEFI stuff you have may need to be integrated into OBI at
some point, though I am not sure if I am ready for that undertaking yet :)

I suppose once I get a very stable ToriOS Stretch I can start
experimenting with UEFI in OBI :D

-- 
Regards


-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-24 Thread Israel
Hi Nio,
So the keyboard stuff is working nicely the way I do it, but the locale
is not.
I am not sure exactly why this is.
However I am working on it and I will see what I can do in my testing.
localectl does not work in a chroot, so there is no way to use systemd
processes from the ISO on the installed system.
I will try a few things, and locate any new issue I find based on my
increasing understanding of this

Thanks for your help!!

On 03/24/2018 03:01 AM, Nio Wiklund wrote:
> Hi Israel,
>
> Here are the keyboard files and the output of localectl.
>
> -
> $ diff localectl-stretch localectl-jessie
> 1c1
> <    System Locale: n/a
> ---
> >    System Locale: LANG=sv_SE
> -
>
> So there is a difference. How can I get the correct system locale with
> the interface in stretch? The interface in jessie is easier to
> understand.
>
> Best regards
> Nio
>
> Den 2018-03-20 kl. 22:31, skrev Israel:
>> Ahhh... sorry I forgot to redo the md5sum...
>> I redid the md5sum and remade the zsync file.  It should work again.
>>
>> Glad things mostly work.
>> Nio, can you look at /etc/default/keyboard file in both systems, and see
>> if there is a difference?
>>
>> Also can you run:
>> localectl
>> in both and send me the output
>>
>>
>> On 03/20/2018 04:06 PM, Nio Wiklund wrote:
>>> Hi Israel and Jack,
>>>
>>> 1. I agree with Jack about zsync and the md5sum. I rsynced from
>>> Phill's server where I could also check the md5sum via ssh.
>>>
>>> 2. I installed into my Toshiba via the text mode installer at the
>>> basic OBI level. It worked :-)
>>>
>>> 3. The installed system works.
>>>
>>> 4. In the installed system I can get Swedish keyboard except the
>>> Swedish letters åäö in terminal windows. I got them working in some
>>> previous versions. I verified åäö in the installed systeem of
>>> ToriOS-1.5-jessie.iso dated feb 27 2017. It has not worked in the live
>>> system for a long time.
>>>
>>> *. I will test more later.
>>>
>>> Best regards
>>> Nio
>>>
>>> Den 2018-03-20 kl. 20:51, skrev Cinque Port Computers:
>>>> Hi Israel,
>>>>
>>>> 1) I couldn't get zsync to complete and so I re-downloaded the full
>>>> new iso file.
>>>> 2) md5sum didn't match.
>>>> 3) Installed ok in VB using text mode obi installer.
>>>> 4) Installed chromium browser ok using Common Tasks.
>>>>
>>>> That's all for now,
>>>> Jack
>>>> 
>>>>
>>>> *From:* Israel <israeld...@gmail.com>
>>>> *Sent:* 20 March 2018 6:29 PM
>>>> *To:* Cinque Port Computers; Nio Wiklund
>>>> *Cc:* torios- dev; Jack D. Trice
>>>> *Subject:* Re: [Torios-dev] New version with menu fixes available for
>>>> zsync
>>>> Hey Everyone,
>>>> I uploaded the newer version, which worked pretty well in my
>>>> testing.  I fixed the missing /etc issue, and I think most of the
>>>> other things.
>>>> I did not get a bunch of time to test it, but my initial testing did
>>>> well, and it all worked.
>>>> So please re zsync or download the newer ISO.
>>>> It is the same address as below:
>>>>
>>>> On 03/17/2018 03:55 AM, Cinque Port Computers wrote:
>>>>>
>>>>>>> The zsync should work this time and if you don't want to
>>>>> refind the
>>>>>>> links:
>>>>>>>
>>>>>>> All in one download and check:
>>>>>>>
>>>>>>> http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync
>>>>>>>
>>>>>>> ISO and manual md5sum
>>>>>>>
>>>>>>> http://phillw.net/isos/torios/ToriOS-Testing.iso
>>>>>>>
>>>>>>> http://phillw.net/isos/torios/md5sum.testing
>>>>>>>
>>>>>>> -- >> Regards
>>>>>
>>>>
>>>> -- 
>>>> Regards
>>>>
>>>
>>
>

-- 
Regards


-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-24 Thread Israel
Hi Nio,
This is great news!  This ensures that the underlying system is indeed
doing well!
Thanks for this test!

On 03/24/2018 04:27 AM, Nio Wiklund wrote:
> Hi again everybody,
>
> I continued testing the iso file dated 2018-03-20 with the
>
> md5sum=bd0d96d03ac6e7bf510b23872e02fab6
>
> mkusb can create a working **persistent live** USB drive from it. It
> boots nicely and I installed a few program packages, for example
>
> firefox-esr
>
> and the installed programs survive reboot :-)
>
> Best regards
> Nio 

-- 
Regards


-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-24 Thread Nio Wiklund

Hi again everybody,

I continued testing the iso file dated 2018-03-20 with the

md5sum=bd0d96d03ac6e7bf510b23872e02fab6

mkusb can create a working **persistent live** USB drive from it. It 
boots nicely and I installed a few program packages, for example


firefox-esr

and the installed programs survive reboot :-)

Best regards
Nio

Den 2018-03-24 kl. 09:01, skrev Nio Wiklund:

Hi Israel,

Here are the keyboard files and the output of localectl.

-
$ diff localectl-stretch localectl-jessie
1c1
<    System Locale: n/a
---
 >    System Locale: LANG=sv_SE
-

So there is a difference. How can I get the correct system locale with 
the interface in stretch? The interface in jessie is easier to understand.


Best regards
Nio

Den 2018-03-20 kl. 22:31, skrev Israel:

Ahhh... sorry I forgot to redo the md5sum...
I redid the md5sum and remade the zsync file.  It should work again.

Glad things mostly work.
Nio, can you look at /etc/default/keyboard file in both systems, and see
if there is a difference?

Also can you run:
localectl
in both and send me the output


On 03/20/2018 04:06 PM, Nio Wiklund wrote:

Hi Israel and Jack,

1. I agree with Jack about zsync and the md5sum. I rsynced from
Phill's server where I could also check the md5sum via ssh.

2. I installed into my Toshiba via the text mode installer at the
basic OBI level. It worked :-)

3. The installed system works.

4. In the installed system I can get Swedish keyboard except the
Swedish letters åäö in terminal windows. I got them working in some
previous versions. I verified åäö in the installed systeem of
ToriOS-1.5-jessie.iso dated feb 27 2017. It has not worked in the live
system for a long time.

*. I will test more later.

Best regards
Nio

Den 2018-03-20 kl. 20:51, skrev Cinque Port Computers:

Hi Israel,

1) I couldn't get zsync to complete and so I re-downloaded the full
new iso file.
2) md5sum didn't match.
3) Installed ok in VB using text mode obi installer.
4) Installed chromium browser ok using Common Tasks.

That's all for now,
Jack
 


*From:* Israel <israeld...@gmail.com>
*Sent:* 20 March 2018 6:29 PM
*To:* Cinque Port Computers; Nio Wiklund
*Cc:* torios- dev; Jack D. Trice
*Subject:* Re: [Torios-dev] New version with menu fixes available for
zsync
Hey Everyone,
I uploaded the newer version, which worked pretty well in my
testing.  I fixed the missing /etc issue, and I think most of the
other things.
I did not get a bunch of time to test it, but my initial testing did
well, and it all worked.
So please re zsync or download the newer ISO.
It is the same address as below:

On 03/17/2018 03:55 AM, Cinque Port Computers wrote:



The zsync should work this time and if you don't want to

refind the

links:

All in one download and check:

http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync

ISO and manual md5sum

http://phillw.net/isos/torios/ToriOS-Testing.iso

http://phillw.net/isos/torios/md5sum.testing

-- >> Regards




--
Regards










--
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-24 Thread Nio Wiklund

Hi Israel,

Here are the keyboard files and the output of localectl.

-
$ diff localectl-stretch localectl-jessie
1c1
<System Locale: n/a
---
>System Locale: LANG=sv_SE
-

So there is a difference. How can I get the correct system locale with 
the interface in stretch? The interface in jessie is easier to understand.


Best regards
Nio

Den 2018-03-20 kl. 22:31, skrev Israel:

Ahhh... sorry I forgot to redo the md5sum...
I redid the md5sum and remade the zsync file.  It should work again.

Glad things mostly work.
Nio, can you look at /etc/default/keyboard file in both systems, and see
if there is a difference?

Also can you run:
localectl
in both and send me the output


On 03/20/2018 04:06 PM, Nio Wiklund wrote:

Hi Israel and Jack,

1. I agree with Jack about zsync and the md5sum. I rsynced from
Phill's server where I could also check the md5sum via ssh.

2. I installed into my Toshiba via the text mode installer at the
basic OBI level. It worked :-)

3. The installed system works.

4. In the installed system I can get Swedish keyboard except the
Swedish letters åäö in terminal windows. I got them working in some
previous versions. I verified åäö in the installed systeem of
ToriOS-1.5-jessie.iso dated feb 27 2017. It has not worked in the live
system for a long time.

*. I will test more later.

Best regards
Nio

Den 2018-03-20 kl. 20:51, skrev Cinque Port Computers:

Hi Israel,

1) I couldn't get zsync to complete and so I re-downloaded the full
new iso file.
2) md5sum didn't match.
3) Installed ok in VB using text mode obi installer.
4) Installed chromium browser ok using Common Tasks.

That's all for now,
Jack

*From:* Israel <israeld...@gmail.com>
*Sent:* 20 March 2018 6:29 PM
*To:* Cinque Port Computers; Nio Wiklund
*Cc:* torios- dev; Jack D. Trice
*Subject:* Re: [Torios-dev] New version with menu fixes available for
zsync
Hey Everyone,
I uploaded the newer version, which worked pretty well in my
testing.  I fixed the missing /etc issue, and I think most of the
other things.
I did not get a bunch of time to test it, but my initial testing did
well, and it all worked.
So please re zsync or download the newer ISO.
It is the same address as below:

On 03/17/2018 03:55 AM, Cinque Port Computers wrote:



The zsync should work this time and if you don't want to

refind the

links:

All in one download and check:

http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync

ISO and manual md5sum

http://phillw.net/isos/torios/ToriOS-Testing.iso

http://phillw.net/isos/torios/md5sum.testing

-- >> Regards




--
Regards







   System Locale: LANG=sv_SE
   VC Keymap: n/a
  X11 Layout: se
   X11 Model: pc105
   System Locale: n/a
   VC Keymap: n/a
  X11 Layout: se
   X11 Model: pc105
# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="se"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="guess"
# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="se"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="guess"
-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-20 Thread Israel
Ahhh... sorry I forgot to redo the md5sum...
I redid the md5sum and remade the zsync file.  It should work again.

Glad things mostly work.
Nio, can you look at /etc/default/keyboard file in both systems, and see
if there is a difference?

Also can you run:
localectl
in both and send me the output


On 03/20/2018 04:06 PM, Nio Wiklund wrote:
> Hi Israel and Jack,
>
> 1. I agree with Jack about zsync and the md5sum. I rsynced from
> Phill's server where I could also check the md5sum via ssh.
>
> 2. I installed into my Toshiba via the text mode installer at the
> basic OBI level. It worked :-)
>
> 3. The installed system works.
>
> 4. In the installed system I can get Swedish keyboard except the
> Swedish letters åäö in terminal windows. I got them working in some
> previous versions. I verified åäö in the installed systeem of
> ToriOS-1.5-jessie.iso dated feb 27 2017. It has not worked in the live
> system for a long time.
>
> *. I will test more later.
>
> Best regards
> Nio
>
> Den 2018-03-20 kl. 20:51, skrev Cinque Port Computers:
>> Hi Israel,
>>
>> 1) I couldn't get zsync to complete and so I re-downloaded the full
>> new iso file.
>> 2) md5sum didn't match.
>> 3) Installed ok in VB using text mode obi installer.
>> 4) Installed chromium browser ok using Common Tasks.
>>
>> That's all for now,
>> Jack
>> 
>> *From:* Israel <israeld...@gmail.com>
>> *Sent:* 20 March 2018 6:29 PM
>> *To:* Cinque Port Computers; Nio Wiklund
>> *Cc:* torios- dev; Jack D. Trice
>> *Subject:* Re: [Torios-dev] New version with menu fixes available for
>> zsync
>> Hey Everyone,
>> I uploaded the newer version, which worked pretty well in my
>> testing.  I fixed the missing /etc issue, and I think most of the
>> other things.
>> I did not get a bunch of time to test it, but my initial testing did
>> well, and it all worked.
>> So please re zsync or download the newer ISO.
>> It is the same address as below:
>>
>> On 03/17/2018 03:55 AM, Cinque Port Computers wrote:
>>>
>>> >> The zsync should work this time and if you don't want to
>>> refind the
>>> >> links:
>>> >>
>>> >> All in one download and check:
>>> >>
>>> >> http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync
>>> >>
>>> >> ISO and manual md5sum
>>> >>
>>> >> http://phillw.net/isos/torios/ToriOS-Testing.iso
>>> >>
>>> >> http://phillw.net/isos/torios/md5sum.testing
>>> >>
>>> >> -- >> Regards
>>>
>>
>> -- 
>> Regards
>>
>

-- 
Regards


-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-20 Thread Nio Wiklund

Hi Israel and Jack,

1. I agree with Jack about zsync and the md5sum. I rsynced from Phill's 
server where I could also check the md5sum via ssh.


2. I installed into my Toshiba via the text mode installer at the basic 
OBI level. It worked :-)


3. The installed system works.

4. In the installed system I can get Swedish keyboard except the Swedish 
letters åäö in terminal windows. I got them working in some previous 
versions. I verified åäö in the installed systeem of 
ToriOS-1.5-jessie.iso dated feb 27 2017. It has not worked in the live 
system for a long time.


*. I will test more later.

Best regards
Nio

Den 2018-03-20 kl. 20:51, skrev Cinque Port Computers:

Hi Israel,

1) I couldn't get zsync to complete and so I re-downloaded the full new 
iso file.

2) md5sum didn't match.
3) Installed ok in VB using text mode obi installer.
4) Installed chromium browser ok using Common Tasks.

That's all for now,
Jack

*From:* Israel <israeld...@gmail.com>
*Sent:* 20 March 2018 6:29 PM
*To:* Cinque Port Computers; Nio Wiklund
*Cc:* torios- dev; Jack D. Trice
*Subject:* Re: [Torios-dev] New version with menu fixes available for zsync
Hey Everyone,
I uploaded the newer version, which worked pretty well in my testing.  I 
fixed the missing /etc issue, and I think most of the other things.
I did not get a bunch of time to test it, but my initial testing did 
well, and it all worked.

So please re zsync or download the newer ISO.
It is the same address as below:

On 03/17/2018 03:55 AM, Cinque Port Computers wrote:


>> The zsync should work this time and if you don't want to refind the
>> links:
>>
>> All in one download and check:
>>
>> http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync
>>
>> ISO and manual md5sum
>>
>> http://phillw.net/isos/torios/ToriOS-Testing.iso
>>
>> http://phillw.net/isos/torios/md5sum.testing
>>
>> -- 
>> Regards




--
Regards




--
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-20 Thread Cinque Port Computers
Hi Israel,

1) I couldn't get zsync to complete and so I re-downloaded the full new iso 
file.
2) md5sum didn't match.
3) Installed ok in VB using text mode obi installer.
4) Installed chromium browser ok using Common Tasks.

That's all for now,
Jack

From: Israel <israeld...@gmail.com>
Sent: 20 March 2018 6:29 PM
To: Cinque Port Computers; Nio Wiklund
Cc: torios- dev; Jack D. Trice
Subject: Re: [Torios-dev] New version with menu fixes available for zsync

Hey Everyone,
I uploaded the newer version, which worked pretty well in my testing.  I fixed 
the missing /etc issue, and I think most of the other things.
I did not get a bunch of time to test it, but my initial testing did well, and 
it all worked.
So please re zsync or download the newer ISO.
It is the same address as below:

On 03/17/2018 03:55 AM, Cinque Port Computers wrote:

>> The zsync should work this time and if you don't want to refind the
>> links:
>>
>> All in one download and check:
>>
>> http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync
>>
>> ISO and manual md5sum
>>
>> http://phillw.net/isos/torios/ToriOS-Testing.iso
>>
>> http://phillw.net/isos/torios/md5sum.testing
>>
>> --
>> Regards



--
Regards
-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-20 Thread Israel
Hey Everyone,
I uploaded the newer version, which worked pretty well in my testing.  I
fixed the missing /etc issue, and I think most of the other things.
I did not get a bunch of time to test it, but my initial testing did
well, and it all worked.
So please re zsync or download the newer ISO.
It is the same address as below:

On 03/17/2018 03:55 AM, Cinque Port Computers wrote:
>
> >> The zsync should work this time and if you don't want to refind the
> >> links:
> >>
> >> All in one download and check:
> >>
> >> http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync
> >>
> >> ISO and manual md5sum
> >>
> >> http://phillw.net/isos/torios/ToriOS-Testing.iso
> >>
> >> http://phillw.net/isos/torios/md5sum.testing
> >>
> >> -- 
> >> Regards
>

-- 
Regards

-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-18 Thread Israel
Hi everyone,
I finally figured out the problem I have been facing.
For some strange reason the /etc folder was not being compressed into
the tarball.
This was causing the failure of the chroot (it copies files into etc to
make the internet work in the chroot)

I am recompressing things again.

I have also spent some time working on OBI to further harden it against
errors, and issues to protect things more diligently.

The next ISO should be much better than the current one, sorry about
this hiccup :D

On 03/17/2018 03:55 AM, Cinque Port Computers wrote:
> Thanks for the replies Israel and Nico ; I thought maybe my emails
> were being marked as spam or something. 
> 
> *From:* Israel <israeld...@gmail.com>
> *Sent:* 17 March 2018 1:31 AM
> *To:* Nio Wiklund; Cinque Port Computers
> *Cc:* torios- dev; Jack D. Trice
> *Subject:* Re: [Torios-dev] New version with menu fixes available for
> zsync
>  
> Hi Jack and Nio,
> I have gotten your e-mails also... sorry I have been working on fixing
> it, and checking on things.
> I started an e-mail but did not finish it.
>
> I am working on this!
>
> On 03/16/2018 05:09 PM, Nio Wiklund wrote:
> > Hi Jack,
> >
> > I can read your mails :-)
> >
> > I have the same problem with the latest but not greatest iso file. The
> > previous one is better.
> >
> > md5sum ToriOS-2018-03-13-beta-stretch-i386.iso
> > efa3eba6bf82fdadfa340fcfb19e1e2b
> >
> > It works fairly well I would say, when updated & upgraded it can even
> > install the PAE kernel.
> >
> > If you can't find it (because it is overwritten) I have uploaded it
> > for you at
> >
> > http://phillw.net/isos/linux-tools/torios/2017-03/
> >
> > Best regards
> > Nio
> >
> > Den 2018-03-16 kl. 19:57, skrev Cinque Port Computers:
> >> Hi Israel,
> >>
> >> I hope you are seeing my emails; I have sent several now with no
> >> response at all from anyone. 
> >>
> >> I tried the basic installer yet again but cannot get past trying to
> >> set a timezone. It fails to set anything I choose and then loops back
> >> to asking me to set one again.
> >>
> >> I cannot make any more progress with this latest iso.
> >>
> >> Regards,
> >> Jack
> >>
> ----------------------------
> >> *From:* Torios-dev
> >> <torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on
> >> behalf of Cinque Port Computers <jackdtr...@outlook.com>
> >> *Sent:* 16 March 2018 1:51 PM
> >> *To:* Israel
> >> *Cc:* torios- dev; Jack D. Trice
> >> *Subject:* Re: [Torios-dev] New version with menu fixes available for
> >> zsync
> >> Hi Israel,
> >>
> >> As I reported before, I cannot finish a successful install even after
> >> updating the Live system with the latest obi-installer.  I keep
> >> getting odd chroot fail messages; 2 screenshots attached.
> >>
> >> Regards,
> >> Jack
> >>
> >> PS: this is with PAE set and without in VB.
> >>
> 
> >> *From:* Torios-dev
> >> <torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on
> >> behalf of Cinque Port Computers <jackdtr...@outlook.com>
> >> *Sent:* 15 March 2018 11:32 PM
> >> *To:* Israel; torios- dev
> >> *Cc:* torios- dev; Jack D. Trice
> >> *Subject:* Re: [Torios-dev] New version with menu fixes available for
> >> zsync
> >> Hi Israel,
> >>
> >> Tried installing with graphical installer but it got some sort of
> >> chroot failure message and aborted.
> >>
> >> Tried installing with text installer and could not get past setting
> >> the timezone.
> >>
> >> Regards,
> >> Jack
> >>
> 
> >> *From:* Torios-dev
> >> <torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on
> >> behalf of Israel <israeld...@gmail.com>
> >> *Sent:* 15 March 2018 12:30 PM
> >> *To:* torios- dev
> >> *Subject:* [Torios-dev] New version with menu fixes available for zsync
> >> Hi everyone,
> >>
> >> Paul - I have added the fixes you requested and things should be more
> >> logical in the menus, at least the things I can control.
> >>
> >>
>

Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-17 Thread Cinque Port Computers
Thanks for the replies Israel and Nico ; I thought maybe my emails were being 
marked as spam or something.

From: Israel <israeld...@gmail.com>
Sent: 17 March 2018 1:31 AM
To: Nio Wiklund; Cinque Port Computers
Cc: torios- dev; Jack D. Trice
Subject: Re: [Torios-dev] New version with menu fixes available for zsync

Hi Jack and Nio,
I have gotten your e-mails also... sorry I have been working on fixing
it, and checking on things.
I started an e-mail but did not finish it.

I am working on this!

On 03/16/2018 05:09 PM, Nio Wiklund wrote:
> Hi Jack,
>
> I can read your mails :-)
>
> I have the same problem with the latest but not greatest iso file. The
> previous one is better.
>
> md5sum ToriOS-2018-03-13-beta-stretch-i386.iso
> efa3eba6bf82fdadfa340fcfb19e1e2b
>
> It works fairly well I would say, when updated & upgraded it can even
> install the PAE kernel.
>
> If you can't find it (because it is overwritten) I have uploaded it
> for you at
>
> http://phillw.net/isos/linux-tools/torios/2017-03/
>
> Best regards
> Nio
>
> Den 2018-03-16 kl. 19:57, skrev Cinque Port Computers:
>> Hi Israel,
>>
>> I hope you are seeing my emails; I have sent several now with no
>> response at all from anyone. 
>>
>> I tried the basic installer yet again but cannot get past trying to
>> set a timezone. It fails to set anything I choose and then loops back
>> to asking me to set one again.
>>
>> I cannot make any more progress with this latest iso.
>>
>> Regards,
>> Jack
>> 
>> *From:* Torios-dev
>> <torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on
>> behalf of Cinque Port Computers <jackdtr...@outlook.com>
>> *Sent:* 16 March 2018 1:51 PM
>> *To:* Israel
>> *Cc:* torios- dev; Jack D. Trice
>> *Subject:* Re: [Torios-dev] New version with menu fixes available for
>> zsync
>> Hi Israel,
>>
>> As I reported before, I cannot finish a successful install even after
>> updating the Live system with the latest obi-installer.  I keep
>> getting odd chroot fail messages; 2 screenshots attached.
>>
>> Regards,
>> Jack
>>
>> PS: this is with PAE set and without in VB.
>> ----------------
>> *From:* Torios-dev
>> <torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on
>> behalf of Cinque Port Computers <jackdtr...@outlook.com>
>> *Sent:* 15 March 2018 11:32 PM
>> *To:* Israel; torios- dev
>> *Cc:* torios- dev; Jack D. Trice
>> *Subject:* Re: [Torios-dev] New version with menu fixes available for
>> zsync
>> Hi Israel,
>>
>> Tried installing with graphical installer but it got some sort of
>> chroot failure message and aborted.
>>
>> Tried installing with text installer and could not get past setting
>> the timezone.
>>
>> Regards,
>> Jack
>> 
>> *From:* Torios-dev
>> <torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on
>> behalf of Israel <israeld...@gmail.com>
>> *Sent:* 15 March 2018 12:30 PM
>> *To:* torios- dev
>> *Subject:* [Torios-dev] New version with menu fixes available for zsync
>> Hi everyone,
>>
>> Paul - I have added the fixes you requested and things should be more
>> logical in the menus, at least the things I can control.
>>
>>
>> In my testing the reboot option worked, however your mileage may
>> vary...  Nio has brought to my attention 2 major things that need
>> addressed before I can let the main ToriOS list know that there is an
>> ISO ready to be tested.  So this one will be an intermediary testing
>> release.  Please check to see that things work nicely and that there are
>> no more major/minor issues that we can see.  I will work towards fixing
>> the other things ASAP.
>>
>> The zsync should work this time and if you don't want to refind the
>> links:
>>
>> All in one download and check:
>>
>> http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync
>>
>> ISO and manual md5sum
>>
>> http://phillw.net/isos/torios/ToriOS-Testing.iso
>>
>> http://phillw.net/isos/torios/md5sum.testing
>>
>> --
>> Regards
>>
>>
>> --
>> Mailing list: https://launchpad.net/~torios-dev
>> <https://launchpad.net/%7Etorios-dev>
>> Post to : torios-dev@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~torios-dev
>> <https://launchpad.net/%7Etorios-dev>
>> More help   : https://help.launchpad.net/ListHelp
>

--
Regards

-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-16 Thread Israel
Hi Jack and Nio,
I have gotten your e-mails also... sorry I have been working on fixing
it, and checking on things.
I started an e-mail but did not finish it.

I am working on this!

On 03/16/2018 05:09 PM, Nio Wiklund wrote:
> Hi Jack,
>
> I can read your mails :-)
>
> I have the same problem with the latest but not greatest iso file. The
> previous one is better.
>
> md5sum ToriOS-2018-03-13-beta-stretch-i386.iso
> efa3eba6bf82fdadfa340fcfb19e1e2b
>
> It works fairly well I would say, when updated & upgraded it can even
> install the PAE kernel.
>
> If you can't find it (because it is overwritten) I have uploaded it
> for you at
>
> http://phillw.net/isos/linux-tools/torios/2017-03/
>
> Best regards
> Nio
>
> Den 2018-03-16 kl. 19:57, skrev Cinque Port Computers:
>> Hi Israel,
>>
>> I hope you are seeing my emails; I have sent several now with no
>> response at all from anyone. 
>>
>> I tried the basic installer yet again but cannot get past trying to
>> set a timezone. It fails to set anything I choose and then loops back
>> to asking me to set one again.
>>
>> I cannot make any more progress with this latest iso.
>>
>> Regards,
>> Jack
>> 
>> *From:* Torios-dev
>> <torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on
>> behalf of Cinque Port Computers <jackdtr...@outlook.com>
>> *Sent:* 16 March 2018 1:51 PM
>> *To:* Israel
>> *Cc:* torios- dev; Jack D. Trice
>> *Subject:* Re: [Torios-dev] New version with menu fixes available for
>> zsync
>> Hi Israel,
>>
>> As I reported before, I cannot finish a successful install even after
>> updating the Live system with the latest obi-installer.  I keep
>> getting odd chroot fail messages; 2 screenshots attached.
>>
>> Regards,
>> Jack
>>
>> PS: this is with PAE set and without in VB.
>> ------------
>> *From:* Torios-dev
>> <torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on
>> behalf of Cinque Port Computers <jackdtr...@outlook.com>
>> *Sent:* 15 March 2018 11:32 PM
>> *To:* Israel; torios- dev
>> *Cc:* torios- dev; Jack D. Trice
>> *Subject:* Re: [Torios-dev] New version with menu fixes available for
>> zsync
>> Hi Israel,
>>
>> Tried installing with graphical installer but it got some sort of
>> chroot failure message and aborted.
>>
>> Tried installing with text installer and could not get past setting
>> the timezone.
>>
>> Regards,
>> Jack
>> 
>> *From:* Torios-dev
>> <torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on
>> behalf of Israel <israeld...@gmail.com>
>> *Sent:* 15 March 2018 12:30 PM
>> *To:* torios- dev
>> *Subject:* [Torios-dev] New version with menu fixes available for zsync
>> Hi everyone,
>>
>> Paul - I have added the fixes you requested and things should be more
>> logical in the menus, at least the things I can control.
>>
>>
>> In my testing the reboot option worked, however your mileage may
>> vary...  Nio has brought to my attention 2 major things that need
>> addressed before I can let the main ToriOS list know that there is an
>> ISO ready to be tested.  So this one will be an intermediary testing
>> release.  Please check to see that things work nicely and that there are
>> no more major/minor issues that we can see.  I will work towards fixing
>> the other things ASAP.
>>
>> The zsync should work this time and if you don't want to refind the
>> links:
>>
>> All in one download and check:
>>
>> http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync
>>
>> ISO and manual md5sum
>>
>> http://phillw.net/isos/torios/ToriOS-Testing.iso
>>
>> http://phillw.net/isos/torios/md5sum.testing
>>
>> -- 
>> Regards
>>
>>
>> -- 
>> Mailing list: https://launchpad.net/~torios-dev
>> <https://launchpad.net/%7Etorios-dev>
>> Post to : torios-dev@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~torios-dev
>> <https://launchpad.net/%7Etorios-dev>
>> More help   : https://help.launchpad.net/ListHelp
>

-- 
Regards


-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-16 Thread Nio Wiklund

Hi Jack,

I can read your mails :-)

I have the same problem with the latest but not greatest iso file. The 
previous one is better.


md5sum ToriOS-2018-03-13-beta-stretch-i386.iso
efa3eba6bf82fdadfa340fcfb19e1e2b

It works fairly well I would say, when updated & upgraded it can even 
install the PAE kernel.


If you can't find it (because it is overwritten) I have uploaded it for 
you at


http://phillw.net/isos/linux-tools/torios/2017-03/

Best regards
Nio

Den 2018-03-16 kl. 19:57, skrev Cinque Port Computers:

Hi Israel,

I hope you are seeing my emails; I have sent several now with no 
response at all from anyone. 


I tried the basic installer yet again but cannot get past trying to set 
a timezone. It fails to set anything I choose and then loops back to 
asking me to set one again.


I cannot make any more progress with this latest iso.

Regards,
Jack

*From:* Torios-dev 
<torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on 
behalf of Cinque Port Computers <jackdtr...@outlook.com>

*Sent:* 16 March 2018 1:51 PM
*To:* Israel
*Cc:* torios- dev; Jack D. Trice
*Subject:* Re: [Torios-dev] New version with menu fixes available for zsync
Hi Israel,

As I reported before, I cannot finish a successful install even after 
updating the Live system with the latest obi-installer.  I keep getting 
odd chroot fail messages; 2 screenshots attached.


Regards,
Jack

PS: this is with PAE set and without in VB.

*From:* Torios-dev 
<torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on 
behalf of Cinque Port Computers <jackdtr...@outlook.com>

*Sent:* 15 March 2018 11:32 PM
*To:* Israel; torios- dev
*Cc:* torios- dev; Jack D. Trice
*Subject:* Re: [Torios-dev] New version with menu fixes available for zsync
Hi Israel,

Tried installing with graphical installer but it got some sort of chroot 
failure message and aborted.


Tried installing with text installer and could not get past setting the 
timezone.


Regards,
Jack

*From:* Torios-dev 
<torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on 
behalf of Israel <israeld...@gmail.com>

*Sent:* 15 March 2018 12:30 PM
*To:* torios- dev
*Subject:* [Torios-dev] New version with menu fixes available for zsync
Hi everyone,

Paul - I have added the fixes you requested and things should be more
logical in the menus, at least the things I can control.


In my testing the reboot option worked, however your mileage may
vary...  Nio has brought to my attention 2 major things that need
addressed before I can let the main ToriOS list know that there is an
ISO ready to be tested.  So this one will be an intermediary testing
release.  Please check to see that things work nicely and that there are
no more major/minor issues that we can see.  I will work towards fixing
the other things ASAP.

The zsync should work this time and if you don't want to refind the
links:

All in one download and check:

http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync

ISO and manual md5sum

http://phillw.net/isos/torios/ToriOS-Testing.iso

http://phillw.net/isos/torios/md5sum.testing

--
Regards


--
Mailing list: https://launchpad.net/~torios-dev 
<https://launchpad.net/%7Etorios-dev>

Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev 
<https://launchpad.net/%7Etorios-dev>

More help   : https://help.launchpad.net/ListHelp



--
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-16 Thread Cinque Port Computers
Hi Israel,

I hope you are seeing my emails; I have sent several now with no response at 
all from anyone.   

I tried the basic installer yet again but cannot get past trying to set a 
timezone. It fails to set anything I choose and then loops back to asking me to 
set one again.

I cannot make any more progress with this latest iso.

Regards,
Jack

From: Torios-dev 
<torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on behalf of 
Cinque Port Computers <jackdtr...@outlook.com>
Sent: 16 March 2018 1:51 PM
To: Israel
Cc: torios- dev; Jack D. Trice
Subject: Re: [Torios-dev] New version with menu fixes available for zsync

Hi Israel,

As I reported before, I cannot finish a successful install even after updating 
the Live system with the latest obi-installer.  I keep getting odd chroot fail 
messages; 2 screenshots attached.

Regards,
Jack

PS: this is with PAE set and without in VB.

From: Torios-dev 
<torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on behalf of 
Cinque Port Computers <jackdtr...@outlook.com>
Sent: 15 March 2018 11:32 PM
To: Israel; torios- dev
Cc: torios- dev; Jack D. Trice
Subject: Re: [Torios-dev] New version with menu fixes available for zsync

Hi Israel,

Tried installing with graphical installer but it got some sort of chroot 
failure message and aborted.

Tried installing with text installer and could not get past setting the 
timezone.

Regards,
Jack

From: Torios-dev 
<torios-dev-bounces+jackdtrice=outlook@lists.launchpad.net> on behalf of 
Israel <israeld...@gmail.com>
Sent: 15 March 2018 12:30 PM
To: torios- dev
Subject: [Torios-dev] New version with menu fixes available for zsync

Hi everyone,

Paul - I have added the fixes you requested and things should be more
logical in the menus, at least the things I can control.


In my testing the reboot option worked, however your mileage may
vary...  Nio has brought to my attention 2 major things that need
addressed before I can let the main ToriOS list know that there is an
ISO ready to be tested.  So this one will be an intermediary testing
release.  Please check to see that things work nicely and that there are
no more major/minor issues that we can see.  I will work towards fixing
the other things ASAP.

The zsync should work this time and if you don't want to refind the
links:

All in one download and check:

http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync

ISO and manual md5sum

http://phillw.net/isos/torios/ToriOS-Testing.iso

http://phillw.net/isos/torios/md5sum.testing

--
Regards


--
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp
-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Torios-dev] New version with menu fixes available for zsync

2018-03-15 Thread Cinque Port Computers
Hi Israel,

Tried installing with graphical installer but it got some sort of chroot 
failure message and aborted.

Tried installing with text installer and could not get past setting the 
timezone.

Regards,
Jack

From: Torios-dev 
 on behalf of 
Israel 
Sent: 15 March 2018 12:30 PM
To: torios- dev
Subject: [Torios-dev] New version with menu fixes available for zsync

Hi everyone,

Paul - I have added the fixes you requested and things should be more
logical in the menus, at least the things I can control.


In my testing the reboot option worked, however your mileage may
vary...  Nio has brought to my attention 2 major things that need
addressed before I can let the main ToriOS list know that there is an
ISO ready to be tested.  So this one will be an intermediary testing
release.  Please check to see that things work nicely and that there are
no more major/minor issues that we can see.  I will work towards fixing
the other things ASAP.

The zsync should work this time and if you don't want to refind the
links:

All in one download and check:

http://phillw.net/isos/torios/ToriOS-Testing.iso.zsync

ISO and manual md5sum

http://phillw.net/isos/torios/ToriOS-Testing.iso

http://phillw.net/isos/torios/md5sum.testing

--
Regards


--
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp
-- 
Mailing list: https://launchpad.net/~torios-dev
Post to : torios-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios-dev
More help   : https://help.launchpad.net/ListHelp