You are not logged in.
I could boot another ASCII installation from another, older USB stick using "non-booting" computer. I can't boot ASCII installed on newer USB 3.0 stick using "non-booting" computer (ASCII was installed using "non-booting" computer). So it seems problem is in USB 3.0 stick.
Try to find "power on USB at startup" or "USB powersaving" option in CMOS setup or something like that.
I'm sorry there are no such options.
Did you install in UEFI mode? Check if /sys/firmware/efi exists when you boot the stick on the working computer.
Is the non-working laptop a UEFI machine?
If the USB stick is a non-UEFI system and the non-working machine is UEFI capable then check the firmware ("BIOS") menus in the non-working computer for an option to boot in "CSM" or "Legacy" mode, this will emulate a non-UEFI system.
No. /sys/firmware/efi doesn't exist
non-working laptop has legacy BIOS only.
Where did you tell the installer to place the bootloader?
Are you sure you selected the USB stick?
mbr
Yes. The USB stick is bootable form another computer.
thanks
Palemoon:
The connection has timed out
The server at botbot.me is taking too long to respond.
Outage ?
There is message that no boot media found.
Installed from desktop-live i386, default settings.
Any idea pls ?
...these days they wouldn't change the homepage because that would give the game away and stop whatever malware they plant from being effective.
Are you sure you can rely on it ?
Hello,
Please is it secure to use this /etc/apt/sources.list ?
deb http://pkgmaster.devuan.org/merged/ ascii main contrib non-free
deb http://pkgmaster.devuan.org/merged/ ascii-updates main contrib non-free
deb http://pkgmaster.devuan.org/merged/ ascii-security main contrib non-free
deb http://pkgmaster.devuan.org/merged/ ascii-backports main contrib non-free
deb http://packages.devuan.org/merged/ ascii main
deb-src http://packages.devuan.org/merged/ ascii main
Hello, did you try https://wiki.debian.org/ALSA
or
https://wiki.debian.org/CategorySound
?
unattended-upgrade error is solved too.
There was some message about libfm... in dmesg so I've reinstalled libfm* and it's solved.
Question remains whether this usb flash disk is appropriate medium.
$ lxpanel
segmentation fault
ASCII installed on usb flash disk is broken because of disk error. Some correction was made by fsck.
I've reinstalled lxpanel and lxde-core but it didn't help. Any idea pls ?
Hello, thank you, it has solved the issue.
Thank you. I have fully upgraded system. Should I use another repo ?
$ apt show yout*
Package: youtube-dl
Version: 2017.05.18.1-1
Priority: extra
Section: web
Maintainer: Rogério Brito <rbrito@ime.usp.br>
Installed-Size: 4 930 kB
Pre-Depends: dpkg (>= 1.15.7.2)
Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~)
Recommends: aria2 | wget | curl, ca-certificates, ffmpeg | libav-tools, mpv | mplayer, rtmpdump
Homepage: https://rg3.github.com/youtube-dl/
Tag: implemented-in::python, interface::commandline, network::client,
role::program, use::downloading, works-with::video
Download-Size: 909 kB
APT-Manual-Installed: yes
APT-Sources: http://pkgmaster.devuan.org/merged ascii/main amd64 Packages
Description: downloader of videos from YouTube and other sites
$ youtube-dl --verbose https://www.youtube.com/watch?v=AuFiBjNTB9o[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=AuFiBjNTB9o']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.05.18.1
[debug] Python version 3.5.3 - Linux-4.9.0-8-amd64-x86_64-with-debian-9
[debug] exe versions: rtmpdump 2.4
[debug] Proxy map: {}
[youtube] AuFiBjNTB9o: Downloading webpage
[youtube] AuFiBjNTB9o: Downloading video info webpage
[youtube] AuFiBjNTB9o: Extracting video information
WARNING: unable to extract uploader nickname
WARNING: unable to extract html5 player; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
[youtube] {18} signature length 41.40, html5 player None
[youtube] AuFiBjNTB9o: Downloading player https://www.youtube.com/yts/jsbin/player_ias-vflXas3a_/en_US/base.js
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1162, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1073, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1134, in _parse_sig_js
jscode, 'Initial JS player signature function name', group='sig')
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 782, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by RegexNotFoundError('Unable to extract \x1b[0;34mInitial JS player signature function name\x1b[0m; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1162, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1073, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1134, in _parse_sig_js
jscode, 'Initial JS player signature function name', group='sig')
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 782, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1162, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1073, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1134, in _parse_sig_js
jscode, 'Initial JS player signature function name', group='sig')
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 782, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 760, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 433, in extract
ie_result = self._real_extract(url)
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1755, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1172, in _decrypt_signature
'Signature extraction failed: ' + tb, cause=e)
youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1162, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1073, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1134, in _parse_sig_js
jscode, 'Initial JS player signature function name', group='sig')
File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 782, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by RegexNotFoundError('Unable to extract \x1b[0;34mInitial JS player signature function name\x1b[0m; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
$ uname -a
Linux hstnm 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
$ cat /etc/os-release
PRETTY_NAME="Devuan GNU/Linux ascii"
NAME="Devuan GNU/Linux"
ID=devuan
ID_LIKE=debian
HOME_URL="https://www.devuan.org/"
SUPPORT_URL="https://devuan.org/os/community"
BUG_REPORT_URL="https://bugs.devuan.org/"
Can pls someone try it ?
WarThunder
Congratulations ! :-)
Troubles with saving file and displaying national characters are solved:
/etc/profile
: "${LANG:=ru_RU.utf8}"; export LANG
# locale-gen
.bashrc , .profile
export LC_ALL=ru_RU.UTF-8
export LANG=ru_RU.UTF-8
export LANGUAGE=ru_RU.UTF-8
# dpkg-reconfigure locales
(unattended-upgrade says no error, it has nothing to do now)
Most excellent!
cheers
zephyr
Thank you
Thank to both. It was running fine some time ago but it is not installed now. I don't know why.
I've installed it and it's ok.
Failed to execute child process "obconf" (No such file or directory)
Any idea please ?
chkdsk in Win.8 deleted files with "wrong" filename. Is it please possible to undelete them ? Testdisk does not see any deleted file.
These files were in fact removed to found.001 folder and renamed to file000XYZ.chk
Is it please possible to restore original file name or path ?
Hello, just in case someone is interested: Intel has issued new CPU microcode (20180703):
It's solved, there is no error message from aptitude install, apt install, apt-get install. I've removed nvidia packages which removed Xorg. Then I installed Xorg, nvidia.
Commands history:
aptitude remove libegl1-mesa
aptitude purge nvidia*
aptitude remove nvidia-alternative
apt remove glx-alternative-nvidia
aptitude remove libegl-nvidia0
aptitude install xserver-xorg-video-intel
aptitude install xorg
aptitude install bumblebee-nvidia
aptitude install nvidia-driver
aptitude remove nvidia-legacy-304xx-driver
aptitude remove xserver-xorg-legacy
aptitude remove nvidia-legacy-304xx-kernel-support
apt remove nvidia-legacy-check
aptitude install nvidia-driver-libs-nonglvnd
aptitude install primus