You are not logged in.
you mean just do
sudo ln /dev/sdc /dev/tape
?
sudo mt-gnu status
mt-gnu: /dev/tape is not a character special file
mknod was the wrong approach,
maybe eudev can do something
so is this thing attached to a floppy drive?
i used this adapter --> link
Check that the USB Floppy adapter is correctly inserted.
It should (?) have a key (like the IDE cables did) or some indication in the adapter's manual/instruction sheet.
there is no indicator, but im sure i have it correctly now
the usb device would show up either way but only when it is right side up, it shows sdc in lsblk
as i said earlier, mt-gnu expects a character special file or a remote tape drive
can i create that file with mknod or something?
i tried
mknod tape c 8 32
where 8 and 32 are MAJ and MIN from /dev/sdc
but no success
dmesg -wH
[ +0.682265] scsi 6:0:0:0: Direct-Access TEAC USB UF000x 0.00 PQ: 0 ANSI: 0 CCS
[ +0.000354] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ +0.191556] sd 6:0:0:0: [sdc] 2880 512-byte logical blocks: (1.47 MB/1.41 MiB)
[ +0.064088] sd 6:0:0:0: [sdc] Write Protect is off
[ +0.000006] sd 6:0:0:0: [sdc] Mode Sense: 00 46 02 00
[ +0.063989] sd 6:0:0:0: [sdc] No Caching mode page found
[ +0.000004] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[ +8.127890] sd 6:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ +0.000012] sd 6:0:0:0: [sdc] tag#0 Sense Key : Medium Error [current]
[ +0.000006] sd 6:0:0:0: [sdc] tag#0 Add. Sense: Incompatible medium installed
[ +0.000013] sd 6:0:0:0: [sdc] tag#0 CDB: Read(10) 28 00 00 00 00 00 00 00 08 00 00 00
[ +0.000002] print_req_error: I/O error, dev sdc, sector 0
[ +0.000003] Buffer I/O error on dev sdc, logical block 0, async page read
mt status
/dev/tape: No such file or directory
from man mt-gnu:
The device must be either a character special file or a remote tape drive.
/dev/sdc is not character special but block special
mt-gnu rewind
mt-gnu: /dev/tape: rmtopen failed: No such file or directory
ls /dev/tape
ls: cannot access '/dev/tape': No such file or director
it does not recognize it as a tape drive
i just noticed there is a jumper on the back that can be set to DS1, DS0 or DSP, it is currently on DSP
edit:
sudo mt-st -f /dev/sdc status
does nothing, at least there is no noise and no output
So i found this iomega tape 250 drive along with this 3gb ditto tape that belonged to grandpas first pc
and i bought a chinese floppy to usb converter (picture)
the question is, how do i get it to work?
in the repository is a tool that is called mt-st and it looks like it is the right tool for the job
however when i try it, i get this
mt-st rewind
/dev/tape: No such file or directory
lsusb indicates that a new usb device is found, but it does not show as a tape drive
i dont even know if this thing is still working or if i plugged the connector the right way because there is no indication which way it goes
any ideas?
Any webcam that has a clamp?
Logitech C920 is a solid webcam but a bit expensive
i have a 20€ Logitech and it works fine
apt source name-of-package
is this what you want?
Protip: make your own CD with refracta-snapshot
i dont play much games these days but i wanted to share some interesting projects with you
they work fine on devuan, but in both cases you need the original game files somewhere on your disk
OpenRTC2 lets you play the original RollerCoaster Tycoon 1+2 natively under linux, with enhaced graphics and other tweaks
it also has a multiplayer with up to 64 players
CorsixTH is similar but for the classic Theme Hospital game
~ late 90s / early 2000s isometric graphics were peak gaming ~
apparently there was a syntax error in .local/Scripts/update_scripts.sh
on line 73 there needs to be a " before the closing paren
here is the fix: update_scripts.sh
Version 2021_04 Update
I just finished the latest Version 2021_04 >> Download
It comes with a ton of changes, just to name a few here:
jack server is working correctly again
added new update system for scripts
changed the menu system
emacs + exwm
basic bashrc for those who prefer bash
fixed some file permissions
fixed typos and broken links
new yad scripts
slightly improved installer
added more apt mirrors
and much more...
check the Readme.txt if you want to want to change the update command or disable the menu
i know i said this before, but this time for real
this will be the last update until Devuan 4.0 is released
I think ffplay is also bloat, at least for music files:
for f in */*.wav; do aplay "$f"; done
i dont think anyone that fell for the bloat meme has is music in *.wav format
Don't use a bloated webcam app like guvcview, cheese, etc., just use ffplay...
saved
here is a similar one for screenshots, but is is not as fast as a real screenshot programm
ffmpeg -f x11grab -r 1 -s "$(xdpyinfo | awk '/dimensions/ {print $2}')" -i :0.0 "$(date +Screenshot-%Y-%m-%d_%H-%M-%S).png"
i recently found svgcleaner, it saved over 7MB in my /usr/share/icons
also if you use rust programms, you can get them significantly smaller if you build them with a new rust version and not the one from the repositry
here is the Demo Video reupload in post #47
thanks for that cups rule, Larry
Hey Larry thanks for the mail
Other ports might work but NOT 993, 587, or 465 ... for obvious reasons.
I set the defaul policy to drop anything and only allow the stuff that is in /etc/iptables.conf
In case something is not working for you, you could switch DROP to ACCEPT or just specify the ports you want below
and then reboot or run:
sudo iptables-restore < /etc/iptables.conf
And should anyone have an old NVIDIA video card needing nvidia-legacy-340xx driver, don't fall for the faster speed of the dotsrc.org (Denmark) repository. Stick to the default ftp.fau.de (Germany) repository.
dotsrc.org doesn't have the old nvidia-legacy drivers!
Larry
The reason dorsrc.org is not giving you the nvidia drivers is because i forgot to add 'non-free' at the end of the line for that one.
fau.de is actually not the default repo for devuan, but i chose it because it is the best here in germany.
I should have added more mirrors to /etc/apt/sources.list
I just added that to my list for the next release.
You can run 'devuan-mirrorlist' (alias for curl http://pkgmaster.devuan.org/mirror_list.txt) to see all devuan mirrors.
I just tried a few but it looks like the US mirrors are currently not active so i dont know which would be the best for you
http://dev.beard.ly/devuan/merged
works, but sadly its only http
i guess berkeley.edu would be the best but it says: Active: New mirror, coming soon.
maybe that will work soon
Happy Hacking
most derivatives don't include non-free wifi firmware
goodlife linux was the exception. ethernet is not an option for me (I use neighbor's wifi) crow and star come with the default debian installer thus I cannot install those so refracta is my savior but no wifi even with the alternative isos (test and nodbus)
as far as i remember, refracta has the non-free wifi firmware in ~/firmware.beowulf
they are not installed by default, but you can install them without internet connection
for example for the intel firmware
sudo dpkg -i ~/firmware.beowulf/firmware-iwlwifi_20190114-1_all.deb
you could check if your iso boots in a virtual machine, to get the usb stick out of the equation
sudo apt install qemu-system-x86
sudo qemu-system-x86_64 -m 2560 --drive format=raw,file=/home/snapshot/snapshot-20210311_1353.iso
Does that sound like what's supposed to happen -- no LIVE image, but the option to RE-INSTALL my current system, exactly the way that it was installed and configured when I used RefractaSnapshot to create that .iso?
you can boot the live environment and from there you can install with refractainstaller-gui or refractainstaller
you could try refractasnapshot or refractasnapshot-gui
it is already be installed by default
Greetings
Too many items get skipped by by-passing the menu, e.g., $TERMINAL. So I don't do that anymore.
#[ "$(pidof Xorg)" ] || main_menu
[ "$(pidof Xorg)" ] || { export WM="jwm" && startx;}
this should do the trick in case you dont want the menu
[root@i5] ~/ compaudit 16:10 There are insecure files: /usr/local/share/zsh/site-functions/_bspc
oh i haven't noticed this before
since you dont use bspwm you can just delete that file
it is only for zsh completions for that bspc command anyways so its not really needed
btw i found the solution for the login problem with palemoon
either click on the eclipsed moon icon in the bottom bar so it becomes red or remove that addon completely
okay, i just found the problem
the eclipsed moon Addon has to be disabled
I just added it, as an executable script named "acentos" to the end of ~/zprofile. I still can't figure out where your post login menu, in case that might be a better place for it.
the menu lives in /usr/local/bin/welcome_message.sh
but i would not put it there, it is just a little menu script that calls startx
(itself gets called in the last line of .config/zsh/.zshrc)
i guess .zprofile .xinitrc or .config/zsh/.zshrc are good places for that
(there are already some keyboard options in .xinitrc)
Those 3 in ~/.local/bin/ are quite interesting. Since I'm only on ethernet to the internet and not running a cell phone connection, I don't know that they'll do much though.
you dont need a cell phone connection for those, they are inteded to be used with an rtl-sdr or any other sdr device
i have not used those particular scripts very much but i actually have a lot of sdr applications installed
(rtl_433, dump1090, gqrx, gnuradio etc)
greetings
Hello everyone,
i have problems to login to this forum when i use the palemoon browser,
i dont have this problems on other websites or with another browser
(ublock origin / ematrix is disabled)
it says "Logged in successfully. Redirecting ..."
but then i get back to the page where i was and i am not logged in
greetings
Thanks for your feedback, Larry
Then palemoon absolutely will not allow me to login to this site. I tried whitelisting and turning off everything across the bottom of the browser to no avail.
yes i know, but as far as i know this is specific only for this forum, everything else seems to work, at least i have not noticed it anywhere else in the past
maybe the forum admin can have a look at this
i will open a dedicated thread for this
If I run it out of terminal window, while it will run, I get this:
Warning: networking feature is disabled in Firejail configuration file Parent pid 21626, child pid 21629 Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set. Warning: Cannot confine the application using AppArmor. Maybe firejail-default AppArmor profile is not loaded into the kernel. As root, run "aa-enforce firejail-default" to load it. Child process initialized in 81.33 ms (pale moon:7): GConf-WARNING **: 16:39:17.547: Client failed to connect to the D-BUS daemon: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") GLib-GIO-Message: 16:39:17.571: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. FoxyProxy settingsDir: /home/larrymich/.config/palemoon/foxyproxy.xml FoxyProxy settingsDir: /home/larrymich/.config/palemoon/foxyproxy.xml (pale moon:7): GConf-WARNING **: 16:39:20.732: Client failed to connect to the D-BUS daemon: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Perhaps I'm supposed to set up firejail in some way? The suggested "aa-enforce..." command does not call any program.
i am not a firejail expert, but since version 2021_02 i added a custom firejail config for palemoon (and qutebrowser), because there were some issues with the default config
i guess it is okay, palemoon starts and it can only access ~/Downloads and some other needed directories
the D-bus error is 'normal' for this distro, since there is no dbus installed, i always ignore it and the browser does its thing
Plus I could add my "both shifts toggle" to US intl typeMatrix 2030 USB keyboard variant with no problem
i just looked up what a typeMatrix 2030 is, it looks glorious
could you eplain what "both shifts toggle" is? i never heard of that
We work a little differently. I have 24 inch wide screen so I have 10 windows on it overlapping here and there but nothing maximized. I found changing app groups from center to tiled to work better for me.
we work differently indeed, i mostly use my ancient thinkpad with the cursed resolution of 1366x768, so i mainly use i3 in tabbed mode, where always one window is always fullscreen
maybe i should make a little video, where i give a little tour where i show some features and tricks, but im not very good doing videos,
eventually i'll get it done on the weekend
greetings