[Bug 282518] Re: error messages from lsscsi

2008-10-15 Thread Steve Langasek
I assume that ubuntu-release has been subscribed to this bug because
you're asking for a freeze exception.  Please provide the information
requested by .

-- 
error messages from lsscsi
https://bugs.launchpad.net/bugs/282518
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lsscsi 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 283807] [NEW] freeradius with openssl support doesn't compile

2008-10-15 Thread Stefan Soriga
Public bug reported:

Binary package hint: freeradius

I really don't know if this is a bug because freeradius is supposed not
to use openssl because licence issues, but I think a lot of people will
try doing this.

1) Description: Ubuntu intrepid (development branch)
Release:8.10

2) apt-cache policy freeradius
freeradius:
  Installed: 2.1.0+dfsg-0ubuntu2
  Candidate: 2.1.0+dfsg-0ubuntu2
  Version table:
 2.1.0+dfsg-0ubuntu2 0
500 http://us.archive.ubuntu.com intrepid/main Packages
 *** 2.1.0+dfsg-0ubuntu2 0
100 /var/lib/dpkg/status
 
 apt-cache policy libssl-dev
libssl-dev:
  Installed: 0.9.8g-10.1ubuntu2
  Candidate: 0.9.8g-10.1ubuntu2
  Version table:
 *** 0.9.8g-10.1ubuntu2 0
500 http://us.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

3) apt-get source freeradius
changed debia/rules 

--with-rlm_eap_tls \
--with-rlm_eap_ttls \
--with-rlm_eap_peap \
--with-openssl

changed debian/control
append libssl-dev to buil-depends

dpkg-builpackages -rfakeroot

4) freeradius -X

rlm_eap: Failed to link EAP-Type/tls: file not found
/etc/freeradius/eap.conf[17]: Instantiation failed for module "eap"
/etc/freeradius/sites-enabled/inner-tunnel[223]: Failed to find module "eap".
/etc/freeradius/sites-enabled/inner-tunnel[176]: Errors parsing authenticate 
section. 
 }
}
Errors initializing modules

** Affects: freeradius (Ubuntu)
 Importance: Undecided
 Status: New

-- 
freeradius with openssl support doesn't compile
https://bugs.launchpad.net/bugs/283807
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 198002] [NEW] network:/// can't be browsed, ubuntu 7.10

2008-10-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Symptoms of this bug can be seen when attempting to browse the
network:// in either konqueror or nautilus, so the bug may not be in
either package.  It appears to be the same bug posted here:

http://www.linuxquestions.org/questions/linux-newbie-8/cant-browse-
network-by-workgroup-name-in-konqueror-623178/

Basically, goes something like this:

When browsing network:/// in nautilus, can browse up to WIndows Network, and 
then get the message:
"Sorry, couldn't display all the contents of "Windows Network: ... "

When browsing network folders in konqueror, it will time out (fast!)

This may have something to do with samba configuration file.  Switching
from " hosts allow = 192.168.10.0/24 192.168.138.0/24 172.16.235.0/24
eth0" to "interfaces = eth0 vmnet1 vmnet8" caused different symptoms:

Nautilus now shows an empty network of 0 items when double-clicking on
the Windows network, but konqueror works as it should, no problems.

Finally, this configuration:  "hosts allow = 127.0.0.0/8 192.168.10.0/24 eth0" 
causes konqueror to display this message:
"Unable to find any workgroups in your local network. This might be caused by 
an enabled firewall.", but Nautilus still shows an empty network of 0 items and 
no error message.

Just to be thorough, I took down my firewall (The only way I could get a
firewall to work with samba this time around was to take a ShoreWall
firewall and heavily customize it).  Konqueror worked (so my firewall
probably didn't like 127.0.0.1), but it didn't change an empty network
of 0 items in nautilus.

I went back to my original installed file.  It appears that commenting
out both the "interface" settings and the "host allow" settings causes
both Nautilus and Konqueror to work as expected.  ...  Unless Samba is
doing away with those settings, however, it's probably still a bug.

I don't know if this a security vulnerability, but it definitely affects
a security mechanism in Samba.

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: New

-- 
network:/// can't be browsed, ubuntu 7.10
https://bugs.launchpad.net/bugs/198002
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 198002] Re: network:/// can't be browsed, ubuntu 7.10

