Porteus-v4.0 bug reports
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Porteus-v4.0 bug reports
Please mention your setup and which architecture (i586/x86_64) and which desktop your are using when posting bugs.
Things to remember:
This thread is for BUGS and not complaints or preferences.
Please confirm the bug on multiple hardware setups if possible.
Supply code or suggestions to rectify the problem where possible.
Things to remember:
This thread is for BUGS and not complaints or preferences.
Please confirm the bug on multiple hardware setups if possible.
Supply code or suggestions to rectify the problem where possible.
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.
-
- Black ninja
- Posts: 75
- Joined: 28 Oct 2017, 13:40
- Distribution: 4.0 XFCE, Manjaro
- Location: .bay.de
Porteus-v4.0 bug reports
Acer Aspire Laptop, 4.0 XFCE x86_64, WiFi connected.
I´m not sure wether this is intentional or not:
Everything is fine when using a root terminal, but within a user terminal the "update-porteus" script fails:
I´m not sure wether this is intentional or not:
Everything is fine when using a root terminal, but within a user terminal the "update-porteus" script fails:
Code: Select all
guest@porteus:~$ sudo update-porteus
Starting checks ...
[OK] Server: http://dl.porteus.org
[OK] Architecture: x86_64
[OK] User is root
[OK] Distro is Porteus
[OK] Porteus directory located
[OK] Base folder is writable
/usr/share/porteus/porteus-functions: line 178: ip: command not found
[ERROR] An internet connection is required.
Porteus-v4.0 bug reports
ip command is in /sbin. Since /sbin is not in guest's PATH, the script fails.
Porteus-v4.0 bug reports
Many, MANY thanks for Porteus 4.0.
I am running 32 bit version of Porteus 4.0 under Virtual Box.
Remastered a new ISO version with the core and crippled source modules, all ok.
Using the menus, made a Virtual Box Guest Additions module, module created ok, activated ok, and transferred to host for adding to iso.
For testing I also made modules with gdb 8.1 and valgrind 3.13.0 and those modules are ok.
Made a new iso with the tree modules above added, and it boots ok.
Valgrind works, gdb also, but vbox-guest module was not activated.
Doing df on the command line the vbox module does not appear, but the other modules appear on /mnt/live.
As the Porteus ISO is mounted on /mnt/sr0 going there and activating manually the vbox-guest module works, and appears on /mnt/live.
There are only some debug messages from glibtop.
Could that be the reason?
Many thanks once again.
I am running 32 bit version of Porteus 4.0 under Virtual Box.
Remastered a new ISO version with the core and crippled source modules, all ok.
Using the menus, made a Virtual Box Guest Additions module, module created ok, activated ok, and transferred to host for adding to iso.
For testing I also made modules with gdb 8.1 and valgrind 3.13.0 and those modules are ok.
Made a new iso with the tree modules above added, and it boots ok.
Valgrind works, gdb also, but vbox-guest module was not activated.
Doing df on the command line the vbox module does not appear, but the other modules appear on /mnt/live.
As the Porteus ISO is mounted on /mnt/sr0 going there and activating manually the vbox-guest module works, and appears on /mnt/live.
There are only some debug messages from glibtop.
Could that be the reason?
Many thanks once again.
Porteus-v4.0 bug reports
I can take a look at that later. But I always had this feeling that the vbox-guest package doesn't work quite well on Linux -- I know it works sometimes, but that's the problem: sometimes...
Do you mind if I ask you why you want to use it? Lots of people think that it's needed to accomplish things that in fact we can do without it, like transferring files between virtual machine and real machine
Saudações do Brasil!
Do you mind if I ask you why you want to use it? Lots of people think that it's needed to accomplish things that in fact we can do without it, like transferring files between virtual machine and real machine

Saudações do Brasil!

