Page 18 of 129

easyos pyro booting

Posted: Tue 19 Dec 2017, 10:01
by upnorth
Thanks,
I put qfix=nox in the grub entry and when I got to the console prompt I decided to try xwin first. It came up fine with net connected, audio works, and full resolution 1920x1080. ThenI edited the xorgwizard-cli just in case I need it later. Have not rebooted yet. So, will try normal boot later.

Re: easyos pyro booting

Posted: Tue 19 Dec 2017, 23:11
by BarryK
upnorth wrote:Thanks,
I put qfix=nox in the grub entry and when I got to the console prompt I decided to try xwin first. It came up fine with net connected, audio works, and full resolution 1920x1080. ThenI edited the xorgwizard-cli just in case I need it later. Have not rebooted yet. So, will try normal boot later.
You ran xwin, without running xorgwizard, and got the desktop?! That's odd, that it didn't start the desktop before.

xorgwizard has more wrong with it, needs some TLC. Will look into it.

Notice "share" icon on the desktop. I am keen for someone to try it.

eko audio editor

Posted: Wed 20 Dec 2017, 00:15
by don570
eko audio editor

I was able to get a .bin file to run in Easy Linux with simple click...
http://semiletov.org/eko/dloads/eko-git ... x86-64.bin

I found it on this Russian site
http://semiletov.org/eko/#downloads
__________________________________________

Posted: Wed 20 Dec 2017, 00:31
by don570
Review: Easy Linux 0.6.4, released Dec. 18, 2017

-pschedule worked however pclock wasn't installed

-I noticed that there is a window --- BootManager:Manage system services
I click on 'OK' button at bottom of window and the window doesn't close???

- ethernet and samba is running ---> I checked by running 'top'

Code: Select all

dhcpcd  -I '' eth0
is running
But I can't make a samba server???
A connection can't be made by a second machine,
even though a second machine sees the pupshare.
I am using a firewall which I normally don't have on.

I am using
user:root
password:woofwoof

But it doesn't say that I have added this user when I type

Code: Select all

smbpasswd -a root
__________________________________________

On the subject of firewall...

There is a confusing instruction on the quick samba window
which says that two boxes should be clicked but the
two names aren't mentioned. I assumed samba and smb-client???

_________________________________________

vid signal lost

Posted: Wed 20 Dec 2017, 05:46
by upnorth
You ran xwin, without running xorgwizard, and got the desktop?! That's odd, that it didn't start the desktop before.
I suspect it was started, but something was killing the vid signal during the normal boot process right at that stage.

Posted: Wed 20 Dec 2017, 11:40
by BarryK
don570 wrote:Review: Easy Linux 0.6.4, released Dec. 18, 2017

-pschedule worked however pclock wasn't installed

-I noticed that there is a window --- BootManager:Manage system services
I click on 'OK' button at bottom of window and the window doesn't close???

- ethernet and samba is running ---> I checked by running 'top'

Code: Select all

dhcpcd  -I '' eth0
is running
But I can't make a samba server???
A connection can't be made by a second machine,
even though a second machine sees the pupshare.
I am using a firewall which I normally don't have on.

I am using
user:root
password:woofwoof

But it doesn't say that I have added this user when I type

Code: Select all

smbpasswd -a root
__________________________________________

On the subject of firewall...

There is a confusing instruction on the quick samba window
which says that two boxes should be clicked but the
two names aren't mentioned. I assumed samba and smb-client???

_________________________________________
I don't see why there is confusion. There are only two Samba checkboxes, tick both.

QuickSamba executes "smbpasswd -a root", you don't have to do that. If you do type that in a terminal, it doesn't tell you that it has already been done.

You should be able to just click the "share" icon on desktop, tick those two checkboxes in the firewall, accept the defaults for Samba Setup (user root and password woofwoof) and it will just work.

EDIT:
I just checked QuickSamba. There is no ambiguity, QuickSamba insists on both checkboxes being ticked, and won't go to next stage until that is done.

There are no other checkboxes identified as Samba-related.

I want to keep the verbosity at a minimum on the main window, so don't know how to explain it better, while using a minimum of words.

EDIT2:
Maybe if I change the text to:

"The firewall is blocking Samba, you must click the "Firewall Setup" button, and tick the two Samba checkboxes"

...yeah, will do that, that's less words than before, and clearer.

Posted: Wed 20 Dec 2017, 12:16
by BarryK
don570 wrote:-I noticed that there is a window --- BootManager:Manage system services
I click on 'OK' button at bottom of window and the window doesn't close???
That's odd. I tested, menu "Filesystem -> Easy BootManager -> Manage system services"

