Dunnos

Post here if you are a new Porteus member and you're looking for some help.
inukaze
Black ninja
Black ninja
Posts: 47
Joined: 06 Jul 2023, 07:40
Distribution: Slackware

Dunnos

Post#1 by inukaze » 09 Jul 2023, 13:50

HI there again. now i solved the problem with grub.cfg and i can start Porteus from USB Pendrive i have the follow Dunnos

* - Why i can't write on the first partition, format exFAT ? i need download files directly to this partition but i can't write on it

* - How i can install "qarma" on Porteus Live USB ? i am looking for a Zenity Clone and reading this article i found that name : https://wiki.manjaro.org/index.php/List ... plications

* - When i try mount Windows share from LXQt File Manager i got the messange "Failed to mount Windows share: Invalid argument"

By the moment the workaround i am using is the follow, open terminal and use the follow commands :

Code: Select all

su
toor
mkdir -p /mnt/smb/Temporal
mkdir -p /mnt/smb/Inukaze
mkdir -p /mnt/smb/Inukaze-en-Familia
mkdir -p /mnt/smb/Josmar
mount -t cifs //192.168.1.10/Inukaze /mnt/smb/Inukaze -o vers=1.0,username=inukaze,password=1234567,domain=REDLOCAL
mount -t cifs //192.168.1.10/Inukaze-en-Familia /mnt/smb/Inukaze-en-Familia -o vers=1.0,username=inukaze,password=1234567,domain=REDLOCAL
mount -t cifs //192.168.1.10/Temporal /mnt/smb/Temporal -o vers=1.0,username=inukaze,password=1234567,domain=REDLOCAL
mount -t cifs //192.168.1.10/Josmar /mnt/smb/Josmar -o vers=1.0,username=inukaze,password=1234567,domain=REDLOCAL
* - i am learning from this articles :
A) http://www.porteus.org/component/conten ... ource.html
B) http://www.porteus.org/component/conten ... udies.html

Becuase i need a lot of custom modules like :
* 32 Bits Compat Libs

