The officially official Devuan Forum!

You are not logged in.

#326 Re: Hardware & System Configuration » Python3.8 / Testing? » 2020-03-29 11:05:02

the package python3.8 seems available in

Ceres (testing)

but the similar error as above would occur upon including the repository

sudo apt-get -o Acquire::Check-Valid-Until=false update
Get:1 http://deb.devuan.org//merged ceres InRelease [25.6 kB]
Reading package lists... Done        
E: Release file for http://it.deb.devuan.org/merged/dists/ceres/InRelease is not valid yet (invalid for another 11min 14s). Updates for this repository will not be applied.

#327 Re: Hardware & System Configuration » Python3.8 / Testing? » 2020-03-29 10:59:34

whenever i add "beowulf backports" i get this error here

E: Release file for http://deb.devuan.org/merged/dists/beowulf-backports/InRelease is not valid yet (invalid for another 16min 56s). Updates for this repository will not be applied.
E: Release file for http://it.deb.devuan.org/merged/dists/beowulf/InRelease is not valid yet (invalid for another 16min 57s). Updates for this repository will not be applied.
E: Release file for http://it.deb.devuan.org/merged/dists/beowulf-security/InRelease is not valid yet (invalid for another 17min 44s). Updates for this repository will not be applied.
E: Release file for http://it.deb.devuan.org/merged/dists/beowulf-updates/InRelease is not valid yet (invalid for another 17min 45s). Updates for this repository will not be applied.

when i then comment out

beowulf-backports

the error would remain.

after

https://askubuntu.com/questions/1096930 … -yet-valid

applying

sudo hwclock --hctosys 

sudo apt update

would return normal, but only unless i don't include beowulf-backports?

#328 Hardware & System Configuration » Python3.8 / Testing? » 2020-03-28 22:17:52

kapqa
Replies: 9

Hello ,

i just recently upgraded to Devuan Beowulf.

For a program "SVP - Smooth Video Project")

i would like to install the newer version, but it requires Python3.8

can i yet install this on Devuan?

it seems it is available on Debian Testing

https://packages.debian.org/search?keywords=python3.8

Thank you!

#329 Re: Desktop and Multimedia » gnome video app? » 2020-03-28 22:15:35

thanks, i found out and could install the app, it is called

totem

#330 Re: Hardware & System Configuration » Devuan Ascii - Opensource Drivers Amd / AMD RX560 » 2020-03-28 18:30:47

Head_on_a_Stick wrote:

And I think newer AMD cards need this line in /etc/environment (or in a fragment file under /etc/environment.d/) for VDPAU acceleration to work:

VDPAU_DRIVER=radeonsi

I am a bit confused about this statement because on the Debian Wiki on ATI there is nowhere to be seen such a requirement

https://wiki.debian.org/it/AtiHowTo

#331 Re: Hardware & System Configuration » Devuan Ascii - Opensource Drivers Amd / AMD RX560 » 2020-03-28 15:15:18

Head_on_a_Stick wrote:
kapqa wrote:

the RX560 has no hardware encoding/decoding for VP9 codec?

Check with

vainfo
vdpauinfo

Make sure the vainfo, vdpauinfo, va-driver-all & vdpau-driver-all packages are installed before trying that.

And I think newer AMD cards need this line in /etc/environment (or in a fragment file under /etc/environment.d/) for VDPAU acceleration to work:

VDPAU_DRIVER=radeonsi

Thanks!

This is the output

vainfo

error: XDG_RUNTIME_DIR not set in the environment.
libva info: VA-API version 1.4.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_4
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.4 (libva 2.4.0)
vainfo: Driver version: Mesa Gallium driver 18.3.6 for Radeon RX 560 Series (POLARIS11, DRM 3.27.0, 4.19.0-8-amd64, LLVM 7.0.1)
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointVLD
      VAProfileVC1Simple              :	VAEntrypointVLD
      VAProfileVC1Main                :	VAEntrypointVLD
      VAProfileVC1Advanced            :	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointEncSlice
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointEncSlice
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointEncSlice
      VAProfileHEVCMain               :	VAEntrypointVLD
      VAProfileHEVCMain               :	VAEntrypointEncSlice
      VAProfileHEVCMain10             :	VAEntrypointVLD
      VAProfileJPEGBaseline           :	VAEntrypointVLD
      VAProfileNone                   :	VAEntrypointVideoProc

