Ask your questions here.
Post a reply

Re: Snapshot Wheezy don't build isohybrid

Sat Apr 05, 2014 9:37 am

Check the log in /home/user/.refracta/refracta2usb.

What linux are you running?

Re: Snapshot Wheezy don't build isohybrid

Sat Apr 05, 2014 10:47 am

fsmithred wrote:Check the log in /home/user/.refracta/refracta2usb.

What linux are you running?



Hi all

This folder don't exist

Wheezy 7.0.4 kernel 3.13 486

Regards :)

Re: Snapshot Wheezy don't build isohybrid

Sat Apr 05, 2014 11:11 am

OK, from your desktop, open a terminal and run refracta2usb -d. Then it should create that log file in your user's home, instead of in root's home. As you already learned, it should not be run as root.

You might want to check the sha256sum of the deb file you downloaded. Here's the command and the output you should get. If the number you get does not match what's here, download it again and reinstall.
Code:
$ sha256sum refracta2usb-0.9.5.deb
16f02cf21100b7982400459a1473279fbf24b26df1df6f4823452866d7412680  refracta2usb-0.9.5.deb


Edit: Another thought...
Were there any messages about missing packages when you installed it? Maybe there's something missing, that would come in if you ran 'apt-get install -f' or installed it with gdebi.

Re: Snapshot Wheezy don't build isohybrid

Sat Apr 05, 2014 2:13 pm

Hi all

The refractausb.log exist in the folder /home/user/.refractausb/

Apt-get -f don't produces installation packages. Mbr and another packages is installed, cryptsetup
if remember correctly.

Regards :)

Re: Snapshot Wheezy don't build isohybrid

Sat Apr 05, 2014 6:04 pm

Here's the full list of depends:
syslinux, gparted, live-boot, live-config, yad|zenity, fuseiso, pmount, xterm, hwinfo, gksu, dosfstools
(that's yad or zenity)

And suggested packages are mbr and mtools.

If you run refracta2usb with the -d option, every command in the script will be logged. A copy of that log would be helpful for troubleshooting.

Re: Snapshot Wheezy don't build isohybrid

Mon Apr 07, 2014 10:30 am

syslinux, gparted, live-boot, live-config, yad|zenity, fuseiso, pmount, xterm, hwinfo, gksu, dosfstools


Hi all

This packages are already installed on my Wheezy.


Thanks

Regards :)

Re: Snapshot Wheezy don't build isohybrid

Mon Apr 07, 2014 1:17 pm

OK, maybe I wasn't clear enough. I would like you to open a terminal, and as ordinary user, run
Code:
refracta2usb -d
and then post the contents of ~/.refracta/refracta2usb.log. Or, if you've already figured out the problem on your own, please let us know the solution, in case someone else is in the same situation.

Thanks.

Re: Snapshot Wheezy don't build isohybrid

Mon Apr 07, 2014 3:00 pm

user@user:~$ refracta2usb -d

Don't show nothing. After this comand, the console remain open. It's right?

Code:
+ [[ -n :0 ]]
+ [[ -f /tmp/r2u_device ]]
+ [[ -d /lib/live/mount/medium ]]
+ '[' -t 0 ']'
++ id -u
+ [[ 1000 -eq 0 ]]
++ groups
+ [[ user cdrom floppy sudo audio dip video plugdev scanner netdev bluetooth =~ plugdev ]]
+ select_device_gui
++ awk '{print $1}'
++ grep /dev/sd
++ /usr/sbin/hwinfo --usb --short
process 6837: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/dbus-errors.c line 282.
This is normally a bug in some application using the D-Bus library.
libhal.c 3483 : Error unsubscribing to signals, error=The name org.freedesktop.Hal was not provided by any .service files



Thanks :)

Regards

Re: Snapshot Wheezy don't build isohybrid

Mon Apr 07, 2014 3:29 pm

What happens if you plug in a usb drive and then run the command (as user)
Code:
/usr/sbin/hwinfo --usb --short |grep /dev/sd

Does it show the usb drive?

Re: Snapshot Wheezy don't build isohybrid

Mon Apr 07, 2014 6:10 pm

fsmithred wrote:What happens if you plug in a usb drive and then run the command (as user)
Code:
/usr/sbin/hwinfo --usb --short |grep /dev/sd

Does it show the usb drive?



Code:
/usr/sbin/hwinfo --usb --short |grep /dev/sd
process 5305: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/dbus-errors.c line 282.
This is normally a bug in some application using the D-Bus library.
libhal.c 3483 : Error unsubscribing to signals, error=The name org.freedesktop.Hal was not provided by any .service files
  /dev/sdb             SanDisk Cruzer Micro



Thanks :)

Regards
Post a reply