And OK button works.

One thing, if you are using a non-English locale, and the language-pack is installed, the translation could be faulty and that can wreck a script, make it do something undesirable.

But, I take it that is not your case, so I don't know why the OK button does not close the window. Very odd indeed.

Posted: Wed 20 Dec 2017, 15:50
by don570
That's odd. I tested, menu "Filesystem -> Easy BootManager -> Manage system services"

And OK button works.
I think i got confused which button to press, the left or right.
Blender 3d program uses the right button to click on object,
which confuses me.
________________________________________________

A right click and select 'Move' menu item in Rox filer
causes crash. However middle mouse drag will move a Rox window by the title bar.

____________________________________________

Start Menu > RestartX
allows me to login as root but then I can't get a desktop, so I must
reboot.

_________________________________________

Pcurlftp filesharing app seems to need more software running to work.
Does ftp need to running?

_____________________________________________________

pclock can be installed , but because pmusic isn't installed there needs to be a line changed to use 'aplay'

...change line 452 to...

Code: Select all

 pschedule -s -e "aplay '$ALARM'" "pClock Alarm" &
_________________________________

Posted: Thu 21 Dec 2017, 00:42
by BarryK
There were two problems with xorgwizard.

Firstly, edit this file, /etc/rc.d/BOOTCONSTRAINED so that the last two lines have "no", as shown:

Code: Select all

BOOT_ATIME='noatime'
BOOT_DIRTYWRITE='1500'
BOOT_SCHEDULER='deadline'
BOOT_UDEVDCHILDREN='1'
BOOT_BOARD='pc'
BOOT_DISABLEXORGWIZARD='no'
BOOT_DISABLEALSACONF='no'
That will allow xorgwizard to run, however, I found another bug if there is nvidia graphics. The wizard gets confused with the two drivers, 'nouveau' and 'nv' -- the latter is unaccelerated, a fallback if the nouveau driver doesn't work.

I fixed, see attached. Remove the fake ".gz" extension, make sure it is executable, and place at /usr/sbin. Exit to the commandline and run:

Code: Select all

# xorgwizard
...which actually runs xorgwizard-cli.

Posted: Thu 21 Dec 2017, 00:45
by BarryK
Have a great Christmas guys! I posted a picture to my blog:

http://bkhome.org/news/201712/merry-xmas-2017.html

I will be slowing down a bit, but still intend to keep the ball rolling, so if you discover any more bugs/issues with Easy, please post them.

Posted: Sat 23 Dec 2017, 23:27
by BarryK
Easy crashes after 15 seconds, reported here:

http://murga-linux.com/puppy/viewtopic.php?t=112379

Posted: Sun 24 Dec 2017, 00:24
by BarryK
There is a desktop icon labeled "sfsget", which offers to download SFS files, then select for loading at bootup.

Works, but a progress message "Please wait, downloading SFS file" does not go away, which it is supposed to do after the file is downloaded.

I have fixed it. Attached, with a fake ".gz". Rename to "sfsget", move to /usr/sbin, make sure executable flags are set.

Posted: Tue 26 Dec 2017, 22:50
by BarryK
don570 wrote:A right click and select 'Move' menu item in Rox filer
causes crash. However middle mouse drag will move a Rox window by the title bar.
Yeah, I can confirm that.

...aargh! Another one. I have lost count how many bugs in JWM since I upgraded to 2.3.7 from 976 (svn revision number, 2.2 series).

I have just now tested 976, and the "Move" operation works.

Someone did mention that 976 does have a bug or two, but nothing that I have encountered. So, why upgrade?

That is a very good question. If 976 works, why not stay with it? Well, the theme PETs have differences -- however, all the jwm theme PETs in my 'noarch' repository have not yet been upgraded, except for two.

Yeah, I just don't want the hassles, maybe I'm rolling back.

EDIT:
Or not. Joe has fixed that "Move" crash bug:

https://github.com/joewing/jwm/issues/410

Some other bugs fixed also. So, maybe I will roll forward instead :)

Posted: Wed 27 Dec 2017, 00:19
by BarryK
BarryK wrote:
don570 wrote:A right click and select 'Move' menu item in Rox filer
causes crash. However middle mouse drag will move a Rox window by the title bar.
Yeah, I can confirm that.

...aargh! Another one. I have lost count how many bugs in JWM since I upgraded to 2.3.7 from 976 (svn revision number, 2.2 series).

