Displaying 20 results from an estimated 60000 matches similar to: "Problem met symlink"
2008 Apr 13
0
Anyone with experience using Typo for blogs?
I have a Typo blog, everything works great locally as always. When I
push it up to my shared host, which supports typo and has all
requirements, I am getting the 500 error from my htaccess file. I
believe that the issue is from redirects, but I am new to RoR and not
too familiar with the htaccess file. Can anyone tell me how I would
need to have it set up if my blog is using the symlink I set up
2009 Aug 14
1
Fwd: Re: rsyncd.conf chroot yes problem with symlink-ing
Ok it's now Solved !
In spite of trying all day long to figure it out what's wrong in my sintax
i could find, ...using a pencile and a pice of paper, combining all
commands parameters invoked so far and, came to the conclusion that -L does
not stand with -l , think that i couldn't find in any docs or faq so far.
Now, symlinks are being copied without a trouble.
Tnks Paul for
2006 Mar 30
2
A few problems after installation
Hello, I just installed RoR on my server together with cPanel. On port
3000 there is the Rails welcome page. Could you tell me how I can change
the home page directory? Currently, the home page directory is
/home/username/public_html, but I''d like to use RoR''s home directory
instead.
I also have another problem: I put .rthml files and instead of the web
server parsing it,
2006 Mar 21
5
RoR and Growing Pains
I have persuaded my company to move towards an RoR shop... from a PHP 5
(with in-house-built framework)... so the jump is not terribly bad. I''m
REALLY excited actually!
My problem: I am overwhelmed with all the setup Loops I have to jump
through to get RoR setup. I tried it on my current Apache 1.34 and
decided it''d be easier to make the Lighty (1.4.11) jump. So I did. I get
2004 Dec 28
1
preserving symlinks
Hi,
I only want to preserv symlinks when copying but rsync deletes the
leading "/" on the target system or does nothing regarding to the
options I use.
My Symlink on the Source Filesystem : serviceWeb ->
/users/service/.public_html
results to: serviceWeb -> users/service/.public_html on the destination
Filesystem
Has anyone an idea ??
Thank?s Clemens
2008 Mar 04
2
Overwrite target of ln
Hi all,
Sorry if this seems too basic.
But is there a way to overwrite the target of a symbolic link without
first deleting the symlink itself?
For example, if I have this:
public_html -> releases/b2b-20080228
... and there's a new update, I can then just do the following:
$ ln releases/site-latest public_html
I tried using the -f option but it doesn't seem to work as expected.
2006 Jun 09
1
RewriteBase w/ Capistrano on a shared host
Hello,
I''m on a shared hosting, and tried this as a test:
[code]
svn co {repo} to /home/{user}/{appname}
ln -s {appname}/public/ public_html
chmod -R 755 trunk
[/code]
With the .htaccess file''s RewriteBase directive set to /
This setup works great, with no problems at all.
Here''s my issue, I''m attempting to use Capistrano, which is setup by
default to
2015 Oct 11
0
rsync always try change owner and group of symlink in --fake-super mode
ln -s real-file symlink
file.itself is ./rsync.symlinks/file.itself, but you are trying to link
./file.itself (which presumably doesn't exist) to the real file.
Since a symlink is just a pointer, it gets created, but doesn't point to
any real file.
Try:
ln -s rsync.symlinks/file.itself .
Joe
On 10/11/2015 06:17 AM, Pavel Alexeev wrote:
> Hi all.
>
> I long time discover
2005 Feb 27
0
[Bug 2395] New: problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395
Summary: problems copying from a dir that includes a symlink in
the path
Product: rsync
Version: 2.6.4
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2009 Nov 13
1
guestmount symlink issues
I'm trying to use guestmount to install some kernel modules in a guest:
[mbooth at mbooth linux-2.6 (amit)]$ make modules_install
INSTALL_MOD_PATH=~/etch
ln: creating symbolic link
`/home/mbooth/etch/lib/modules/2.6.32-rc6/source': No such file or directory
make: *** [_modinst_] Error 1
I think something's screwy with symlinks. In the following, /tmp/source
is a symlink, and I
2007 Feb 09
3
Re: URL issues
hello...
On 2/8/07, cdvr <codecraig-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> Hi,
> I watched the rails screencast on creating a blog in 15 minutes.
> I followed along got it working on my home PC and I then uploaded it
> to my web host. So I have,
>
> /home/<username>/blog
>
> I had to change some config in the blog app (i.e. production
2007 May 20
1
Capistrano symlink problem - with ugly hack!
I''m trying to use capistrano (v1.99.0) for the first time (on dreamhost, if
that matters) and the deploy:symlink task is creating an unusable symlink.
ln -nsf deploy_dir/releases/20070520055816/ deploy_dir/current
appears to work, but "ls -al deploy_dir/current/" yields "No such file or
directory"
However, if I cd into deploy_dir and then do
ln -nsf
2008 Mar 10
2
Rsync itemizing "t" (should be "T") when lutimes fails on recreated symlink
IIUC, the new philosophy of symlink times is that -t preserves them to
the extent that they are settable; when they aren't, it's just as if -t
wasn't given. But rsync breaks this principle in the following case.
Suppose rsync is configured with HAVE_LUTIMES enabled but the lutimes
call doesn't actually work (I simulated this via the attached patch).
When rsync recreates a
2015 Oct 15
0
[Bug 11558] New: rsync always try change owner and group of symlink in --fake-super mode
https://bugzilla.samba.org/show_bug.cgi?id=11558
Bug ID: 11558
Summary: rsync always try change owner and group of symlink in
--fake-super mode
Product: rsync
Version: 3.1.2
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
2006 Feb 08
2
Installing Rails on FreeBSD with Apache (and php)...
Hi,
Sometime in the near future I''m going to attempt an installation of
Rails on one of our school servers, so that a few of our most talanted
students also will have the opportunity to learn RoR. The problem is
that I''m not entirely sure on the best way to proceed, and I''m the only
teacher on the school with Rails experience, but only for Windows.
The server runs
2016 Jan 06
0
Cannot remove symlink with missing target
On Wed, Jan 06, 2016 at 06:36:50PM +0100, Andreas Maier wrote:
> Hi,
> I have started using symbolic links on an SMB share and find that
> symbolic links whose target no longer exists cannot be removed on
> the client side.
>
> Example, on the SMB client side in an SMB-mounted directory:
>
> 1. Create a file and a relative symlink to it:
>
> $ touch a
>
2005 Mar 05
1
How to provide Rails hosting on Apache/FastCGI enviroment?
Hi, folks.
I am running a small Web Hosting service personally.
I hope to provide rails service on apache/fcgi to my hosting
users. So, I''ve been testing to setup rails application, and
there was no problem. But with Rails version 0.10.0 release,
previous way doesn''t work.
Following is a scenario which worked well before, but now beats me.
1. Eric has his own rails directory
2017 Jun 05
1
[Bug 12820] New: rsync always try change owner and group of symlink in --fake-super mode
https://bugzilla.samba.org/show_bug.cgi?id=12820
Bug ID: 12820
Summary: rsync always try change owner and group of symlink in
--fake-super mode
Product: rsync
Version: 3.0.9
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2009 Aug 14
2
rsyncd.conf chroot yes problem with symlink-ing
Hy there,
My name is Alex Vladulescu, and i found this very
interesting tool for backup files and folders over remote network
servers.
For the past four days i have been reading the FAQ on the site,
google-ing the web for some answers on my local problem, but i am very
stuck, nothing seems to answer my question so far.
My issue consists on
having a rsyncd.conf on a master server on which i
2012 Feb 06
2
[PATCH] build: Choose a virtual directory for the daemon which is not a symlink.
From: "Richard W.M. Jones" <rjones at redhat.com>
Check /sbin, /usr/sbin, /bin and /usr/bin to ensure that neither the
directory nor the parent (eg. /usr) is a symlink, and use this
directory for the virtual directory used to store guestfsd in the
appliance.
---
appliance/Makefile.am | 9 +++++----
configure.ac | 20 ++++++++++++++++++++
2 files changed, 25