New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 7 matches

by sam
27 Apr 2017, 00:07
Forum: B2 & B3 Support
Topic: b2 howto install dhcpcd5?
Replies: 2
Views: 10161

b2 howto install dhcpcd5?

I'm having trouble installing dhcpcd5
apt-get can't find the package.
Is there any way I can install this?
Would doing something like pointing apt-get to the wheezy archive work? And if so, how would I do that?
Thanks!
by sam
23 Jul 2010, 07:59
Forum: Development
Topic: Ruby on bubba
Replies: 3
Views: 10247

Re: Ruby on bubba

Hi guys, Just wanted to share my experiences of how I got RoR working on my Bubba2. It took me about 6 hours to figure this out, so forgive me if I've missed something out. First, make sure your apt-get urls are up to date since the etch main repo has moved. - download and extract Ruby 1.8.7 - apt-g...
by sam
05 May 2009, 16:28
Forum: B2 & B3 Support
Topic: Problem with php sendmail?
Replies: 2
Views: 4799

I finally found the problem. I needed to fill in the sender address as follows in the wp-includes\class-phpmailer.php file: var $Sender = 'wordpress@xyz.com'; It seems that wordpress fills in the sender address automatically when using 'sendmail' and 'smtp', but not for the 'mail' function. Hope thi...
by sam
05 May 2009, 15:14
Forum: B2 & B3 Support
Topic: Problem with php sendmail?
Replies: 2
Views: 4799

I've figured out that send_mail will only work when I specify the default from address in the optional parameters - even when a from address is specified in the headers. eg, mb_send_mail ( "xyz@xyz.com" , "test mail" , "test from simple php script" , "From: yyy@yyy...
by sam
05 May 2009, 13:16
Forum: B2 & B3 Support
Topic: Problem with php sendmail?
Replies: 2
Views: 4799

Problem with php sendmail?

I've installed wordpress on my box and its having trouble sending email. Email works fine using the webmail (sending and receiving), though I can't manage to set up sending from Thunderbird going through Bubba. And now wordpress isnt sending, so I'm thinking the two problems are related. (Though wor...
by sam
22 Feb 2009, 10:25
Forum: B2 & B3 Support
Topic: Easyfind & Dynamic IP Address
Replies: 0
Views: 3230

Easyfind & Dynamic IP Address

My service provider only gives me a dynamic IP. When I set up easyfind originally, everything was fine. I tried to access it today and just got timeouts. It wouldn't work until I disabled easyfind then enabled it again. It looks like the IP easyfind was using wasn't being updated when my service pro...
by sam
14 Feb 2009, 10:03
Forum: Howtos
Topic: How to: Enable password protection - .htaccess
Replies: 3
Views: 10021

linking access with the linux user account

Thanks for this HowTo - it was very easy to get going. But what I'd really like is to link the access to the linux user account. I was looking at some posts mentioning the mod-auth-pam module, but I couldn't get this working. Is such a thing possible? Alternatively, is there some web interface packa...