vdpauinfo

vdpauinfo
display: :0.0   screen: 0
API version: 1
Information string: G3DVL VDPAU Driver Shared Library version 1.0

Video surface:

name   width height types
-------------------------------------------
420    16384 16384  NV12 YV12 
422    16384 16384  UYVY YUYV 
444    16384 16384  Y8U8V8A8 V8U8Y8A8 

Decoder capabilities:

name                        level macbs width height
----------------------------------------------------
MPEG1                          --- not supported ---
MPEG2_SIMPLE                    3 65536  4096  4096
MPEG2_MAIN                      3 65536  4096  4096
H264_BASELINE                  52 65536  4096  4096
H264_MAIN                      52 65536  4096  4096
H264_HIGH                      52 65536  4096  4096
VC1_SIMPLE                      1 65536  4096  4096
VC1_MAIN                        2 65536  4096  4096
VC1_ADVANCED                    4 65536  4096  4096
MPEG4_PART2_SP                  3 65536  4096  4096
MPEG4_PART2_ASP                 5 65536  4096  4096
DIVX4_QMOBILE                  --- not supported ---
DIVX4_MOBILE                   --- not supported ---
DIVX4_HOME_THEATER             --- not supported ---
DIVX4_HD_1080P                 --- not supported ---
DIVX5_QMOBILE                  --- not supported ---
DIVX5_MOBILE                   --- not supported ---
DIVX5_HOME_THEATER             --- not supported ---
DIVX5_HD_1080P                 --- not supported ---
H264_CONSTRAINED_BASELINE       0 65536  4096  4096
H264_EXTENDED                  --- not supported ---
H264_PROGRESSIVE_HIGH          --- not supported ---
H264_CONSTRAINED_HIGH          --- not supported ---
H264_HIGH_444_PREDICTIVE       --- not supported ---
HEVC_MAIN                      186 65536  4096  4096
HEVC_MAIN_10                   186 65536  4096  4096
HEVC_MAIN_STILL                --- not supported ---
HEVC_MAIN_12                   --- not supported ---
HEVC_MAIN_444                  --- not supported ---

Output surface:

name              width height nat types
----------------------------------------------------
B8G8R8A8         16384 16384    y  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 A8I8 I8A8 
R8G8B8A8         16384 16384    y  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 A8I8 I8A8 
R10G10B10A2      16384 16384    y  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 A8I8 I8A8 
B10G10R10A2      16384 16384    y  NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 A8I8 I8A8 

Bitmap surface:

name              width height
------------------------------
B8G8R8A8         16384 16384
R8G8B8A8         16384 16384
R10G10B10A2      16384 16384
B10G10R10A2      16384 16384
A8               16384 16384

Video mixer:

feature name                    sup
------------------------------------
DEINTERLACE_TEMPORAL             y
DEINTERLACE_TEMPORAL_SPATIAL     -
INVERSE_TELECINE                 -
NOISE_REDUCTION                  y
SHARPNESS                        y
LUMA_KEY                         y
HIGH QUALITY SCALING - L1        y
HIGH QUALITY SCALING - L2        -
HIGH QUALITY SCALING - L3        -
HIGH QUALITY SCALING - L4        -
HIGH QUALITY SCALING - L5        -
HIGH QUALITY SCALING - L6        -
HIGH QUALITY SCALING - L7        -
HIGH QUALITY SCALING - L8        -
HIGH QUALITY SCALING - L9        -

parameter name                  sup      min      max
-----------------------------------------------------
VIDEO_SURFACE_WIDTH              y        48     4096
VIDEO_SURFACE_HEIGHT             y        48     4096
CHROMA_TYPE                      y  
LAYERS                           y         0        4

attribute name                  sup      min      max
-----------------------------------------------------
BACKGROUND_COLOR                 y  
CSC_MATRIX                       y  
NOISE_REDUCTION_LEVEL            y      0.00     1.00
SHARPNESS_LEVEL                  y     -1.00     1.00
LUMA_KEY_MIN_LUMA                y  
LUMA_KEY_MAX_LUMA                y

