[Bug 1730498] Re: apt man page doesn't mention a lot of it's options

2017-11-07 Thread selivan
The man page has references to apt-get(8), apt-cache(8), user is
supposed to look for options there. IMHO that's not very obvious.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730498

Title:
  apt man page doesn't mention a lot of it's options

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730498] [NEW] apt man page doesn't mention a lot of it's options

2017-11-06 Thread selivan
Public bug reported:

Options like --allow-downgrades, --install-recommends and a lot more are
not listed in man page at all. Only way to guess this options is from
auto-completion.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: apt 1.2.24
ProcVersionSignature: Ubuntu 4.11.0-14.20~16.04.1-generic 4.11.12
Uname: Linux 4.11.0-14-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Nov  6 23:30:45 2017
InstallationDate: Installed on 2017-07-29 (100 days ago)
InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215)
SourcePackage: apt
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730498

Title:
  apt man page doesn't mention a lot of it's options

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1623540] Re: If php.ini is incorrect, php-frm starts without warning with default values

2016-09-16 Thread selivan
Also reported it directly to php guys:
https://bugs.php.net/bug.php?id=73099

** Bug watch added: bugs.php.net/ #73099
   http://bugs.php.net/bug.php?id=73099

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1623540

Title:
  If php.ini is incorrect, php-frm starts without warning with default
  values

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1623540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1623540] Re: If php.ini is incorrect, php-frm starts without warning with default values

2016-09-14 Thread selivan
First I saw this bug on trusty with php7 ppa, where I upgraded from 5.5
by copying php.ini. It had inside comment like "# blablabla (see
foobar)".

I created bug report for ppa owner:
https://github.com/oerdnj/deb.sury.org/issues/456

Then I reproduced it out on newly created xenial instance in AWS and
reported it here.


** Bug watch added: github.com/oerdnj/deb.sury.org/issues #456
   https://github.com/oerdnj/deb.sury.org/issues/456

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1623540

Title:
  If php.ini is incorrect, php-frm starts without warning with default
  values

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1623540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1623540] Re: If php.ini is incorrect, php-frm starts without warning with default values

2016-09-14 Thread selivan
> # vi /etc/php/7.0/fpm/php-fpm.conf

no, you should do

# vi /etc/php/7.0/fpm/php.ini

It handles errors in php-fpm.conf, but silently ignores in php.ini

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1623540

Title:
  If php.ini is incorrect, php-frm starts without warning with default
  values

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1623540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1623540] [NEW] If php.ini is incorrect, php-frm starts without warning with default values

2016-09-14 Thread selivan
Public bug reported:

OS: Ubuntu 16.04 Xenial
PHP: php7.0-fpm  7.0.8-0ubuntu0.16.04.2

If /etc/php/7.0/fpm/php.ini has syntax error, php7.0-fpm starts silently
(!! no error messages even in logs), but uses default values.

To make php.ini incorrect, just add this line:

# Wrong comment (

Systemd servive unit for php7.0-fpm has config check:

ExecStartPre=/usr/lib/php/php7.0-fpm-checkconf

But is does not work:

root@xenial:~# /usr/sbin/php-fpm7.0 --fpm-config  /etc/php/7.0/fpm/php-fpm.conf 
--test
PHP:  syntax error, unexpected '(' in /etc/php/7.0/fpm/php.ini on line 6
[14-Sep-2016 14:24:46] NOTICE: configuration file /etc/php/7.0/fpm/php-fpm.conf 
test is successful

root@xenial:~# /usr/lib/php/php7.0-fpm-checkconf; echo $?
0

So, if php.ini is incorrect, php-fpm silently starts with default
values: post_max_size=8m, expose_php is enabled, disable_functions is
empty and so on.

** Affects: php7.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  OS: Ubuntu 16.04 Xenial
  PHP: php7.0-fpm  7.0.8-0ubuntu0.16.04.2
  
