The officially official Devuan Forum!

You are not logged in.

#426 Re: Hardware & System Configuration » ssd optimization on devuan » 2019-02-02 01:16:11

Ron

I'm not sure I understand the problem, but maybe this link below will help??

https://dev1galaxy.org/viewtopic.php?id=2022

#427 Re: Desktop and Multimedia » synaptic icons » 2019-02-02 01:05:03

Ron

Upload your screenshot to an image site (such as imgur) and put the link inside of

[img][/img]

tags. Your link should end in an image format, such as .jpg.

#428 Re: Devuan Derivatives » questions about miyo and Devuan in general » 2019-01-29 22:57:48

Ron

cretsiah wrote:
I know I was originally looking at a full KDE install, but no im not as sure footed on this idea after poking my nose around the KDE website.

Check out the Trinity desktop. It is a fork of KDE version 3.

https://www.trinitydesktop.org/

#429 Re: Off-topic » Systemd maintainer for Debian quits » 2019-01-19 20:17:19

Ron

This is a perfect example of why I avoid everything of Poettering's.

#430 Re: Other Issues » Update for libsystemd0 » 2019-01-14 22:37:06

Ron

Thanks for that link. I have read that in the past. I forgot it was a sticky. So I gather from the sticky that libsystemd0 does nothing. So in that case I guess it doesn't matter if I update it or not? Is that correct?

Is it okay to delete this file? (Sorry if this is a thick-headed question) smile

#431 Other Issues » Update for libsystemd0 » 2019-01-14 17:41:43

Ron
Replies: 8

I just noticed there is an update for libsystemd0. Does Devuan use this app/file/whatever? Would it break the OS if I deleted it? Or should I just update it? Thanks.

#432 Re: News & Announcements » [package bump request] Youtube-dl » 2019-01-12 16:33:02

Ron

Whenever YT-DL comes out with a new version, I just do:

sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl

then

sudo chmod a+rx /usr/local/bin/youtube-dl

#433 Re: Other Issues » Troubles playing audio CD on SMPlayer » 2019-01-06 00:01:55

Ron

Thanks for all the help ralph.ronnquist. My "solution" of just using Parole to play CDs is mostly okay for me. Maybe one day I'll bite the bullet and learn scripting.

#434 Re: Other Issues » Troubles playing audio CD on SMPlayer » 2019-01-05 17:16:55

Ron

It says "dynamically linked." Here's the whole output:

/usr/bin/mpv: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=30938c116cf001493429a04bc7ae8241b20b56e9, stripped

I have to admit I don't have a clue what this is telling me.

#435 Re: Other Issues » Troubles playing audio CD on SMPlayer » 2019-01-05 01:23:33

Ron

Thanks ralph.ronnquist. That's an interesting link. I tried the same thing the guy in the link did, switching the engine from mpv to smplayer. I got a very similar error to his. I'm not versed at all in scrips or wrapper scrips. I'll have to research it when I find the time. One question though, how do I find out if mpv is a script already, as you state is a possibility?

Also, I pasted over your quote of José Jorge to my post in the SMPlayer forum. Hopefully they'll get this fixed.

#436 Re: Other Issues » Troubles playing audio CD on SMPlayer » 2019-01-04 22:20:44

Ron

I see a cdrom file in /dev. In properties, basic tab, it says "Link target: sr0." That sounds like what you wrote (I think). However, the file size says 0 bytes, is that normal?

#437 Re: Other Issues » Troubles playing audio CD on SMPlayer » 2019-01-04 19:19:24

Ron
ralph.ronnquist wrote:

Maybe a red herring, but error code 2 traditionally is EACCESS, which would mean that there is a permission problem for some file, or even that some intermediate directory is missing when the program attempts to access a file.

I notice at the bottom of the log file it says "No such file or directory." Does that point to a missing intermediate directory?

As a test, I installed Parole Media Player, and it plays CDs just fine. Does this give a clue as to what is SMPlayer's problem? I'd just use Parole for everything (because I hate having two apps that do the same thing), but when playing videos it puts a thin green line down the side of videos, just like Totem and Mint's Xplayer used to do for me.

EDIT
I just did a web search for "debug argument to start mpv with" and didn't find anything.

