RSS
 

Posts Tagged ‘Ubuntu’

soluzione: Ubuntu e svn: handshake SSL non riuscito

16 gen

Da qualche tempo non riuscivo a collegarmi al server svn dal mio client Linux, e ottenevo un errore di questo tipo:

$ svn update svn: OPTIONS di 'https://indirizzoIP:porta/percorso/cartella/svn/': handshake SSL non riuscito: errore SSL: È stata rilevata una violazione nell'utilizzo della chiave nel certificato. (https://indirizzoIP:porta)


Con altri client riuscivo a collegarmi, quindi si trattava probabilmente di un problema lato client. Indagando ho scoperto che si tratta di un bug delle librerie libneon27-gnutls. La soluzione è di usare le librerie libneon27:

sudo apt-get install libneon27
cd /usr/lib/
sudo rm libneon-gnutls.so.27
sudo ln -s /usr/lib/libneon.so.27 libneon-gnutls.so.27


Il problema si verificava mentre mi collegavo ad un server Visual svn su una macchina windows, ma in generale la soluzione dovrebbe essere utile a chiunque usi svn su https

Via ask Ubuntu

 
No Comments

Posted in geek

 

Samsung ML 3051 ND as a network printer on Ubuntu Linux

30 gen

It took me a while before I could install the Samsung ML 3051 ND on my new Ubuntu 9.10 Linux box.

Here’s the procedure:

  1. System->Administration->Printing
  2. Add a new printer
  3. choose “others” (parallel or serial port and network options like CUPS, IPP, SAMBA won’t work, )
  4. insert the printers URI this way http://x.x.x.x:631 where x.x.x.x is the IP address assigned to the printer (yes, you have to know it)
  5. Go on and choose make and model from given options
  6. choose the suggested one.

That’s it, it works :-)

There might be also other working solutions, but this is the first one that worked for me and I’m happy with it :-)

 
No Comments

Posted in geek

 

Ubuntu, vista e il partizionamento

28 giu

Appena mi hanno riconsegnato il portatile ho installato Ubuntu ma sono andato incontro ad un piccolo fastidio con le partizioni. Read the rest of this entry »

 
1 Comment

Posted in geek