#332 Re: Hardware & System Configuration » Devuan Ascii - Opensource Drivers Amd / AMD RX560 » 2020-03-27 21:29:20

Hello Rolfie, hallo!

I upgraded to Beowulf, but the graphics seems still a bit lacking.

Followed this advice here
https://linuxconfig.org/how-to-install- … -10-buster

and installed all those packages (on Beowufl)

Should i still install newer Kernel - but i suppose there is no Backports yet for Beowulf.

The problem is, with the program above, the framerate conversion functions, but whenever i move the window to another monitor, the frame-dropping occurs. it couuld well also just be a problem with the svp4linux setup;

thank you!

#333 Hardware & System Configuration » Devuan Ascii - Opensource Drivers Amd / AMD RX560 » 2020-03-27 18:20:28

kapqa
Replies: 5

Hello ,

i just installed ths program here on Devuan Ascii

https://www.svp-team.com/wiki/SVP:Linux

and it seems that my graphics card AMD RX560 is very poorly performing with Devuan 2.0 Asciii.

i changed the options for svptube2 to playback only in mp4 format (the RX560 has no hardware encoding/decoding for VP9 codec?) but the playback is still very laggy.

My question is:

is there a way to improve the Graphics Driver on Devuan for the AMD cards?

All i did was to install

firmware-linux-nonfree

Thank you very much!

#334 Re: Hardware & System Configuration » upgrade python3 on devuan ascii / howto install » 2020-03-27 12:32:09

well, i resorted to a trick *changed ascii to beowulf* for a moment

and did let upgrade python3, now the package would finally install.

#335 Re: Hardware & System Configuration » upgrade python3 on devuan ascii / howto install » 2020-03-27 12:16:22

i used this guide here to install python3 on my system locally

https://linuxize.com/post/how-to-instal … -debian-9/

maybe i could choose to install python3.7 on top of system-level python3?

the author above does not recommend it (see point n.6).

Do not use the standard make install as it will overwrite the default system python3 binary.

most the packages on ascii seem hold on python3.5.3

https://ibb.co/Cmq7HyB

#336 Re: Hardware & System Configuration » upgrade python3 on devuan ascii / howto install » 2020-03-27 12:11:13

well, probably this locally installed python3 version is incomplete?

sudo update-alternatives --config python3
There are 2 choices for the alternative python3 (providing /usr/bin/python3).

  Selection    Path                      Priority   Status
------------------------------------------------------------
* 0            /usr/local/bin/python3.7   50        auto mode
  1            /usr/bin/python3.5         40        manual mode
  2            /usr/local/bin/python3.7   50        manual mode
python3 --version
Python 3.7.3

however,

sudo dpkg -i cython3_0.29.2-2_amd64.deb 
(Reading database ... 128889 files and directories currently installed.)
Preparing to unpack cython3_0.29.2-2_amd64.deb ...
Unpacking cython3 (0.29.2-2) over (0.29.2-2) ...
dpkg: dependency problems prevent configuration of cython3:
 cython3 depends on python3 (>= 3.7~); however:
  Version of python3 on system is 3.5.3-1.

dpkg: error processing package cython3 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cython3

#337 Re: Hardware & System Configuration » upgrade python3 on devuan ascii / howto install » 2020-03-27 11:44:46

i seemed to have found a solution here

https://linuxconfig.org/how-to-change-d … etch-linux

under

Local User Python Version

which resulted in my case in

echo 'alias python3="/home/rich/python/v3.7.2/bin/python3"' >> ~/.bashrc

now python3 is upgraded to

python3 --version
Python 3.7.2

however, upon trying to install the cython3.deb , the result is still the same:

s/
rich@rich-PC:~/Downloads$ sudo dpkg -i cython3_0.29.2-2_amd64.deb 
[sudo] password for rich: 
(Reading database ... 127671 files and directories currently installed.)
Preparing to unpack cython3_0.29.2-2_amd64.deb ...
Unpacking cython3 (0.29.2-2) over (0.29.2-2) ...
dpkg: dependency problems prevent configuration of cython3:
 cython3 depends on python3 (>= 3.7~); however:
  Version of python3 on system is 3.5.3-1.