- If /etc/php/7.0/fpm/php.ini has syntax error, php7.0-fom starts silently
+ If /etc/php/7.0/fpm/php.ini has syntax error, php7.0-fpm starts silently
  (!! no error messages even in logs), but uses default values.
  
- To make php.ini incorrect, add this line:
+ To make php.ini incorrect, just add this line:
  
  # Wrong comment (
  
  Systemd servive unit for php7.0-fpm has config check:
  
  ExecStartPre=/usr/lib/php/php7.0-fpm-checkconf
  
  But is does not work:
  
  root@xenial:~# /usr/sbin/php-fpm7.0 --fpm-config  
/etc/php/7.0/fpm/php-fpm.conf --test
  PHP:  syntax error, unexpected '(' in /etc/php/7.0/fpm/php.ini on line 6
  [14-Sep-2016 14:24:46] NOTICE: configuration file 
/etc/php/7.0/fpm/php-fpm.conf test is successful
  
  root@xenial:~# /usr/lib/php/php7.0-fpm-checkconf; echo $?
  0
+ 
+ So, if php.ini is incorrect, php-fpm silently starts with default
+ values: post_max_size=8m, expose_php is enabled, disable_functions is
+ empty and so on.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1623540

Title:
  If php.ini is incorrect, php-frm starts without warning with default
  values

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1623540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603079] Re: Greenbar for Extended Validation Certificates is not shown

2016-07-14 Thread selivan
https://bugs.chromium.org/p/chromium/issues/detail?id=627865 chromium
guys figured out, that this problem is due to old Chromium version. It
should be updated:

> OK, still a distro issue, just... a different distro issue :)

> Part of the logic for a number of security features is to consider
whether or not the build is "timely" - that is, was the binary being run
built within some recent time. We do this because we can only assure
some semblance of security if you're running a stable, up to date build.
Since Chrome (official) releases are built nearly every week, sometimes
many times a week, this is reasonable and appropriate to make sure
you've got all of the latest critical security fixes.

> In this case, the binary is indicating that it has not been updated
for at least 10 weeks, meaning it is likely missing many important
security updates. It's possible that your distro is building Chromium
incorrectly (that is, it's failing to indicate when the binary was
built), or it's possible (and perhaps more likely) that it's not
shipping security updates since it was built.

> Your NetLog indicates that the Chromium version is 51.0.2704.79, but
the current stable Chrome version (e.g. what distros SHOULD ship if
they're shipping Chromium) is 51.0.2704.106 - this is the version with
all relevant security fixes in place.

> Poke the maintainers of this package to downloaded the code from the
latest Chrome stable release branch to package as Chromium, and EV will
be restored.

** Tags removed: regression-update
** Tags added: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603079

Title:
  Greenbar for Extended Validation Certificates is not shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1603079/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603079] [NEW] Greenbar for Extended Validation Certificates is not shown

2016-07-14 Thread selivan
Public bug reported:

OS: Ubuntu 14.04.Trusty
Package: chromium-browser 51.0.2704.79-0ubuntu

Steps to reproduce the problem:
1. Visit any site with EV certificate, for example https://online.sberbank.ru/
2. Greenbar doesn't appear in addressbar, just green lock icoan like for other 
certificates
3. Visit same URL with other browser and see that greenbar is present

Expacted behaviour:
Display greenbar for site with EV certificate

Chromium guys said this:
https://bugs.chromium.org/p/chromium/issues/detail?id=627865 : Chrome
has a whitelist of certificates that existed prior to Certificate
Transparency(RFC 6962) becoming hard required, that whitelist must be
downloaded first.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: regression-update

** Tags added: regression

** Tags removed: regression
** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603079

Title:
  Greenbar for Extended Validation Certificates is not shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1603079/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874479] Re: Cannot be run

2012-08-26 Thread selivan
Thank you, Jonathan Gallagher!

It works now. But this is dirty hack, package is still broken since 2011
:(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874479

Title:
  Cannot be run

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 90160] Re: SpeedCrunch closes without any warning