* Nvidia 390.157 [ https://la.nvidia.com/download/driverRe ... /196228/la ] with 32 Bits compat -> Because my GPU is Nvidia GT 620 and this is the final drivers i can find

The two first to enable during Porteus Boot

The follow modules i just activate when i need it :
* Peazip (File Un/Compressor)
* Mumble (VoIP Client)
* Wine (Windows Layer Compatibility)
* SMPlayer + mpv (Videoplayer)
* Nomacs (Image Viewer)

and becuase of things like that i have the dunno if i just need devel module or i need download and install every dependencie for module creation and after of that try module on a clean environtment, just for see i really don't miss any dependencie

on this precise moment i don't have a clear idea how i can make it module without miss dependencie and have the env the most clean possible
Last edited by inukaze on 11 Jul 2023, 21:58, edited 1 time in total.

beny
Full of knowledge
Full of knowledge
Posts: 2098
Joined: 02 Jan 2011, 11:33
Location: italy

Dunnos

Post#2 by beny » 09 Jul 2023, 17:32

hi, exfat work with this https://slackware.nl/slakfinder/index.p ... e=#results if you want to build video driver you need the kernel source as crippled source and the devel package.

inukaze
Black ninja
Black ninja
Posts: 47
Joined: 06 Jul 2023, 07:40
Distribution: Slackware

Dunnos

Post#3 by inukaze » 09 Jul 2023, 23:09

beny wrote:
09 Jul 2023, 17:32
hi, exfat work with this https://slackware.nl/slakfinder/index.p ... e=#results if you want to build video driver you need the kernel source as crippled source and the devel package.
Thanks for the packages

Its better if i install on a hard drive porteus (like if i install gentoo) to start make it my own modules from that installation ?

inukaze
Black ninja
Black ninja
Posts: 47
Joined: 06 Jul 2023, 07:40
Distribution: Slackware

Dunnos

Post#4 by inukaze » 25 Jul 2023, 09:04

Dunno : Which hard drive free space is recommended if i want install Porteus like this way :

Porteus 5.0 USER (64 Bits) -> Like USB but on Hard Drive, just came the ISO and customizing language, modules, rc.local, etc . . .
Porteus 5.0 DEV (64 Bits) -> Install on Hard Drive for install the dev libs, programs, for install deps and create modules
Porteus 5.0 USER (32 Bits)
Porteus 5.0 DEV (32 Bits)

The 32 Bits versions is just for a few things like :
PCSX2 - The PlayStation 2 Emulator, under Slackware64 14.2 i had various troubles resolving the package from 32 Bits because on repositories like multilib / compat32 or similar via internet on none exist thing like "gdk-pixbuf-2.10.0"

I Remember i post something like that before with pcsx-r of 32 Bits, there -> https://www.linuxquestions.org/question ... ost6333045

i just use the old versions of PCSX2 like 1.6.0 or 1.5.X, i prefer 1.2.1 because works better on my old hardware, but its too much hard find that source code version of pcsx 1.2.1, i had precompiled the 1.6.0 i still have a copy but i don't found the modules for porteus for run 32 Bits programs.

The first version of PCSX2 100% 64-Bits native 1.7.2003. i can't launch it, from that version and any superior i ever see the code «illegal instruction» from AppImage. i need try to compile it.

inukaze
Black ninja
Black ninja
Posts: 47
Joined: 06 Jul 2023, 07:40
Distribution: Slackware

Dunnos

Post#5 by inukaze » 02 Oct 2023, 13:54

i should remember this site, when i need search Slackware packages -> https://slackware.nl/slakfinder/index.php

beny
Full of knowledge
Full of knowledge
Posts: 2098
Joined: 02 Jan 2011, 11:33
Location: italy

Dunnos

Post#6 by beny » 02 Oct 2023, 16:06

hi for qarma:

Code: Select all

 guest@porteus:~/Downloads/qarma-master$ qmake-qt5
Info: creating stash file /home/guest/Downloads/qarma-master/.qmake.stash
guest@porteus:~/Downloads/qarma-master$ make
g++ -c -pipe -O2 -O2 -fPIC -Wall -Wextra -D_REENTRANT -fPIC -DWS_X11 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtX11Extras -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o Qarma.o Qarma.cpp
g++ -pipe -O2 -O2 -fPIC -Wall -Wextra -dM -E -o moc_predefs.h /usr/lib64/qt5/mkspecs/features/data/dummy.cpp
/usr/lib64/qt5/bin/moc -DWS_X11 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB --include /home/guest/Downloads/qarma-master/moc_predefs.h -I/usr/lib64/qt5/mkspecs/linux-g++ -I/home/guest/Downloads/qarma-master -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtX11Extras -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtCore -I/usr/include/c++/11.2.0 -I/usr/include/c++/11.2.0/x86_64-slackware-linux -I/usr/include/c++/11.2.0/backward -I/usr/lib64/gcc/x86_64-slackware-linux/11.2.0/include -I/usr/local/include -I/usr/lib64/gcc/x86_64-slackware-linux/11.2.0/include-fixed -I/usr/include Qarma.h -o moc_Qarma.cpp
g++ -c -pipe -O2 -O2 -fPIC -Wall -Wextra -D_REENTRANT -fPIC -DWS_X11 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtX11Extras -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o moc_Qarma.o moc_Qarma.cpp
g++ -Wl,-O1 -L/usr/lib64 -Wl,-rpath,/usr/lib64 -Wl,-rpath-link,/usr/lib64 -o qarma Qarma.o moc_Qarma.o   -lX11 /usr/lib64/libQt5Widgets.so /usr/lib64/libQt5X11Extras.so /usr/lib64/libQt5Gui.so /usr/lib64/libQt5DBus.so /usr/lib64/libQt5Core.so -lGL -lpthread   
guest@porteus:~/Downloads/qarma-master$   install -Dm755 qarma -t "$pkgdir/usr/bin"
install: cannot create regular file '/usr/bin/qarma': Permission denied
guest@porteus:~/Downloads/qarma-master$ sudo   install -Dm755 qarma -t "$pkgdir/usr/bin"
Password: 
guest@porteus:~/Downloads/qarma-master$ sudo ln -s /usr/bin/qarma "$pkgdir/usr/bin/qarma-askpass"
guest@porteus:~/Downloads/qarma-master$ '/usr/bin/qarma' 
Usage:
  /usr/bin/qarma [OPTION ...]

Help options
  -h, --help                                           Show help options
  --help-all                                           Show all help options
  --help-general                                       Show general options
  --help-calendar                                      Show calendar options
  --help-entry                                         Show text entry options
  --help-error                                         Show error options
  --help-info                                          Show info options
  --help-file-selection                                Show file selection options
  --help-list                                          Show list options
  --help-notification                                  Show notification icon options
  --help-progress                                      Show progress options
  --help-question                                      Show question options
  --help-warning                                       Show warning options
  --help-scale                                         Show scale options
  --help-text-info                                     Show text information options
  --help-color-selection                               Show color selection options
  --help-password                                      Show password dialog options
  --help-forms                                         Show forms dialog options
  --help-misc                                          Show miscellaneous options
  --help-qt                                            Show Qt Options

Application Options
  --calendar                                           Display calendar dialog
  --entry                                              Display text entry dialog
  --error                                              Display error dialog
  --info                                               Display info dialog
  --file-selection                                     Display file selection dialog
  --list                                               Display list dialog
  --notification                                       Display notification
  --progress                                           Display progress indication dialog
  --question                                           Display question dialog
  --warning                                            Display warning dialog
  --scale                                              Display scale dialog
  --text-info                                          Display text information dialog
  --color-selection                                    Display color selection dialog
  --font-selection                                     QARMA ONLY! Display font selection dialog
  --password                                           Display password dialog
  --forms                                              Display forms dialog
  --display=DISPLAY                                    X display to use
  --class=CLASS                                        Program class as used by the window manager
  --name=NAME                                          Program name as used by the window manager

guest@porteus:~/Downloads/qarma-master$ 

                                                                                                                              

Post Reply