#338 Desktop and Multimedia » gnome video app? » 2020-03-26 19:20:05

kapqa
Replies: 3

Hello ,

is it possible to install the "Gnome Videos" app on Devuan without resorting to install Ubuntu or Debian as a Virtualmachine?

Thanks!

#339 Hardware & System Configuration » upgrade python3 on devuan ascii / howto install » 2020-03-26 19:03:37

kapqa
Replies: 6

Hello ,

i would like to install a package on Devuan Ascii from Debian Buster in order to install a program that requires a newer cython

Preparing to unpack cython3_0.29.2-2_amd64.deb ...
Unpacking cython3 (0.29.2-2) ...
dpkg: dependency problems prevent configuration of cython3:
cython3 depends on python3 (>= 3.7~); however:
  Version of python3 on system is 3.5.3-1.

now i installed python3.7

python3.7 --version
Python 3.7.3

however, when i try to install the above .deb, the system still complains that the python3 is on 3.5.3.

How can i tell the system to use for the installation of this .deb the newly installed Python3.7.3?

Thank you very much

#341 Re: Hardware & System Configuration » how to make customized Devuan .iso » 2020-03-21 14:17:13

sudo smartctl -a /dev/sdb
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.19.0-8-amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     KINGSTON SM2280S3G2240G
Serial Number:    50026B7282070FB6
LU WWN Device Id: 5 0026b7 282070fb6
Firmware Version: SAFM01.W
User Capacity:    240,057,409,536 bytes [240 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      M.2
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sat Mar 21 15:16:42 2020 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.

General SMART Values:
Offline data collection status:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(   30) seconds.
Offline data collection
capabilities: 			 (0x79) SMART execute Offline immediate.
					No Auto Offline data collection support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   1) minutes.
Extended self-test routine
recommended polling time: 	 (   2) minutes.
Conveyance self-test routine
recommended polling time: 	 (   3) minutes.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000b   100   100   050    Pre-fail  Always       -       0
  2 Throughput_Performance  0x0005   100   100   050    Pre-fail  Offline      -       0
  3 Spin_Up_Time            0x0007   100   100   050    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0013   100   100   050    Pre-fail  Always       -       0
  7 Unknown_SSD_Attribute   0x000b   100   100   050    Pre-fail  Always       -       0
  8 Unknown_SSD_Attribute   0x0005   100   100   050    Pre-fail  Offline      -       0
  9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       1531
 12 Power_Cycle_Count       0x0012   100   100   000    Old_age   Always       -       569
168 Unknown_Attribute       0x0012   100   100   000    Old_age   Always       -       0
170 Unknown_Attribute       0x0003   100   100   010    Pre-fail  Always       -       260
173 Unknown_Attribute       0x0012   100   100   000    Old_age   Always       -       1048596
175 Program_Fail_Count_Chip 0x0013   100   100   050    Pre-fail  Always       -       0
187 Reported_Uncorrect      0x0012   100   100   000    Old_age   Always       -       0
192 Power-Off_Retract_Count 0x0012   100   100   000    Old_age   Always       -       58
194 Temperature_Celsius     0x0023   061   028   030    Pre-fail  Always   In_the_past 39 (Min/Max 16/72)
196 Reallocated_Event_Count 0x0002   100   100   010    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always       -       0
199 UDMA_CRC_Error_Count    0x000b   100   100   050    Pre-fail  Always       -       0
218 Unknown_Attribute       0x000b   100   100   050    Pre-fail  Always       -       0
231 Temperature_Celsius     0x0013   100   100   000    Pre-fail  Always       -       100
233 Media_Wearout_Indicator 0x000b   100   100   000    Pre-fail  Always       -       2081
240 Unknown_SSD_Attribute   0x0013   100   100   000    Pre-fail  Always       -       0
241 Total_LBAs_Written      0x0012   100   100   000    Old_age   Always       -       3815
242 Total_LBAs_Read         0x0012   100   100   000    Old_age   Always       -       3251
244 Unknown_Attribute       0x0002   100   100   000    Old_age   Always       -       16
245 Unknown_Attribute       0x0002   100   100   000    Old_age   Always       -       20
246 Unknown_Attribute       0x0012   100   100   000    Old_age   Always       -       1107968

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

