Porteus-v1.0-beta-x86_64 is ready :)
New features which should be implemented in Porteus; suggestions are welcome. All questions or problems with testing releases (alpha, beta, or rc) should go in their relevant thread here, rather than the Bug Reports section.
beny
blablotin
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#63 by Hamza » 28 Mar 2011, 17:18
This is not about the Porteus v1.0 Beta (x86_64 Version).someone know where i can download the aufs monday release of today,the adress or link,thanks
Please open new topic for this.
Regards,
If you using the x86_64 version by fanthom.Is their a way to allow any non-root acount to mount floppy or external hard drive?
Please looks at 64bit 'guest' account available for testing
If this is not about that , please open new topic.
Suggestions:
Try to edit the perm's of the guest account in K USER Manager
NjVFQzY2Rg==
Hamza
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#64 by fanthom » 29 Mar 2011, 21:21
@Hamza
i don't really trust unetbootin - have heard about troubles caused by it on slax forum. What's wrong with existing installers?
@beny
try my script for getting the aufs and creating a patch from it:
if you want to get latest patch from git (for unreleased rc kernels) then change:
"git checkout origin/aufs2.1-38"
to
"git checkout origin/aufs2.1"
i have compiled 2.6.38.2 + aufs2.2-38 but deactivation bug persist. Seems that i'll have to give a shot to unionfs instead...
@blablotin
"Is their a way to allow any non-root acount to mount floppy or external hard drive?"
you can do it in two ways:
1) install and configure 'sudo' package (plenty of tutorials on google)
2) create static entry in fstab, for example:
"/dev/sdb1 /mnt/hd vfat noauto,user,umask=0 0 0"
"user,umask=0" means that normal user can mount the device and has full read/write access.
fstab is refreshed during each boot so you need to go with a workaround as described here:
http://forum.porteus.org/viewtopic.php? ... t=10#p2239
good luck!
i don't really trust unetbootin - have heard about troubles caused by it on slax forum. What's wrong with existing installers?
@beny
try my script for getting the aufs and creating a patch from it:
Code: Select all
#!/bin/sh
dest=~/Desktop/aufs2.patch
mkdir /tmp/aufs$$
cd /tmp/aufs$$
git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git aufs2-standalone.git
cd aufs2-standalone.git
git checkout origin/aufs2.1-38
mkdir ../a ../b
cp -r Documentation ../b
cp -r fs ../b
cp -r include ../b
rm ../b/include/linux/Kbuild
cd ..
diff -rupN a/ b/ > $dest
cat aufs2-standalone.git/aufs2-base.patch >> $dest
cat aufs2-standalone.git/aufs2-standalone.patch >> $dest
cat aufs2-standalone.git/aufs2-kbuild.patch >> $dest
echo && echo "latest patch created as $dest"
"git checkout origin/aufs2.1-38"
to
"git checkout origin/aufs2.1"
i have compiled 2.6.38.2 + aufs2.2-38 but deactivation bug persist. Seems that i'll have to give a shot to unionfs instead...
@blablotin
"Is their a way to allow any non-root acount to mount floppy or external hard drive?"
you can do it in two ways:
1) install and configure 'sudo' package (plenty of tutorials on google)
2) create static entry in fstab, for example:
"/dev/sdb1 /mnt/hd vfat noauto,user,umask=0 0 0"
"user,umask=0" means that normal user can mount the device and has full read/write access.
fstab is refreshed during each boot so you need to go with a workaround as described here:
http://forum.porteus.org/viewtopic.php? ... t=10#p2239
good luck!
Please add [Solved] to your thread title if the solution was found.
fanthom
beny
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#66 by fanthom » 30 Mar 2011, 20:51
@beny
i'm pretty sure it's still there
just in case - could you upload your vmlinuz, initrd and 000-kernel for me to check?
i'm pretty sure it's still there

just in case - could you upload your vmlinuz, initrd and 000-kernel for me to check?
Please add [Solved] to your thread title if the solution was found.
fanthom
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#67 by beny » 30 Mar 2011, 21:02
ok fanthom tomorrow after lunch i can uploded if mediafire do not make me trouble,but i have done the lxde try and i think test passed,but i can be wrong or have made test in a wrong way.
beny
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#68 by Issack » 30 Mar 2011, 23:51
Finally got around to trying it out. (I know, a bit late, it's almost out of beta)
Spectacular job Fanthom and co. Thank you all for the great OS.
Spectacular job Fanthom and co. Thank you all for the great OS.

Issack
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#69 by beny » 31 Mar 2011, 11:23
hi fanthom this is the link at file folder
http://www.mediafire.com/?dalk27qfr1fr6,i am waiting for the new,if there is,bye
http://www.mediafire.com/?dalk27qfr1fr6,i am waiting for the new,if there is,bye
beny
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#70 by fanthom » 01 Apr 2011, 07:04
@Issack
ty
@beny
unfortunately same issue
unionfs failed to compile with 2.6.38.2 so i couldn't try it out. I have sent email to Junjiro about our issues, hopefully he will be able to fix them soon.
(in worst case we can disable 'deactivation' feature for 1.0)
ty
@beny
unfortunately same issue

unionfs failed to compile with 2.6.38.2 so i couldn't try it out. I have sent email to Junjiro about our issues, hopefully he will be able to fix them soon.
(in worst case we can disable 'deactivation' feature for 1.0)
Please add [Solved] to your thread title if the solution was found.
fanthom
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#71 by beny » 01 Apr 2011, 17:03
but you can activate deactivate via console?i have tried in this way and no hang,if you can explain me the problems.... maybe i understand it /joke on/
Posted after 17 minutes 56 seconds:
i have found a kernel unionfs-patch i upload from the same folder in mediafire,please you can take a look if need to solve our issue?
Posted after 5 hours 39 seconds:
no luck don't compile with union and aufs patch
Posted after 17 minutes 56 seconds:
i have found a kernel unionfs-patch i upload from the same folder in mediafire,please you can take a look if need to solve our issue?
Posted after 5 hours 39 seconds:
no luck don't compile with union and aufs patch
beny
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#72 by Hamza » 01 Apr 2011, 17:06
Sorry , but AUFS is Another Union File System
If you install Union Patch and Aufs Patch , you will make some conflicts.
Regards,
If you install Union Patch and Aufs Patch , you will make some conflicts.
Regards,
NjVFQzY2Rg==
Hamza
beny
Re: Porteus-v1.0-beta-x86_64 is ready :)
Post#74 by Hamza » 01 Apr 2011, 17:36
I think,
Union wil be not compatible with our Porteus , because the LLS by fanthom was written for use AUFS and not UNION
Regards,
Union wil be not compatible with our Porteus , because the LLS by fanthom was written for use AUFS and not UNION
Regards,
NjVFQzY2Rg==
Hamza