2008-04-07 Thread selivan
2008/4/5, Jonathan Jesse [EMAIL PROTECTED]:

 Good evening,

 I am working on cleaning up bugs on launchpad and I am wondering if you
 are still having problems with Speedcrunch closing without a warning?  I am
 able to do the count(ans) succesfully, but am running Hardy.
 Can you please update this bug with whether or not you are still having
 problems with Speedcrunch?

 Thanks,

 Jonathan

 ** Changed in: speedcrunch (Ubuntu)
  Assignee: (unassigned) = Jonathan Jesse (jjesse)
Status: New = Incomplete


 --
 SpeedCrunch closes without any warning

 https://bugs.launchpad.net/bugs/90160
 You received this bug notification because you are a direct subscriber
 of the bug.



Hi,

I'm running Debian GNU/Linux testing now. I installed speedcrunch 0.9.1 and
see the bug is gone. I don't know if this bug still appears in old versions
of Ubuntu. IMHO the it's not actual now and may be closed

P. S. Speedcrunch became much better now
sudo apt-get purge kcalc


** Attachment added: unnamed
   http://launchpadlibrarian.net/13176564/unnamed

-- 
SpeedCrunch closes without any warning
https://bugs.launchpad.net/bugs/90160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70264] Re: knetwalk does not have a .desktop file

2007-03-06 Thread selivan
I also have this problem on Kubuntu Edgy.

-- 
knetwalk does not have a .desktop file
https://launchpad.net/bugs/70264

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90160] SpeedCrunch closes without any warning

2007-03-06 Thread selivan
Public bug reported:

SpeedCrunch closes without any warning if I try to count ans(something
here), though it have to report an error because ans isn't fucntion.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
SpeedCrunch closes without any warning
https://launchpad.net/bugs/90160

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90160] Re: SpeedCrunch closes without any warning

2007-03-06 Thread selivan
Kubuntu Edgy on amd64

-- 
SpeedCrunch closes without any warning
https://launchpad.net/bugs/90160

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90167] No man page for grub-set-default

2007-03-06 Thread selivan
Public bug reported:

There is no man page for grub-set-default. grub 0.97-11ubuntu14 on
Kubuntu Edgy amd64.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
No man page for grub-set-default
https://launchpad.net/bugs/90167

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 50768] Re: Strange artifacts in text fields within web applications when moving cursor with keyboard

2007-03-02 Thread selivan
I'm using Firefox 2.0.0.1 in Kubuntu 6.10 on amd64. I have nVidia
GeForce 6200 videocard and use it with nv driver. I also have this bug:
when I'm typing in some text field in Firefox and move cursor in text by
arrow keys, it leaves trace.

** Attachment added: cursor moving artifacts in firefox
   
http://librarian.launchpad.net/6597220/firefox2.0.1_on_edgy_amd64_cursor_bug_snapshot.png

-- 
Strange artifacts in text fields within web applications when moving cursor 
with keyboard
https://launchpad.net/bugs/50768

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 64682] Re: krusader crashes in most cases on shutdown of kde in Breezy, Dapper and Edgy

2007-03-02 Thread selivan
I have Kubuntu 6.10 on amd64. All system is entirely updated. I'm using
Krusader 1.70.1-1 and it allways crashes on logout from KDE

** Attachment added: krusader1.70.1-1on edgy amd64 crashes during kde logout
   
http://librarian.launchpad.net/6597317/krusader1.70.1-1_on_edgy_amd64_crashed_during_kde_logout

-- 
krusader crashes in most cases on shutdown of kde in Breezy, Dapper and Edgy
https://launchpad.net/bugs/64682

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66522] Re: Openoffice can`t open files with cyrillic names

2007-02-27 Thread selivan
I'm using Kubuntu 6.10 . I'v solved this bug by creating symlink:

/usr/share/X11/locale/ru_RU.UTF8 - /usr/share/X11/locale/en_US.UTF-8

-- 
Openoffice can`t open files with cyrillic names
https://launchpad.net/bugs/66522

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs