[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Thierry Carrez
No, it usually slows down to do broadcast resolution (since you
basically have to wait for some timeout to decide that nobody has the
requested address), that's why it's tried last by default.

So solution for you is to change the resolve order in smb.conf. The
other solution is to set up /etc/hosts (or lmhosts), or a local DNS
server that would resolve the local hosts before forwarding the request
to your ISP DNS server. Last option is to push your ISP to not do
smart name resolution (giving answers to non-existent hosts) in an
effort to gain some extra advertisement revenue.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-05-18 Thread Thierry Carrez
Tim: it's not a severe bug, but it's a risky move in an LTS, since you
can't really determine all what may be affected by this change. The
choice made was to selectively fix the affected packages, which is safer
but more work and less comprehensive. Adding a task for
freeradius/hardy.

** Also affects: freeradius (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: freeradius (Ubuntu)
   Status: New = Fix Released

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 373999] Re: CIFS loops endlessly when remote host is down

2009-05-18 Thread Thierry Carrez
** Changed in: samba (Ubuntu)
   Status: Incomplete = New

-- 
CIFS loops endlessly when remote host is down
https://bugs.launchpad.net/bugs/373999
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 370464] Re: package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2009-05-18 Thread Thierry Carrez
It's using the following non-default configuration:

security = share
restrict anonymous = no
domain master = no
logon home = %5C%5C%25N%5C%25U
smb passwd file = file:///etc/samba/smbpasswd
pid directory = file:///var/run/samba
logon path = %5C%5C%25N%5C%25U%5Cprofile
private dir = file:///etc/samba

that makes it fail (file:// is not allowed in path). I'd recommend
copying a fresh smb.conf from /usr/share/samba. In all cases, this is
not a bug, just a case of screwed-up configuration revealing at upgrade
time.

** Changed in: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 139
https://bugs.launchpad.net/bugs/370464
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Юрий Чудновский
Here You are.
First, I changed hostname to vserver-terminal, restart samba and puts output to 
file VSERVER-TERMINA.txt, then changed back to v-terminal, again restart samba 
and puts output to file V-TERMINAL.txt.
Attaching files.

** Attachment added: VSERVER-TERMINA.txt
   http://launchpadlibrarian.net/26886717/VSERVER-TERMINA.txt

-- 
Truncating NetBIOS name don't work
https://bugs.launchpad.net/bugs/376359
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Юрий Чудновский

** Attachment added: V-TERMINAL.txt
   http://launchpadlibrarian.net/26886719/V-TERMINAL.txt

-- 
Truncating NetBIOS name don't work
https://bugs.launchpad.net/bugs/376359
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 372091] Re: php gives 0.0: as value for 0.6/6

2009-05-18 Thread Daniel Hahler
Fixed in Karmic/Jaunty.

** Changed in: php5 (Ubuntu)
   Status: Triaged = Fix Released

-- 
php gives 0.0: as value for 0.6/6
https://bugs.launchpad.net/bugs/372091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 372091] Re: php gives 0.0: as value for 0.6/6

2009-05-18 Thread Daniel Hahler
Confirmed on Hardy (in an OpenVZ container).

# php -r echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL;
5.2.4-2ubuntu5.6
0.0:

Upgrading to a backport therein makes it work again:
# php -r echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL;
5.2.9-0ubuntu1~blueyed1
0.1

Downgrading to the released version (from the hardy repo) shows the same 
problem:
# php -r echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL;
5.2.4-2ubuntu5
0.0:

** Changed in: php5 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Triaged

-- 
php gives 0.0: as value for 0.6/6
https://bugs.launchpad.net/bugs/372091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 377518] Re: Samba exits when client connects

2009-05-18 Thread Thierry Carrez
I suppose you mean 9.04.
What is the client you're using to connect ? Does a simple smbclient -N -L 
//servername sufficient to stop it ? Could you try with an unmodified smb.conf 
(copy it from /usr/share/samba/smb.conf) ?

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
Samba exits when client connects
https://bugs.launchpad.net/bugs/377518
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 376397] please sync nagios3 3.0.6-4 (main) from debian unstable (main)

2009-05-18 Thread Steve Langasek
[Updating] nagios3 (3.0.6-2ubuntu1 [Ubuntu]  3.0.6-4 [Debian])
 * Trying to add nagios3...
  - nagios3_3.0.6-4.dsc: downloading from http://ftp.debian.org/debian/
  - nagios3_3.0.6.orig.tar.gz: already in distro - downloading from librarian
  - nagios3_3.0.6-4.diff.gz: downloading from http://ftp.debian.org/debian/
I: nagios3 [main] - nagios3-common_3.0.6-2ubuntu1 [main].
I: nagios3 [main] - nagios3_3.0.6-2ubuntu1 [main].
I: nagios3 [main] - nagios3-doc_3.0.6-2ubuntu1 [main].
I: nagios3 [main] - nagios3-dbg_3.0.6-2ubuntu1 [main].


