Search found 1700 matches
- 10 Apr 2021, 23:16
- Forum: Intermediate/Advanced User Questions
- Topic: Porteus unintentially truncates files
- Replies: 1
- Views: 31
Porteus unintentially truncates files
looks like leafpad needs to be built with this patch: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a58c0bbe20e4e31e68f826fa0197deb7ea91f9a edit: and looking at the source of l3afpad, something similiar might be relevant there too.. i'm guessing the remaining data is physically still on the ...
- 10 Apr 2021, 02:35
- Forum: Newbie questions
- Topic: what should slackware-version say?
- Replies: 3
- Views: 63
what should slackware-version say?
the correct /etc/slackware-version for porteus 4 should be Slackware 14.2+ as for the error with slacky repo/checksums: see here : usm error (Post by donald #81953) basicly: "remove slacky from the DISTROS line: DISTROS="slackware slackwarepatches salix alien ponce slackonly" in /etc/usm/usm.conf" ...
- 08 Apr 2021, 02:18
- Forum: Newbie questions
- Topic: no WIFI
- Replies: 12
- Views: 254
no WIFI
I'll take a look at that thread. Maybe it will lead me to a bin file that I can just drop in to /modules. Thanks. with linux, hardware drivers and the like are mostly in the kernel.. the good news is: changing a kernel in porteus is relatively simple. 1. choose a kernel form this topic: Porteus Ker...
- 29 Mar 2021, 23:06
- Forum: Intermediate/Advanced User Questions
- Topic: Solved : bash script coding question
- Replies: 6
- Views: 327
bash script coding question
disown:
Code: Select all
<command> &
disown
or
<command> &; disown
or
<command> & disown
or
nohup <command> & disown
- 29 Mar 2021, 13:35
- Forum: Intermediate/Advanced User Questions
- Topic: Solved : bash script coding question
- Replies: 6
- Views: 327
bash script coding question
that or a different aproach: use an array: g=(one two three) echo echo 1. ${g[0]} echo echo 2. ${g[1]} echo echo 3. ${g[2]} echo read -p "Select 1, 2 or 3: " Nbr echo Game=${g[$Nbr-1]} output: 1. one 2. two 3. three Select 1, 2 or 3: 3 Game=three or to avoid the -1 part, have a 'dummy' first array e...
- 26 Mar 2021, 22:38
- Forum: Russian
- Topic: Porteus 5 rc2
- Replies: 3
- Views: 312
Porteus 5 rc2
у вас установлен polkit-gnome? и он работает?
(перевод от Гугла)
(перевод от Гугла)
- 26 Mar 2021, 03:37
- Forum: Bug Reports
- Topic: Porteus 5.0 RC2 bug reports
- Replies: 313
- Views: 41734
Porteus 5.0 RC2 bug reports
this initrd.xz: Click-me-i'm-a-link 1.2 mb md5sum: c7c643c53746e64d2f8e08db5aee9f00 has updated binaries and libs. (replace the one in <device>/boot/syslinux with it) and fsck cheatcode appears to work.. @nanZor, please check if it works with your mmc device also, have updated the 09-pscripts-RC2-20...
- 25 Mar 2021, 23:06
- Forum: Development
- Topic: Midori instead of Lynx for faqs
- Replies: 3
- Views: 456
Midori instead of Lynx for faqs
i think the trick with midori seems to be building webkit2gtk without a bunch of functions.. eg. here's an idea of the stuff to turn off: https://github.com/kisslinux/community/blob/master/community/webkit2gtk/build probly streaming being the main one, so as not to pull in gstreamer.. looking at sli...
- 25 Mar 2021, 13:20
- Forum: Bug Reports
- Topic: Porteus 5.0 RC2 bug reports
- Replies: 313
- Views: 41734
Porteus 5.0 RC2 bug reports
Uh oh, there isn't anything past /mnt/live/usr ! Completely empty, no bin, nothing. Kind of freaks me out.. uh yeah, sorry about that, i forgot that those bits don't make to the live system past the initial initfs part do me a: cat /etc/porteus/* to remind what initrd.xz went into RC2 .. thanks 202...
- 24 Mar 2021, 23:56
- Forum: Bug Reports
- Topic: Porteus 5.0 RC2 bug reports
- Replies: 313
- Views: 41734
Porteus 5.0 RC2 bug reports
Update: WEIRD - I can run fsck after the boot on mmc devices, but get no warning about needing a newer version of e2fsck! yeah, when run at boot time, e2fsck in initrd is used (/mnt/live/usr/bin/e2fsck) , after boot, it's /sbin/e2fsck or fsck ... there was an update of the bins in initrd (all 32bit...
- 20 Mar 2021, 04:24
- Forum: Newbie questions
- Topic: Sakura Window Title "Unnamed Window"
- Replies: 3
- Views: 314
Sakura Window Title "Unnamed Window"
yeah, i don't think it's that.. https://answers.launchpad.net/sakura/+question/689809 https://git.launchpad.net/sakura/commit/?id=858fe55f4d6861955f3e54dd3a9aa1824fd93a77 seems to suggest behavior i've never seen (dynamic title change) and that it was then fixed .. maybe not :) as far as "unnamed wi...
- 19 Mar 2021, 02:06
- Forum: Bug Reports
- Topic: Porteus 5.0 RC2 bug reports
- Replies: 313
- Views: 41734
Porteus 5.0 RC2 bug reports
Very nice! That seemed to have fixed the problem, albeit the option doesn't seem to get written to the porteus.cfg file at the very end, and the util doesn't bring up an editor to check it, like leafpad or whatever. I also checked the porteus-5.0-x86_64cfg file too just in case it was placed there,...
- 18 Mar 2021, 00:02
- Forum: Programming
- Topic: Live-System invitation from AntiX
- Replies: 4
- Views: 298
Live-System invitation from AntiX
Is this a call for a nemesis upgrade and collaboration? Would we get some help to refine brokenman's pman module manager with artix enthusiasts? AntiX (with an 'n') is not artix(with an 'r') :D and certainly, one day, when time permits, AntiX could be part of a possible pathway to a debian (ish) ba...
- 17 Mar 2021, 12:38
- Forum: Newbie questions
- Topic: Sakura Window Title "Unnamed Window"
- Replies: 3
- Views: 314
Sakura Window Title "Unnamed Window"
hmm, seems to be a couple of ways to do this.. sakura -t <title> .. which could go in the /usr/share/applications/sakura.desktop file : Exec=sakura -t sakura (or whatever you want) then post startup there's : rightclick>Options>Set window title similarly, tabs can be named too, there's a keybind: sh...
- 17 Mar 2021, 07:13
- Forum: Intermediate/Advanced User Questions
- Topic: Solved: .txt files - prompt - bug?
- Replies: 2
- Views: 218
.txt files - prompt - bug?
Text files are not executable in my world. well, nemo doesn't go by file extensions when it comes to executability(even if there's nothing in it to execute).. it only has the file permission to go by.. do ls -l <your_text_file> see any x 's ? of course, if the file is on(or comes from) a non POSIX ...