-
Oh, and I almost forgot. I was running Ubuntu 8.10 (Intrepid Ibex) when the problem occurred. Version of synfig is the latest.
2009-07-06 00:02:03 UTC in Synfig Animation Studio
-
Hello.
There is a problem with Synfig when I import an .svg created by Inkscape into Synfig. The problem is there is "whitespace" around most of the imported image, when there was none in the version viewed in Inkscape.
I apologize if this bug has been posted already. I made a search, but I couldn't find a duplicate.
Thank you.
2009-07-05 23:57:19 UTC in Synfig Animation Studio
-
And I finally found some more info on the EMBR.
See this link:
http://www.terabyteunlimited.com/specs/embr2.pdf.
2009-04-20 07:27:15 UTC in Boot Info Script
-
I'm not sure, but this may help you figure out where the problem lies...
I used the free PartInfo tool from Terabyte to obtain my hard drive information, which includes the information from the EMBR.
Here it is:
PARTINFW 1.11
Copyright (c) 1996-2008 TeraByte, Inc. All rights reserved.
Run date: 04/03/2009 18:14...
2009-04-19 22:32:11 UTC in Boot Info Script
-
Hmm...I tried it again, and this time
echo $part
returned
dev/loop0
as expected.
I then executed
sudo losetup -d /dev/loop0
again, and it completed without giving any kind of output.
What now?.
2009-04-18 23:18:00 UTC in Boot Info Script
-
No, it did not return /dev/loop0
I ran
start=63
and then
part=$(sudo losetup -f --show -o $((start*512)) /dev/sda)
which returned in the output
start=63
and then I then used Backspace to delete that, and type
echo $part
which returned empty, and jumped two lines down in the Terminal, leaving the line in between blank, after which I ran
sudo losetup -d /dev/loop0.
2009-04-18 21:45:17 UTC in Boot Info Script
-
Ok, nevermind. I looked at the command "losetup" with "man", and it says the "-d" parameter detaches the file or device associated with the specified loop device, so I guess you had wanted me to detach it? Not sure what it would be detaching FROM though....
So the file is what was causing the hanging?.
2009-04-18 20:28:33 UTC in Boot Info Script
-
Ok, I ran
sudo losetup -f --show -o 32256 /dev/sda
like you said, and that produced the output
/dev/loop0
without hanging, so I then typed
sudo losetup -d /dev/loop0
Not sure what that last command did, but it seems to have done its thing too. Hope the info helps.
2009-04-18 20:22:52 UTC in Boot Info Script
-
Sure. Here you go.
Terminal output:
gorilla@ubuntu:~$ sudo bash -x ~/Desktop/boot_infoscript032.sh
bash: /home/gorilla/Desktop/boot_infoscript032.sh: No such file or directory
gorilla@ubuntu:~$ sudo bash -x ~/Desktop/boot_info_script032(2).sh
bash: syntax error near unexpected token `('
gorilla@ubuntu:~$ sudo bash -x ~/Desktop/boot_info_script032.sh
++ whoami
+ '[' root '!=' root ']'.
2009-04-18 05:29:35 UTC in Boot Info Script
-
No problem. Glad to be of help.
Please let me know when you fix the problem and have uploaded the new version. Your script is quite cool, and I would love to be able to use it to help other people with their booting problems. I am currently studying programming, and hope to someday actually understand the whole script. This is a bit off-topic, but do you mind telling which programming language...
2009-04-18 02:40:01 UTC in Boot Info Script