[Bug 1292548] Re: smb.conf contains valid users = %S in [global]

2015-01-16 Thread Denis Konstantinov
*** This bug is a duplicate of bug 1261873 ***
https://bugs.launchpad.net/bugs/1261873

Jiri Vanek (bin-0) , thank you!

 Replace the parameter valid users for just users don't use any
 more valid users on your
 configuration it will either deny access to Samba server or deny access
 to shares.

i confirm this helps!

my error was:

  Forcing Primary Group to 'Domain Users' for smbuse
[2015/01/16 14:42:08.645699,  3] ../source3/smbd/error.c:82(error_packet_set)
  NT error packet at ../source3/smbd/reply.c(952) cmd=117 (SMBtconX) 
NT_STATUS_ACCESS_DENIED
[2015/01/16 14:42:08.646976,  3] 
../source3/smbd/server_exit.c:212(exit_server_common)

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

Title:
  smb.conf contains valid users = %S in [global]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1292548/+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 1292548] Re: smb.conf contains valid users = %S in [global]

2015-01-16 Thread Denis Konstantinov
*** This bug is a duplicate of bug 1261873 ***
https://bugs.launchpad.net/bugs/1261873

Jiri Vanek (bin-0) , thank you!

 Replace the parameter valid users for just users don't use any
 more valid users on your
 configuration it will either deny access to Samba server or deny access
 to shares.

i confirm this helps!

my error was:

  Forcing Primary Group to 'Domain Users' for smbuse
[2015/01/16 14:42:08.645699,  3] ../source3/smbd/error.c:82(error_packet_set)
  NT error packet at ../source3/smbd/reply.c(952) cmd=117 (SMBtconX) 
NT_STATUS_ACCESS_DENIED
[2015/01/16 14:42:08.646976,  3] 
../source3/smbd/server_exit.c:212(exit_server_common)

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

Title:
  smb.conf contains valid users = %S in [global]

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

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


[Bug 874734] Re: Alt-Backtick Keyboard Shortcut Can Not Be Disabled

2014-06-04 Thread Denis Konstantinov
i succsesfully disable alt+grave binding in Ubuntu 14.04
follow this guides

http://askubuntu.com/questions/175696/why-isnt-the-alt-shortcut-working-on-my-international-keyboard/476722
http://askubuntu.com/questions/175696/why-isnt-the-alt-shortcut-working-on-my-international-keyboard/476722#476722
 
http://askubuntu.com/questions/122209/how-do-i-modify-or-disable-the-huds-use-of-the-alt-key

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

Title:
  Alt-Backtick Keyboard Shortcut Can Not Be Disabled

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

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


[Bug 1092936] Re: rate limit cannot be disabled: imuxsock begins to drop messages

2014-04-09 Thread Denis Konstantinov
small clarification:

line with option 
$IMUXSockRateLimitInterval 0

must be after
$ModLoad imuxsock

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

Title:
  rate limit cannot be disabled: imuxsock begins to drop messages

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

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


[Bug 940124] Re: Remmina numlock bug -regression

2013-04-23 Thread Denis Konstantinov
*** This bug is a duplicate of bug 478245 ***
https://bugs.launchpad.net/bugs/478245

Sorry i was not subscribed for that bug.

Did you apply only this patch, or others?
you may check what was modified in this file
https://launchpadlibrarian.net/121155317/remmina_1.0.0-1ubuntu8_1.0.0-99linvinus1.diff.gz
and compare it to this commit 
https://github.com/FreeRDP/Remmina/commit/ab1ebb88518af97a036a6b243d7ff7d50ea02525
basically my patch add trivial function to sync num lock state on focus-in 
event, and nothing more.
if you have other problems you should have same problem with original ubuntu 
package.

Why hasn't the maintainer updated the package in the repository?
this is good question.

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

Title:
  Remmina numlock bug -regression

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

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


[Bug 940124] Re: Remmina numlock bug -regression

2012-10-26 Thread Denis Konstantinov
package with fix will be available soon in my ppa
https://launchpad.net/~linvinus/+archive/linvinus

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

Title:
  Remmina numlock bug -regression

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

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


[Bug 1071167] [NEW] overlay-scrollbar crashes on GtkOffscreenWindow

2012-10-25 Thread Denis Konstantinov
Public bug reported:

In my application i'm use GtkOffscreenWindow as parent window when hide main 
window.
Crash happens when overlay-scrollbar is child of GtkOffscreenWindow,
and user change dconf settings com.canonical.desktop.interface.scrollbar-mode

my application sources available there https://github.com/linvinus/AltYo
ubuntu 12.10 x86_64
overlay-scrollbar-gtk3:amd64 0.2.16+r357-0ubuntu1

