[Bug 1423498] Re: FTP upload causes squid hang

2015-06-03 Thread Stanislav German-Evtushenko
I my opinion this change is simple (but critical, any user can break the
service) and the patch should be applied for squid in the main
repository of Ubuntu LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1423498

Title:
  FTP upload causes squid hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/1423498/+subscriptions

-- 
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 1423498] [NEW] FTP upload causes squid hang

2015-02-19 Thread Stanislav German-Evtushenko
Public bug reported:

Hello,

Ubuntu 14.04 LTS with recent updates.
squid3 version 3.3.8-1ubuntu6.2

If we try to upload file by FTP squid hangs and not responding anymore. Logs 
show the following:
2015/02/19 10:52:19| assertion failed: Server.cc:244: r-body_pipe != NULL

I have found that this bug was resolved in the recent versions but not yet 
applied for squid3 in Ubuntu repository:
http://bugs.squid-cache.org/show_bug.cgi?id=3498
http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-Server-cc-245-quot-r-gt-body-pipe-NULL-quot-td4663925.html

Could you apply the mentioned patch?

Best regards,
Stanislav

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

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

** No longer affects: squid (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in Ubuntu.
https://bugs.launchpad.net/bugs/1423498

Title:
  FTP upload causes squid hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1423498/+subscriptions

-- 
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 1313848] Re: AuthnProviderAlias does not work w/ authnz_ldap

2015-02-08 Thread Stanislav German-Evtushenko
We have upgraded our server from 10.04 to 14.04 and now we have just the
same issue. To me more precise this does not work with VHOSTs.

Our server is using LDAP authentication provided by to domain
controllers which belong to different domains. Our scheme is:

AuthnProviderAlias ldap ldapdom1
AuthnProviderAlias ldap ldapdom2
VirtualHost *:443
...
Authtype Basic
AuthBasicProvider ldapdom1 ldapdom2
...
/VirtualHost

Just like here:
https://issues.apache.org/bugzilla/show_bug.cgi?id=55622#c0

Since upgrade it is not possible to do multiple domain authentication
with vhosts anymore.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1313848

Title:
  AuthnProviderAlias does not work w/ authnz_ldap

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1313848/+subscriptions

-- 
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 1405351] [NEW] First run: Failed to verify one of the swap directories

2014-12-23 Thread Stanislav German-Evtushenko
Public bug reported:

Prerequisites:
- Ubuntu 14.04
- squid3

Problem:
- we have got the following message in the log on a first start:
2014/12/24 10:14:20| ERROR: /var/spool/squid3/07: (2) No such file or directory
2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/07
FATAL:  Failed to verify one of the swap directories, Check cache.log
for details.  Run 'squid -z' to create swap directories
if needed, or if running Squid for the first time.
Squid Cache (Version 3.3.8): Terminated abnormally.
CPU Usage: 0.043 seconds = 0.030 user + 0.012 sys
Maximum Resident Size: 101168 KB
Page faults with physical i/o: 0
2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/08
2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/09
2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/0A
2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/0B

Solution:
- swap creation process should not be daemonized, the patch is attached

Best regards,
Stanislav German-Evtushenko

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1405351

Title:
  First run: Failed to verify one of the swap directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1405351/+subscriptions

-- 
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 1405351] Re: First run: Failed to verify one of the swap directories

2014-12-23 Thread Stanislav German-Evtushenko
** Patch added: etc-init-squid3.conf.patch
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1405351/+attachment/4286888/+files/etc-init-squid3.conf.patch

** Description changed:

  Prerequisites:
  - Ubuntu 14.04
  - squid3
  
  Problem:
  - we have got the following message in the log on a first start:
  2014/12/24 10:14:20| ERROR: /var/spool/squid3/07: (2) No such file or 
directory
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/07
  FATAL:  Failed to verify one of the swap directories, Check cache.log
- for details.  Run 'squid -z' to create swap directories
- if needed, or if running Squid for the first time.
+ for details.  Run 'squid -z' to create swap directories
+ if needed, or if running Squid for the first time.
  Squid Cache (Version 3.3.8): Terminated abnormally.
  CPU Usage: 0.043 seconds = 0.030 user + 0.012 sys
  Maximum Resident Size: 101168 KB
  Page faults with physical i/o: 0
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/08
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/09
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/0A
  2014/12/24 10:14:20 kid1| Making directories in /var/spool/squid3/0B
  
  Solution:
- - swap creation process should not be daemonized, the patch is bellow
- 
---
- --- /etc/init/squid3.conf.orig2014-11-25 17:42:27.0 +0300
- +++ /etc/init/squid3.conf 2014-12-24 10:26:19.626955561 +0300
- @@ -49,7 +49,7 @@
-   if [ $cache_type = coss -a -d $cache_dir -a ! -f 
$cache_dir/stripe ] ||
-  [ $cache_type != coss -a -d $cache_dir -a ! -d $cache_dir/00 
]
-   then
- - /usr/sbin/squid3 $SQUID_ARGS -z -f $CONFIG
- + /usr/sbin/squid3 -N $SQUID_ARGS -z -f $CONFIG
-   fi
-  end script
-  
- 
---
+ - swap creation process should not be daemonized, the patch is attached
  
  Best regards,
  Stanislav German-Evtushenko

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1405351

Title:
  First run: Failed to verify one of the swap directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1405351/+subscriptions

-- 
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 1121526] Re: False positives on trojans (Trojan.Agent-132354)

2014-11-27 Thread Stanislav
** Changed in: clamav (Ubuntu)
   Status: Incomplete = Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1121526

Title:
  False positives on trojans (Trojan.Agent-132354)

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1121526/+subscriptions

-- 
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 1372284] [NEW] nagios3: SIGSEGV everyday at midnight

2014-09-22 Thread Stanislav German-Evtushenko
Public bug reported:

- Ubuntu  14.04
- nagios3  3.5.1-1ubuntu1
- check-mk-livestatus   1.2.2p3-1 

Nagios goes down everyday at midnight with livestatus enabled and
downtime configured.

Here are bug reports in other trackers:
https://bugzilla.redhat.com/show_bug.cgi?id=1083003
http://tracker.nagios.org/view.php?id=516
http://tracker.nagios.org/view.php?id=455

People say this patch helps:
http://git.mathias-kettner.de/git/?p=omd.git;a=blob;f=packages/nagios/patches/0007-fix_downtime_struct.dif;h=af0e245b585e78c372a69d10c5e3b47ab64ad510;hb=HEAD

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 in Ubuntu.
https://bugs.launchpad.net/bugs/1372284

Title:
  nagios3: SIGSEGV everyday at midnight

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/1372284/+subscriptions

-- 
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 971820] Re: squid-deb-proxy needs special handling of Release, Packages, Source

2014-09-11 Thread Stanislav German-Evtushenko
This type of files should be also excluded but I'm not sure what would be the 
best way to do:
http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/dist-upgrader-all/current/precise.tar.gz
http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/dist-upgrader-all/current/trusty.tar.gz
and so on

Otherwise we often get to the following problem:

-
Checking for a new ubuntu release
Done Upgrade tool signature
Done Upgrade tool
Done downloading
authenticate 'precise.tar.gz' against 'precise.tar.gz.gpg' 
exception from gpg: GnuPG exited non-zero, with code 1
Debug information: 


gpg: Signature made Mon 13 Aug 2012 04:23:33 PM EDT using DSA key ID 437D05B5
gpg: /tmp/tmpH92lpk/trustdb.gpg: trustdb created
gpg: BAD signature from Ubuntu Archive Automatic Signing Key 
ftpmas...@ubuntu.com

Authentication failed
Authenticating the upgrade failed. There may be a problem with the network or 
with the server.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid-deb-proxy in Ubuntu.
https://bugs.launchpad.net/bugs/971820

Title:
  squid-deb-proxy needs special handling of Release, Packages, Source

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/971820/+subscriptions

-- 
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 1339609] [NEW] md raid resync causing KVM guests overload

2014-07-09 Thread Stanislav Bocinec
Public bug reported:

Everytime  /usr/share/mdadm/checkarray RAID consistency check is being
executed (started on first sunday of a month by /etc/cron.d/mdadm) on
Ubuntu 12.04.4 KVM hypervisor, KVM guests running on the host
(Ubuntu/Debian/Scientific linux/Windows ) start to swap, freeze,
throwing 'BUG: soft lockup - CPU stuck for..!' errors on the consoles,
processes are coredumping on the guests etc. KVM host starts to swap
even it has enough memory available and every disk IO demanding
operation/process on any guest causes whole environment is affected and
unusable (similar situation to
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/312163).

RAID check procedure shouldn't cause the KVM guests become unusable.

Some of the KVM guests use either qcow2 image storage format (virtio) or
RAW disks (LVM, virtio). All KVM guests are affected.

Here is the system information:
root@kvmserver:~# lsb_release -rd
Description:Ubuntu 12.04.4 LTS
Release:12.04
root@kvmserver:~# uname -a
Linux kvmserver 3.2.0-59-generic #90-Ubuntu SMP Tue Jan 7 22:43:51 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

HW: Dell PowerEdge R410, 2x Intel Xeon X5650, 64GB RAM, 4x2TB SATA 6.0Gb drives 
in following RAID configuration:
# cat /proc/mdstat 
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] 
[raid10] 
md2 : active raid1 sdd3[2] sdc3[0]
  1924018648 blocks super 1.2 [2/2] [UU]
  
md1 : active raid1 sdd2[0] sdc2[1]
  29296576 blocks [4/2] [UU__]
  
