search for: naxo

Displaying 11 results from an estimated 11 matches for "naxo".

Did you mean: nano
2019 May 13
0
root .bash_profile?
...confused if this is even allowed. > > Any insight appreciated. > > > Cheers, Bee > For a "normal" installation root's home directory is /root >From a users account the "-" will source /root/.bash_profile and change to root's home directory. ja at naxos ~ 1$ su - Password: [root at naxos:~]$ pwd /root [root at naxos:~]$ For the occasions when it is desirable NOT to cd /root I have an alias in /root/.bashrc alias sbp='source ~/.bash_profile' ja at naxos ~ 2$ pwd /home/ja ja at naxos ~ 3$ su Password: root at naxos ja 1001$ pwd /home/j...
2019 May 13
7
root .bash_profile?
Hi folks. Just wondering how I can implement an automatic .bash_profile for root. I have to load my user .bash_profile every time I get into root, and I would like a better solution. There is no /home/ for root, so I?m a bit confused if this is even allowed. Any insight appreciated. Cheers, Bee
2004 Jun 15
1
strange rsync error message from our backup script
...--backup \ --suffix='' \ --backup-dir=$BACKUP_ROOT/$BACKUP_HOST/${TODAY} \ $BACKUP_HOST_AND_PATH ${DESTINATION}$BACKUP_ROOT/$BACKUP_HOST/current It used to work fine but since I've upgraded to 2.6.2 from 2.5.x I get the following error messages: make_bak_dir mkdir "/backup/naxos.premier-lnc.com/2004-06-09/home/ddegrolard/profile/Local Settings/Application Data" failed: File exists make_bak_dir mkdir "/backup/naxos.premier-lnc.com/2004-06-09/home/ddegrolard/profile/Local Settings" failed: File exists make_bak_dir mkdir "/backup/naxos.premier-lnc.com/200...
2005 May 18
1
-x option inoperative with "bind" mounts
Hello, I have this mount defined in /etc/fstab: /backup/current/usr/local/share/premier /var/www/g5/trunk/Naxos none bind,ro When I backup /var with rsync using (among other) the -x option (one filesystem) then the whole contents of /backup/current/usr/local/share/premier are also backed up as they are mounted on /var/www/g5/trunk/Naxos. Is this expected behavior? I thought -x would exclude any mount, inc...
2005 Mar 06
9
How to do SQL queries outside of AR
...veRecord object to work with many different tables? Maybe I should just make a dummy ActiveRecord object and write class methods to return my special queries, but that seems wrong somehow. I would love to use active record as intended but can''t figure out how. Thanks, Lee -- Naxos Technology
2013 Nov 16
2
serialization for external pointers
...uot;get\n") + else { + cat("set\n") + x <<- v + } + x + } + }) > makeActiveBinding("fred", f, .GlobalEnv) > bindingIsActive("fred", .GlobalEnv) [1] TRUE > > q("yes") get get romain at naxos /tmp $ R [..] > fred [1] 1 > bindingIsActive("fred", .GlobalEnv) [1] FALSE Is this possible ? Is there any other hook to handle serialization, unserialization of external pointers ? Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30
2005 Mar 07
1
Legacy DB Guide?
I''m looking at using RoR for a system tying in with a legacy DB that can''t be modified (other apps using etc). It uses stored procs extensively. Searching for some kind of a guide / tutorial etc for handling this kind of situation I''m only coming up with a bunch of 2 paragraph articles saying "RoR is great! but there might be some trouble with legacy systems".
2005 Feb 06
5
Rails on FreeBSD or OSX
Hello everyone- I was just reading the article on Rails at O''Reilly and one of those little light bulbs over my head went off - what a GREAT tool. I tried to install both Ruby on my Mac PowerBook without much luck and then tried to install Ruby and Rails on a FreeBSD server I have. I am running into some odd errors - so, my question is - can you point me to some tech resources
2005 Mar 08
19
find_by_sql ON STEROID possible?
find_by_sql BREAKS THE OOP BEAUTY and perhaps we can solve that. NAMING CONVENTIONS can perhaps make find_by_sql much more clever. lets imagine that relation: publishers <- books <-> authors_books <-> authors -> universities (can''t find something else than university for that last association :) ) imagine we want to fetch every book and every associated
2011 Aug 17
23
[RFC] btrfs auto snapshot
sorry forgot to follow the protocol, now included RFC in the subject. Hi, Appears that no one is working on the auto-snapshot feature for btrfs, so here I am implementing the same. Below is a draft on the feature list. Any comments / questions / suggestions are welcome, please do let me know. btrfs auto snapshot feature will include: Initially: - configurable timely
2005 Feb 09
85
Introduce yourself and your project -- Round 2
On December 14th, 2004 David Heinemeier Hansson sent this to the mailing list: I''m seeing a lot of new names on the list. Could we perhaps do a round of introductions? That would also be a great first post, if you haven''t had a chance to contribute yet. The basics should include your name, your organization, your country and city, and the project you''re