Porteus-v4.0 bug reports
Off-Topic:
Why I need VBox guest and a 32 bit Linux? I need to teach IA32 Assembly and C programming under Linux. The students have a variety of machines with the majority of them being Windows, some OS X and some 64 bits Linux.
Yes, I know that one can develop and run 32 bit Linux apps under 64 bit Linux, but that is too much for a typical student. So we give them instructions on how to Install Virtual Box, how to create a shared folder, and a Porteus Iso with all the development tools needed already installed.
When they place the Virtual Machine in a very weird state (using a safe language for a forum), they just need to reboot it, and they do not loose the work, as it is saved on the shared folder.
We do not have to support lots of different weird Linuxes, as some distros out there are very weird. Last one I saw it was a distro that when installing Bison find not instal the corresponding library...
And when they do "strange things" like "fork bombs" it's on their machine.
And "Olá de Portuga!"
Why I need VBox guest and a 32 bit Linux? I need to teach IA32 Assembly and C programming under Linux. The students have a variety of machines with the majority of them being Windows, some OS X and some 64 bits Linux.
Yes, I know that one can develop and run 32 bit Linux apps under 64 bit Linux, but that is too much for a typical student. So we give them instructions on how to Install Virtual Box, how to create a shared folder, and a Porteus Iso with all the development tools needed already installed.
When they place the Virtual Machine in a very weird state (using a safe language for a forum), they just need to reboot it, and they do not loose the work, as it is saved on the shared folder.
We do not have to support lots of different weird Linuxes, as some distros out there are very weird. Last one I saw it was a distro that when installing Bison find not instal the corresponding library...
And when they do "strange things" like "fork bombs" it's on their machine.
And "Olá de Portuga!"
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Porteus-v4.0 bug reports
It's so great to see that Porteus helps kids in schools with learning! Keep up the good work.So we give them instructions on how to Install Virtual Box, how to create a shared folder, and a Porteus Iso with all the development tools needed already installed.
Thanks for the offer of help fulalas. I would like to get this virtualbox guest more solid.
Added in 54 minutes 59 seconds:
Confirmed. The virtualbox-guest module is not loaded during boot on the porteus guest. Loading it manually from /mnt/sr0/porteus/modules/ works fine and you can then go on as usual and create shared folders etc. Nothing in TTY1 to show failure to load.but vbox-guest module was not activated.
Doing df on the command line the vbox module does not appear, but the other modules appear on /mnt/live.
As the Porteus ISO is mounted on /mnt/sr0 going there and activating manually the vbox-guest module works, and appears on /mnt/live.
Booting wihtout 003 modules (textmode) the guest module loads OK.
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.
Porteus-v4.0 bug reports
Porteus 4.0 MATE
Mounting modules via Caja Actions Menu doesn't work (modules won't get activated). Any thoughts?
Thanks!
Mounting modules via Caja Actions Menu doesn't work (modules won't get activated). Any thoughts?
Thanks!
> Does not compute_ 
https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741
- Blaze
- DEV Team
- Posts: 3996
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
Porteus-v4.0 bug reports
Hi paf,
If need, another example here VirtualBox + VBoxGuestAdditions.iso + Porteus iso (Russian topic)
If need, another example here VirtualBox + VBoxGuestAdditions.iso + Porteus iso (Russian topic)
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
Porteus-v4.0 bug reports
@jssouza
No error at all. The module is just not loaded.
> Does not compute_ 
https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741
Porteus-v4.0 bug reports
Ok, I understand. Can't it be activated via right-menu? I'd swear I've seen this option before.
Thanks for your answers.

> Does not compute_ 
https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741
Porteus-v4.0 bug reports
Many thanks, but the example on the link (if Google translate works fine) is for manually activating Virtual Box, and that works perfectly.Blaze wrote: ↑02 May 2018, 18:12Hi paf,
If need, another example here VirtualBox + VBoxGuestAdditions.iso + Porteus iso (Russian topic)
I can make a module with Virtual Box Guest additions and the module is made, and if I activate "by hand" the module, the module works.
Putting the module on a new Iso, does not work. But other modules on a new Iso, work...
Next week I will have time to see better what is happening ( I hope ).
Many thanks