#342 Re: Hardware & System Configuration » how to make customized Devuan .iso » 2020-03-21 14:14:55

beginning.txt

[ -f /usr/bin/yad ]]
+ DIALOG=yad
+ INFO=image=gtk-dialog-info
+ QUESTION=image=gtk-dialog-question
+ WARNING=image=gtk-dialog-warning
+ ERROR=image=gtk-dialog-error
+ BUTTON0=button
+ BUTTON1=button
+ BUTTON0NUM=:0
+ BUTTON1NUM=:1
+ CENTER=--center
+ [[ -n :0.0 ]]
++ id -u
+ [[ 0 -eq 0 ]]
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ check_grub
+ [[ yes = \y\e\s ]]
+ dpkg -l
+ grep '^ii'
+ grep grub-efi-amd64
+ grep -v bin
+ [[ ! -e /var/lib/dpkg/info/dosfstools.list ]]
+ choose_task
+ [[ yes = \y\e\s ]]
+ uefi_message='uefi enabled'
++ yad '--title=Refracta Snapshot 10.2.10 (20191218)' --center --borders=10 --height 400 --width 426 '--text=This utility wil$[/c]

[c]Choose the first option to create a snapshot.[/c]

[c]This is free software that comes with no warranty or guarantee of any type, including but not limited to express, implied, me$
' --button=OK:0 --button=Help:1 --list --column Num --column 'Choose a task' 01 'Create a snapshot (uefi enabled)' 02 'Re-squ$
+ task='01|Create a snapshot (uefi enabled)|'
+ exit_code=0
+ '[' 0 -ne 0 ']'
+ [[ 01|Create a snapshot (uefi enabled)| =~ 01 ]]
+ please_wait
+ yad --image=gtk-dialog-info '--title=Refracta Snapshot' --center '--text=This may take a moment while the program checks fo$
++ pgrep yad
+ wait_pid=2303
+ check_copies
+ [[ -d /home/snapshot ]]
+ ls '/home/snapshot/*.iso'
ls: cannot access '/home/snapshot/*.iso': No such file or directory
+ snapshot_count=0
++ du -sh /home/snapshot
++ awk '{print $1}'
+ snapshot_size=4.0K
+ [[ -z 4.0K ]]
+ [[ -d /home/work/myfs ]]
++ du -sh /home/work/myfs
++ awk '{ print $1 }'
+ saved_size=9.7G
+ saved_copy='* You have a saved copy of the system using 9.7G of space
  located at /home/work/myfs.'
+ [[ no = \y\e\s ]]
+ save_message='* The temporary copy of the filesystem will be created
at /home/work/myfs and removed when this program finishes.'
+ check_directories
++ echo /home/snapshot
++ awk -F / '{ print "/" $2 "/" $3 }'
++ grep /media/
+ snapdir_is_remote=
++ echo /home/work
++ awk -F / '{ print "/" $2 "/" $3 }'
++ grep /media/
+ workdir_is_remote=
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ [[ -d /home/snapshot ]]
+ [[ no = \n\o ]]
+ [[ -d /home/work ]]
+ rm -rf /home/work
+ mkdir -p /home/work/iso
+ mkdir -p /home/work/myfs
+ check_space
++ df -h -x tmpfs -x devtmpfs -x iso9660 -x udf -x aufs -x squashfs
++ sed 's/Mounted on/Mountpoint/'
++ awk '{ print  $2 "  \t" $3 "  \t" $4 "  \t" $5 "   \t" $6 "   \t\t\t" $1 }'
+ disk_space='Size      Used    Avail   Use%    Mountpoint                      Filesystem
188G    11G     168G    6%      /                       /dev/sda2
511M    5.3M    506M    2%      /boot/efi                       /dev/sda1'
+ check_initrd
+ echo 'Checking initrd.'
+ lsinitramfs /initrd.img
+ grep -q conf.d/cryptroot
+ lsinitramfs /initrd.img
+ grep -q cryptroot/crypttab
+ remove_cryptroot=yes
+ cryptroot_message='The snapshot initrd will be modified to allow booting the unencrypted snapshot.'
+ lsinitramfs /initrd.img
+ egrep -q 'conf.d/resume|conf.d/zz-resume-auto'
+ remove_resume=yes
+ swap_message='The snapshot initrd will be modified to allow booting without the host'\''s swap partition.'
+ '[' '' = yes ']'
+ kill 2303
+ report_space
++ mktemp /tmp/snapshot-report.XXXX
+ tempfile=/tmp/snapshot-report.RXju
+ echo '
You will need plenty of free space. It is recommended that free space (Avail) in the partition that
holds the work directory (probably "/") should be two times the total installed system size (Used).
(Note: You can deduct the space taken up by previous snapshots and any saved copies of the system from the Used amount.)[/c]