md127 : active raid1 sde1[2] sdf1[0]
  2147481446 blocks super 1.2 [2/2] [UU]

# free -m
 total   used   free sharedbuffers cached
Mem: 64419  56859   7559  0  11671   1185
-/+ buffers/cache:  44002  20416
Swap:18335   5554  12781

root@kvmserver:~# dpkg -l |egrep 'qemu-kvm|mdadm'
ii  kvm  
1:84+dfsg-0ubuntu16+1.2.0+dfsg+0~12.04~ppa0 dummy transitional package from kvm 
to qemu-kvm
ii  mdadm3.2.5-1ubuntu0.3   
 tool to administer Linux MD arrays (software RAID)
ii  qemu 1.2.0+dfsg-0~12.04~ppa0
 dummy transitional package from qemu to qemu-kvm
ii  qemu-kvm 1.2.0+dfsg-0~12.04~ppa0
 Full virtualization on supported hardware

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1339609

Title:
  md raid resync causing KVM guests overload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1339609/+subscriptions

-- 
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 292588] Re: Removing qemu-kvm doesn't prevent kvm module from getting loaded (purging works ok)

2011-06-23 Thread Stanislav
** Also affects: virtualbox
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/292588

Title:
  Removing qemu-kvm doesn't prevent kvm module from getting loaded
  (purging works ok)

To manage notifications about this bug go to:
https://bugs.launchpad.net/virtualbox/+bug/292588/+subscriptions

-- 
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 793223] [NEW] package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-06-05 Thread Stanislav Sokolov
Public bug reported:

Binary package hint: bind9

error on installing updates

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: bind9 1:9.7.3.dfsg-1ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Sun Jun  5 22:46:18 2011
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
RelatedPackageVersions:
 bind9utils 1:9.7.3.dfsg-1ubuntu2.1
 apparmor   2.6.1-0ubuntu3
SourcePackage: bind9
Title: package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade: 
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.bind.named.conf.local: 2011-06-05T22:44:14.593683

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


** Tags: amd64 apport-package natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/793223

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

-- 
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 793223] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-06-05 Thread Stanislav Sokolov
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/793223

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

-- 
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 683801] Re: rrdtool1.3.8 in Lucid needs an update

2010-12-03 Thread Stanislav Sinyagin
thanks. I will do more testing and open a bug at lucid-backports. 
I was simply not very familiar with the ubuntu release process.

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

Title:
  rrdtool1.3.8 in Lucid needs an update

-- 
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 683801] [NEW] rrdtool1.3.8 in Lucid needs an update

2010-12-01 Thread Stanislav Sinyagin
Public bug reported:

Binary package hint: rrdtool

hi,

I'm troubleshooting stability issues with a Torrus installation on
Ubuntu 10.04 LTS. The BerkeleyDB database is crashing after few days of
work.

By studying the usage patterns and by upgrading individual packages, I
think the problem lies  in RRDtool 1.3.8. At the moment I upgraded the
package to the one from Maverick (1.4.3), and the service runs stable
since one day.

Also one of the users reports that 1.3.9 runs fine:
https://sourceforge.net/apps/mediawiki/torrus/index.php?title=Stable_and_Unstable_Configurations


It will be great to have 1.3.9 in Lucid-updates.

thanks,
stanislav

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

-- 
rrdtool1.3.8 in Lucid needs an update
https://bugs.launchpad.net/bugs/683801
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rrdtool 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 419150] Re: Setkey has no policy priority support compiled in

2009-10-17 Thread Stanislav Kogut
I tested this thing again on other system - looks like it works. Can't
imagine why I can't reproduce this again.

-- 
Setkey has no policy priority support compiled in
https://bugs.launchpad.net/bugs/419150
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools 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 419150] [NEW] Setkey has no policy priority support compiled in

2009-08-26 Thread Stanislav Kogut
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

ipsec-tools:
  Installed: 1:0.7-2.1ubuntu1.9.04.1

# setkey -f /etc/setkey.conf
line 3 Policy priority not compiled in at [ out prio 1000 none]
parse failed, line 3.


# cat /etc/setkey.conf
flush;
spdflush;
spdadd 0.0.0.0/0 0.0.0.0/0[22] tcp -P out prio 1000 none;
spdadd 0.0.0.0/0[22] 0.0.0.0/0 tcp -P in prio 1000 none;

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507701 - same with Debian Sid
solution at this link works perfectly.

** Affects: ipsec-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Setkey has no policy priority support compiled in
https://bugs.launchpad.net/bugs/419150
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools 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 120375] Re: cannot boot raid1 with only one disk

2008-10-10 Thread Stanislav Sushkov
Dustin, Steve, thank you for your support.
I'll be waiting for the updates on my hardy, and pray to not get in a
situation where this bug will show up ugly on my servers.

