[Bug 708493] Re: Can't login anymore: Read from socket failed: Connection reset by peer

2015-05-19 Thread cybernet
no resolution ?

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

Title:
  Can't login anymore: Read from socket failed: Connection reset by peer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/708493/+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 1456575] [NEW] php5 fpm wont start after socket change

2015-05-19 Thread cybernet
Public bug reported:

i changed the socket value in /etc/php5/fpm/pool.d/www.conf
from /var/run/php5-fpm.sockto
/run/cbe/fpm.sock
but php5-fpm fails to start because it's not creating that directory ( /run/cbe 
)

even if i create it myself, upon reboot it gets deleted

i can't figure out if this is a bug or a feature

good day to all :)

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


** Tags: fpm php5 socket

** Description changed:

- i changed the socket value in /etc/php5/fpm/pool.d/www.conf 
- from /var/run/php5-fpm.sockto 
- /run/cbe/fpm.sock 
+ i changed the socket value in /etc/php5/fpm/pool.d/www.conf
+ from /var/run/php5-fpm.sockto
+ /run/cbe/fpm.sock
  but php5-fpm fails to start because it's not creating that directory ( 
/run/cbe )
  
  even if i create it myself, upon reboot it gets deleted
  
  i can't figure out if this is a bug or a feature
  
  good day to all :)
- 
- /etc/php5/fpm/pool.d/www.conf

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

Title:
  php5 fpm wont start after socket change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1456575/+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 1456575] Re: php5 fpm wont start after socket change

2015-05-19 Thread cybernet
** Description changed:

  i changed the socket value in /etc/php5/fpm/pool.d/www.conf
  from /var/run/php5-fpm.sockto
  /run/cbe/fpm.sock
  but php5-fpm fails to start because it's not creating that directory ( 
/run/cbe )
+ 
+ ubuntu 14.04
+ 
+ PHP 5.5.9-1ubuntu4.9 (cli) (built: Apr 17 2015 11:44:57)
  
  even if i create it myself, upon reboot it gets deleted
  
  i can't figure out if this is a bug or a feature
  
  good day to all :)

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

Title:
  php5 fpm wont start after socket change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1456575/+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 1456575] Re: php5 fpm wont start after socket change

2015-05-19 Thread cybernet
output from ubuntu 15.04

php 5.6.4+dfsg-4ubuntu6

● php5-fpm.service - The PHP FastCGI Process Manager
   Loaded: loaded (/lib/systemd/system/php5-fpm.service; enabled; vendor 
preset: enabled)
   Active: failed (Result: exit-code) since Tue 2015-05-19 08:05:33 EDT; 17s ago
  Process: 12035 ExecStart=/usr/sbin/php5-fpm --nodaemonize --fpm-config 
/etc/php5/fpm/php-fpm.conf (code=exited, status=78)
  Process: 12031 ExecStartPre=/usr/lib/php5/php5-fpm-checkconf (code=exited, 
status=0/SUCCESS)
 Main PID: 12035 (code=exited, status=78)

May 19 08:05:33 venom1.uk.to systemd[1]: Starting The PHP FastCGI Process 
Manager...
May 19 08:05:33 venom1.uk.to php5-fpm[12035]: [19-May-2015 08:05:33] ERROR: 
unable to bind listening socket for address '/run/cBE/php5-fpm.sock': No such 
file or directory (2)
May 19 08:05:33 venom1.uk.to php5-fpm[12035]: [19-May-2015 08:05:33] ERROR: FPM 
initialization failed
May 19 08:05:33 venom1.uk.to systemd[1]: php5-fpm.service: main process exited, 
code=exited, status=78/n/a
May 19 08:05:33 venom1.uk.to systemd[1]: Failed to start The PHP FastCGI 
Process Manager.
May 19 08:05:33 venom1.uk.to systemd[1]: Unit php5-fpm.service entered failed 
state.
May 19 08:05:33 venom1.uk.to systemd[1]: php5-fpm.service failed.

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

Title:
  php5 fpm wont start after socket change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1456575/+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 1154039] [NEW] update MySQL 5.1.68

2013-03-12 Thread cybernet
Public bug reported:

as lucid life comes to an end, it would nice to have at least the last version 
of mysql 5.1.x
especially with lots of InnoDB fixes ...

Bugs Fixed