Probably overlay scrollbar should check is priv-tail_window and
priv-bar_window mapped, before create new gdk window.

** Affects: overlay-scrollbar (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: debug log
   
https://bugs.launchpad.net/bugs/1071167/+attachment/3412750/+files/debug_log.txt

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

Title:
  overlay-scrollbar crashes on GtkOffscreenWindow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/1071167/+subscriptions

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


[Bug 1071167] Re: overlay-scrollbar crashes on GtkOffscreenWindow

2012-10-25 Thread Denis Konstantinov
** Description changed:

  In my application i'm use GtkOffscreenWindow as parent window when hide main 
window.
  Crash happens when overlay-scrollbar is child of GtkOffscreenWindow,
  and user change dconf settings com.canonical.desktop.interface.scrollbar-mode
+ 
+ To reproduce:
+ install my program from ppa https://launchpad.net/~linvinus/+archive/altyo
+ run altyo from gnome-terminal
+ hide it (alt+tilda by default)
+ change setting in dconf com.canonical.desktop.interface.scrollbar-mode 
+ to normal and then back to overlay-auto
+ result: program will crash
  
  my application sources available there https://github.com/linvinus/AltYo
  ubuntu 12.10 x86_64
  overlay-scrollbar-gtk3:amd64 0.2.16+r357-0ubuntu1
  
  Probably overlay scrollbar should check is priv-tail_window and
  priv-bar_window mapped, before create new gdk window.

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

Title:
  overlay-scrollbar crashes on GtkOffscreenWindow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/1071167/+subscriptions

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


[Bug 1067306] [NEW] gdebi package missed dependence

2012-10-16 Thread Denis Konstantinov
Public bug reported:

After installation gdebi inside chroot in pbuilder, i get following
error

/usr/bin/gdebi --quiet --apt-line ./libwnck3_3.4.3-99linvinus1.dsc 
Traceback (most recent call last):
  File /usr/bin/gdebi, line 84, in module
if not debi.open(args[0]):
  File /usr/share/gdebi/GDebi/GDebiCli.py, line 73, in open
Debian binary package in Popen([file, file], 
stdout=PIPE).communicate()[0]):
  File /usr/lib/python2.7/subprocess.py, line 679, in __init__
errread, errwrite)
  File /usr/lib/python2.7/subprocess.py, line 1259, in _execute_child
raise child_exception

gdebi use /usr/bin/file command to identify file, but package file not 
listed in package dependencies.
I suppose that this is mistake.

i'm use following command to install gdebi
 /usr/bin/apt-get install -y gdebi-core --no-install-recommends

the problem appear in precise and quantal
gdebi-core 0.8.5ubuntu1

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

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

Title:
  gdebi package missed dependence

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

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


[Bug 912275] Re: Send mail impossible with Use secure connection checked

2012-08-14 Thread Denis Konstantinov
also be sure that you have exactly same time as on domain controller.
for example:
sudo /etc/init.d/ntp stop
sudo ntpdate domain controller ip
then restart evolution
i have difference in 7 seconds and evolution didn't work

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

Title:
  Send mail impossible with Use secure connection checked

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-mapi/+bug/912275/+subscriptions

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


[Bug 912275] Re: Ubuntu 11.10 Evo 3.2.1 MAPI send mail impossible

2012-04-02 Thread Denis Konstantinov
After migrate from one exchange server to another (mail1.domain.local to 
mail-server.domain.local),
i have change server address in my account settings, but  i get same error 
again (An error occurred while sending. How do you want to proceed? The 
reported error was Could not send message.)

There was not any errors in console, even with MAPI_DEBUG=1, when i send
email, only evolution error message box.

To resolve that, i change record in gconf-editor path 
/apps/evolution/mail/accounts/accounts
I found my account xml record , and replace all old links to new one (replace 
mail1.domain.local with mail-server.domain.local)
After that i can send email messages again!

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

Title:
  Ubuntu 11.10 Evo 3.2.1 MAPI send mail impossible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/912275/+subscriptions

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


[Bug 874734] Re: Alt-Backtick Keyboard Shortcut Can Not Be Disabled

2012-04-02 Thread Denis Konstantinov
for unity-2d/gnome-classic same settings avaylable in gconf path
/apps/metacity/global_keybindings/switch_group

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

Title:
  Alt-Backtick Keyboard Shortcut Can Not Be Disabled

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

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


[Bug 912275] Re: Ubuntu 11.10 Evo 3.2.1 MAPI send mail impossible