I have just now tested 976, and the "Move" operation works.

Someone did mention that 976 does have a bug or two, but nothing that I have encountered. So, why upgrade?

That is a very good question. If 976 works, why not stay with it? Well, the theme PETs have differences -- however, all the jwm theme PETs in my 'noarch' repository have not yet been upgraded, except for two.

Yeah, I just don't want the hassles, maybe I'm rolling back.

EDIT:
Or not. Joe has fixed that "Move" crash bug:

https://github.com/joewing/jwm/issues/410

Some other bugs fixed also. So, maybe I will roll forward instead :)
Unable to compile latest jwm, revision 1670. Someone else has reported it, I added my confirmation:

https://github.com/joewing/jwm/issues/435

Posted: Wed 27 Dec 2017, 07:51
by BarryK
BarryK wrote:
BarryK wrote:
don570 wrote:A right click and select 'Move' menu item in Rox filer
causes crash. However middle mouse drag will move a Rox window by the title bar.
Yeah, I can confirm that.

...aargh! Another one. I have lost count how many bugs in JWM since I upgraded to 2.3.7 from 976 (svn revision number, 2.2 series).

I have just now tested 976, and the "Move" operation works.

Someone did mention that 976 does have a bug or two, but nothing that I have encountered. So, why upgrade?

That is a very good question. If 976 works, why not stay with it? Well, the theme PETs have differences -- however, all the jwm theme PETs in my 'noarch' repository have not yet been upgraded, except for two.

Yeah, I just don't want the hassles, maybe I'm rolling back.

EDIT:
Or not. Joe has fixed that "Move" crash bug:

https://github.com/joewing/jwm/issues/410

Some other bugs fixed also. So, maybe I will roll forward instead :)
Unable to compile latest jwm, revision 1670. Someone else has reported it, I added my confirmation:

https://github.com/joewing/jwm/issues/435
Joe responded real quick and fixed it. Now compiling 1675, ha ha, now getting "dead" windows:

https://github.com/joewing/jwm/issues/437

...there are new <Mouse> tags, without which jwm is broken.

Posted: Wed 27 Dec 2017, 17:21
by don570
I've noticed that version 0.6.4 is slow to install even small pet packages.
I wonder if the creating and updating of defaults.list is causing this.

I've noticed a standard defaults.list at WOOF-CE
https://github.com/puppylinux-woof-CE/w ... aults.list

A long as it listed GIMP and mtpaint as compatible to PNG format it
would work with mypaint.
___________________________________________________

Posted: Wed 27 Dec 2017, 17:27
by don570
Version 0.6.4 is great for translating scripts to create .mo files.
The new momanager allows changing of the LANG variable from
German to French very easy.

However there is one problem I noticed -->

When I change from German to French or one language to another using the Startup setup app
there is a bizarre wait period of half a minute and then restart X occurs!!!
With other versions of puppy linux I get a warning and then the restarting of X occurs immediately.

I wonder if this problem occurs because I have installed easy 0.6.4 to a USB stick and my hard drives have shut off from non-use.
________________________________________________

Posted: Wed 27 Dec 2017, 17:43
by don570
I have a similar problem to user HERE
but it has nothing to do with setting time or LANG.

It isn't as bad . Easy 0.6.4 boots up nicely , then after about a minute it
blacks out, but then there is an automatic restartx.

The desktop comes back and the computer is now stable. :lol:

My only explanation is that the bootup process has made the computer memory scrambled
and the 'restartx' has fixed the memory allocation
so the computer is now stable.

Perhaps during bootup you are rushing to the desktop too fast and not
using the right procedure.

I use an IBM thinkcentre with 2.5 gb of memory.
_________________________________________________

You posted some useful suggestions HERE
I'll give them a try.
____________________________________

Posted: Thu 28 Dec 2017, 09:43
by BarryK
don570 wrote:Start Menu > RestartX
allows me to login as root but then I can't get a desktop, so I must
reboot.
I don't understand. If I choose menu "Shutdown -> Restart X server", it restarts X and I am back on the desktop. Login is not required.

So, you must be meaning something else?

Posted: Thu 28 Dec 2017, 10:31
by BarryK
don570 wrote: Pcurlftp filesharing app seems to need more software running to work.
Does ftp need to running?
Yeah, it has bugs. There is a later version, with fixes by SFR.

However, I have removed it, as perhaps as I am now embracing samba, it causes confusion having /root/File-Sharing