I remain subscribed, as I believe guys will make their job done soon.

Good luck!

On Fri, 2008-10-10 at 06:01 +, Dustin Kirkland wrote:
 I'm un-subscribing from this bug as well.
 
 Anyone who believes that berating the developer who has (finally)
 fixed this bug in the current release of Ubuntu, and offered to fix it
 in the LTS release, is constructive desperately needs to re-read the
 Ubuntu Code of Conduct.
  * http://www.ubuntu.com/community/conduct
 
 If you feel that this issue is urgently blocking your organization
 from adopting Ubuntu LTS at an enterprise level, I remind you that
 contracting commercial support from Canonical or one of the numerous
 Ubuntu partners around the globe is always an option.
  * http://www.ubuntu.com/support/paid
  * http://webapps.ubuntu.com/partners/
 
 Dustin
 
 ** Changed in: initramfs-tools (Ubuntu)
  Assignee: Dustin Kirkland (kirkland) = (unassigned)
 
 ** Changed in: mdadm (Ubuntu)
  Assignee: Dustin Kirkland (kirkland) = (unassigned)
 
-- 
()  Campania Panglicii în ASCII
/\  http://stas.nerd.ro/ascii/

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-10-10 Thread Stanislav Sushkov
Subscribing to what agent 8131 said.
Now there are two drinks to get for the guy who helps us!

On Fri, 2008-10-10 at 07:13 +, agent 8131 wrote:
 agent 8131
-- 
()  Campania Panglicii în ASCII
/\  http://stas.nerd.ro/ascii/

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-10-09 Thread Stanislav Sushkov
Can somebody explain, is this bug fixed in hardy packages?

A lot of comments, and not a single clear report!!!

If it is not fixed... Is there a patch for local script in initramfs-
tools and mdadm or is there any rebuilt package with the fixes?

Currently in Hardy i got:
~$ apt-cache policy mdadm 
mdadm:
  Installed: 2.6.3+200709292116+4450e59-3ubuntu3
  Candidate: 2.6.3+200709292116+4450e59-3ubuntu3
  Version table:
 *** 2.6.3+200709292116+4450e59-3ubuntu3 0
500 http://ro.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status
[EMAIL PROTECTED]:~$ apt-cache policy initramfs-tools 
initramfs-tools:
  Installed: 0.85eubuntu39.2
  Candidate: 0.85eubuntu39.2
  Version table:
 *** 0.85eubuntu39.2 0
500 http://ro.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 0.85eubuntu36 0
500 http://ro.archive.ubuntu.com hardy/main Packages
~$ apt-cache policy mdadm 
mdadm:
  Installed: 2.6.3+200709292116+4450e59-3ubuntu3
  Candidate: 2.6.3+200709292116+4450e59-3ubuntu3
  Version table:
 *** 2.6.3+200709292116+4450e59-3ubuntu3 0
500 http://ro.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

Thank you in advance!

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-10-09 Thread Stanislav Sushkov
Can you point to a wiki page or a comment in this thread where I'll find
a solution for hardy?

Or I should install Intrepid packages?

Thank you.

On Thu, 2008-10-09 at 15:14 +, Dustin Kirkland wrote:
 This is fixed in Intrepid, not in Hardy.
 
 :-Dustin
 
-- 
()  Campania Panglicii în ASCII
/\  http://stas.nerd.ro/ascii/

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-10-09 Thread Stanislav Sushkov
Just post a file with patch which works for hardy, and that's all folks
:)

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-10-09 Thread Stanislav Sushkov
You mean this procedure?

It didn't work for me.
I mean I patched my local manually, but it broke my init image
in /boot after update-initramfs...

Maybe I the patch really works, but no one from this thread reported it
as a solution...

On Thu, 2008-10-09 at 20:37 +, Ace Suares wrote:
 On Thursday 09 October 2008, Stanislav Sushkov wrote:
  Just post a file with patch which works for hardy, and that's all folks
 
  :)
 
 No it's not.
 
 There is a procedure for that, so it will be updated automatically. That 
 procedure I followed but at some point in the procedure, powers 
 of 'normal' people are insufficient. We have to find an overlord who will 
 sponsor the process and move it forward. Even the developer who made the 
 patch for Ibex, can not move this forward on his own.
 
 Where are the Power Puff Girls when you need them ?
 
-- 
()  Campania Panglicii în ASCII
/\  http://stas.nerd.ro/ascii/

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-10-09 Thread Stanislav Sushkov
Dustin,
what about those packages for ibex. If I update my hardy with those, so
I risk serious troubles?

Or it is not possible cause of difference between kernels?

Someone did this before?

On Thu, 2008-10-09 at 21:21 +, Dustin Kirkland wrote:
 Dustin
-- 
()  Campania Panglicii în ASCII
/\  http://stas.nerd.ro/ascii/

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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