2008-10-15 Thread IanW
** Changed in: samba (Ubuntu)
Sourcepackagename: None => samba

-- 
network:/// can't be browsed, ubuntu 7.10
https://bugs.launchpad.net/bugs/198002
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 280428] Re: Prompted for VPN (openvpn) user info at boot-up

2008-10-15 Thread Thierry Carrez
Proposed fix
Also includes a fix for VPNs always reported as starting [ OK ] (log_end_msg 
sent too early)

openvpn (2.1~rc11-1ubuntu2) intrepid; urgency=low

  * debian/openvpn.init.d:
- Revert fix from #454371 that was merged at 2.1~rc7-4 to prevent
  openvpn prompts from blocking the boot (LP: #280428)
- Fix VPNs always reported started [ OK ]


** Attachment added: "openvpn_2.1~rc11-1ubuntu2.debdiff"
   http://launchpadlibrarian.net/18567340/openvpn_2.1%7Erc11-1ubuntu2.debdiff

-- 
Prompted for VPN (openvpn) user info at boot-up
https://bugs.launchpad.net/bugs/280428
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 280428] Re: Prompted for VPN (openvpn) user info at boot-up

2008-10-15 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.1~rc11-1ubuntu2

---
openvpn (2.1~rc11-1ubuntu2) intrepid; urgency=low

  * debian/openvpn.init.d:
- Revert fix from #454371 that was merged at 2.1~rc7-4 to prevent
  openvpn prompts from blocking the boot (LP: #280428)
- Fix VPNs always reported started [ OK ]

 -- Thierry Carrez <[EMAIL PROTECTED]>   Wed, 15 Oct 2008
17:12:54 +0200

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

-- 
Prompted for VPN (openvpn) user info at boot-up
https://bugs.launchpad.net/bugs/280428
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 283844] [NEW] missing scsi_reserve script

2008-10-15 Thread macchese
Public bug reported:

I would like to use scsi reservation as a fence method for a 2-node cluster 
(red-hat cluster suite) Ubuntu 8.04 LTS.
According to http://sources.redhat.com/cluster/wiki/SCSI_FencingConfig I need a 
scsi_reserve script to run at boot, but I cannot find it.

** Affects: sg3-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
missing scsi_reserve script
https://bugs.launchpad.net/bugs/283844
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to sg3-utils 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 277213] Re: Apache 2.2.9 strange logs

2008-10-15 Thread Jamie Strandboge
Thank you for using Ubuntu and taking the time to report a bug. You said
that the file has mode 644. This is write access to the owner and read
access to everyone. Apache did the right thing by returning 200 and
serving the file. Clearly, an attacker/script tried to access the file
with parameters, but this is not a flaw in apache.

** Changed in: apache2 (Ubuntu)
   Status: New => Invalid

** Visibility changed to: Public

** This bug is no longer flagged as a security issue

-- 
Apache 2.2.9 strange logs
https://bugs.launchpad.net/bugs/277213
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 155699] Re: nagios Plugin check_imap fails with SSL3

2008-10-15 Thread Christian
Hi,

found the same problem.

The imap-server expect a ssl-connect SSLv3 (TLS_PROTOCOL=SSL3) and the
check_imap try to connect with SSLv2.

After changing the imap-server to SSLv2, everything works fine with
nagios, but the most clients cannot connect due to recommended security-
settings (no SSLv2-use) anymore.

Best way would be a new parameter to select the  protocol-version
(SSLv2, SSLv3, TLSv1).


Kind Regards
Christian

-- 
nagios Plugin check_imap fails with SSL3
https://bugs.launchpad.net/bugs/155699
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 281423] Re: [ffe] update dovecot to 1.1.4

2008-10-15 Thread Launchpad Bug Tracker
This bug was fixed in the package dovecot - 1:1.1.4-0ubuntu1

