Porteus-v1.1rc2-i486 ready for testing
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Porteus-v1.1rc2-i486 ready for testing
Please read the release announcement for further details and post bugs and requests here. This is last release candidate before the official v1.1 release and things are looking quite stable.
As usual please road test and help out with any bug fixes where possible.
If you find a bug, please make sure you have booted to 'always fresh' mode and have no rogue files in your rootcopy folder. If the problem persists then post your question here and a team of highly trained monkeys will be dispatched to look at the problem.
As per usual we will need 'Beny the great' to produce some nvidia modules. Please test the ATI module for me as i am unable to test it on my machine. Also please test the vbox guest addons as i was having troubles getting this to insert (once again).
As usual please road test and help out with any bug fixes where possible.
If you find a bug, please make sure you have booted to 'always fresh' mode and have no rogue files in your rootcopy folder. If the problem persists then post your question here and a team of highly trained monkeys will be dispatched to look at the problem.
As per usual we will need 'Beny the great' to produce some nvidia modules. Please test the ATI module for me as i am unable to test it on my machine. Also please test the vbox guest addons as i was having troubles getting this to insert (once again).
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus-v1.1rc2-i486 ready for testing
Tnks, brockenman,
nice bash shell - liked
regarging bugs -
what i see
please boot up to copy2ram mode(in other modes you 'll not see anything becource booting goes to quick)
I will see at first line upper one error message
"driver/rtc/hctosys.c unable open device (rtc0)"
then system booted ok
other one - warning - when shutdown one last after disk unmounting
"Cannot unmount /mnt/* no such file or directory"
first error maeans somesing wrong with kernel
the second one warning - fantom helps - this is about linuxrc and live script sutdown script
as usial thank you very much!
PS. Not tested PPM yet, but test it later
nice bash shell - liked
regarging bugs -
what i see
please boot up to copy2ram mode(in other modes you 'll not see anything becource booting goes to quick)
I will see at first line upper one error message
"driver/rtc/hctosys.c unable open device (rtc0)"
then system booted ok
other one - warning - when shutdown one last after disk unmounting
"Cannot unmount /mnt/* no such file or directory"
first error maeans somesing wrong with kernel
the second one warning - fantom helps - this is about linuxrc and live script sutdown script
as usial thank you very much!
PS. Not tested PPM yet, but test it later
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Porteus-v1.1rc2-i486 ready for testing
This is a call to the real time clock during boot. /dev/rtc and /sys/class/rtc0 are created so the problem is minimal. I see two possible causes. Either your board is old, or the driver was not functional or did not bind correctly during boot. dmesg or syslog should tell more, look near the start. I will test later to see.driver/rtc/hctosys.c unable open device (rtc0)
This is fanthoms world so i am only guessing. Looks to me like a safe call to ensure all is unmounted before shutting down. In your case everything WAS unmounted already hence nothing in /mnt to unmount. Looks fine to me. Thanks."Cannot unmount /mnt/* no such file or directory"
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus-v1.1rc2-i486 ready for testing
no, it is new notebook Toshiba SatelliteEither your board is old, or the driver was not functional or did not bind correctly during boot.
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus-v1.1rc2-i486 ready for testing
you shouldn't need rtc0 at the very beginning of booting (initrd stage) and this device is created by udev later on (called by rc.S) so no harm at all."driver/rtc/hctosys.c unable open device (rtc0)"
Anyway - kernel help doc says that rtc0 could be helpful for networking (our PXE boot option). dont know the details but i have compiled PC-style 'CMOS' RTC as (*) instead of (M) in 64bit edition.
@brokenman - you may do the same just to shut this warning down and keep the people calm

brokenman is right - this is safe warning as during 'copy2ram' removable media is unmounted during boot (not shutdown) so /mnt/* is empty."Cannot unmount /mnt/* no such file or directory"
I'll redirect the output to /dev/null for final. didn't do it now as i wanted to know if union and all devices are unmounted properly.
i can observe that sometimes union get's stuck somewhere but can't track what's making it busy.
i'll also tweak cleanup script (from initrd) which gonna inform the user that union was not unmounted properly and running porteus with 'fsck' cheat is recommended for keeping fs consistent.
Please add [Solved] to your thread title if the solution was found.
Re: Porteus-v1.1rc2-i486 ready for testing
Thanks brokenman for rc2
1. The vga-detect cheatcode works very-well on Radeon HD 5400.
2. Porteus pendrive mount with copy2ram and vga-detect cheatcode.
This error occurs copy2ram with vga-detect cheatcode. And couldn't umount pendrive. Without vga-detect cheatcode Porteus pendrive doesn't mount.
Cheers,
1. The vga-detect cheatcode works very-well on Radeon HD 5400.
2. Porteus pendrive mount with copy2ram and vga-detect cheatcode.
This error occurs copy2ram with vga-detect cheatcode. And couldn't umount pendrive. Without vga-detect cheatcode Porteus pendrive doesn't mount.
Cheers,
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Porteus-v1.1rc2-i486 ready for testing
@ oranus
All credit to fanthom for vga-detect. Great idea
As for your copy2ram cheatcode ... very strange ...
Do you have stuff in your optional folder?
If yes ... can you please try using extramod cheatcode and point it at your 'optional' folder? This will ensure that stuff in optional gets loaded just in case linuxrc is not doing so. I had a quick look through linuxrc but couldn't see ... looks to me like fanthom wrote the script in some strange ancient polish dialect. Damn nice but difficult to follow for me.

All credit to fanthom for vga-detect. Great idea
As for your copy2ram cheatcode ... very strange ...
Do you have stuff in your optional folder?
If yes ... can you please try using extramod cheatcode and point it at your 'optional' folder? This will ensure that stuff in optional gets loaded just in case linuxrc is not doing so. I had a quick look through linuxrc but couldn't see ... looks to me like fanthom wrote the script in some strange ancient polish dialect. Damn nice but difficult to follow for me.

How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus-v1.1rc2-i486 ready for testing
Thanks for explanation, fantom!
if you and brokenmen just redirect this messages to /dev/null it is ok
regarging copy2ram - for me it work well
but i do not tested it together with vga-detect code
Posted after 1 hour 28 minutes 51 second:
Add more one small bug
In previous version of porteus after you press "Print Screen" then KSnapshot appiared with grubbed screeenshot
Now this key doesnt't work
if it easy to fix - please make this fiunction back
it is convinient to get screen in any time
regarging last version of ppm you release yesterday i will post it in ppm thread
if you and brokenmen just redirect this messages to /dev/null it is ok
regarging copy2ram - for me it work well
but i do not tested it together with vga-detect code
Posted after 1 hour 28 minutes 51 second:
Add more one small bug
In previous version of porteus after you press "Print Screen" then KSnapshot appiared with grubbed screeenshot
Now this key doesnt't work
if it easy to fix - please make this fiunction back
it is convinient to get screen in any time
regarging last version of ppm you release yesterday i will post it in ppm thread
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Porteus-v1.1rc2-i486 ready for testing
Can you please run ksnapshot from console and tell me of any errors. It seems to work ok for me.
Also be sure you have no 'function key' activated so printscreen is really being used.
Also be sure you have no 'function key' activated so printscreen is really being used.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus-v1.1rc2-i486 ready for testing
no errorCan you please run ksnapshot from console and tell me of any errors. It seems to work ok for me.
How to check binding in Trinity?Also be sure you have no 'function key' activated so printscreen is really being used.
I switched to running konsole and pressing several times Print Screen key - it show print ^[[F
xev appication shows me keycode 115 - End key
one other pc the same key shows keycode 111 - Print
I totally confused why it?
Any ideas
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Porteus-v1.1rc2-i486 ready for testing
my xev
In the lmenu go to: Settings/Regional & Accessibility
You can take a look at Input Actions or Keyboard Shortcuts. You have the option to set shortcuts and bind keys here.
Code: Select all
KeyRelease event, serial 34, synthetic NO, window 0x2600001,
root 0xaa, subw 0x0, time 647204, (-701,-99), root:(308,440),
state 0x0, keycode 107 (keysym 0xff61, Print), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
You can take a look at Input Actions or Keyboard Shortcuts. You have the option to set shortcuts and bind keys here.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus-v1.1rc2-i486 ready for testing
ok, thanks
i connected external usb keyboard and it is the same as your post
why keycode is different on notebook keyboard - this is q. to Toshiba L), soory for disturbing
i connected external usb keyboard and it is the same as your post
why keycode is different on notebook keyboard - this is q. to Toshiba L), soory for disturbing
Re: Porteus-v1.1rc2-i486 ready for testing
I test the vga-detect on nVidia:
It recognize driver correctly but :
Sometimes stage at "Triggering udev events:..." it freeze and
sometimes Kde doesn't boot. It freeze on second item of kde "initilazing system services" . It waits aprx 1 min. and kde doesn't start...
Regards
It recognize driver correctly but :
Sometimes stage at "Triggering udev events:..." it freeze and
sometimes Kde doesn't boot. It freeze on second item of kde "initilazing system services" . It waits aprx 1 min. and kde doesn't start...
Regards
- Ahau
- King of Docs
- Posts: 1331
- Joined: 28 Dec 2010, 15:18
- Distribution: LXDE & Xfce 32/64-bit
- Location: USA
Re: Porteus-v1.1rc2-i486 ready for testing
If I boot into LXDE, log out, and then log back in, the panel gets all garbled up (it looks like there is pseudo transparency that is picking up the wrong image(s)?). Restarting the panel clears this up. I haven't done enough digging to figure out exactly why this happens (perhaps the process doesn't get killed on logout to lxdm), but it may be worth adding something to the lxde startup process that checks for a running instance of the panel and restarts it if found.
Please take a look at our online documentation, here. Suggestions are welcome!
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus-v1.1rc2-i486 ready for testing
@Ahau
this is known problem - check KNOWN BUGS in rc1 initial post:
http://porteus.org/forum/viewtopic.php?f=53&t=832
will try to implement your suggestion.
thanks.
this is known problem - check KNOWN BUGS in rc1 initial post:
http://porteus.org/forum/viewtopic.php?f=53&t=832
will try to implement your suggestion.
thanks.
Please add [Solved] to your thread title if the solution was found.