[c]Please CLOSE any running applications NOW.
Turn off NUM LOCK for some laptops.[/c]

[c]* You have 0 snapshots taking up 4.0K of disk space.
* You have a saved copy of the system using 9.7G of space
  located at /home/work/myfs.
* The temporary copy of the filesystem will be created
at /home/work/myfs and removed when this program finishes.
* The snapshot directory is currently set to /home/snapshot[/c]

[c]You can change these and other settings by editing
/etc/refractasnapshot.conf.[/c]

[c]The snapshot initrd will be modified to allow booting the unencrypted snapshot.
The snapshot initrd will be modified to allow booting without the host'\''s swap partition.
Current disk usage:
(For complete listing, exit and run '\''df -h'\'')[/c]

[c]Size    Used    Avail   Use%    Mountpoint                      Filesystem
188G    11G     168G    6%      /                       /dev/sda2
511M    5.3M    506M    2%      /boot/efi                       /dev/sda1'
+ yad --text-info '--title=Status Report' --center --height 400 --width 700 --button=OK:0 --button=Exit:1
+ exit_code=0
+ '[' 0 -ne 0 ']'
+ rm -f /tmp/snapshot-report.RXju
+ set_distro_name
+ [[ /usr/lib/refractasnapshot/iso = \/\u\s\r\/\l\i\b\/\r\e\f\r\a\c\t\a\s\n\a\p\s\h\o\t\/\i\s\o ]]
+ [[ live.cfg = \l\i\v\e\.\c\f\g ]]
++ lsb_release -i -s
+ DISTRO=Debian
++ grep -q Refracta /etc/issue
++ yad --entry '--title=Linux Distribution' --center '--text=This is the distribution name that will appear in the boot menu
for the live image. If it'\''s blank, the menu entries will just say
"GNU/Linux (kernel-version)" ' --entry-text=Debian --width=500 --button=OK:0
+ DISTRO=Debian
+ [[ -z Debian ]]
+ housekeeping
+ [[ '' = \y\e\s ]]
+ [[ -n '' ]]
++ awk -F: '/1000:1000/ { print $1 }' /etc/passwd
+ username=rich
+ [[ rich != user ]]
+ username_opt=username=rich
+ [[ no = \y\e\s ]]
+ [[ -e /vmlinuz ]]
+ [[ -e /initrd.img ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ yes = \y\e\s ]]
+ updatedb
/usr/bin/refractasnapshot-gui: line 795: updatedb: command not found
+ tee /dev/fd/63
++ yad '--title=Running updatedb...' --center --progress --pulsate --auto-close --width 300
+ [[ '' = \y\e\s ]]
+ cd /home/work
+ copy_isolinux
+ [[ -f /usr/lib/ISOLINUX/isolinux.bin ]]
+ isolinuxbin=/usr/lib/ISOLINUX/isolinux.bin
+ [[ -f /usr/lib/syslinux/modules/bios/vesamenu.c32 ]]
+ vesamenu=/usr/lib/syslinux/modules/bios/vesamenu.c32
+ rsync -a /usr/lib/syslinux/modules/bios/chain.c32 /usr/lib/refractasnapshot/iso/isolinux/
+ rsync -a /usr/lib/syslinux/modules/bios/ldlinux.c32 /usr/lib/refractasnapshot/iso/isolinux/
+ rsync -a /usr/lib/syslinux/modules/bios/libcom32.c32 /usr/lib/refractasnapshot/iso/isolinux/
+ rsync -a /usr/lib/syslinux/modules/bios/libutil.c32 /usr/lib/refractasnapshot/iso/isolinux/
+ rsync -a /usr/lib/ISOLINUX/isolinux.bin /usr/lib/refractasnapshot/iso/isolinux/
+ rsync -a /usr/lib/syslinux/modules/bios/vesamenu.c32 /usr/lib/refractasnapshot/iso/isolinux/
+ [[ '' = \y\e\s ]]
+ copy_kernel
+ rsync -a /usr/lib/refractasnapshot/iso/ /home/work/iso/
+ cp /vmlinuz /home/work/iso/live/
+ cp /initrd.img /home/work/iso/live/
+ copy_filesystem
+ [[ no = \y\e\s ]]
+ rsync -av / myfs/ --delete-before --delete-excluded --exclude=/home/work --exclude=/home/snapshot --exclude=/home/work/efi-$
+ tee /dev/fd/63
++ yad '--title=Copying filesystem...' --center --progress --pulsate --auto-close --width 300[/c]

