Re: Permanently mount a USB Hard Disk for Security purpose

2014-10-20 Thread Nathan Schwarz
On 10-20/11:47, Angelo Moreschini wrote: > Secondly, the HD should be mounted on the computer ... permanently. > > Mkdir /media/resqueHD > > mount -t fat32 /dev/sdd1 /media/resqueHD > > and finally, the mounting should be made permanent by adding the line: > > > /dev/sdd1 > /media/mydata ext

Re: Gimp fails exporting

2014-10-10 Thread Nathan Schwarz
You could check the log file (/var/log/yum.log) or the `yum history` command, if a library used by gimp for jpeg got updated. If so you can try to get the older version of said library (if it was erased in the first place) and symlink it in /usr/lib. After that gimp should be able to save jpeg fil

Re: Gimp fails exporting

2014-10-10 Thread Nathan Schwarz
Okay, that is strange. Did you install or update anything in since the last time it worked? - Nathan -- /"\ ASCII Ribbon Campaign \ / - against HTML emails X - against proprietory attachments / \ http://en.wikipedia.org/wiki/ASCII_Ribbon_Campaign -- users mailing list users@lists.fedorap

Re: Gimp fails exporting

2014-10-09 Thread Nathan Schwarz
On 10-09/19:22, Sylvia Sánchez wrote: > I can't save my work because The Gimp shows me an error message > everytime I export it into jpeg format. > The message is "Jpeg complement failed" > > Any thoughts? > > > Cheers, and thanks in advance > Sylvia > -- > users mailing list > users@lists.fed

Re: Recommended format for external hard disk

2014-09-22 Thread Nathan Schwarz
Definitely a journaling filesystem like ntfs, ext3 or ext4. If windows should also have access to it you're gonna have to use ntfs, otherwise ext4 is the way to go. Check it also for bad sectors w/ `badblocks`, better to be safe than sorry. - Nathan -- /"\ ASCII Ribbon Campaign \ / - against

Re: Recovering files from ext2/3

2014-09-18 Thread Nathan Schwarz
Unmount the partition, `debugfs $partition` and then `extract $fileOnDamagedFilesystem $targetFileOnExternalFilesystem`. That should do it - but you should check the man-page since I can't recall if it was exactly that. - Nathan -- /"\ ASCII Ribbon Campaign \ / - against HTML emails X - aga

Re: Load problem...cant find shared library.

2014-09-16 Thread Nathan Schwarz
Try `LD_PRELOAD=/usr/local/lib/libgphoto2.so.6; gphoto2`. If it works, then the correct path probably isn't in the library path. You could also run `ldd gphoto2`, which should output which libraries it searches and in which location. - Nathan -- /"\ ASCII Ribbon Campaign \ / - against HTML em

Re: One of my systems stalls at start-up

2014-09-08 Thread Nathan Schwarz
mes (I think that system is not > really stalling but waiting for something to start, I don't know what > is causing the trouble) > > Tnx for help > > 2014-09-08 9:14 GMT+02:00 Nathan Schwarz : > > No, what I mean is you boot from a live cd/usb OR from a netinstall &g

Re: One of my systems stalls at start-up

2014-09-08 Thread Nathan Schwarz
p://en.wikipedia.org/wiki/ASCII_Ribbon_Campaign On 09-08/ 9:05, Antonio M wrote: > Do you mean that I have to dig into systemlog immediately after stalling?? > > Note: no reason for HTML e-mail, I didn't set the option in Gmail > > 2014-09-08 8:56 GMT+02:00 Nathan Schwarz : > > It

Re: One of my systems stalls at start-up

2014-09-07 Thread Nathan Schwarz
It should still write to the systemlog; yank in a live-version or fedora installation (in case of fedora installation disk/usb hit ctrl-alt-f[234]; on of these takes you to a terminal), mount the root-partition and take a look at the log. - Nathan Unrelated ps: Is there a reason you use HTML-mail

Re: VirtualBox -

2014-09-05 Thread Nathan Schwarz
A little bit more information about what exactly you try to do would really help. Are you trying to create a VM with fedora? What OS are you on right now? What iso did you download? So many questions... -- /"\ ASCII Ribbon Campaign \ / - against HTML emails X - against proprietory attachment

Re: Dicom image -

2014-08-26 Thread Nathan Schwarz
`sudo yum search DICOM` https://www.google.com/?#q=dicom+linux+viewer Sorry for being a smartass. Looks like aeskulap is what you're searching for. -- /"\ ASCII Ribbon Campaign \ / - against HTML emails X - against proprietory attachments / \ http://en.wikipedia.org/wiki/ASCII_Ribbon_Campa

Re: NVIDIA X Server Settings thinks I'm not running NVIDIA driver, but I do.

2014-08-19 Thread Nathan Schwarz
Hello Oliver, would you please also state which graphics card you are using? - Nathan -- /"\ ASCII Ribbon Campaign \ / - against HTML emails X - against proprietory attachments / \ http://en.wikipedia.org/wiki/ASCII_Ribbon_Campaign"; On Tue, Aug 19, 2014 at 09:55:12PM -0400, Oliver Rueben