** Changed in: nagios3 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
please sync nagios3 3.0.6-4 (main) from debian unstable (main)
https://bugs.launchpad.net/bugs/376397
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 377913] Re: package bacula-director-mysql 2.4.4-1ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-05-18 Thread Jason Preu

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26892412/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/26892413/DpkgTerminalLog.txt

-- 
package bacula-director-mysql 2.4.4-1ubuntu5 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/377913
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Юрий Чудновский
I mean, VSERVER-TERMINA did not seen in Windows or Linux network
neighborhood windows. Tomorrow I'll boot computers with long terminal
name and get some look into problem (windows don't react immediately to
computer name change).

-- 
Truncating NetBIOS name don't work
https://bugs.launchpad.net/bugs/376359
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Martin G Miller
The smb.conf resolve order change is one of the first things I have to
do on new installs, so that is a work around for me.  The fact that it
returns the wrong ip address on a ping command is something that I am
interested in.  I tried the same tests at my office in another town and
it behaves exactly the same way.  The difference is that I have 2
Wilndows XP pro sp2 machines there as well as 4 ubuntu 8.04 boxes.  I
find that I can use the windows machine to ping server and it returns
the correct 10.0.0.5 address of my server.  If I try that from any of
the Ubuntu machines, it goes out to the same 67.63.55.3 that I got at
home.  If I change my dns servers from the ones supplied by my ISP to
the ones used by openDNS for example, it behaves the same way, except it
tries to ping a different ip address.  In fact, regardless of what I put
after the ping command, it always goes to the same outside address.  I
get the same result whether from my ISP dns server or openDNS.  But the
windowsXP boxes always get the ping command correct.  So there is
something different about how WindowsXP processes a ping request from
how we are doing it in Ubuntu.  Should  I open a new bug centered on
this behavior?  I suspect if this got resolved, it would fix the network
browse issue as well.  My ISP is Optimum online.  It is the fastest and
best cable broadband provider on Long Island, New jersey and
Connecticut.  If I am having this problem, so is every other Ubuntu user
in these areas.  I think it should be looked into.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 374819] Re: Missing dependency on update-inetd and other issues

2009-05-18 Thread Sam Hartman
krb5-kdc intentiollay does not require update-inted and will function if
update-inetd is not available.  If it is available, it will add an
example line to inetd.conf.  I'm not usre what's up with the doc-base
errors: in Debian, krb5-doc does install and register with doc-base

-- 
Missing dependency on update-inetd and other issues
https://bugs.launchpad.net/bugs/374819
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Martin G Miller
I found an interesting link here: 
http://ubuntuforums.org/showthread.php?t=826938
They edited both smb.conf ( name resolve order = lmhosts bcast wins host)  
Notice this resolve order is different than the one I am using.  They also 
modified nsswitch.conf (hosts:files dns wins)   to get name resolution 
working.  I tried that, and although it fixes the name resolution with ping 
issue, some of the nautilus network browse functions seem to stop.  For 
example, I can't browse my own machine's samba shares.  For the time being I 
have set the smb.conf back to where I had it and returned nsswitch.conf to it's 
default as well.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Thierry Carrez
host unknown is the expected result to ping server since none of
your NSS backends knows about your server to translate it to IP.
That's what allows bcast to take over in your name resolve order and
successfully find the share.

Glad there was some opt-out, dns redirection is a real PITA.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 377518] Re: Samba exits when client connects

2009-05-18 Thread Dave Hope
Sorry, yes. 9.04

The client is an Apple Macbook running OSX (10.5.6) using smbclient
version 3.0.25b-apple

Frustratingly, after a reboot (of the server) I'm now unable to
reproduce this issue. No changes were made other than a reboot. When the
problem occurred the same happened with the stock smb.conf

Since I'm no longer able to reproduce I'm going to change the status to
invalid and close the ticket.

Thanks for taking the time to respond anyway.

** Changed in: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
Samba exits when client connects
https://bugs.launchpad.net/bugs/377518
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Jonathan Marsden
@Martin: If ping any name fails, I wonder if the DNS redirection opt-
out has somehow effectively opted out of *all* DNS resolution?  That
could explain why ping yahoo.com (for example) now fails.  Can you still
browse the web, deal with email, etc as normal once opted out from the
DNS redirection?  If you can, then at least some names are resolving OK.

Did you mean that ping any local machine name now fails, but remote
DNS registered hostnames/domains (like ping yahoo.com ) still work fine?

If it is just local machine names that are failing to resolve, then I
suspect you can either:

 (a) add the machine names and their IPs manually to your hosts file(s)