#438 Other Issues » Troubles playing audio CD on SMPlayer » 2019-01-03 18:34:16

Ron
Replies: 11

I posted this on SMPlayer forums but still waiting for a response there. I'm hoping anyone here who uses SMPlayer can help. When I try to play a CD (a prerecorded "album") I'm getting an "Exit code: 2" error. I'm on version: 16.11.0 (revision 8242), Devuan 2.0 (ASCII). Here's the log file. Thanks.

    /usr/bin/mpv --no-config --no-quiet --terminal --no-msg-color --input-file=/dev/stdin --no-fs --hwdec=no --sub-auto=fuzzy --no-input-default-bindings --input-vo-keyboard=no --no-input-cursor --cursor-autohide=no --no-keepaspect --wid=60817427 --monitorpixelaspect=1 --osd-scale=1 --sub-ass --embeddedfonts --sub-ass-line-spacing=0 --sub-scale=1 --sub-font=Arial --sub-color=#ffffffff --sub-shadow-color=#ff000000 --sub-border-color=#ff000000 --sub-border-size=0.75 --sub-shadow-offset=2.5 --sub-codepage=utf8:ISO-8859-1 --sub-pos=100 --volume=100 --cdrom-device=/dev/cdrom --cache=auto --osd-level=0 --screenshot-template=cap_%F_%p_%02n --screenshot-format=jpg --screenshot-directory=/home/ron/Pictures/smplayer_screenshots --audio-channels=2 --audio-pitch-correction=yes --af-add=equalizer=0:0:0:0:0:0:0:0:0:0 --volume-max=100 --term-playing-msg=MPV_VERSION=${=mpv-version:}
    INFO_VIDEO_WIDTH=${=width}
    INFO_VIDEO_HEIGHT=${=height}
    INFO_VIDEO_ASPECT=${=video-aspect}
    INFO_VIDEO_FPS=${=container-fps:${=fps}}
    INFO_VIDEO_FORMAT=${=video-format}
    INFO_VIDEO_CODEC=${=video-codec}
    INFO_AUDIO_FORMAT=${=audio-codec-name}
    INFO_AUDIO_CODEC=${=audio-codec}
    INFO_AUDIO_RATE=${=audio-params/samplerate}
    INFO_AUDIO_NCH=${=audio-params/channel-count}
    INFO_LENGTH=${=duration:${=length}}
    INFO_DEMUXER=${=current-demuxer:${=demuxer}}
    INFO_SEEKABLE=${=seekable}
    INFO_TITLES=${=disc-titles}
    INFO_CHAPTERS=${=chapters}
    INFO_TRACKS_COUNT=${=track-list/count}
    METADATA_TITLE=${metadata/by-key/title:}
    METADATA_ARTIST=${metadata/by-key/artist:}
    METADATA_ALBUM=${metadata/by-key/album:}
    METADATA_GENRE=${metadata/by-key/genre:}
    METADATA_DATE=${metadata/by-key/date:}
    METADATA_TRACK=${metadata/by-key/track:}
    METADATA_COPYRIGHT=${metadata/by-key/copyright:}
    INFO_MEDIA_TITLE=${=media-title:}
     --term-status-msg=STATUS: ${=time-pos} / ${=duration:${=length:0}} P: ${=pause} B: ${=paused-for-cache} I: ${=core-idle} cdda://1

    Playing: cdda://1
    ++ WARN: Can't get file status for 1:
    No such file or directory
    ++ WARN: could not retrieve file info for `1': No such file or directory
    ++ WARN: can't open nrg image file 1 for reading
    [cdda] Can't open CDDA device.
    Failed to open cdda://1.
    Exiting... (Errors when loading file)

#439 Re: Devuan » Why are pulseaudio files present in Devuan? » 2019-01-03 17:56:41

Ron

While I'm not the OP, I avoid PulseAudio because I don't like the philosophy of its author; that has nothing to do with tinfoil hats.

#440 Re: Other Issues » Click-Drag on desktop changed » 2018-12-29 17:39:29

Ron

I don't know whether it was because of an update, or when I reinstalled my system, but now clicking and dragging on the desktop works like it always had.

#441 Re: DIY » [SOLVED] Creating a bootable iso file » 2018-12-18 02:53:39

Ron

Thanks MiyoLinux. I guess I can mark this now as "solved."

#442 Re: DIY » [SOLVED] Creating a bootable iso file » 2018-12-18 02:30:38

Ron

Well, it seems to have worked. However, there is no Install button on the desktop. How would I install if I had to? Would I use the refracta installer from the menu?

#443 Re: DIY » [SOLVED] Creating a bootable iso file » 2018-12-17 23:09:46

Ron

golinux wrote:
Maybe you're looking in /home/<user> instead of /home (which is a root directory)?

Yeah, that was it. I found it, that's why I deleted my post. I just now burned it to a DVD, so after I'm done with this post I'm going to reboot and see if it works.

@GNUser: Thanks for the additional info!

#444 Re: DIY » [SOLVED] Creating a bootable iso file » 2018-12-17 16:59:11

Ron

According to this website here, I'm not using uefi, which surprised me because I thought I was. Is the info at this site correct?

fsmithred wrote:
Nevertheless, you should exclude your data if there's any significant amount and use a different method for the data backup.

When you say different method, do you mean an app other than refractsnapshot? Or do you mean another method with refractsnapshot?

#445 Re: DIY » [SOLVED] Creating a bootable iso file » 2018-12-16 17:36:10

Ron

Thanks for you reply, golinux. A few things: one, out of curiosity I opened synaptic and redid my search of "iso," and refractasnapshot was in the list. Somehow I missed it yesterday. Next, I assume refractasnapshot doesn't have a gui, as it's not listed anywhere in the start menu?

When running it in the terminal, I get this message:

configfile is /etc/refractasnapshot.conf
uefi setting is yes

 Warning: grub-efi-amd64 is not installed.
 The snapshot will not be compatible with UEFI.
 To disable this warning, set make_efi=no in /etc/refractasnapshot.conf

My first question is how do I know whether I need to download grub-efi-amd64, or just disable the warning (as is said in the last line)? If I should install it, I'm concerned that it will mess up my system. Will it change the way my system boots?

EDIT:
Found out you can download the gui from sourceforge, which I did.

#446 DIY » [SOLVED] Creating a bootable iso file » 2018-12-16 04:28:35

Ron
Replies: 12

First, I hope I put this in the right place. I would like to create a bootable .iso file of my system. I would intend to put it on a DVD disc so if the need for reinstallation ever came about, I could reinstall my system with all the apps I use already installed. To be clear, I already did some research (which made my head swim) and found out about partimage. I installed it, but apparently it won't work for me as the documentation says it works with ext2/3, but doesn't say anything about ext4, which is what I use. I also read about another way, I think it's called "dd," but I can't remember for sure. But I read that it will make the iso file the same size as the disk, including the unused space, so that wouldn't work for me. I searched Synaptic using "iso" but couldn't find what I wanted (but I might have missed something as I really don't know what I'm looking for). Can someone recommend an app, or a way to do this? I'm not asking for detailed instructions, just  give me the name of an app, or a link. Thanks.

#447 Re: Off-topic » At first I thought it was insane, but then I saw who was behind it. » 2018-12-15 18:20:31

Ron

Thanks siva for sharing your experience with deleting avahi. I also got the same things as you and golinux.

#448 Re: Devuan » A philosophical diatribe: How to avoid having users - and how not to » 2018-12-15 18:12:05

Ron

golinux wrote:
And desktop users are NOT our target audience

This statement has me baffled. Do you mean desktop as in Desktop Environment, or as in desktop versus laptop?

#449 Re: Off-topic » At first I thought it was insane, but then I saw who was behind it. » 2018-12-15 00:43:45

Ron

golinux wrote:
@siva . . . You'd think a quick search would be the first thing to do.  But is sooo much easier to let someone else do it.

If you go back, you'd see that I did say I'd research it when I have the time. You know, I have a full time job, and a wife and kid that takes quite a bit of my time. I don't live on the computer. I really don't know what I said to warrant such passive aggression. And who was whining? That crack was unwarranted.

#450 Re: Off-topic » At first I thought it was insane, but then I saw who was behind it. » 2018-12-14 00:31:51

Ron

I am still "fairly" new to Linux. And I'm just a computer user, not a geek (I don't mean that pejoratively). When I have time I'll research it, I guess.

Board footer

Forum Software