Displaying 20 results from an estimated 2000 matches similar to: "Pls help on configuring autofs on NFS"
2006 Mar 29
3
Bash
I have installed Ruby and Rails on my Intel iMac according to the
instructions provided by Hivelogic. Everything works perfectly.
I have noticed that if I close Terminal and later come back and open it,
It seems like the paths set in bash_login are lost. If I open bash_login
the paths are still there however if i do ruby -v it says I am running
1.8.2 (mac default) when I have installed 1.8.4.
2008 Jun 05
2
ZFS NFS cannot write
This is the first time I tried nfs with zfs. I shared the zfs filesystem with nfs, but i can''t write to the files though i mount it as read-write. This is for Solaris 10 update 4. I wonder if there is a bug?
---------------server (sdw2-2)
#zfs create -o sharenfs=on data/nfstest
#zfs get all data/nfstest
NAME PROPERTY VALUE SOURCE
data/nfstest type
2006 Mar 21
4
running .bash_login everytime
i used
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
to install ruby on rails on my mac. everything works fine unless i close
the terminal application. after a while of pulling my hair out, i found
out that everytime i restart terminal, i have to run ". ~/.bash_login"
to make the paths work right. is that what i''m supposed to do everytme,
or did
2006 Mar 16
8
Question on gems on Mac OSX
Hi all,
lately I''ve been working with ROR on a MAC OSX tiger at work, however I
have one huge problem with seems to be the root of all my problems
whenever I use terminal or iTerm to start workign with ROR. Every
single time I open a new terminal window or close one and open a new
one, I have to reapply my path from .bash_login for Ruby and MySql, and
than I have to install the
2006 Apr 24
4
Ruby/rails on Mac OSX not working
I have been using Locomotive for rails development and recently decided
to fix up the ruby/rails install that is on my mac.
As we all know, Ruby 1.8.2 came on the mac and has problems, so I
followed the instructions at Hivelogic for installing the latest
versions of Ruby, Rails, Lighttpd and so forth.
I have this set in my path within bash_login: export
2006 May 16
8
capistrano can''t find svn
I''m trying to get capistrano to deploy to an osx machine - rake
remote:cold_deploy but it fails on the svn co line with
"bash: line 2: svn: command not found"
I''ve set the proper path to svn (/usr/local/bin) in both .bash_profile
and .bash_login but capistrano seems to be ignoring these.
How does capistrano know where to look for svn?
Thanks
2006 May 24
5
Starting on the Ruby Rails path
Hi all, I''m a web designer/-developer. I found Ruby and Ruby on Rails,
and as I can understand (for now) this is what I''ve been looking for.
I''m really exited about this. Prior to this I''ve used Lasso and PHP.
But a few questions (sitting on Mac OS 10.4.6). I tried to install
according to this:
2002 May 15
2
Linux server, Win2k client: Almost works, what am I missing?
Hello all.
A couple of days back I posted a question about how I could get a Win2K
client to mount a share from my linux Samba server. I was getting the
familiar "account is not authorized to log in from this station" error
on the Win2K box, despite a set-up that supposedly allowed guest logins
*and* implemented the registry hack for clear-text passwords on the
Win2k box.
While I
2007 Jul 11
9
NFS cache flush tester
http://dovecot.org/tools/nfstest.c
I wrote a test utility that tests different ways to flush NFS attribute
cache and data cache. Please test in your NFS setup and show me the
results, so I can make Dovecot v1.1 works well with NFS.
Run the test several times (3 should be enough) to make sure the output
stays the same, because the attribute cache flushes might incorrectly
say "OK". And
2010 Oct 12
6
RVM on a Macbook
I have a Macbook with Snow Leopard and Macports. I have successfully
run the script displayed below the heading "The following script will
boostrap git + RVM..." on the page:
http://rvm.beginrescueend.com/rvm/install/
However I can find no .bash_profile or .bashrc on my machine. The
closest existing files are .profile in my root, .bash_login in my
root, and setup.bash.in in a subfolder
2006 Feb 01
2
Trouble with migrate over Switchtower
>From my blog:
http://clickablebliss.com/blog/2006/02/01/trouble_with_migrate_over_switchto
wer/
> Lately though I?ve run into an issue
> trying to run migrations over Switchtower.
> So I?ll prepare a migration and commit it to the repository. I?ll then do a
> deploy to get the latest version up on the production server. Next, I?ll run
> the following to tell the production
2006 Aug 17
7
sudo: gem: command not found
I opened up my file .bash_login and have the following path
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
The when I try and install Ruby on Rails via this command line:
sudo gem install rails --include-dependencies
I receive this error:
sudo: gem: command not found
Any help please.
Thanks
Uri
--
Posted via http://www.ruby-forum.com/.
2009 Mar 18
2
Crash!!! -- Permission Error
I'm currently re-installing db41 port. Earlier using 'innodb_force_recovery = 6' seemed to fix that PANIC error. But I don't understand this permission error. I've tried various permissions as well 777, 766, 666, 760, etc etc. I've also ran mysqld_safe as root user, but with same permission error. Also tried different directories without luck.
When I log in to the
2006 Jan 08
6
ruby/rails/mysql install on mac os x
after successfully installing everything as described in this article:
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
i attempted the final step in the process of removing the two anonymous
accounts for my new mysql install, and to assign a password to the
administrator account.
however, when following the advised commands below:
shell> mysql -u root
mysql>
2019 May 13
2
root .bash_profile?
Ah thank you. Having forgotten this, I already had all my aliases and instructions in there. For some reason they aren?t loading. If I do this, then everything loads:
source /root/.bash_profile
So there?s an indication this isn?t loading upon entry into su. Is this normal?
> On May 13, 2019, at 8:38 AM, Nux! <nux at li.nux.ro> wrote:
>
> Hi,
>
> The $home of root
2016 Dec 02
3
Samba and kerberized NFSv4
Am 2016-12-02 12:12, schrieb Rowland Penny via samba:
> On Fri, 2 Dec 2016 11:05:50 +0100
> Matthias Kahle via samba <samba at lists.samba.org> wrote:
>
>> > Does it work if you manually add
>> > userPrincipalName=CLIENT02.DOMAIN.TLD to your clients ldap entry
>> > and reexport the keytab?
>>
>> I already thought about trying that. So by now,
2006 Jul 16
29
Problem installing on Mac OSX
I tried the instruction tutorial on
http://maczealots.com/tutorials/ruby-on-rails/
and in the middle of trying to install fixrbconfig I got an error:
usr/lib/ruby/1.8/powerpc-darwin8.0/ruby.h does not exist. This probably
means you haven''t yet installed Xcode from the Tiger DVD. You won''t be
able to compile Ruby extensions without it. Please install it then rerun
this
2019 May 13
3
root .bash_profile?
$ man bash (INVOCATION)
When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file /etc/profile, if that file
exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and
2016 Dec 02
0
Samba and kerberized NFSv4
On Fri, 02 Dec 2016 12:44:04 +0100
marcel at linux-ng.de wrote:
> Am 2016-12-02 12:12, schrieb Rowland Penny via samba:
> > On Fri, 2 Dec 2016 11:05:50 +0100
> > Matthias Kahle via samba <samba at lists.samba.org> wrote:
> >
> >> > Does it work if you manually add
> >> > userPrincipalName=CLIENT02.DOMAIN.TLD to your clients ldap entry
>
2006 Mar 12
5
Webrick and Lighttpd
I just went thru the hivelogic article to get everything installed on my
new mac. I then decided to run thru the ADC Rails article. In the
article it says to run ''script/server'' which will start lighttpd if
installed or webrick if not. When I do it, I get webrick not lighttpd. I
followed the hivelogic article word for word and everything else seems
to be working fine. Is