Summary: | app-admin/webapp-config is trying to hard-link across filesystems | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Maurice Volaski <mvolaski> |
Component: | New packages | Assignee: | Anthony Basile <blueness> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | confabulate, jakub, twitch153, web-apps |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Maurice Volaski
2007-10-19 22:14:40 UTC
Do you have /var/www/ and /usr/share/ on different filesystems? If that's the case, I very much doubt it's a phpmyadmin issues or that previous versions worked fine for you. Oh, sorry, I just realized I had moved the webapps directory earlier to a different filesystem and didn't realize the path was pointing that way. But since I'm here, the script is nice in the beginning and perhaps it could make a check for that and report exactly what it thinks is wrong in English. Come to think of it, isn't it supposed to default to symlinks when it can't hard-link? (In reply to comment #2) > Come to think of it, isn't it supposed to default to symlinks when it can't > hard-link? It used to, before the python rewrite at least for sure. :) Probably same problem here, but with drupal? I have webapps and /var/www/mywebsite on the same fs, same partition, but it comes up with with all these hardlinks errors. I am now installing apache on a different machine in the hope that I can get drupal going, but would appreciate if I could fix the old installation. Here's an extract: =========================== * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) themes/pushbutton/tabs-off.png * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) themes/pushbutton/tabs-on.png * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) themes/pushbutton/tabs-option-hover.png * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) themes/pushbutton/tabs-option-off.png * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) themes/pushbutton/tabs-option-on.png >>> file (config-owned) .htaccess * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) INSTALL.mysql.txt * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) INSTALL.pgsql.txt * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) UPGRADE.txt * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) cron.php * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) index.php * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) install.php * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) robots.txt * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) update.php * Failed to hardlink ([Errno 18] Invalid cross-device link) >>> file (virtual) xmlrpc.php * Installing from /usr/share/webapps/drupal/5.2/hostroot/ >>> dir (default-owned) /var/www/my_domain/cgi-bin * Installing from /usr/share/webapps/drupal/5.2/hostroot/cgi-bin >>> dir (default-owned) /var/www/my_domain/error * Installing from /usr/share/webapps/drupal/5.2/hostroot/error >>> dir (default-owned) /var/www/my_domain/icons * Installing from /usr/share/webapps/drupal/5.2/hostroot/icons * Files and directories installed * Install completed - success =========================== Despite what it says it's not successful and the installation has files missing. -- Regards, Mick I don't know if it will be of any help, but I would say that I have /var and /usr in different partitions and still I was able to install mantisbt through webapp-config flawlessly. However I didn't use webapp-config directly, emerge called it for me, could be that the origin of the issue? Just my two cents. Drupal-5.6 installed fine on a different machine. Unfortunately, the old box that had the original problem died on me (MoBo went to MoBo heaven) and I won't be able to troubleshoot it further, until/unless I get replacement MoBo. -- Regards, Mick We need to see if this is a problem on < 1.50.16-r4 Is this a dup of bug #231482. Its different but maybe some check can be made if we are trying to hardlink across filesystems and drop to sym link even if hardlinking is chosen on the command line. *** This bug has been marked as a duplicate of bug 231482 *** |