A place to search for and ask for support

Hans-Cees's picture

howto upgrade owncloud to higher 5 version

Forum: 

Hi I am using the owncloud applicance. 

However, the owncloud version has SMB bugs and the developers advise me to upgrade from 5.0.12 to 5.0.14.

 

But how can I do this? 

 

apt-get dist-upgrade does not upgrade owncloud to a higher version. Is there a way?

boxofox's picture

[solved] bash: command not found after replacing a package

Forum: 

This is a lesson learned I'd like to share.  tl;dr beware the bash hash.

While running a TurnKey Core guest, I decided to replace vim-tiny with the full version.

# apt-get remove vim-tiny
# apt-get install vim

Upon my next attempt to run vim, bash replied with an error:

Tõnis Umbsaar's picture

Can't access VPS samba shares from clients, only the server itself

Forum: 
Tags: 

Hey!

I have this problem with our samba setup - that no clients can access it. This problem started around september. Before that, I got it working as it should. At the moment, I can access the shares from the server itself using smbclient, but not from anywhere else.

I already determined that it shouldn't be a firewall problem, because iptables is still in its default setting.

Also tried changing the LAN manager settings of Win 7 (client).

The server is running a (slightly) modified version of Ubuntu Server 12.04.

smb.conf:

Polmaitre's picture

TKL ClipBucket 13 dont work out of the box

Forum: 

Hi guys,

Thank you for your work and happy new year.

I installed on Esxi 5.5 the vmdk TurnKey ClipBucket 13.0 but it "does not work".
I didn't change anything, so normally it should work out of the box.

The log of my test:
http://94.23.153.148/138877499680f0a.txt

The website if you want to try http://94.23.153.148/upload.php

LAMP Appliance randomly stops serving user pages

Forum: 
Tags: 

Hi everyone.

I'm running the Turnkey LAMP appliance version 12.1 (it needs to be 32-bit since my development machine is still running Windows XP).  Most of the time the appliance works perfectly.  But every once in a while - seemingly at random - Apache stops serving my development web pages.

The administration pages (Webmin, PhpMyAdmin, Shell) still work normally, but the browser shows a blank window without errors for my pages.  The browser console shows a Network Error: 404 message.  Apache's 404 page does not display.

Guest's picture

Paid Plan, Added EC2 account under wrong email? Can't login, can't reset, can't view servers...HELP

Forum: 

I was looking at my servers dashboard and was logged out. When I tried to log back in, I could not. When I try the forgot password link, it says I'm not registered. I just registered for an account with the correct address, but don't remember doing that before.

 

I noticed that the characters in my email were switched in an autocomplete entry, and that may be what happened. I may have an account out there that's "nathan.oakes@unbt.com" instead of the correct address. Please help!

 

Thanks!

Pierre-Alain Muller's picture

How to localize Mibew

Forum: 
Tags: 

How can I load the localization files for the mibew appliance ?

thanks,

pierre-alain.

Daniel's picture

zimbra

Forum: 

hello

would like to know if you will be issued a new zimbra newest version.
last as iso on ubuntu 8

I greet

Daniel

cooldharma06's picture

How to upload a pfx or pem certificate to LDAP

Forum: 
Tags: 
Attached: 

hi all,

i am newbie to LDAP. i want to enable the ldap for my sample application. In openladp how to upload the certificate(pfx or pem file). i saw the field like "pkcs12" in scheme. can i use those one to upload my certificate. If it is possile how i can achieve it.??

If i am in the wrong way means correct me.

i attached my screenshot of LDAP configuration. In this i am storing the "employeenumber as serial num and public key as telephone number". now i want to upload my whole certificate in ldap instead of individual things. Suggest me some way to achieve this.

BenL's picture

Apache config for web2py app

Forum: 
Tags: 

Hi, sorry if this is not the right place this.

Bug concerning web2py ISO appliance: CSS is not functioning correctly in admin page of web2py

Fix: in /etc/apache2/sites-enabled/web2py ..

change this line 

AliasMatch ^/([^/]+)/static/(.*) /var/www/web2py/applications/$1/static/$2

to

AliasMatch ^/([^/]+)/static/(?:_[\d]+.[\d]+.[\d]+/)?(.*) /var/www/web2py/applications/$1/static/$2

Solution in

Pages