InnoDB; Performance: Some data structures related to undo logging could
be initialized unnecessarily during a query, although they were only
needed under specific conditions. (Bug #14676084)

InnoDB; Performance: Optimized read operations for compressed tables by
skipping redundant tests. The check for whether any related changes
needed to be merged from the insert buffer was being called more often
than necessary. (Bug #14329288, Bug #65886)

InnoDB; Performance: Immediately after a table was created, a query
against it would not use a loose index scan. The same query might use a
loose index scan following an ALTER TABLE on the table. The fix improves
the accuracy of the cost estimate for queries involving the grouping
functions min() and max(), and prevents the query plan from being
changed by the ALTER TABLE statement. (The more stable query plan might
or might not use a loose index scan.) (Bug #14200010)

InnoDB; Partitioning: Previously, when attempting to optimize one or
more partitions of a partitioned table that used a storage engine that
does not support partition-level OPTIMIZE, such as InnoDB, MySQL
reported Table does not support optimize, doing recreate + analyze
instead, then re-created the entire table, but did not actually analyze
it. Now in such cases, the warning message is, Table does not support
optimize on partitions. All partitions will be rebuilt and analyzed. In
addition, the entire table is analyzed after first being rebuilt. (Bug
#11751825)

InnoDB: The status variable Innodb_buffer_pool_read_ahead_evicted could
show an inaccurate value, higher than expected, because some pages in
the buffer pool were incorrectly considered as being brought in by read-
ahead requests. (Bug #15859402, Bug #67476)

InnoDB: Creating an index on a CHAR column could fail for a table with a
character set with varying length, such as UTF-8, if the table was
created with the ROW_FORMAT=REDUNDANT clause. (Bug #15874001)

InnoDB: If the server crashed at a precise moment during an ALTER TABLE
operation that rebuilt the clustered index for an InnoDB table, the
original table could be inaccessible afterward. An example of such an
operation is ALTER TABLE ... ADD PRIMARY KEY The fix preserves the
original table if the server halts during this operation. You might
still need to rename the .ibd file manually to restore the original
table contents: in MySQL 5.6 and higher, rename from #sql-
ib$new_table_id.ibd to table_name.ibd within the database directory;
prior to MySQL 5.6, the temporary file to rename is table_name#1 or #2.
(Bug #14669848)

InnoDB: An error at the filesystem level, such as too many open files,
could cause an unhandled error during an ALTER TABLE operation. The
error could be accompanied by Valgrind warnings, and by this assertion
message:

Assertion `! is_set()' failed.
mysqld got signal 6 ; 
(Bug #14628410, Bug #16000909)

InnoDB: During shutdown, with the innodb_purge_threads configuration
option set greater than 1, the server could halt prematurely with this
error:

mysqld got signal 11
A workaround was to increase innodb_log_file_size and set 
innodb_purge_threads=1. The fix was backported to MySQL 5.5 and 5.1, although 
those versions do not have the innodb_purge_threads configuration option so the 
error was unlikely to occur. (Bug #14234028)

InnoDB: The value of the innodb_version variable was not updated
consistently for all server releases for the InnoDB Plugin in MySQL 5.1,
and the integrated InnoDB component in MySQL 5.5, 5.6, and higher. Since
InnoDB and MySQL Server development cycles are fully integrated and
synchronized, now the value returned by the innodb_version variable is
the same as for the version variable. (Bug #13463493, Bug #63435)

Partitioning: When used with a table having multiple columns in its
primary key, but partitioned by KEY using a column that was not part of
the primary key as the partitioning column, a query using an aggregate
function and DISTINCT such as SELECT SUM(DISTINCT pk_column_1) FROM
table WHERE pk_column_2 = constant was not handled correctly. (Bug
#14845133)

References: See also Bug #14495351. This bug was introduced by Bug
#13025132.

Replication: Repeated execution of CHANGE MASTER TO statements using
invalid MASTER_LOG_POS values could lead to errors and possibly a crash
on the slave. Now in such cases, the statement fails with a clear error
message. (Bug #11764602, Bug #57454)

Replication: If the disk becomes full while writing to the binary log,
the server hangs until space is freed up manually. It was possible after
this was done for the MySQL server to fail, due to an internal status
value being set when not needed. Now in such cases, rather than trying
to set this status, a warning is written in the error log instead. (Bug
#11753923, Bug #45449)

msdos : Dynamic 

[Bug 1063175] Re: mysql 5.1.66 update

2012-10-15 Thread cybernet
i will do it myself, all i need is a tutorial how to compile from source
or how can i apply a patch into current version ...
thanks in advance

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

Title:
  mysql 5.1.66 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/1063175/+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 905029] Re: unexpected end-of-file

2011-12-18 Thread cybernet
bug not fixed on 5.3.2-1ubuntu4.11 version ... today i modified some php.ini 
settings and when i restarted php-fastcgi
i got 500 internal error / only this time the error.log message was different 

2011/12/18 12:18:15 [error] 21722#0: *1315 recv() failed (104:
Connection reset by peer) while reading response header from upstream,
client: private, server: www.xdns.ro, request: GET / HTTP/1.1,
upstream: fastcgi://unix:/var/run/php-fastcgi/php-fastcgi.socket:,
host: xdns.ro

reinstalling spawn-fgi didn't worked so

i had to purge php5* packages and reinstall every package from here
https://launchpad.net/~ubuntu-security/+archive/ppa/+build/2844451

that solved the bug ... 
if i can be more helpful on solving this issue i'll be glad to help

and please make it possible for us to downgrade a package with apt-get
...

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

Title:
  unexpected end-of-file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/905029/+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 905029] Re: unexpected end-of-file

2011-12-16 Thread cybernet
** Description changed:

  i was using 5.3.2-1ubuntu4.10 after the upgrade lighttpd now displays a
  500 internal error page
  
- 
  in error.log i get
  
- 
- 2011-12-15 22:50:11: (mod_fastcgi.c.2582) unexpected end-of-file (perhaps the 
fastcgi process died): pid: 7920 socket: unix:/tmp/php.socket-1 
- 2011-12-15 22:50:11: (mod_fastcgi.c.3367) response not received, request 
sent: 1018 on socket: unix:/tmp/php.socket-1 for 
/announce.php?info_hash=%89%08%11%16KsH%8f%f2%3eS%8f%7d%f5%f1%ccM%81%e5Vpeer_id=-UT2020-%c0L%fa%95xM%3f%b6%8e9%c9%2fport=63387uploaded=1506394112downloaded=490733568left=92522476744corrupt=0key=A328405Bnumwant=200compact=1no_peer_id=1,
 closing connection .
- 
+ 2011-12-15 22:50:11: (mod_fastcgi.c.2582) unexpected end-of-file (perhaps the 
fastcgi process died): pid: 7920 socket: unix:/tmp/php.socket-1
+ 2011-12-15 22:50:11: (mod_fastcgi.c.3367) response not received, request 
sent: 1018 on socket: unix:/tmp/php.socket-1 for /some.php?id=5V, closing 
connection .
  
  my sites are down because of this upgrade ... :(
  
  i removed and installed again without any result...
  
  and the downgrade it's not possible cause for some reason
  
  # apt-get install php5-cgi=5.3.2-1ubuntu4.10
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  E: Version '5.3.2-1ubuntu4.10' for 'php5-cgi' was not found
  
- 
  i need a quick fix

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

Title:
  unexpected end-of-file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/905029/+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 905029] Re: unexpected end-of-file

2011-12-16 Thread cybernet
i solved the issue by reinstalling spawn-fcgi


/*
cd /opt
wget http://www.lighttpd.net/download/spawn-fcgi-1.6.3.tar.gz
tar -xf spawn*
cd spawn*
./configure
make
cp src/spawn-fcgi /usr/bin/spawn-fcgi
*/

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

Title:
  unexpected end-of-file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/905029/+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 905029] Re: unexpected end-of-file

2011-12-15 Thread cybernet
unfortunately it didn't worked ... i still get the same error
how to i debug this in a more advanced way ? 

the error says that php5 didn't start .. something like that but i
looked at running processes and it did ...

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

Title:
  unexpected end-of-file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/905029/+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 707402] Re: connection refused on port 22 after upgrade

2011-03-21 Thread cybernet
all i can say is that i was using openVZ and if you could find out what
updates where released in that time frame ..

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

Title:
  connection refused on port 22 after upgrade

-- 
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 707402] [NEW] connection refused on port 22 after upgrade

2011-01-25 Thread cybernet
Public bug reported:

i have a vps, i installed ubuntu-lucid server i386
after i did the upgrade to this day and rebooted i wasn't able to connect with 
ssh on 22 port
i selected yes when i was asked about the maintainers version ( i hope you know 
what i'm trying to say )

please help

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openssh-server (not installed)
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
Architecture: i386
Date: Tue Jan 25 15:11:09 2011
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: openssh

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


** Tags: apport-bug i386 lucid

** Description changed:

  i have a vps, i installed ubuntu-lucid server i386
  after i did the upgrade to this day and rebooted i wasn't able to connect 
with ssh on 22 port
- i selected yes when i was asked about the maintainers version ( i hope you 
know what i try to say )
+ i selected yes when i was asked about the maintainers version ( i hope you 
know what i'm trying to say )
  
  please help
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: openssh-server (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
  Uname: Linux 2.6.32-27-generic i686
  Architecture: i386
  Date: Tue Jan 25 15:11:09 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
-  SHELL=/bin/bash
-  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+  LANG=en_US.UTF-8
  SourcePackage: openssh

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

Title:
  connection refused on port 22 after upgrade

-- 
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 583044] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-27 Thread cybernet
*** This bug is a duplicate of bug 588104 ***
https://bugs.launchpad.net/bugs/588104

even is to late, thanks for the answer

-- 
package bacula-director-mysql (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/583044
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 583044] [NEW] package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-05-19 Thread cybernet
Public bug reported:

Binary package hint: bacula

10.4 lucid lynx
i386


i just can't install

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bacula-director-mysql (not installed)
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Wed May 19 22:29:04 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: bacula
Title: package bacula-director-mysql (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package bacula-director-mysql (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/583044
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 583044] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-05-19 Thread cybernet

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/48768403/AptOrdering.txt

** Attachment added: Df.txt
   http://launchpadlibrarian.net/48768404/Df.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/48768405/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/48768406/DpkgTerminalLog.gz

-- 
package bacula-director-mysql (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/583044
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