[c](yad:3885): GLib-CRITICAL **: 21:15:24.515: g_source_remove: assertion 'tag > 0' failed
+ [[ -n '' ]]
+ '[' yes = yes ']'
+ clean_initrd
+ extract_initrd
+ mkdir /tmp/extracted
mkdir: cannot create directory ‘/tmp/extracted’: File exists
+ pushd /tmp/extracted
++ file -L /initrd.img
++ egrep -o 'gzip compressed|XZ compressed|cpio archive'
+ COMPRESSION='cpio archive'
+ '[' 'cpio archive' = 'gzip compressed' ']'
+ '[' 'cpio archive' = 'XZ compressed' ']'
+ '[' 'cpio archive' = 'cpio archive' ']'
+ echo 'Archive is cpio archive...'
+ cpio -i
cpio: kernel/x86/microcode/AuthenticAMD.bin not created: newer or same age version exists
62 blocks
+ zcat

#343 Re: Hardware & System Configuration » how to make customized Devuan .iso » 2020-03-21 14:02:50

the .log settled down eventually after shutdown and reboot (several)
at

21.3 GiB (22,898,887,727 bytes)

beginning.txt is

485.2 MiB (508,755,677 bytes)

end.txt is

73.2 KiB (75,000 bytes)

and all lines @end.txt are like

/usr/bin/refractasnapshot: line 479: echo: write error: Input/output error

#344 Re: Hardware & System Configuration » how to make customized Devuan .iso » 2020-03-21 12:16:25

hello ,
please watch the "status bar" that shows the increase in filesize smile

#346 Re: Installation » (beowulf) no ALSA available? » 2020-03-21 09:54:09

SmokeyGrey wrote:

My relevant cmus settings, taken from ~/.config/cmus/autosave

set mixer.alsa.channel=PCM
set mixer.alsa.device=default
set output_plugin=alsa

Thank you!

This was needed for Cmus!

EDIT:

in my case it was needed to add

dsp.alsa.device=default
mixer.alsa.device=default
mixer.alsa.channel=PCM
output_plugin=alsa

#347 Re: Installation » (beowulf) no ALSA available? » 2020-03-21 09:49:09

thanks, the alsa probably was not working because i had

an .asoundrc

that somehow prevented it?

the sound worked then through players like mpv, but it would not when playing sound through browser or cmus.

once deleted .asoundrc i then had to change the order of the soundcard with options in .alsa-base.conf (alsa picked hdmi first, and i needed the internal soundcard intel_hda first; instead of doing it with .asoundrc with alsa-base.conf it solved my problem)

https://wiki.archlinux.org/index.php/Ad … sound_card

#348 Re: Hardware & System Configuration » how to make customized Devuan .iso » 2020-03-21 09:37:21

please do "download", tick box, and then select "download"

#350 Re: Hardware & System Configuration » how to make customized Devuan .iso » 2020-03-20 20:20:12

sudo refractasnapshot-gui -d

sent 10,420,671,375 bytes  received 3,378,028 bytes  341,772,111.57 bytes/sec
total size is 10,299,317,781  speedup is 0.99
/tmp/extracted /home/work
Archive is cpio archive...
Decompression error

refractasnapshot.log is a very big file. it is still growing as i type.?

Board footer

Forum Software