---
dovecot (1:1.1.4-0ubuntu1) intrepid; urgency=low

  * New upstream release (LP: #281423):
- Fix message parser.
- Fix maildirlock utility.
- Fix bzip2 support in zlib plugin.
- mbox: Several bugfixes causing errors and crashes.
- Many error handling fixes and log message improvements.
- SORT: Fix assert-crashes.
  * Update dovecot-managesieve patch for 1.1.4.
  * debian/control:
- Update Vcs-* headers.
  * Merge from debian experimental, remaining changes:
- Use Snakeoil SSL certificates by default.
  + debian/control: Depend on ssl-cert
  + debian/paptches/ssl-cert-snakeoil.dpatch: Change default SSL cert
paths to snakeoil.
  + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
- Add autopkgtest in debian/tests/*.
- Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP: #153161)
- debian/dovecot-common.init: Check to see if there is an /etc/inetd.conf.
  (LP: #208411)
- debian/patches/login-max-process-count-warning.dpatch: Tell the user
  that they have reached the maximum number of processes count.
  (LP: #189616)
- Fast TearDown: Update lsb init header to not stop in level 6.
- Add status action to the init script:
  + debian/control: Depend on lsb >= 3.2.12ubuntu3.
  + debian/dovecot-common-init: Add the 'status' action (LP: #247096).
- debian/rules:
  - Copy config.{guess,sub} after running libtoolize.
  - Clean dovecot-managesieve directory.
- debian/patches/fix-dovecot-sieve.dpatch: Fixes assertion error
  when a header string ends with a LF (LP: #264306)
- Add ufw integration:
  - Created debian/dovecot-common.ufw.profile
  - debian/rules:
+ install profile
  - debian/control
+ Suggest ufw
- debian/{control,rules}: enable PIE hardening
- Updated dovecot.common.README.Debian with information on what has changed
  between 1.0 and 1.1.1. Fixes (LP: #257625)
- dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). LP: 
#254721.
  * Dropped:
- debian/dovecot-common.postinst: Remove stop script symlinks fom rc0
  and rc6 on upgrades. Need to be kept until next LTS release.
- Fast TearDown:
  + debian/rules: Call dh_installinit in 'multiuser' mode.
  + debian/control: Depend on new sysv-rc for this.
- Include dovecot-sieve-1.1.5: available in Debian.

 -- Mathias Gug <[EMAIL PROTECTED]>   Fri, 10 Oct 2008 16:05:33 -0400

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

-- 
[ffe] update dovecot to 1.1.4
https://bugs.launchpad.net/bugs/281423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 155699] Re: nagios Plugin check_imap fails with SSL3

2008-10-15 Thread Christian
** Changed in: nagios-plugins (Ubuntu)
   Status: Invalid => New

-- 
nagios Plugin check_imap fails with SSL3
https://bugs.launchpad.net/bugs/155699
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 280428] Re: Prompted for VPN (openvpn) user info at boot-up

2008-10-15 Thread Pajari Räsänen
I agree, and I realized that the problem persists for users upgrading to
Intrepid and using OpenVPN (I mean, the behaviour has not been changed
yet): I upgraded from Hardy to Intrepid on another machine and had to
remove OpenVPN from the autostarted-at-boot apps list. I also realized,
while still using Hardy, that VPN autostart authentication at boot-up
just silently fails (and this might be a better policy, from an average
user's perspective, I believe).

-- 
Prompted for VPN (openvpn) user info at boot-up
https://bugs.launchpad.net/bugs/280428
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 276606] Re: package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-10-15 Thread Michael Vogt
Hm, that looks like it did not crash with a error this time?

-- 
package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/276606
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 258192] Re: problem with paths and binding to ldap server

2008-10-15 Thread Laurent Bigonville
** Changed in: dhcp3 (Ubuntu)
   Importance: Undecided => Medium
   Status: New => Confirmed

-- 
problem with paths and binding to ldap server
https://bugs.launchpad.net/bugs/258192
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 280428] Re: Prompted for VPN (openvpn) user info at boot-up

2008-10-15 Thread Thierry Carrez
This should probably be considered as a bug.

** Changed in: openvpn (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Thierry Carrez (tcarrez)
   Status: Invalid => Confirmed

-- 
Prompted for VPN (openvpn) user info at boot-up
https://bugs.launchpad.net/bugs/280428
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 283982] [NEW] Windbindd crashes while handling something with trusted domains

2008-10-15 Thread Jacob Geigle
Public bug reported:

Binary package hint: samba

GDB:
-
[Thread debugging using libthread_db enabled]
[New Thread 0xb7bb16d0 (LWP 19862)]
0xb7fc6410 in __kernel_vsyscall ()
#0 0xb7fc6410 in __kernel_vsyscall ()
#1 0xb7d704d3 in waitpid () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7d13643 in ?? () from /lib/tls/i686/cmov/libc.so.6
#3 0x08123158 in smb_panic (why=0x8276e84 "internal error") at lib/util.c:1639
#4 0x0810d97a in sig_fault (sig=6) at lib/fault.c:47
#5 
#6 0xb7fc6410 in __kernel_vsyscall ()
#7 0xb7d06085 in raise () from /lib/tls/i686/cmov/libc.so.6
#8 0xb7d07a01 in abort () from /lib/tls/i686/cmov/libc.so.6
#9 0xb7cff10e in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#10 0xb7e46bea in ldap_parse_result () from /usr/lib/libldap_r-2.4.so.2
#11 0x08239e1c in ads_do_paged_search_args (ads=0x82d18e8,
bind_path=, scope=0,
expr=0x8265715 "(objectclass=*)", attrs=0xbff2a420, args=0x0,
res=0xbff2a428, count=0xbff2a344, cookie=0xbff2a348) at libads/ldap.c:700
#12 0x0823a19f in ads_do_search_all_args (ads=0x82d18e8,
bind_path=0x830d4b0 "", scope=0, expr=0x8265715 "(objectclass=*)",
attrs=0xbff2a420, args=0x0, res=0xbff2a428) at libads/ldap.c:772
#13 0x08243739 in ads_do_search_retry_internal (ads=0x82d18e8,
bind_path=0x82aa795 "", scope=0, expr=0x8265715 "(objectclass=*)",
attrs=0xbff2a420, args=0x0, res=0xbff2a428) at libads/ldap_utils.c:60
#14 0x08243caa in ads_do_search_retry (ads=0x82d18e8, bind_path=0x82aa795 "",
scope=0, expr=0x8265715 "(objectclass=*)", attrs=0xbff2a420,
res=0xbff2a428) at libads/ldap_utils.c:124
#15 0x08236c9c in ads_USN (ads=0x82d18e8, usn=0x832f35c) at libads/ldap.c:2328
#16 0x080b4269 in sequence_number (domain=0x832eed8, seq=0x832f35c)
at nsswitch/winbindd_ads.c:1021
#17 0x08098a31 in refresh_sequence_number (domain=0x832eed8,
force=) at nsswitch/winbindd_cache.c:479
#18 0x08099059 in wcache_fetch (cache=0x832dd70, domain=0x832eed8,
format=0x82606bf "TRUSTDOMS/%s") at nsswitch/winbindd_cache.c:601
#19 0x08099aa8 in trusted_domains (domain=0x832eed8, mem_ctx=0x832e3d8,
num_domains=0xbff2a6a8, names=0xbff2a6a4, alt_names=0xbff2a6a0,
dom_sids=0xbff2a69c) at nsswitch/winbindd_cache.c:1942
#20 0x080a90b8 in winbindd_dual_list_trusted_domains (domain=0x832eed8,
state=0xbff2a7b8) at nsswitch/winbindd_misc.c:123
#21 0x080b941f in schedule_async_request (child=0x832f3b0)
at nsswitch/winbindd_dual.c:481
#22 0x080bad88 in async_domain_request (mem_ctx=0x832f878, domain=0x832eed8,
request=0x8354d08, response=0x8330b78,
continuation=0x8096700 , private_data_data=0x831d750)
at nsswitch/winbindd_dual.c:340
#23 0x080965f0 in rescan_trusted_domains () at nsswitch/winbindd_util.c:217
#24 0x0808c17d in main (argc=) at nsswitch/winbindd.c:753
__
Description:Ubuntu 8.04.1
Release:8.04
___
uname -r:
2.6.24-19-server
_
SAMBA VERSION:

samba:
  Installed: 3.0.28a-1ubuntu4.5
  Candidate: 3.0.28a-1ubuntu4.5
  Version table:
 *** 3.0.28a-1ubuntu4.5 0
500 http://us.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 3.0.28a-1ubuntu4.4 0
500 http://security.ubuntu.com hardy-security/main Packages
 3.0.28a-1ubuntu4 0
500 http://us.archive.ubuntu.com hardy/main Packages
__
LDAP VERSION:
libldap-2.4-2:
  Installed: 2.4.9-0ubuntu0.8.04.1
  Candidate: 2.4.9-0ubuntu0.8.04.1
  Version table:
 *** 2.4.9-0ubuntu0.8.04.1 0
500 http://us.archive.ubuntu.com hardy-updates/main Packages
500 http://security.ubuntu.com hardy-security/main Packages
100 /var/lib/dpkg/status
 2.4.7-6ubuntu3 0
500 http://us.archive.ubuntu.com hardy/main Packages
__
LIBC6 VERSION
libc6:
  Installed: 2.7-10ubuntu4
  Candidate: 2.7-10ubuntu4
  Version table:
 *** 2.7-10ubuntu4 0
500 http://us.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 2.7-10ubuntu3 0
500 http://us.archive.ubuntu.com hardy/main Packages

EXTRA:

this happen sporadically.  winbindd is automatically restarted.  This
server is a MEMBER of a w2k3 domain (w/ kerberos).

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Windbindd crashes while handling something with trusted domains
https://bugs.launchpad.net/bugs/283982
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 278784] Re: openvpn configuration with token (pkcs11 provider) blocks the boot

2008-10-15 Thread Jonathan Clarke
I just tested with the above patch to /etc/init.d/openvpn. This solves
the problem, the boot is not interrupted.

OpenVPN fails to launch this config and logs the following error message to 
syslog:
Oct 15 21:35:30 jon-imac ovpn-myconfigname[5225]: ERROR: could not read 
token-insertion-request ok-confirmation from stdin

Thanks for your quick response and analysis of this bug, Thierry.

-- 
openvpn configuration with token (pkcs11 provider) blocks the boot
https://bugs.launchpad.net/bugs/278784
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 283534] Re: Segmentation Fault with SSH

2008-10-15 Thread Draik
This issue has been resolved. Here are the commands I ran to get it
resolved.

Pastebin of "ssh -v `host' "
http://paste.ubuntu.com/57704/

dmesg

/var/log/auth.log
http://paste.ubuntu.com/57707

sudo /etc/init.d/ssh restart
OUTPUT:
Could not load host key: /etc/ssh/ssh_host_key
Disabiling protocol version 1. Could not load host key
Missing privilege separation directory: /var/empty

sudo apt-get remove --purge openssh-server && sudo apt-get install 
openssh-server
OUTPUT:
Errors were encountered while processing: 
/var/cache/apt/archives/openssh-server_1%3a4.7pl-8ubuntu1.2_i386.deb
E: Sub process /usr/bin/dpkg returned an error code (1)

sudo dpkg -i 
/var/cache/apt/archives/openssh-server_1%3a4.7pl-8ubuntu1.2_i386.deb
OUTPUT:
Unable to make backup link of `./usr/sbin/sshd' before installing new version: 
Operation not permitted

sudo -i then dpkg -i 
/var/cache/apt/archives/openssh-server_1%3a4.7pl-8ubuntu1.2_i386.deb
OUTPUT:
dpkg: error processing 
/var/cache/apt/archives/openssh-server_1%3a4.7pl-8ubuntu1.2_i386.deb 
(--install):
cannot access archive: No such file or directory

sudo apt-get install openssh-server
OUTPUT:
dpkg: error processing 
/var/cache/apt/archives/openssh-server_1%3a4.7p1-8ubuntu1.2_i386.deb (--unpack):
unable to make backup link of `./usr/sbin/sshd' before installing new version: 
Operation not permitted

dmesg
http://paste.ubuntu.com/57718/

sudo dpkg --purge openssh-server
OUTPUT:
dpkg - warning: ignoring request to remove openssh-server which isn't installed

ls -l /usr/sbin/sshd
OUTPUT:
-rwxr-xr-x 1 root root 236456 2007-03-23 14:29 /usr/sbin/sshd

lsattr /usr/sbin/sshd
OUTPUT:
su--ia /usr/sbin/sshd

chattr -i /usr/sbin/sshd

sudo apt-get install openssh-server
OUTPUT:
dpkg: error processing 
/var/cache/apt/archives/openssh-server_1%3a4.7p1-8ubuntu1.2_i386.deb (--unpack):
unable to make backup link of `./usr/sbin/sshd' before installing new version: 
Operation not permitted

sudo rm /usr/sbin/sshd
OUTPUT:
rm: cannot remove `/usr/sbin/sshd': Operation not permitted

sudo /etc/init.d/ssh stop
OUTPUT:
sudo: /etc/init.d/ssh: command not found

sudo killall -9 sshd
OUTPUT:
sshd: no process killed

**REBOOT SYSTEM**

sudo apt-get clean

md5sum /usr/sbin/sshd
OUTPUT:
77fc5d90723430d090144fcbaaacce7b /usr/sbin/sshd

lsattr /usr/sbin/sshd
OUTPUT:
su---a /usr/sbin/sshd

chattr -a -u -s /usr/sbin/sshd

mv /usr/sbin/sshd /usr/sbin/sshd.bak

sudo apt-get install openssh-server

rm /usr/sbin/sshd.bak

md5sum /usr/sbin/sshd
OUTPUT:
f5e43bdf79235f04cfe09b2eb0e87a00 /usr/sbin/sshd

sudo /etc/init.d/ssh restart

sudo dpkg --purge openssh-client
OUTPUT:
dpkg: dependency problems prevent removal of openssh-client:
openssh-server depends on openssh-client (= 1:4.7p1-8ubuntu1.2).
autossh depends on openssh-client | ssh-client; however:
Package openssh-client is to be removed.
Package ssh-client is not installed.
Package openssh-client which provides ssh-client is to be removed.
ssh depends on openssh-client.
autossh depends on openssh-client | ssh-client; however:
Package openssh-client is to be removed.
Package ssh-client is not installed.
Package openssh-client which provides ssh-client is to be removed.
dpkg: error processing openssh-client (--purge):
dependency problems - not removing
Errors were encountered while processing:
openssh-client

sudo dpkg --purge --force-all openssh-client

sudo apt-get install openssh-client
OUTPUT:
dpkg: error processing 
/var/cache/apt/archives/openssh-client_1%3a4.7p1-8ubuntu1.2_i386.deb (--unpack):
unable to make backup link of `./usr/bin/ssh' before installing new version: 
Operation not permitted
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/openssh-client_1%3a4.7p1-8ubuntu1.2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

sudo lsattr /usr/bin/ssh
OUTPUT:
su--ia /usr/bin/ssh

sudo chattr -i -a /usr/bin/ssh

sudo mv /usr/bin/ssh /usr/bin/ssh.bak

sudo apt-get install openssh-client
OUTPUT:
dpkg: error processing 
/var/cache/apt/archives/openssh-client_1%3a4.7p1-8ubuntu1.2_i386.deb (--unpack):
unable to make backup link of `./usr/bin/scp' before installing new version: 
Operation not permitted
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/openssh-client_1%3a4.7p1-8ubuntu1.2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

sudo rm /usr/bin/ssh.bak

sudo chattr -i -a scp && sudo chattr -i -a sftp

sudo apt-get install openssh-client

sudo ssh-vulnkey
(2 keys in output; not blacklisted)

ssh-vulnkey
(same 2 keys; not blacklisted)

Finished off with " sudo touch /forcefsck " to check my filesystem

-- 
Segmentation Fault with SSH
https://bugs.launchpad.net/bugs/283534
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

[Bug 283534] Re: Segmentation Fault with SSH

2008-10-15 Thread Draik
Resolved through help in #kubuntu

** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) => Draik (draik)
   Status: New => Fix Committed

-- 
Segmentation Fault with SSH
https://bugs.launchpad.net/bugs/283534
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


[Bug 222804] Re: [SRU] fail2ban fails to start after reboot

2008-10-15 Thread Adrien Cunin
Chuck,
According to 
https://launchpad.net/ubuntu/hardy/+queue?queue_state=4&queue_text=fail2ban, 
your upload was rejected on 2008-09-03. Please sort it out and re-upload. If 
you cannot take care of that reasonably quickly (the sru process started more 
than 3 months ago!), please tell us so that someone else can do the work. 
Thanks.

-- 
[SRU] fail2ban fails to start after reboot
https://bugs.launchpad.net/bugs/222804
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 278784] Re: openvpn configuration with token (pkcs11 provider) blocks the boot

2008-10-15 Thread Thierry Carrez
Thanks for your testing :) So this has been fixed by reverting to hardy 
behavior.
Fix shipped in 2.1~rc11-1ubuntu2

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

-- 
openvpn configuration with token (pkcs11 provider) blocks the boot
https://bugs.launchpad.net/bugs/278784
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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