Re: ESC/P thermal receipt printers and Linux...

2017-12-11 Thread Samuel Sieb
On 12/11/2017 07:34 PM, Fernando Cassia wrote: I've tried this driver and it didn't work... http://scruss.com/blog/2015/07/12/thermal-printer-driver-for-cups-linux-and-raspberry-pi-zj-58/ (the driver source was fetched by git from its current github repo, so it's not out of date, it's in fact ne

Re: Which fedora package can read EPUB docs?

2017-12-11 Thread Andras Simon
You can check it with (un)zip. On Dec 12, 2017 05:47, "JD" wrote: > Thanx. > My ebook file seems to be corrupted, as /bin/FBReader producted an empty > file. > > > On 12/11/2017 09:40 PM, Andras Simon wrote: > >> fbreader or calibre . If you install calibre, use ebook-reader, not >> calibre itse

Re: Which fedora package can read EPUB docs?

2017-12-11 Thread JD
Thanx. My ebook file seems to be corrupted, as /bin/FBReader producted an empty file. On 12/11/2017 09:40 PM, Andras Simon wrote: fbreader or calibre . If you install calibre, use ebook-reader, not calibre itself, unless you want it to build (without asking for your permission, of course) a

Re: Which fedora package can read EPUB docs?

2017-12-11 Thread Andras Simon
fbreader or calibre . If you install calibre, use ebook-reader, not calibre itself, unless you want it to build (without asking for your permission, of course) a database of all your documents. On Dec 12, 2017 04:51, "JD" wrote: > Downloaded a freebie doc from Amazon, > and it is an EPUB docume

Re: is my filesystem damaged?

2017-12-11 Thread Bill Shirley
I mucked up my / directory one time.  Don't remember what the message(s) were but I had major problems. ls -lZd / should be: dr-xr-xr-x. 20 root root system_u:object_r:root_t:s0 261 Jul  7 21:26 / Bill On 12/11/2017 6:28 PM, Néstor wrote: I had that a long time ago and it was permissions but I

Which fedora package can read EPUB docs?

2017-12-11 Thread JD
Downloaded a freebie doc from Amazon, and it is an EPUB document. Wondering which app I need to install to read such docs. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

ESC/P thermal receipt printers and Linux...

2017-12-11 Thread Fernando Cassia
Running dmesg after plugging my POS-5890K labelled usb thermal receipt printer, it identifies itself as full-speed USB device number 9 using ehci-pci idVendor=0416, idProduct=5011 Mfr=1, Product=2, SerialNumber=3 Product: POS58 USB Printer Manufacturer: GD32 Microelectronics SerialNumber: Printer

Re: is my filesystem damaged?

2017-12-11 Thread Chris Murphy
On Mon, Dec 11, 2017 at 4:29 PM, Néstor wrote: > another: > https://stackoverflow.com/questions/541533/only-questionmarks-in-linux-dirlisting > > On Mon, Dec 11, 2017 at 3:28 PM, Néstor wrote: >> >> I had that a long time ago and it was permissions but I do not remember >> how I solved it >> but

Re: is my filesystem damaged?

2017-12-11 Thread Néstor
another: https://stackoverflow.com/questions/541533/only-questionmarks-in-linux-dirlisting On Mon, Dec 11, 2017 at 3:28 PM, Néstor wrote: > I had that a long time ago and it was permissions but I do not remember > how I solved it > but here is a link that talks about it. > > https://superuser.co

Re: is my filesystem damaged?

2017-12-11 Thread Néstor
I had that a long time ago and it was permissions but I do not remember how I solved it but here is a link that talks about it. https://superuser.com/questions/528459/linux-ls-l-prints-only-question-marks On Mon, Dec 11, 2017 at 3:23 PM, Chris Murphy wrote: > OK I see from dmesg that this is k

Re: is my filesystem damaged?

2017-12-11 Thread Chris Murphy
OK I see from dmesg that this is kernel 4.14.3, and I've used that quite a bit without problems so I don't think it's related. What do you get for $ sudo btrfs dev stats /dev/ If you haven't done a scrub since this problem happened it's worth seeing if that shows any problems: $ sudo btrfs scru

Re: is my filesystem damaged?

2017-12-11 Thread Ed Greshko
On 12/11/17 20:11, Neal Becker wrote: > Since last boot, I've got this strange symptom. Filesystem is btrfs. If I > list my home dir with dired under emacs I see: > > -rwxrwxr-x. 1 nbecker nbecker 207 Dec 3 2015 BACKUP.sh > -?? ? ? ? ?? .bash_

Re: is my filesystem damaged?

2017-12-11 Thread Chris Murphy
On Mon, Dec 11, 2017 at 12:11 PM, Neal Becker wrote: > Chris Murphy wrote: > >> No Btrfs messages, I think it's unrelated. Seems like a permissions >> problem. >> >> ls -la /home >> la -la ~/ >> >> And repeat with -Z >> >> >> Chris Murphy > ls -la ~/ > ls: cannot access '/home/nbecker/.bash_histor

Re: is my filesystem damaged?

2017-12-11 Thread Neal Becker
Chris Murphy wrote: > No Btrfs messages, I think it's unrelated. Seems like a permissions > problem. > > ls -la /home > la -la ~/ > > And repeat with -Z > > > Chris Murphy ls -la ~/ ls: cannot access '/home/nbecker/.bash_history': No such file or directory ls: cannot access '/home/nbecker/.bas

Re: is my filesystem damaged?

2017-12-11 Thread Chris Murphy
No Btrfs messages, I think it's unrelated. Seems like a permissions problem. ls -la /home la -la ~/ And repeat with -Z Chris Murphy ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject

Re: Default video application

2017-12-11 Thread Rick Stevens
On 12/10/2017 12:35 PM, Alex wrote: > Hi, I have a fedora27 system and having a problem with hdhomerun and > video dropout with vlc/videolan. I'm hoping it's a problem that can be > solved by choosing a different video player. > > I've set "Videos" to the default in Settings->Details->Default > Ap

Re: is my filesystem damaged?

2017-12-11 Thread Neal Becker
Chris Murphy wrote: > Can you post dmesg somewhere? > > Also output from 'mount | grep -i btrfs' > > Chris Murphy > > On Mon, Dec 11, 2017, 5:12 AM Neal Becker wrote: > >> Since last boot, I've got this strange symptom. Filesystem is btrfs. If >> I list my home dir with dired under emacs I s

Re: is my filesystem damaged?

2017-12-11 Thread Chris Murphy
Can you post dmesg somewhere? Also output from 'mount | grep -i btrfs' Chris Murphy On Mon, Dec 11, 2017, 5:12 AM Neal Becker wrote: > Since last boot, I've got this strange symptom. Filesystem is btrfs. If I > list my home dir with dired under emacs I see: > > -rwxrwxr-x. 1 nbecker nbeck

is my filesystem damaged?

2017-12-11 Thread Neal Becker
Since last boot, I've got this strange symptom. Filesystem is btrfs. If I list my home dir with dired under emacs I see: -rwxrwxr-x. 1 nbecker nbecker 207 Dec 3 2015 BACKUP.sh -?? ? ? ? ?? .bash_history -?? ? ? ?