2012-03-28 Thread Denis Konstantinov
I have ubuntu 12.04, and if i create new account i have similar problems, but 
if i create account in 11.10 and then upgrade to 12.04 then it working (send 
and recieve email via evolution-mapi plugin, even supported html format to send 
a email (previously it doesn't)) (i'm talking about same exchange account)
ubuntu 12.04 amd64

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

Title:
  Ubuntu 11.10 Evo 3.2.1 MAPI send mail impossible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/912275/+subscriptions

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


[Bug 943297] [NEW] package cups 1.5.2-5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-29 Thread Denis Konstantinov
Public bug reported:

problem while update cups on ubuntu 12.04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: cups 1.5.2-5
ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
Uname: Linux 3.2.0-12-generic x86_64
ApportVersion: 1.93-0ubuntu2
Architecture: amd64
CupsErrorLog: E [01/Mar/2012:03:04:23 +0400] Avahi client failed, closing 
client to allow a clean restart
Date: Wed Feb 29 18:37:15 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120201.1)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: 
Connection refused
MachineType: LENOVO 4290LU7
Papersize: a4
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-12-generic 
root=UUID=f641b3d1-4d60-480c-a6e3-9fb594d3cf97 ro quiet splash vt.handoff=7
SourcePackage: cups
Title: package cups 1.5.2-5 failed to install/upgrade: ErrorMessage: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-02-29 (0 days ago)
dmi.bios.date: 10/18/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DET54WW (1.24 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4290LU7
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8DET54WW(1.24):bd10/18/2011:svnLENOVO:pn4290LU7:pvrThinkPadX220:rvnLENOVO:rn4290LU7:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4290LU7
dmi.product.version: ThinkPad X220
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-package precise

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

Title:
  package cups 1.5.2-5 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 943297] Re: package cups 1.5.2-5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-29 Thread Denis Konstantinov
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/943297

Title:
  package cups 1.5.2-5 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 839219] Re: synaptic crashes immediately on startup with SIGABRT in raise() [Only when accessibility is enabled, e.g. screen reader]

2011-10-29 Thread Denis Konstantinov
i can confirm 
If I toggle the screen reader on  off again (System Settings-Universal 
Access-Screen Reader), it stops crashing. If I enable the screenreader 
again, it starts crashing again.

this help me too

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

Title:
  synaptic crashes immediately on startup with SIGABRT in raise() [Only
  when accessibility is enabled, e.g. screen reader]

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

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


[Bug 299330] Re: Alt+Tab - switching applications delay. slow

2011-08-30 Thread Denis Konstantinov
*** This bug is a duplicate of bug 772177 ***
https://bugs.launchpad.net/bugs/772177

For those who use metacity with enabled compositing_manager, simple patch which 
deactivates windows previews in alt+tab
So alt+tab works same fast as without compositing_manager.


Index: metacity-2.30.3/src/core/screen.c
===
--- metacity-2.30.3.orig/src/core/screen.c  2011-08-30 22:55:19.0 
+0400
+++ metacity-2.30.3/src/core/screen.c   2011-08-30 23:02:19.0 +0400
@@ -1285,7 +1285,6 @@
   entries[i].key = (MetaTabEntryKey) window-xwindow;
   entries[i].title = window-title;

-  win_pixbuf = get_window_pixbuf (window, width, height);
   if (win_pixbuf == NULL)
 entries[i].icon = g_object_ref (window-icon);
   else

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

Title:
  Alt+Tab - switching applications delay. slow

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

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


[Bug 520546] Re: Alt-f2 switches to virtual terminal 2

2011-06-09 Thread Denis Konstantinov
aoandr, patch helps me.

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

Title:
  Alt-f2 switches to virtual terminal 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-cyrillic/+bug/520546/+subscriptions

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


[Bug 649838] Re: Notifications clipped with xorg-edgers

2010-11-17 Thread Denis Konstantinov
same problem after upgrade from lucid with enabled xorg-edgers repo. to 
maverick without xorg-edgers repo.
command
#dpkg -l | grep edgers 
give me nothing,  
synaptic say that xorg-edgers repo. was blocked on upgrade to maverick.

-- 
Notifications clipped with xorg-edgers
https://bugs.launchpad.net/bugs/649838
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 476811] Re: Network users with longer than 8 character usernames do not show up in user list (possible fix included)

2009-12-01 Thread Denis Konstantinov
i can confirm this bug

-- 
Network users with longer than 8 character usernames do not show up in user 
list (possible fix included)
https://bugs.launchpad.net/bugs/476811
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 486219] [NEW] package grub-pc 1.97~beta4-1ubuntu4 failed to install/upgrade: ?????????? ?????????? ???????? post-installation ???????? ?? ??????? (Interrupt)

2009-11-21 Thread Denis Konstantinov
Public bug reported:

Binary package hint: grub2

Description:Ubuntu 9.10 (upgrade from 9.04 )
Release:9.10

After upgrade ubuntu i also update grub to grub2 using command upgrade-
from-grub-legacy

Every thing works grate until update to grub-pc 1.97~beta4-1ubuntu4

new package grub-pc 1.97~beta4-1ubuntu4 (current installed version
1.97~beta4-1ubuntu2)

After any update grub-pc freeze at configure stage, i have wait one day, but 
nothing changes.
So, to install other updates i must kill configure process by sending CTRL+C

To debug i change first line in file /var/lib/dpkg/info/grub-pc.postinst
to #!/bin/bash -ex


# dpkg --configure -a -D2 
Настраивается пакет grub-pc (1.97~beta4-1ubuntu4) ...
D02: fork/exec /var/lib/dpkg/info/grub-pc.postinst ( configure 
1.97~beta4-1ubuntu2 )
+ case $1 in
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ PERL_DL_NONLAZY=1
++ export PERL_DL_NONLAZY
++ '[' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/grub-pc.postinst 
configure 1.97~beta4-1ubuntu2
+ case $1 in
+ . /usr/share/debconf/confmodule
++ '[' '!' 1 ']'
++ '[' -z '' ']'
++ exec
++ '[' '' ']'
++ exec
++ DEBCONF_REDIR=1
++ export DEBCONF_REDIR
+ case grub-pc in
+ grep -q '[= ]/sbin/update-grub' /etc/kernel-img.conf
+ mkdir -p /boot/grub
+ test -e /boot/grub/device.map
+ test -e /boot/grub/core.img
+ grub-mkdevicemap --no-floppy
++ mktemp /tmp/grub.XX
+ tmp_default_grub=/tmp/grub.9eRnX1ZpML
+ trap 'rm -f /tmp/grub.9eRnX1ZpML' EXIT
+ cp -p /usr/share/grub/default/grub /tmp/grub.9eRnX1ZpML
+ merge_debconf_into_conf /tmp/grub.9eRnX1ZpML GRUB_CMDLINE_LINUX 
grub2/linux_cmdline
+ local tmpfile
+ tmpfile=/tmp/grub.9eRnX1ZpML
+ local setting
+ setting=GRUB_CMDLINE_LINUX
+ local template
+ template=grub2/linux_cmdline
+ db_get grub2/linux_cmdline
+ _db_cmd 'GET grub2/linux_cmdline'
+ IFS=' '
+ printf '%s\n' 'GET grub2/linux_cmdline'
+ IFS='
'
+ read -r _db_internal_line
+ RET=
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ local value
++ echo ''
++ sed -e 's,[$`\],\\,g; s,[...@],\\,g'
+ value=
+ grep -q '^GRUB_CMDLINE_LINUX=' /tmp/grub.9eRnX1ZpML
+ sed -i -re 's...@^(GRUB_CMDLINE_LINUX=)@\1@' /tmp/grub.9eRnX1ZpML
+ merge_debconf_into_conf /tmp/grub.9eRnX1ZpML GRUB_CMDLINE_LINUX_DEFAULT 
grub2/linux_cmdline_default
+ local tmpfile
+ tmpfile=/tmp/grub.9eRnX1ZpML
+ local setting
+ setting=GRUB_CMDLINE_LINUX_DEFAULT
+ local template
+ template=grub2/linux_cmdline_default
+ db_get grub2/linux_cmdline_default
+ _db_cmd 'GET grub2/linux_cmdline_default'
+ IFS=' '
+ printf '%s\n' 'GET grub2/linux_cmdline_default'
+ IFS='
'
+ read -r _db_internal_line
+ RET='quiet splash'
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ local value
++ echo 'quiet splash'
++ sed -e 's,[$`\],\\,g; s,[...@],\\,g'
+ value='quiet splash'
+ grep -q '^GRUB_CMDLINE_LINUX_DEFAULT=' /tmp/grub.9eRnX1ZpML
+ sed -i -re 's...@^(GRUB_CMDLINE_LINUX_DEFAULT=)@\1quiet splash@' 
/tmp/grub.9eRnX1ZpML
+ case grub-pc in
+ merge_debconf_into_conf /tmp/grub.9eRnX1ZpML GRUB_TIMEOUT grub-pc/timeout
+ local tmpfile
+ tmpfile=/tmp/grub.9eRnX1ZpML
+ local setting
+ setting=GRUB_TIMEOUT
+ local template
+ template=grub-pc/timeout
+ db_get grub-pc/timeout
+ _db_cmd 'GET grub-pc/timeout'
+ IFS=' '
+ printf '%s\n' 'GET grub-pc/timeout'
+ IFS='
'
+ read -r _db_internal_line
+ RET=5
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ local value
++ echo 5
++ sed -e 's,[$`\],\\,g; s,[...@],\\,g'
+ value=5
+ grep -q '^GRUB_TIMEOUT=' /tmp/grub.9eRnX1ZpML
+ sed -i -re 's...@^(GRUB_TIMEOUT=)@\15@' /tmp/grub.9eRnX1ZpML
+ db_get grub-pc/hidden_timeout
+ _db_cmd 'GET grub-pc/hidden_timeout'
+ IFS=' '
+ printf '%s\n' 'GET grub-pc/hidden_timeout'
+ IFS='
'
+ read -r _db_internal_line
+ RET=true
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ '[' true = false ']'
+ ucf --three-way --debconf-ok --sum-file=/usr/share/grub/default/grub.md5sum 
/tmp/grub.9eRnX1ZpML /etc/default/grub
++ ucfq --with-colons /etc/default/grub
++ cut -d : -f 2
+ package=grub-pc
+ echo grub-pc
+ grep -q '^grub-'
+ ucfr --force grub-pc /etc/default/grub
+ case grub-pc in
+ test -e /boot/grub/stage2
++ grub-mkdevicemap -m -
++ sed -e '/^(fd[0-9]\+)/d;s,.*\t,,g'
++ tr '\n' ,
++ sed -e 's/,$//g;s/,/, /g'
+ db_subst grub-pc/install_devices CHOICES /dev/sda, /dev/sdb
+ _db_cmd 'SUBST grub-pc/install_devices' CHOICES /dev/sda, /dev/sdb
+ IFS=' '
+ printf '%s\n' 'SUBST grub-pc/install_devices CHOICES /dev/sda, /dev/sdb'
+ IFS='
'
+ read -r _db_internal_line
+ RET=0
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ db_input high grub-pc/install_devices
+ _db_cmd 'INPUT high' grub-pc/install_devices
+ IFS=' '
+ printf '%s\n' 'INPUT high grub-pc/install_devices'
+ IFS='
'
+ read -r _db_internal_line
+ RET='30 question skipped'
+ case ${_db_internal_line%%[   ]*} in
+ return 30
+ true
+ db_go
+ _db_cmd 'GO '
+ IFS=' '
+ printf '%s\n' 'GO '
+ IFS='
'
+ read -r _db_internal_line
+ RET=ok
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ db_get 

