|
|
02/04/2010, 04:21 AM
|
#82 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Posts: 110
Likes Received: 0
Thanks: 19
Thanked 9 Times in 8 Posts
|
Quote:
I loosely followed your directions for Windows, but of course using the OpenSolaris methods of doing that. Set the Folder to appear as 'mediabackup' and create the permissions. Of course I aready had shares going with Windows machines, so most of the setup was already done. Edit: Whoops, spoke too soon. On the second backup I receive this type of error... rsync: failed to set times on "/mnt/mediabackup/xorgtools/tmp": Permission denied (13) I'll have to look further later to see what I can do about that, but I think rsync may need to run with the -O option to ignore times Last edited by dbtrade; 02/04/2010 at 04:54 AM. Reason: discovered error |
|
02/04/2010, 08:39 AM
|
#83 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
^Yeah, since I turned on 'preserve times', it will show some errors on trying to do change time on '.' directories. They are harmless errors because it just couldn't change time, but the errors do show up. The files should still backup. I'd rather have the preserved timestamps personally but could make that as an option. I'm working on restructuring the plugin stuff so that everything can be more customized in an etc config file, such as rsync flags, etc. You can turn off maintaining times in a config file. You could alter it in the code, but will be overwritten with next plugin update.
__________________
xorg tools - power tools for power users Last edited by xorg; 02/04/2010 at 04:31 PM. |
02/04/2010, 08:50 AM
|
#84 (permalink) | |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
Quote:
I do like the idea of a notification message when a job is triggered. I'll look into that. I should be able to do it through luna-send.
__________________
xorg tools - power tools for power users Last edited by xorg; 02/04/2010 at 11:43 PM. |
|
02/04/2010, 09:00 AM
|
#85 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
I won't be releasing another xt til probably Sunday night. Am restructuring a few things to allow more personal customization. I'm also changing cifs mount so that it doesn't use /etc/fstab, which will likely be overwritten with next webOS update. I'll be storing alot of config stuff in an etc config file so that users can make their own config changes.
The plugin stuff is also reworked so that anyone could copy a plugin (such as media backup) and create a separate copy that shows up as another menu item in the plugin menu. You can then customize the copy. It will make it easier for other scripters to do their own thing yet not collide with xt plugin updates that would otherwise overwrite changes.
__________________
xorg tools - power tools for power users |
02/06/2010, 03:58 PM
|
#86 (permalink) |
|
Member
![]() Join Date: Jan 2005
Location: Astoria Queens, NYC
Posts: 1,823
Likes Received: 1
Thanks: 201
Thanked 154 Times in 118 Posts
|
Just reading something on another thread:
Is it possible to have xorg tools, do the setup and install of the 'svnc' client that is available on WebOS Internals. It would be nice to have a VNC client available, I have purchase the RemoteWin by a developer has did his own version, but seems everyone want the standard VNC protocol to work and not something else they have to install on the PC side of it. Thanks, just another idea! Rob
__________________
Robert L Astoria Queens, N.Y.C - Palm Pre (Sprint) - formally Palm Treo 650 Version 1.4.1.1 Sprint Configuration 2.3 Model: P100EWW Hardware Version: A Firmware: CC1.4(510) |
02/06/2010, 11:02 PM
|
#87 (permalink) |
|
Member
![]() ![]() Join Date: Oct 2007
Location: Northport, NY
Posts: 610
Likes Received: 4
Thanks: 448
Thanked 133 Times in 89 Posts
|
I just wanted to ask, has anyone had an issue with reboot since installing Xorg Tools? I must have done something wrong somewhere, but cannot figure out where. I posted here asking if anyone else had the same issue, or knew how to fix it.
~Thanks in advance. |
02/07/2010, 12:25 PM
|
#88 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
^When you setup xt reboot in cron, it simply runs /sbin/reboot command. You can test a reboot manually in terminal. If it still doesn't shutdown properly, you may have other issues with webos.
__________________
xorg tools - power tools for power users |
02/07/2010, 12:31 PM
|
#89 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
isn't there a vnc client on preware?
__________________
xorg tools - power tools for power users |
02/07/2010, 07:35 PM
|
#90 (permalink) | |
|
Member
![]() ![]() Join Date: Oct 2007
Location: Northport, NY
Posts: 610
Likes Received: 4
Thanks: 448
Thanked 133 Times in 89 Posts
|
Quote:
Is it possible /sbin/reboot is corrupt or something similar? Just trying to think if i could possible replace the it with a copy from the latest Doctor. Last edited by Veritas06; 02/07/2010 at 07:48 PM. |
|
02/07/2010, 08:10 PM
|
#91 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
A new version of xt has been posted: xt 0.1.1g
New: - plugins restructured to allow scripters to easily make their own plugins or customize existing ones (more in a later post) - dropbox and wifi media backup restructured to no longer use /etc/fstab or /etc/hosts (recommended by webos-internals crew) - dropbox and wifi media backup now have user configurable files in xorgtools/etc - media backup now has exclude file in xorgtools/etc/backup-exclude.cfg; add files/directories you'd like to exclude from backup - ping before mount is now an option (mount timeout however is 90 seconds) - preserving times on backup is coded to be an option but not activated yet, it still preserves timestamps of original files. Next version: - Tar backup/restore of the app directory, /media/cryptofs/apps. It's mostly scripted but not ready yet. Next version should have this. - Preserving timestamps of files for media backup will be an option Update Can update by doing 'xt upd' twice, but best if all users upgrade by pasting this in a terminal session... Code:
cd /tmp && wget -qO- http://tinyurl.com/xt-setup | /bin/sh xt upd For those who are using dropbox or wifi media backup, you'll need to go into those respective menus, remove the dbx/backup setup and then do the initial setup over again. While not necessary, a reboot after setup is recommended. New 'xt' Users See first post of this thread to see features and how to install.
__________________
xorg tools - power tools for power users Last edited by xorg; 02/08/2010 at 09:34 AM. |
02/07/2010, 10:45 PM
|
#92 (permalink) |
|
Member
![]() Join Date: Jan 2005
Location: Astoria Queens, NYC
Posts: 1,823
Likes Received: 1
Thanks: 201
Thanked 154 Times in 118 Posts
|
Actually, there is this RemoteWin but it doesn't use the VNC protocol, so you have to install his client on the PC.
And I made a spelling error, it is called SDLVNC. Application:SdlVNC - WebOS Internals It's not very user friendly just yet, if you look at what's needed to get it working. And it might not even be something that can be setup with Xorg Tools, but I was hoping that you might give it a look. There is also a message thread here on Precentral, but I'd have to find it again, and it's were people talk about wanting that more than using RemoteWin. Rob PS Will be installing upgrade in a few minutes! Thank you!
__________________
Robert L Astoria Queens, N.Y.C - Palm Pre (Sprint) - formally Palm Treo 650 Version 1.4.1.1 Sprint Configuration 2.3 Model: P100EWW Hardware Version: A Firmware: CC1.4(510) |
02/08/2010, 12:12 PM
|
#93 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: Burlington, VT
Posts: 151
Likes Received: 1
Thanks: 37
Thanked 13 Times in 10 Posts
|
A few comments on this:
First, great idea. I like the fact that you've collected a lot of useful operations in one app. If nothing else, its a good way for power users to discover some things they didn't know existed. I had previously attempted to set up a cronjob or two, but it didn't work. (I hadn't done anything to enable cron, just edited my crontab. Duh.) However, after running xt sch, cron looks to be enabled, but it seems to have deleted my crontab. Don't know if that's a step you can prevent, but it would be nice. Any chance you could add a module for a *full* device backup? I'm going to have to return my phone soon, and it still kills me that there's no simple way to insure that you get back a new device with all of the old bits intact. I've been using an rsync script like this to backup to a local machine. Note that I haven't needed to try a restore yet, so who knows how that will go... root@palm-webos-device:/# cat /usr/local/bin/RsyncToSolidDaily #!/bin/sh rsync -avz --exclude proc/ --exclude sys/ --exclude dev/ --progress / tcurtin@192.168.1.240:/Volumes/Bruno/Backups/Pre/Daily At the very least, after this command runs you know you have the latest PalmDatabase.db3 stored off-phone someplace safe, along with all the apps. Now, getting it all *back* to the phone, there's another question... |
02/08/2010, 09:28 PM
|
#94 (permalink) | |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
Quote:
initctl stop mod-crond initctl start mod-crond As far as backing up all filesystems, I wasn't going there as a reliable restore isn't likely. I am releasing a backup to do /media/cryptofs to a tar file. It could easily be modified in config file to do all filesystems or specific files within any filesystem. Might be posted by next weekend. I'm reluctant to get into the backup business.. it's good to use if needing file/folder restores but relying on xt backups to do reliable full system restore is a road I don't want to go down. XT backups are good for getting some data back, not intended to be a complete way to bring back a phone from the dead. Thanks much for the feedback and comments. Keep the ideas coming. These comments will likely improve xt as it matures. It's still in the early stages of where I want to take it and youse guys can inflence the direction.
__________________
xorg tools - power tools for power users Last edited by xorg; 02/10/2010 at 03:10 PM. |
|
02/08/2010, 09:30 PM
|
#95 (permalink) | |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
Quote:
__________________
xorg tools - power tools for power users |
|
02/10/2010, 10:08 PM
|
#96 (permalink) |
|
Member
![]() Join Date: Jan 2005
Location: Astoria Queens, NYC
Posts: 1,823
Likes Received: 1
Thanks: 201
Thanked 154 Times in 118 Posts
|
Haven't heard anything from thread in a day or two. So I guess things are working for most. I know they are working for me.
The one thing that I haven't been able to work is Samba, but I don't think you want us to play with that too much. It installed OK and I modified the conf file so as to have the correct Workgroup name, mine is: 'MSHOME'. But for some reason from the PC side, I can't see the Pre. Now I fully understand that you have incorporated features that are in the WebOS Internals, but you are not the one that is responsible for supporting those features. Believe it or not, for the first few days of playing with Xorg Tools, I thought you wrote those routines, but then I realized you made Xorg Tools so we could easily use those routines in a automated install process but in no way are trying to support each of those tools, that you did not write yourself. That's why when you told a user that you did not want to get into the backup business, I totally understand where you are coming from. That would be daunting to support in the long run, unless you wanted to go into that business and make a ton of money on it. Which, maybe you should consider down the road. Your work so far is good! But support is a harder job than writing an app! It can be all consuming. As an idea, maybe you could include some links to contact the proper people to get help with things like Samba, the Dropbox, etc. This way, we would not be asking you for help with those problems but directing us to the people that do support those functions. Just a thought! Rob
__________________
Robert L Astoria Queens, N.Y.C - Palm Pre (Sprint) - formally Palm Treo 650 Version 1.4.1.1 Sprint Configuration 2.3 Model: P100EWW Hardware Version: A Firmware: CC1.4(510) |
02/11/2010, 12:09 AM
|
#97 (permalink) |
|
Member
![]() ![]() Join Date: Oct 2007
Location: Northport, NY
Posts: 610
Likes Received: 4
Thanks: 448
Thanked 133 Times in 89 Posts
|
Has anyone else had trouble upgrading from 0.1.1g to 0.1.1h? Everytime i type "upd" i still end up at 0.1.1g. I've tried removing & reinstalling but still stuck at 0.1.1g.
|
02/11/2010, 12:58 PM
|
#98 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
^That was intentional to ensure plugins would get updated. It has been update now to match versions on update.
__________________
xorg tools - power tools for power users |
02/11/2010, 01:18 PM
|
#99 (permalink) | |
|
Member
![]() ![]() Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
|
Quote:
http://forums.precentral.net/webos-i...rt-thread.html Yeah, xt is a setup of tools for power users. Functions that I write specific to xt will be supported in this thread. I don't have the resources/time to support pre-existing tools like samba. But xt will continue to install many pre-existing tools to help power users get started. I'm reluctant to release xt to Preware even in the long term for this reason. It really is for power users and if installing xt via the command line is too much of a pain, then maybe those users shouldn't be getting into it. I might post it in Preware's developer feed and keep it there for a while. What I could potentially do is structure the menus to divide basic/advanced functions with a word of warning for advanced functions. Then it might be usable for Preware users. The diag and email linking functions are something I'd like to be available for everyone.
__________________
xorg tools - power tools for power users |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



