Hi people.
I have installed Unetbootin from source.
Trying to install a update I get this error:
Code:
Test Transaction Errors: file /usr/share/applications/unetbootin.desktop from install of unetbootin-0-11.577bzr.fc17.x86_64 conflicts with file from package unetbootin-0-8.393bzr.fc13.i686
file /usr/share/doc/unetbootin-0/README.TXT from install of unetbootin-0-11.577
I am trying to make a usb backtrack but run into problems cause when I start unetbootin I can not see the USB drive.
I have made sure the drive was mounted. I also tried unmounted.
I did a reformat of the usb stick, fat32. Did not help either.
From within puppy linux I can see the usb drive and I see that the drive is empty.
hello, i think it would do Fedora users a great service to yum install unetbootin. unetbootin is a great program that allows you to make a live usb for almost ANY linux operating system, i have also heard you can use it to make live usb images of windows xp and mac osx.
Where I can download a good version of Unetbootin to load on a pendrive?
Unetbootin can be installled to a hard disk without destroying the existing system, and I have done this on a Windows box in order to install Linux in the past. You boot unetbootin which then downloads the files to install your distro of choice.I haven't done it, but maybe the installed unetbootin can install a distro from files on a usb stick instead of from the net?
I have made many Live USB Fedora (F11-F15) bootable pendrive OSs but have always ultimately had to burn the Live iso to a CD first -
I for sure will do that again - if necessary, but now,
I have been trying and really would like to get a bootable (1GB) Fedora 17 KDE stick without first burning the iso to a CD
I have the F17 KDE Live iso downloaded and have made the UNetbootin executable just
The fixes applied to the Debian Installer on the CrunchBang Alpha 2 builds for UNetbootin installations seems to have been only partially successful. It would be good if we could try and figure out why this is.
iam trying to run unetbotin in terminal it is showing folowing eror
[
@localhost anwar]# unetbootin
unetbootin: symbol lookup error: unetbootin: undefined symbol: _ZN9QListData11detach_growEPii
I have a cron that checks if there are pending mails to be sent each minute:
*/1 * * * * /usr/bin/curl http://localhost/path/application.php >> /var/log/application.log
This script is working for years without problems.