Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[IDEA] Boot XBian from USB
Thank you for your donation

Pages (28): « Previous 1 ... 21 22 23 24 25 ... 28 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Idea: Boot XBian from USB
5th Feb, 2014, 10:36 PM
Post: #331
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Boot XBian from USB
Could you post the "noob"-version of how to download/install that on my Pi?
Find all posts by this user
Quote this message in a reply
5th Feb, 2014, 10:40 PM
Post: #332
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Boot XBian from USB
@Smultie

you mean

Code:
cd /usr/sbin
sudo -s
rm btrfs-auto-snapshot
wget https://raw.github.com/xbianonpi/xbian-package-config-shell/master/content/usr/sbin/btrfs-auto-snapshot
chmod +x btrfs-auto-snapshot
echo "YOU ARE DONE"; exit

but how IriDium posted it is the only way "correct". because will manage also other aspect as dependencies etc.
so this wget is fine just for this one case!

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
5th Feb, 2014, 11:02 PM
Post: #333
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Boot XBian from USB
You improved your Zip-alghoritm!!
Now, instead of 20bytes it creates no file at all Smile

─[Config > Backup /home to file]────────────┐
│ │
│ Backup /home process failed! │
│ │
├─────────────────────────────────────────────────────┤
│ <Close>

P.s. btrfs-auto-snapshot went from 27kb to 183kb in size, is that correct?
Find all posts by this user
Quote this message in a reply
5th Feb, 2014, 11:04 PM
Post: #334
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Boot XBian from USB
@Smultie

to be honest as non-liker of GUI interfaces I just tested
Code:
btrfs-auto-snapshot backuphome

but you are right, there is probably more to do.

hmm, for me it is currently in progress and file is growing... currently 100mb. should be 300m. lets see.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
5th Feb, 2014, 11:09 PM
Post: #335
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Boot XBian from USB
(5th Feb, 2014 11:04 PM)mk01 Wrote:  @Smultie

to be honest as non-liker of GUI interfaces I just tested
Code:
btrfs-auto-snapshot backuphome

but you are right, there is probably more to do.

hmm, for me it is currently in progress and file is growing... currently 100mb. should be 300m. lets see.

I'll just wait, but what about the filesize: btrfs-auto-snapshot went from 27kb to 183kb

HHm, apparantly it created a folder named /xbmc/backup instead of it's normal place. That might help you backtrack the problem?
Find all posts by this user
Quote this message in a reply
5th Feb, 2014, 11:17 PM
Post: #336
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Boot XBian from USB
it finished, prepares file, but returns failed and xbian-config informs you and removes file.

will update.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
5th Feb, 2014, 11:23 PM
Post: #337
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Boot XBian from USB
Over here:

root@xbian:/usr/sbin# btrfs-auto-snapshot backuphome
Create a readonly snapshot of '/tmp/tmp.gbuwOcjNbD/@' in '/tmp/tmp.gbuwOcjNbD/@ro'
At subvol /tmp/tmp.gbuwOcjNbD/@ro
ERROR: open home/@ro failed. No such file or directory
Delete subvolume '/tmp/tmp.gbuwOcjNbD/@ro'
FSSync '/tmp/tmp.gbuwOcjNbD'

and with your updated file:

root@xbian:/usr/sbin# btrfs-auto-snapshot backuphome
/usr/sbin/btrfs-auto-snapshot: line 6: syntax error near unexpected token `newline'
/usr/sbin/btrfs-auto-snapshot: line 6: `<!DOCTYPE html>'
Find all posts by this user
Quote this message in a reply
5th Feb, 2014, 11:54 PM
Post: #338
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Boot XBian from USB
DONE

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
5th Feb, 2014, 11:57 PM
Post: #339
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Boot XBian from USB
(5th Feb, 2014 11:54 PM)mk01 Wrote:  DONE

If you just tell me the noob-friendly way to check it, I'm more than willing Wink
Find all posts by this user
Quote this message in a reply
5th Feb, 2014, 11:58 PM
Post: #340
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Boot XBian from USB
(5th Feb, 2014 11:23 PM)Smultie Wrote:  root@xbian:/usr/sbin# btrfs-auto-snapshot backuphome
/usr/sbin/btrfs-auto-snapshot: line 6: syntax error near unexpected token `newline'
/usr/sbin/btrfs-auto-snapshot: line 6: `<!DOCTYPE html>'


you downloaded the webpage generated look, .html. not the raw file.
(but it happened because I posted wrong link. it must be raw.github.com)
((corrected previous post))

It is still the same as when you asked for PM, then for previous fix today and again now.

If I would update more files, or the procedure would change, I would tell you. Don't be affraid.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
6th Feb, 2014, 12:04 AM
Post: #341
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Boot XBian from USB
Okay, kinda figured that out by myself. It's currently running.
Just a small noob-question: When I download a file from raw.github it most of the times gets saved as a .1 or .2 extended file.
How to deal with those?

mv oldfile oldfile.old
mv oldfile.1 oldfile

?
Find all posts by this user
Quote this message in a reply
6th Feb, 2014, 12:08 AM
Post: #342
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Boot XBian from USB
@Smultie,

you see? that;s why don't should be putting any "hacks" on the forum Smile

old file should be removed before new is downloaded, otherwise wget is renaming - so yes, your "mv" commands are pefect. updated (again) previous post with wgettting the file.

so again: the right way in easiest way simply to update / install the package.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
6th Feb, 2014, 12:10 AM
Post: #343
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Boot XBian from USB
I don't see a modification in http://forum.xbian.org/thread-427-post-20653.html#pid20653
Is that the post you meant?
Find all posts by this user
Quote this message in a reply
6th Feb, 2014, 12:19 AM
Post: #344
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Boot XBian from USB
because you are clicking refresh faster than myself editing text, committing, pushing git, updating apt repository and regenerating indexes.

you have to forgive me for this Wink

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
6th Feb, 2014, 01:38 AM
Post: #345
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Boot XBian from USB
(6th Feb, 2014 12:19 AM)mk01 Wrote:  because you are clicking refresh faster than myself editing text, committing, pushing git, updating apt repository and regenerating indexes.

you have to forgive me for this Wink

I'm sorry Sad
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (28): « Previous 1 ... 21 22 23 24 25 ... 28 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 20th May, 2025, 12:19 PM Powered By MyBB, © 2002-2025 MyBB Group.