[Bug 1734159] Re: Bad return status for module build on kernel: 4.13

2017-12-16 Thread Ilis
Maybe this:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f1d297

will help developers to fix this bug?

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

Title:
  Bad return status for module build on kernel: 4.13

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

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

[Bug 1734159] [NEW] Bad return status for module build on kernel: 4.13

2017-11-23 Thread Ilis
Public bug reported:

$ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description:Linux Mint 18.2 Sonya
Release:18.2
Codename:   sonya

4.13.0-16-generic #19~16.04.3-Ubuntu SMP Mon Oct 16 18:59:33 UTC 2017
x86_64 x86_64 x86_64 GNU/Linux

I've got errors while upgrade kernel to 4.13.0-16

Error! Bad return status for module build on kernel: 4.13.0-16-generic (x86_64)
Consult /var/lib/dkms/ndiswrapper/1.60/build/make.log for more information.

DKMS make.log for ndiswrapper-1.60 for kernel 4.13.0-16-generic (x86_64)
Сб ноя 18 13:24:12 +05 2017
make: вход в каталог «/usr/src/linux-headers-4.13.0-16-generic»
  AR  /var/lib/dkms/ndiswrapper/1.60/build/built-in.o
  MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/crt_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/hal_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/ndis_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/ntoskernel_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/ntoskernel_io_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/rtl_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/usb_exports.h
  MKSTUBS /var/lib/dkms/ndiswrapper/1.60/build/win2lin_stubs.h
  CC [M]  /var/lib/dkms/ndiswrapper/1.60/build/crt.o
  CC [M]  /var/lib/dkms/ndiswrapper/1.60/build/hal.o
  CC [M]  /var/lib/dkms/ndiswrapper/1.60/build/iw_ndis.o
  CC [M]  /var/lib/dkms/ndiswrapper/1.60/build/loader.o
  CC [M]  /var/lib/dkms/ndiswrapper/1.60/build/ndis.o
In file included from /var/lib/dkms/ndiswrapper/1.60/build/ndis.h:19:0,
 from /var/lib/dkms/ndiswrapper/1.60/build/ndis.c:16:
/var/lib/dkms/ndiswrapper/1.60/build/ndis.c: In function 
‘NdisMAllocateSharedMemory’:
/var/lib/dkms/ndiswrapper/1.60/build/ntoskernel.h:122:20: error: ‘__GFP_REPEAT’ 
undeclared (first use in this function)
   GFP_KERNEL | __GFP_REPEAT)
^
/var/lib/dkms/ndiswrapper/1.60/build/ndis.c:1095:10: note: in expansion of 
macro ‘PCI_DMA_ALLOC_COHERENT’
  *virt = PCI_DMA_ALLOC_COHERENT(wd->pci.pdev, size, &dma_addr);
  ^
/var/lib/dkms/ndiswrapper/1.60/build/ntoskernel.h:122:20: note: each undeclared 
identifier is reported only once for each function it appears in
   GFP_KERNEL | __GFP_REPEAT)
^
/var/lib/dkms/ndiswrapper/1.60/build/ndis.c:1095:10: note: in expansion of 
macro ‘PCI_DMA_ALLOC_COHERENT’
  *virt = PCI_DMA_ALLOC_COHERENT(wd->pci.pdev, size, &dma_addr);
  ^
/var/lib/dkms/ndiswrapper/1.60/build/ndis.c: In function 
‘NdisMIndicateReceivePacket’:
/var/lib/dkms/ndiswrapper/1.60/build/ndis.c:2261:15: error: ‘struct net_device’ 
has no member named ‘last_rx’
   wnd->net_dev->last_rx = jiffies;
   ^
/var/lib/dkms/ndiswrapper/1.60/build/ndis.c: In function ‘EthRxIndicateHandler’:
/var/lib/dkms/ndiswrapper/1.60/build/ndis.c:2349:14: error: ‘struct net_device’ 
has no member named ‘last_rx’
  wnd->net_dev->last_rx = jiffies;
  ^
/var/lib/dkms/ndiswrapper/1.60/build/ndis.c: In function 
‘NdisMTransferDataComplete’:
/var/lib/dkms/ndiswrapper/1.60/build/ndis.c:2464:14: error: ‘struct net_device’ 
has no member named ‘last_rx’
  wnd->net_dev->last_rx = jiffies;
  ^
scripts/Makefile.build:302: ошибка выполнения рецепта для цели 
«/var/lib/dkms/ndiswrapper/1.60/build/ndis.o»
make[1]: *** [/var/lib/dkms/ndiswrapper/1.60/build/ndis.o] Ошибка 1
Makefile:1546: ошибка выполнения рецепта для цели 
«_module_/var/lib/dkms/ndiswrapper/1.60/build»
make: *** [_module_/var/lib/dkms/ndiswrapper/1.60/build] Ошибка 2
make: выход из каталога «/usr/src/linux-headers-4.13.0-16-generic»

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

** Description changed:

+ $ lsb_release -a
+ No LSB modules are available.
+ Distributor ID:   LinuxMint
+ Description:  Linux Mint 18.2 Sonya
+ Release:  18.2
+ Codename: sonya
+ 
+ 4.13.0-16-generic #19~16.04.3-Ubuntu SMP Mon Oct 16 18:59:33 UTC 2017
+ x86_64 x86_64 x86_64 GNU/Linux
+ 
  I've got errors while upgrade kernel to 4.13.0-16
  
  Error! Bad return status for module build on kernel: 4.13.0-16-generic 
(x86_64)
  Consult /var/lib/dkms/ndiswrapper/1.60/build/make.log for more information.
  
  DKMS make.log for ndiswrapper-1.60 for kernel 4.13.0-16-generic (x86_64)
  Сб ноя 18 13:24:12 +05 2017
  make: вход в каталог «/usr/src/linux-headers-4.13.0-16-generic»
-   AR  /var/lib/dkms/ndiswrapper/1.60/build/built-in.o
-   MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/crt_exports.h
-   MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/hal_exports.h
-   MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/ndis_exports.h
-   MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/ntoskernel_exports.h
-   MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/ntoskernel_io_exports.h
-   MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/rtl_exports.h
-   MKEXPORT /var/lib/dkms/ndiswrapper/1.60/build/usb_exports.h
-   MKSTUBS /var/lib/dkms/ndiswrapper/1.60/build/win2lin_stubs.h
-   CC

[Bug 1682223] Re: Remmina clipboard is empty after copying

2017-05-26 Thread Ilis
** No longer affects: linuxmint

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

Title:
  Remmina clipboard is empty after copying

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

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


[Bug 1677990] Re: xl2tpd crash when tearing down L2TP/IPSec VPN connection

2017-05-26 Thread Ilis
** No longer affects: linuxmint

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

Title:
  xl2tpd crash when tearing down L2TP/IPSec VPN connection

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

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


[Bug 1509183] Re: xl2tpd-1.3.6+dfsg-2build1 periodically crashes if compiled with USE_KERNEL

2017-05-10 Thread Ilis
** Also affects: linuxmint
   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/1509183

Title:
  xl2tpd-1.3.6+dfsg-2build1 periodically crashes if compiled with
  USE_KERNEL

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

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


[Bug 1682223] [NEW] Remmina clipboard is empty after copying

2017-04-12 Thread Ilis
Public bug reported:

Package: remmina
Version: 1.1.2-3ubuntu1

Description:Linux Mint 18.1 Serena

Remmina clipboard on WinXP machine does not work well.

After first connect to WinXP host Ctrl+C and Ctrl+V do the copy and
paste as expected, but next copy with Ctrl+C or Ctrl+Ins make clipboard
empty, and paste with Ctrl+V in text editor or Right Mouse Button click
in cmd-window do nothing. Then, if some keys pressed, selection changed
or something, Ctrl+C and Ctrl+V works again, but only once.

** Affects: linuxmint
 Importance: Undecided
 Status: New

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

** Also affects: remmina (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/1682223

Title:
  Remmina clipboard is empty after copying

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

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


[Bug 1618678] Re: Disk Device Driver Reported Error: DID_ERROR ... DRIVER SENSE

2017-04-09 Thread Ilis
** Also affects: linux
   Importance: Undecided
   Status: New

** No longer affects: linux

** Also affects: linuxmint
   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/1618678

Title:
  Disk Device Driver Reported Error: DID_ERROR ... DRIVER SENSE

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

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


[Bug 1578193] Re: cannot load legacy-only plugin

2017-04-05 Thread Ilis
** Also affects: linuxmint
   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/1578193

Title:
  cannot load legacy-only plugin

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

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


[Bug 1677990] Re: xl2tpd crash when tearing down L2TP/IPSec VPN connection

2017-04-05 Thread Ilis
xl2tpd version:  xl2tpd-1.3.6
Distributor ID: LinuxMint
Release:18.1


** Also affects: linuxmint
   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/1677990

Title:
  xl2tpd crash when tearing down L2TP/IPSec VPN connection

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

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


[Bug 1677705] [NEW] network-manager-strongswan missing from list of selectable vpn configuration options

2017-03-30 Thread Ilis
Public bug reported:

No option to select strongswan when adding a new connection.

# dpkg --list | grep network-manager
ii  network-manager 1.2.0-0ubuntu0.16.04.2
ii  network-manager-gnome   1.2.0-0ubuntu0.16.04.1
ii  network-manager-pptp1.1.93-1ubuntu1
ii  network-manager-pptp-gnome  1.1.93-1ubuntu1
ii  network-manager-strongswan  1.3.1-1ubuntu1

https://wiki.strongswan.org/issues/1429

Fixed with version 1.4.0 of the plugin.

** Affects: network-manager-strongswan (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/1677705

Title:
  network-manager-strongswan missing from list of selectable vpn
  configuration options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-strongswan/+bug/1677705/+subscriptions

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


[Bug 1448611] Re: No dropbox notify icon

2015-10-25 Thread Ilis
Dropbox icon now in tray, but in low resolution.

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

Title:
  No dropbox notify icon

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

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


[Bug 1509827] Re: Screen glitch

2015-10-25 Thread Ilis
ilis@alivio:~$ lsmod | grep video
video  24576  1 i915
ilis@alivio:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express 
Integrated Graphics Controller (rev 10)

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

Title:
  Screen glitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1509827/+subscriptions

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


[Bug 1509827] [NEW] Screen glitch

2015-10-25 Thread Ilis
Public bug reported:

Various areas of screen glitch, picture areas, text areas, or both

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xserver-xorg-video-intel 2:2.99.917+git20150808-0ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic i686
ApportVersion: 2.19.1-0ubuntu3
Architecture: i386
CurrentDesktop: KDE
Date: Sun Oct 25 20:46:27 2015
InstallationDate: Installed on 2013-09-06 (778 days ago)
InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to wily on 2015-10-25 (0 days ago)

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 wily

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

Title:
  Screen glitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1509827/+subscriptions

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


[Bug 1448611] Re: No dropbox notify icon

2015-04-26 Thread Ilis
** Description changed:

  No dropbox notify icon after upgrade to kubuntu 15.04
  
  ilis@alivio:~$ dropbox start
  Dropbox is already running!
  
  Description:Ubuntu 15.04
  Release:15.04
  
  nautilus-dropbox:
-   Устаноnautilus-dropbox:
-   Установлен: 2.10.0-1
-   Кандидат:   2.10.0-1
-   Таблица версий:
-  *** 2.10.0-1 0
- 500 http://ru.archive.ubuntu.com/ubuntu/ vivid/multiverse i386 
Packages
- 100 /var/lib/dpkg/status
+   Установлен: 2.10.0-1
+   Кандидат:   2.10.0-1
+   Таблица версий:
+  *** 2.10.0-1 0
+ 500 http://ru.archive.ubuntu.com/ubuntu/ vivid/multiverse i386 
Packages
+ 100 /var/lib/dpkg/status

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

Title:
  No dropbox notify icon

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

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

[Bug 1448611] [NEW] No dropbox notify icon

2015-04-26 Thread Ilis
Public bug reported:

No dropbox notify icon after upgrade to kubuntu 15.04

ilis@alivio:~$ dropbox start
Dropbox is already running!

Description:Ubuntu 15.04
Release:15.04

nautilus-dropbox:
  Устаноnautilus-dropbox:
  Установлен: 2.10.0-1
  Кандидат:   2.10.0-1
  Таблица версий:
 *** 2.10.0-1 0
500 http://ru.archive.ubuntu.com/ubuntu/ vivid/multiverse i386 Packages
100 /var/lib/dpkg/status

** Affects: dropbox (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/1448611

Title:
  No dropbox notify icon

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

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

[Bug 1448387] Re: 3rd level key chooser does not work

2015-04-25 Thread Ilis
Miscellaneous compatibility options → Enable extra typographic
characters — solved my problem.

The question is: why 3rd level needs enable extra characters, but
Compose need not?

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

Title:
  3rd level key chooser does not work

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

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

[Bug 1448387] [NEW] 3rd level key chooser does not work

2015-04-25 Thread Ilis
Public bug reported:

All keyboard settings were loss after upgrading to 15.04.

I restored layout switching and 3rd level key.

Layout switching restored well, but 3rd level key chooser does not work.

I tried to set up Compose key, it works, but it's not convenient.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic i686
ApportVersion: 2.17.2-0ubuntu1
Architecture: i386
CurrentDesktop: KDE
Date: Sat Apr 25 12:21:56 2015
InstallationDate: Installed on 2013-09-06 (595 days ago)
InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
ProcEnviron:
 LANGUAGE=
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to vivid on 2015-04-24 (0 days ago)

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


** Tags: apport-bug i386 kubuntu vivid

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

Title:
  3rd level key chooser does not work

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

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


[Bug 957934] Re: AttributeError: 'ir.sequence' object has no attribute '_process'

2012-08-06 Thread Jhonny Ilis
** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: ubuntu

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

Title:
  AttributeError: 'ir.sequence' object has no attribute '_process'

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

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


[Bug 1004310] [NEW] Progress on startup ends at 50%

2012-05-24 Thread Ilis
Public bug reported:

When starting up Shotwell progress bar fills up to 50% and main window
appears. But mini progress bar on Unity sidebar icon still shows 50% and
font color in left panel (Events and Tags) looks as disabled (wery light
gray on white background).

Ubuntu 12.04
Shotwell 0.12.2

** Affects: shotwell (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/1004310

Title:
  Progress on startup ends at 50%

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

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


[Bug 700767] Re: vpnc drops connection with reason "connection terminated by dead peer detection" after few minutes

2011-07-17 Thread Ilis
It's look works well with DPD disabled

lifetime status: 1191 of 28800 seconds used, 204|171 of 4608000 kbytes
used

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

Title:
  vpnc drops connection with reason "connection terminated by dead peer
  detection" after few minutes

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

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


[Bug 700767] Re: vpnc drops connection with reason "connection terminated by dead peer detection" after few minutes

2011-07-12 Thread Ilis
I can't find option to disable dead peer detection in man pages for
vpnc.

Network design allow to work for many windows users (it's corporate vpn-
server)

I think problem is well described in first message of this thread.

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

Title:
  vpnc drops connection with reason "connection terminated by dead peer
  detection" after few minutes

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

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


[Bug 700767] Re: vpnc drops connection with reason "connection terminated by dead peer detection" after few minutes

2011-07-09 Thread Ilis
The same ubuntu 11.04

Version: 0.5.3r449-2.1

   lifetime status: 331 of 28800 seconds used, 23|19 of 4608000 kbytes used
   NAT-T mode, adding non-esp marker
vpnc[11959]: connection terminated by dead peer detection

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

Title:
  vpnc drops connection with reason "connection terminated by dead peer
  detection" after few minutes

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

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


[Bug 332046] Re: Yelp cannot open sgt-puzzles help files

2011-06-15 Thread Ilis
ilis@alivio:~$ galaxies --version
Galaxies, from Simon Tatham's Portable Puzzle Collection
Revision: r8853 (Debian package 8853-3)

Could not load a document for ‘file:///usr/share/sgt-puzzles/help/en’

It was worked in 10.10 and stopped work after upgrade to 11.04

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

Title:
  Yelp cannot open sgt-puzzles help files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sgt-puzzles/+bug/332046/+subscriptions

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

[Bug 332046] Re: Yelp cannot open sgt-puzzles help files

2011-06-15 Thread Ilis
** Changed in: sgt-puzzles (Ubuntu)
   Status: New => Confirmed

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

Title:
  Yelp cannot open sgt-puzzles help files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sgt-puzzles/+bug/332046/+subscriptions

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


[Bug 596727] Re: sysinfo crashes when I click on "system": System.NullReferenceException

2011-03-10 Thread Ilis
Linuxexperte, thanks!

I'll wait new version in repo. Now I using lshw.

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

Title:
  sysinfo crashes when I click on "system":
  System.NullReferenceException

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


[Bug 596727] Re: sysinfo crashes when I click on "system": System.NullReferenceException

2011-03-10 Thread Ilis
I installed version 0.7-3ubuntu2 right now and it still crashed

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

Title:
  sysinfo crashes when I click on "system":
  System.NullReferenceException

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


[Bug 732779] [NEW] flash artefacts

2011-03-10 Thread Ilis
Public bug reported:

Binary package hint: adobe-flashplugin

I occasionally see artefacts from firefox-pages with flash-games.
Artefacts appears in random programs, i. e. shotwell on the same place
where it was in firefox. Artefacts persists even if user session is
restarted

ubuntu 10.10
2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:29 UTC 2011 i686 GNU/Linux
adobe-flashplugin 10.2.152.27-0maverick1
NVIDIA Driver Version: 260.19.06

** Affects: adobe-flashplugin (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/732779

Title:
  flash artefacts

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


[Bug 700767] Re: vpnc drops connection with reason "connection terminated by dead peer detection" after few minutes

2011-02-23 Thread Ilis
** Changed in: vpnc (Ubuntu)
   Status: New => Confirmed

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

Title:
  vpnc drops connection with reason "connection terminated by dead peer
  detection" after few minutes

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


[Bug 700767] Re: vpnc drops connection with reason "connection terminated by dead peer detection" after few minutes

2011-02-23 Thread Ilis
The same bug.

   lifetime status: 331 of 28800 seconds used, 17|11 of 4608000 kbytes used
   dead peer detected, terminating
   lifetime status: 336 of 28800 seconds used, 17|11 of 4608000 kbytes used
vpnc[17956]: connection terminated by dead peer detection

vpnc version: 0.5.3r449-2

$ uname -a
Linux ... 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 
GNU/Linux

DISTRIB_RELEASE=10.10

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

Title:
  vpnc drops connection with reason "connection terminated by dead peer
  detection" after few minutes

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