Hi there, I have been playing with Vmware server 2.0 Beta for a while with differen appliances and saw this one and it really looks like a winer for me. I was able to get into the torrent section and I have a couple of questions.
1. I could not get the file share to mount no matter what combinations of format I used for the username/password I have an active directory domain.
I put the following for config.php
server = 192.168.1.161
share = appz
username = DIH\xxx, DIH/xxx, xxxx
password = "xxxxxx"
I checked the config file and it shows the correct username and password as well as the correct path but I get an error on the console of my vmware server
/etc/credentials
username=DIH
xxxx
there is a \ \ between DIH and xxxx but the forum keeps taking it out above
password=xxxxx
etc/auto.dl
srv -fstype=cifs,uid=www-data,gid=www-data,dmask=0777,fmask=0666,credentials=/etc/credentials ://192.168.1.161/data
I am getting the following error in the console every time.
"
http://718.475414 CIFS VFS: No username specified
"
http://718.475994 CIFS VFS: cifs_mount failed w/return code = -22
2. when clicking on pirate bay it gives an error "
Parse error: syntax error, unexpected T_CLASS, expecting T_FUNCTION in
/usr/share/torrentflux/www/searchEngines/PirateBayEngine.php on line
833"
3. After entering the information required for the news groups I verified all of the information was correct in the config file and it is... and it gives an error "
Connect error: Connection refused (111)"
- Set both the username and password to 'None' (without the quotes) if your
- usenet server does not require authorization
defineServer(id = 'changeme',
hosts =
'news.easynews.com:119' ,
#hosts =
'news.changeme.com', 'morenews.changeme.com:8000' ,
username = 'xxxxxx',
password = 'xxxxxx',
#username = None, # no auth
#password = None,
connections = '4',
antiIdle = 4.5 * 60, # 4 minutes, 30 seconds, 0 to disable
#bindTo = '204.31.33.7', # connect FROM this ip address
#enabled = False, # disable this server
#skipGroupCmd = False, # skip sending nntp GROUP commands
#fillserver = 0, # defaults to 0 (a main server).
- fillservers must have values > 0
- (priority)
ssl = False
)