or to the DNS zonefile for your local (internal) DNS domain, or into
WINS if there is a WINS server in the picture

and/or (more work up front, but probably better and less maintenance
once set up)

 (b) arrange for the DHCP server to dynamically update your local DNS
server, so that the name and IP of each Windows machine that receives a
DHCP-provided IP address appears as a hostname there.  If the DHCP
server and DNS server are a Windows 2003 server, this is essentially
automatic; if you are using Ubuntu for these services, you'll have to
do some configuration work to get it to behave this way, as far as I
know.

One more thought: If ping server fails but ping
server.mydomain.local works, then the default DNS resolver search
probably needs changing to include your domain name (search
mydomain.local in my example).  You can edit this in /etc/resolv.conf .

Getting rid of your DNS redirection was a big step in the right
direction.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 374819] Re: Missing dependency on update-inetd and other issues

2009-05-18 Thread Russ Allbery
Sam Hartman hartm...@debian.org writes:

 krb5-kdc intentiollay does not require update-inted and will function
 if update-inetd is not available.  If it is available, it will add an
 example line to inetd.conf.  I'm not usre what's up with the doc-base
 errors: in Debian, krb5-doc does install and register with doc-base

krb5-doc no longer has a postinst to call install-docs because doc-base
now uses triggers to handle that.  This is probably just that Ubuntu's
Lintian is a bit out of date.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/

-- 
Missing dependency on update-inetd and other issues
https://bugs.launchpad.net/bugs/374819
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Martin G Miller
What had stopped working was ping any local machine name.  ping
yahoo.com worked fine.

What I have as of now is:
1) DNS redirection is turned off
2) smb.conf set to:  (name resolve order = lmhosts wins bcast host)
3) nsswitch.conf set to: (hosts:  files dns wins)

It took a restart to get everything to settle down, but this now seems
to have the Nautilus browse gui happy and I can enter ping any local
machine or ping anything.com and they all seem to work.  All other
internet functions, eg. email, web browsing, etc. seem to work fine.

I am not part of a domain either here or at work, so trying to ping
server.mydomain.local is not an option.

Removing mdns from nsswitch.conf and substituting wins seems to do the
trick as long as the order in smb.conf is set to my original changed
setup.

mdns refers to the avahi daemon, I believe.  I don't think I use that
for anything do I?


My DHCP server is my router (Linksys at home and dlink gigabit at work) I'm not 
sure how to tell it to update my local DNS server, in fact, I don't think I'm 
running one.  My main Ubuntu machine at home is static IP, as it functions as 
my house file server.  But other machines on the network, both Ubuntu and 
WindowsXP are all DHCP.

At my office, the main file server is WinXP pro SP2 all but 1 of the
work stations are Ubuntu 8.04.2 and everyone has a static IP.

I will try the changes at my office tomorrow and see if they work there
as well as they do at my home now.

I must reiterate my thought from a few posts ago.  Why do I have to go
through this when Windows XP just works.  As someone who has been
using Linux for about 9 years, I don't mind the tinkering too much, but
I am actively promoting Ubuntu to friends and professional associates
and I want them, as noobies, to have as good an experience as possible.
Simple local networking should not create problems like this.  DNS
redirection does not affect local network browsing in Windows XP.  It
should not affect it in Ubuntu either.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 314318] Re: Samba update crashed

2009-05-18 Thread WoodyEckelzone
On Fri, 15 May 2009 17:13:49 +0200, Thierry Carrez  
thierry.car...@ubuntu.com wrote:

 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!


I dunno, I upgraded to 9.04.
I don't have any problem with samba anymore.

-- 
Samba update crashed
https://bugs.launchpad.net/bugs/314318
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 377571] Re: package postfix 2.5.5-1.1 failed to install/upgrade:

2009-05-18 Thread Andreas Olsson
Can you type the following commands into the terminal and give me the
response? They won't change anything on your system, just list some
settings.

$ postconf myhostname
$ cat /etc/hosts
$ cat /etc/hostname

-- 
package postfix 2.5.5-1.1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/377571
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-18 Thread Bill Meek
Short answer: Fixed.

I was running on Mythbuntu 8.10 and didn't have these errors.

Fresh load of Mythbuntu 9.04RC, got the 'hanging' messages in syslog and 
database errors ending with
'MySQL server has gone away' in mythbackend.log.  These messages are gone now.

Thank you.

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 119294] Re: OpenSSL should support VIA PadLock

2009-05-18 Thread Teej
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. Has this been implemented yet. Can you try
with the latest Ubuntu release? Thanks in advance.

** Changed in: openssl (Ubuntu)
   Status: New = Incomplete

** Changed in: openssl (Ubuntu)
   Importance: Undecided = Wishlist

-- 
OpenSSL should support VIA PadLock
https://bugs.launchpad.net/bugs/119294
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs