spacer.png, 0 kB
  May 20, 2013, 10:36:24

 
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length


Pages: [1]
  Print  
Author Topic: problems after install  (Read 1853 times)
goggly

Posts: 12


View Profile
« on: May 30, 2012, 11:18:22 »

im having issues after installing URD 1.3.0,

First issue is I keep getting a popup on the admin_config screen stating

Message:

File not found /etc/group

but I don't understand why its not finding it as it is there , I checked in /etc/

the second issue I am having is similar to the first, In the admin_config > programs tab, all the programs state they cannot be found although they are there, all in the /usr/bin/ and /bin/ I did also checked this...

Also after logging in to the web gui urdd is not running, so I login via ssh and manually try to start it where i get the following error, possibly a permission/group error?


May 30 10:05:29 server109-228-16-23.live-servers.net urdd: INFO Opening log file: /tmp/urdd.log
May 30 10:05:29 server109-228-16-23.live-servers.net urdd: NOTICE Starting urdd
May 30 10:05:29 server109-228-16-23.live-servers.net urdd: WARNING Probably a stale pid file found.
May 30 10:05:29 server109-228-16-23.live-servers.net urdd: ERROR Please set update server in admin/usenet servers
May 30 10:05:29 server109-228-16-23.live-servers.net urdd: NOTICE We are started as root. Dropping priviliges
May 30 10:05:29 server109-228-16-23.live-servers.net urdd: NOTICE Dropping priviliges to group urd
May 30 10:05:29 server109-228-16-23.live-servers.net urdd: NOTICE Dropping priviliges to user urd
PHP Warning:  require_once(/var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/functions/../urdd/urdd_connection.php): failed to open stream: Permission denied in /var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/functions/autoincludes.php on line 87

Warning: require_once(/var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/functions/../urdd/urdd_connection.php): failed to open stream: Permission denied in /var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/functions/autoincludes.php on line 87
PHP Fatal error:  require_once(): Failed opening required '/var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/functions/../urdd/urdd_connection.php' (include_path='.:/usr/share/php:/usr/local/sbin') in /var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/functions/autoincludes.php on line 87

Fatal error: require_once(): Failed opening required '/var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/functions/../urdd/urdd_connection.php' (include_path='.:/usr/share/php:/usr/local/sbin') in /var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/functions/autoincludes.php on line 87
May 30 10:05:29 server109-228-16-23.live-servers.net urdd: INFO shutdown handler called as parent

hope someone can help me out with this..
« Last Edit: May 30, 2012, 11:22:13 by goggly » Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #1 on: May 30, 2012, 17:53:02 »

You can start urdd by clicking the red button on the top left

perhaps /etc/group is not world readable (or are you using chroot?)

ls -l /etc/group should return -rw-r--r--

the php warnings at the end may be because you are running from the console. Typically you should start urdd from the gui. Otherwise you should run a


chown user:group /var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/ -R
chmod g+w /var/www/vhosts/server109-228-16-23.live-servers.net/httpdocs/urd/ -R
(but do fill in the "user" with your linux username, and group with the group the webbrowser runs as (typically, apache, httpd, www-data)

Logged
goggly

Posts: 12


View Profile
« Reply #2 on: May 30, 2012, 18:12:57 »

thanks for the help,

I did try pressing the red button but it wont turn on so I tried turning it on from command line.

I hace got the /etc/group set -rw-r--r--

just confused now as to why it wont work or see any of the programs in usr/bin
Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #3 on: May 30, 2012, 18:15:19 »

I forgot. This
Quote
ERROR Please set update server in admin/usenet servers
means you have to configure the usenet server in admin/usenet_servers. And at least select one for indexing, and for downloading. Or add one if your provider is not there
Logged
goggly

Posts: 12


View Profile
« Reply #4 on: May 30, 2012, 18:22:44 »

great it came on!

in the usenet server i did add a server but never ticked the posting and indexing.

im still confused as to why non of the programs in the confic can be seen, they all have the hand next to them with this file cannot be found or is executable
Logged
goggly

Posts: 12


View Profile
« Reply #5 on: May 30, 2012, 19:14:28 »

is not finding a /usr/bin/yydecode user:group problem?
Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #6 on: May 30, 2012, 21:11:58 »

is it installed? If not consult http://urdland.com/cms/content/view/15/30/ Q8
Logged
goggly

Posts: 12


View Profile
« Reply #7 on: May 30, 2012, 21:38:58 »

yeh, i installed all of them

for example

/usr/bin/7za not found but when i command line which 7za it returns /usr/bin/7za
« Last Edit: May 30, 2012, 21:43:07 by goggly » Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #8 on: May 30, 2012, 21:51:59 »

that is interesting... what OS do you use?

what does help/debug info say? Any errors listed there? Or these values?
Open_basedir   ''
Disable_functions   ''
Disable_classes   ''
Logged
goggly

Posts: 12


View Profile
« Reply #9 on: May 30, 2012, 21:54:14 »

i have just figured it out, open_basedir was set.. Embarrassed

im running plesk 10, i forgot it over rides any php.ini open_basedir entry with a httpd.include file in the domain

/var/www/vhosts/{yourdomain]/conf/

ah well all working now. Grin
Logged
goggly

Posts: 12


View Profile
« Reply #10 on: May 30, 2012, 23:14:20 »

Im getting another issue now.. the files download ok but after unrar runs I cant find the file in the download folder?
Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #11 on: May 30, 2012, 23:32:20 »

Do the logs say anything? (admin/log)

Also after unrarring it moves files to the done dir, during dl it's in the tmp dir.
Logged
goggly

Posts: 12


View Profile
« Reply #12 on: May 30, 2012, 23:39:50 »

not really, just stuff like

Cannot set groups, probably insufficient right to chgrp() /var/www/vhosts/thehivecontrol.com/httpdocs/urd/downloads/done/rassad///Seattle.Superstorm.2012.720p.BluRay.x264-ENCOUNTERS.sfv to urd

all im left with in the done folder is the par2 files it deletes the ras
Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #13 on: May 31, 2012, 00:05:57 »

That error msg can probably be fixed by not setting in admin/config/global Group: to urd but to www-data. (or whatever apache is running as)

I'm not sure why stuff would be deleted tho. Urd should delete all the .rar files and .par2 files iff the extraction resp verification is successful.

You could try to download something and disabling rar/par2 that is done with a download (before it is complete) in transfers/download and then pressing the edit icon. You can untack them there. Or just untack "delete files" (which refers to the rars/par2 files)
Logged
goggly

Posts: 12


View Profile
« Reply #14 on: May 31, 2012, 00:18:15 »

yeh, I tried that and the log file says it Successfully decompressed download but it has not for some reason? so i seem to have an issue with unrar?
Logged
goggly

Posts: 12


View Profile
« Reply #15 on: May 31, 2012, 00:28:22 »

i tried

unrar x -y -kb -c- -idp filename.rar in command line and that failed also

Logged
goggly

Posts: 12


View Profile
« Reply #16 on: May 31, 2012, 01:40:41 »

Finally got it working, rogue rar install. updated rar and it works great.

great program by the way! many thanks.

I have a quick question, how does the upload work? also can i use the upload to transfer files to another webserver, i have cloud storage with much more space so would rather store my files there, but no root access there so urd wouldnt run.
Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #17 on: May 31, 2012, 15:59:39 »

Urd can run scripts after a download is complete, so I but you can use that to transfer them. You need to enable it in admin/config and select the scripts in user preferences.

You can write scripts practically in any language (bash, perl, python, php, C) etc

Logged
goggly

Posts: 12


View Profile
« Reply #18 on: June 01, 2012, 03:21:01 »

thats great, it would be good have a script that sends the file to another server after download, i feel thats a bit beyond me though..

i can see where you enable the global/user scripts not sure where to enable in prefrences?

Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #19 on: June 01, 2012, 11:22:12 »

I think that is because you don't have any scripts yet... But I'll look into that later tonight or so
Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #20 on: June 01, 2012, 15:37:36 »

there is an example (shell) script in the examples directory. Scripts however are stored under the download directory/scripts/username

Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Amigri by Fakdordes
spacer.png, 0 kB
spacer.png, 0 kB
spacer.png, 0 kB