You are not logged in.
No typo, stupid hosting provider. It's there now. Thx for the report.
Last edited by graysky (2012-04-28 17:52:59)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Thanks! Going to test this new stuff.
Does this mean you need more ram memory?
does it gives problems with permissions? (gdm)
is it faster? Is it safe? (crash...)
Thanks!
Last edited by beta990 (2012-04-29 13:55:53)
Offline
I have /var and /home on a separate hdd.
Also /tmp is in the ram.Does this mean you need more ram memory?
does it gives problems with permissions? (gdm)
is it faster? Is it safe? (crash...)
Your first questions makes no sense to me.
#2, no
#3, yes
#4, built in recovery options
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
dump
Last edited by beta990 (2012-04-29 13:55:35)
Offline
Works great as far as I can tell.
Offline
This package is really usefull. Works great. Good job graysky, thanks : )
Offline
Thanks! Read the wiki, everything is clear for me now.
Running as it should be..
Last edited by beta990 (2012-06-28 09:57:46)
Offline
graysky:
Perhaps there is a benefit with asd in a raid0 archlinux system using Compact Flash devices?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
graysky:
Perhaps there is a benefit with asd in a raid0 archlinux system using Compact Flash devices?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
You put compact flash cards in a raid0? Asd, once synced, accesses at RAM speeds, I.e. nanoseconds whereas HDD and SSD access on the order of milliseconds. Raid or no raid. Enjoy.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Yes, raid0 is outlined in my installation post.
I appreciate the response and will give the asd a go!
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
graysky:
Cannot get the package to install.
Your post says to insatll like a normal package,, thus pacman -U package.
Doesn't install,
Used tar xvJf to untar the tarball and find nine items in /var/local.
What next?
EDIT: sh-4.2# cd /var/local
sh-4.2# makepkg --asroot PKGBUILD
==> ERROR: install file (readme.install) does not exist.
sh-4.2#
Last edited by lilsirecho (2012-05-14 19:48:46)
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
@lil - did you download the tarball or the PKGBUILD? I'm guessing the PKGBUILD. Download the tarball.
$ makepkg -s
==> Making package: anything-sync-daemon 1.3-1 (Mon May 14 16:01:06 EDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading anything-sync-daemon-1.3.tar.xz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14772 100 14772 0 0 26112 0 --:--:-- --:--:-- --:--:-- 39924
==> Validating source files with sha256sums...
anything-sync-daemon-1.3.tar.xz ... Passed
==> Extracting Sources...
-> Extracting anything-sync-daemon-1.3.tar.xz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Purging unwanted files...
-> Compressing man and info pages...
-> Stripping unneeded symbols from binaries and libraries...
==> Creating package...
-> Generating .PKGINFO file...
-> Adding install file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: anything-sync-daemon 1.3-1 (Mon May 14 16:01:08 EDT 2012)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
This is what happens with my attempts:
sh-4.2# cd /var/local
sh-4.2# makepkg -s /var/local/anything-sync-daemon-1.3.tar.xz
==> ERROR: Running makepkg as root is a BAD idea and can cause permanent,
catastrophic damage to your system. If you wish to run as root, please
use the --asroot option.
sh-4.2# makepkg -s --asroot /var/local/anything-sync-daemon-1.3.tar.xz
==> ERROR: install file (readme.install) does not exist.
sh-4.2# makepkg -s --asroot /var/local/anything-sync-daemon.tar.gz
==> ERROR: install file (readme.install) does not exist.
sh-4.2#
Probably don't follow your posting correctly but do not find the readme-install file anywhere.
EDIT: Untarred with the following:file:///var/local/anything-sync-daemon-1.3/anything-sync-daemon
file:///var/local/anything-sync-daemon-1.3/asd.conf
file:///var/local/anything-sync-daemon-1.3/asd.cron.hourly
file:///var/local/anything-sync-daemon-1.3/asd.manpage
file:///var/local/anything-sync-daemon-1.3/asd.service
file:///var/local/anything-sync-daemon-1.3/CHANGELOG
file:///var/local/anything-sync-daemon-1.3/LICENSE
file:///var/local/anything-sync-daemon-1.3/rc.asd
file:///var/local/anything-sync-daemon-1.3/README-for_other_distros
Last edited by lilsirecho (2012-05-14 20:35:07)
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
First, never run makepkg as root. Do it as your user.
Second, do this:
$ wget https://aur.archlinux.org/packages/an/anything-sync-daemon/anything-sync-daemon.tar.gz
$ tar zxf anything-sync-daemon.tar.gz
$ cd anything-sync-daemon
$ makepkg -srci
Last edited by graysky (2012-05-14 20:54:03)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
graysky:
I have no usr just root. I always use --asroot with PKGBUILDS.
Anyhow, I have to try again.
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
I have no usr just root.
Why in the world would you do that?
Last edited by graysky (2012-05-14 21:08:15)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
I have been root for ten years or more.
I successfully ran the .gz version --asroot.
The readme-install file was in the list and the install progressed forthwith.
It did not perform with the xz format.
I appreciate your patient reponses and am pleased that it is now available.
Have a good May time!
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Hi, thanks for providing this package.
I have been using the profile-sync daemon for a while and it works fine, now i want to use asd, too.
So is it a good idea to use both?
I also like the idea to have only one daemon, as mentioned before.
Maybe it is better to setup asd to do psd's job, and how would i do that?
(i use firefox)
Last edited by teateawhy (2012-05-20 17:42:44)
Offline
i think the right path for firefox is /home/yourusername/.mozilla .
Put it in asd.conf and everything should work (i use asd with chromium)
Offline
I have been using the profile-sync daemon for a while and it works fine, now i want to use asd, too.
So is it a good idea to use both?
See post #7, and the rest of this thread. I use both since myself. They aren't really daemons. They are just scripts. In other words, they both don't run in memory, rather, they both get called from cron when needed. There is no extra overhead.
Last edited by graysky (2012-05-20 19:56:51)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Thank you.
Offline
unfortunately cannot get the package:
ASUS 04:56:47 magda:/tmp$ wget http://repo-ck.com/source/anything-sync-daemon-1.3.tar.xz
--2012-05-24 04:56:57-- http://repo-ck.com/source/anything-sync-daemon-1.3.tar.xz
Resolving repo-ck.com (repo-ck.com)... 97.74.158.128
Connecting to repo-ck.com (repo-ck.com)|97.74.158.128|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-05-24 04:56:58 ERROR 404: Not Found.
why?
Zygfryd Homonto
Offline
Use
wget http://repo-ck.com/source/anything-sync-daemon/anything-sync-daemon-1.3.tar.xz
or browse http://repo-ck.com/source/
Offline
working now like charm - thank you
Zygfryd Homonto
Offline