[Bug 486219] Re: package grub-pc 1.97~beta4-1ubuntu4 failed to install/upgrade: ?????????? ?????????? ???????? post-installation ???????? ?? ??????? (Interrupt)

2009-11-21 Thread Denis Konstantinov

** Attachment added: grub-install.txt
   http://launchpadlibrarian.net/35913144/grub-install.txt

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

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

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

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

-- 
package grub-pc 1.97~beta4-1ubuntu4 failed to install/upgrade: ?? 
??  post-installation  ?? ??? (Interrupt)
https://bugs.launchpad.net/bugs/486219
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 332631] Re: pulseaudio errors, sound/audio bugs

2009-04-16 Thread Denis Konstantinov
i have the same problem
i just rename
/etc/pulse/default.pa
alsa without pulse work fine

-- 
pulseaudio errors, sound/audio bugs
https://bugs.launchpad.net/bugs/332631
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 260815] Re: libvnc.so Xorg module failes to load

2009-01-09 Thread Denis Konstantinov
I found decision! patched sources for xorg 1.5 available here http
://vnc-tight.svn.sourceforge.net/viewvc/vnc-
tight/trunk/unix/xserver/hw/vnc/

and it works!

only little patch needed 
in unix/xserver/hw/vnc/Makefile.am
add -DXFree86LOADER in to libvnc_la_CPPFLAGS

libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I$(LIB_DIR) \ 
-I$(top_srcdir)/hw/xfree86/common \ 
-I$(top_srcdir)/hw/xfree86/os-support \ 
-I$(top_srcdir)/hw/xfree86/os-support/bus \ 
-I$(includedir)/pixman-1 \ 
-DXFree86LOADER

then read instructions in vnc-tight README file

compiled module for i386 available here ftp://linvinus.ru/forum/vnc/libvnc.so 
you need installed vnc4server package before copy this library to 
/usr/lib/xorg/modules/extensions 
use it at you own risk!

-- 
libvnc.so Xorg module failes to load
https://bugs.launchpad.net/bugs/260815
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