Re: [Bug 1906542] Re: echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds says premission error, unable to reapair lost zfs pool data

2020-12-04 Thread Joni-Pekka Kurronen
hi,


Dose new ZFS allow just removeing FAULTED device, so I have old clean 
disk alone,

scrub that,... then REPARTITIONING FAULTED device ( i had incorrect 
size, there is boot area also ),

and then attach FAULTED DEVICE AS NEW MIRROR DISK as it was intented ???


zfs remove old-rpool  -d  faulted

zfs scrub

zfs add old-rpool old new

|???|

|Then I do not have to copy anyyhing ???
|

||

joni


Richard Laager kirjoitti 3.12.2020 klo 23.29:
> device_removal only works if you can import the pool normally. That is
> what you should have used after you accidentally added the second disk
> as another top-level vdev. Whatever you have done in the interim,
> though, has resulted in the second device showing as FAULTED. Unless you
> can fix that, device_removal is not an option. I had hoped that you just
> had the second drive unplugged or something. But since the import is
> showing "corrupted data" for the second drive, that's probably not what
> happened.
>
> This works for me on Ubuntu 20.04:
> echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds
>
> That setting does not exist on Ubuntu 18.04 (which you are running), so
> I get the same "Permission denied" error (because bash is trying to
> create that file, which you cannot do).
>
> I now see this is an rpool. Is your plan to reinstall? With 18.04 or
> 20.04?
>
> If 18.04, then:
> 1. Download the 20.04.1 live image. Write it to a USB disk and boot into that.
> 2. In the live environment, install the ZFS tools: sudo apt install 
> zfsutils-linux
> 3. echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds
> 4. mkdir /old
> 5. Import the old pool renaming it to rpool-old and mount filesystems:
> zpool import -o readonly=on -N -R /old rpool rpool-old
> zfs mount rpool-old/ROOT/ubuntu
> zfs mount -a
> 6. Confirm you can access your data. Take another backup, if desired. If you 
> don't have space to back it up besides the new/second disk, then read on...
> 7. Follow the 18.04 Root-on-ZFS HOWTO using (only) the second disk. Be very 
> careful not to partition or zpool create the disk with your data!!! For 
> example, partition the second disk for the mirror scenario. But obviously you 
> can't do zpool create with "mirror" because you have only one disk.
> 8. Once the new system is installed (i.e. after step 6.2), but before 
> rebooting, copy data from /old to /mnt as needed.
> 9. Shut down. Disconnect the old disk. Boot up again.
> 9. Continue the install as normal.
> 10. When you are certain that everything is good and that new disk is working 
> properly (maybe do a scrub) and you have all your data, then you can connect 
> the old disk and do the zpool attach (ATTACH, not add) to attach the old disk 
> to the new pool as a mirror
>
> If 20.04, then I'd do this instead:
> 1. Unplug the disk with your data.
> 2. Follow the 20.04 Root-on-ZFS HOWTO using only the second disk. Follow the 
> steps as if you were mirroring (since that is the ultimate goal) where 
> possible. For example, partition the second disk for the mirror scenario. But 
> obviously you can't do zpool create with "mirror" because you have only one 
> disk.
> 3. Once the new, 20.04 system is working on the second disk and booting 
> normally, connect the other, old drive. (This assumes you can connect it 
> while the system is running.)
> 4. echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds
> 5. Import the old pool using its GUID renaming it to rpool-old and mount 
> filesystems:
> zpool import -o readonly -N -R /mnt 5077426391014001687 rpool-old
> zfs mount rpool-old/ROOT/ubuntu
> zfs mount -a
> 6. Copy over data.
> 7. zpool export rpool-old
> 8. When you are certain that everything is good and that new disk is working 
> properly (maybe do a scrub) and you have all your data, then you can do the 
> zpool attach (ATTACH, not add) to attach the old disk to the new pool as a 
> mirror.
>
-- 
joni

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

Title:
  echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds  says
  premission error, unable to reapair lost zfs pool data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1906542/+subscriptions

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

[Bug 1906542] Re: echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds says premission error, unable to reapair lost zfs pool data

2020-12-03 Thread Joni-Pekka Kurronen
Do you mean this feature which is comi ng,... when ?
https://github.com/openzfs/openzfs/pull/251

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

Title:
  echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds  says
  premission error, unable to reapair lost zfs pool data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1906542/+subscriptions

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

[Bug 1906542] Re: echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds says premission error, unable to reapair lost zfs pool data

2020-12-03 Thread Joni-Pekka Kurronen
root@jonipekka-desktop:~# zpool import
   pool: rpool
 id: 5077426391014001687
  state: UNAVAIL
 status: One or more devices are faulted.
 action: The pool cannot be imported due to damaged devices or data.
 config:

rpoolUNAVAIL  insufficient 
replicas
  ata-WDC_WD4005FZBX-00K5WB0_V6GAE1PR-part1  ONLINE
  ata-WDC_WD4005FZBX-00K5WB0_VBGDM25F-part4  FAULTED  corrupted data
root@jonipekka-desktop:~#

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

Title:
  echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds  says
  premission error, unable to reapair lost zfs pool data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1906542/+subscriptions

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

[Bug 1906542] Re: echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds says premission error, unable to reapair lost zfs pool data

2020-12-03 Thread Joni-Pekka Kurronen
new device_removal feature ,... where it is ? It might work.

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

Title:
  echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds  says
  premission error, unable to reapair lost zfs pool data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1906542/+subscriptions

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

Re: [Bug 1906542] Re: echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds says premission error, unable to reapair lost zfs pool data

2020-12-03 Thread Joni-Pekka Kurronen
I tried remove command before taking it out,

i was in beleaf system will then correct problem,


So basically secon disk has no data and not corrupted,...


I need that option due import readonly -f pool -d dose not fix problem

so i can then copy disk. I have only essential's at backup ,... so there 
is many files

i realy need,...


joni


Richard Laager kirjoitti 3.12.2020 klo 18.38:
> Why is the second disk missing? If you accidentally added it and ended
> up with a striped pool, as long as both disks are connected, you can
> import the pool normally. Then use the new device_removal feature to
> remove the new disk from the pool.
>
> If you've done something crazy like pulled the disk and wiped it, then
> yeah, you're going to need to figure out how to import the pool read-
> only. I don't have any advice on that piece.
>
-- 
joni

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

Title:
  echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds  says
  premission error, unable to reapair lost zfs pool data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1906542/+subscriptions

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

[Bug 1906542] Re: echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds says premission error, unable to reapair lost zfs pool data

2020-12-03 Thread Joni-Pekka Kurronen
Is there anyone who could help me over go this bug so I can rescue my ZFS pool 
data,
pool will be lost as I understand. I accidentaly added disk to pool and not as 
mirror
what was intention,... and it can nor be removed even there is no data!

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

Title:
  echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds  says
  premission error, unable to reapair lost zfs pool data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1906542/+subscriptions

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

[Bug 1906542] [NEW] echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds says premission error, unable to reapair lost zfs pool data

2020-12-02 Thread Joni-Pekka Kurronen
Public bug reported:

root@jonipekka-desktop:~# echo 1 >> 
/sys/module/zfs/parameters/zfs_max_missing_tvds
-bash: /sys/module/zfs/parameters/zfs_max_missing_tvds: Permission denied
root@jonipekka-desktop:~#


https://www.delphix.com/blog/openzfs-pool-import-recovery

Import with missing top level vdevs

The changes to the pool configuration logic have enabled another great
improvement: the ability to import a pool with missing or faulted top-
level vdevs. Since some data will almost certainly be missing, a pool
with missing top-level vdevs can only be imported read-only, and the
failmode is set to “continue” (failmode=continue means that when
encountering errors the pool will continue running, as opposed to being
suspended or panicking).

To enable this feature, we’ve added a new global variable:
zfs_max_missing_tvds, which defines how many missing top level vdevs we
can tolerate before marking a pool as unopenable. It is set to 0 by
default, and should be changed to other values only temporarily, while
performing an extreme pool recovery.

Here as an example we create a pool with two vdevs and write some data
to a first dataset; we then add a third vdev and write some data to a
second dataset. Finally we physically remove the new vdev (simulating,
for instance, a device failure) and try to import the pool using the new
feature.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: zfsutils-linux 0.7.5-1ubuntu16.10
ProcVersionSignature: Ubuntu 4.15.0-126.129-generic 4.15.18
Uname: Linux 4.15.0-126-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.9-0ubuntu7.20
Architecture: amd64
Date: Wed Dec  2 18:39:58 2020
InstallationDate: Installed on 2020-12-02 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: zfs-linux
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: zfs-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  echo 1 >> /sys/module/zfs/parameters/zfs_max_missing_tvds  says
  premission error, unable to reapair lost zfs pool data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1906542/+subscriptions

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

[Bug 1906109] [NEW] Installation was interrupted fatal error: could not install grup

2020-11-28 Thread Joni Nousiainen
Public bug reported:

-

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Nov 28 17:41:06 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
RebootRequiredPkgs:
 linux-image-5.8.0-25-generic
 linux-base
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy ubiquity-20.10.13 ubuntu

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

Title:
  Installation was interrupted fatal error: could not install grup

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

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

[Bug 1860257] [NEW] during dist-upgrade from 16.04 to 18.04, virtuoso-nepomuk blocked initscripts from installing

2020-01-18 Thread Joni Nevalainen
Public bug reported:

lsb_release -rd
Description:Ubuntu 16.04.6 LTS
Release:16.04

While running distribution upgrade from 14.04 to 16.04, the terminal
reported too many errors during upgrade and your system may be in an
unusable state.

Took a look here:
https://bugs.launchpad.net/ubuntu/+source/virtuoso-opensource/+bug/1542453

With fix suggestion:
I removed /etc/init.d/virtuoso-nepomuk
then
sudo dpkg --configure -a
sudo apt-get purge virtuoso-nepomuk
sudo apt-get install -f
sudo apt-get upgrade

- Found errored packages by running dpkg --configure -a
Setting up initscripts (2.88dsf-59.3ubuntu2) ...
insserv: warning: script 'screen-cleanup' missing LSB tags and overrides
insserv: Default-Start undefined, assuming empty start runlevel(s) for script 
`screen-cleanup'
insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script 
`screen-cleanup'
insserv: warning: script 'binfmt-support' missing LSB tags and overrides
insserv: Default-Start undefined, assuming empty start runlevel(s) for script 
`binfmt-support'
insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script 
`binfmt-support'
insserv: Script virtuoso-nepomuk is broken: missing end of LSB comment.
insserv: warning: script 'virtuoso-nepomuk' missing LSB tags and overrides
insserv: warning: script 'screen-cleanup' missing LSB tags and overrides
insserv: Default-Start undefined, assuming empty start runlevel(s) for script 
`screen-cleanup'
insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script 
`screen-cleanup'
insserv: warning: script 'binfmt-support' missing LSB tags and overrides
insserv: Default-Start undefined, assuming empty start runlevel(s) for script 
`binfmt-support'
insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script 
`binfmt-support'
insserv: Script virtuoso-nepomuk is broken: missing end of LSB comment.
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing package initscripts (--configure):
 subprocess installed post-installation script returned error exit status 1

- Also took a look at logs in /var/log/dist-upgrade/

- Searched for related packages of the scripts
dpkg -S /etc/init.d/virtuoso-nepomuk
virtuoso-nepomuk: /etc/init.d/virtuoso-nepomuk

dpkg -S /etc/init.d/binfmt-support
binfmt-support: /etc/init.d/binfmt-support

dpkg -S /etc/init.d/screen-cleanup
screen: /etc/init.d/screen-cleanup

- Tried to remove errored packages
apt-get remove virtuoso-nepomuk binfmt-support screen
...
Package 'virtuoso-nepomuk' is not installed, so not removed

The following packages will be REMOVED:
  binfmt-support playonlinux screen wine wine1.6 wine1.6-i386

- Tried harder
apt-get purge virtuoso-nepomuk binfmt-support screen

The following packages will be REMOVED:
  binfmt-support* screen* virtuoso-nepomuk*
0 upgraded, 0 newly installed, 3 to remove and 1 not upgraded.
940 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
(Reading database ... 777471 files and directories currently installed.)
Removing binfmt-support (2.1.6-1) ...
Purging configuration files for binfmt-support (2.1.6-1) ...
insserv: Script virtuoso-nepomuk is broken: missing end of LSB comment.
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing package binfmt-support (--purge):
 subprocess installed post-removal script returned error exit status 1
Removing screen (4.3.1-2build1) ...
Purging configuration files for screen (4.3.1-2build1) ...
insserv: Script virtuoso-nepomuk is broken: missing end of LSB comment.
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing package screen (--purge):
 subprocess installed post-removal script returned error exit status 1
Removing virtuoso-nepomuk (6.1.4+dfsg1-0ubuntu1) ...
Purging configuration files for virtuoso-nepomuk (6.1.4+dfsg1-0ubuntu1) ...
E: Sub-process /usr/bin/dpkg returned an error code (1)

- Tried to resume upgrade
apt-get install -f

this (re-)installed a LOT of packages. Maybe not the best idea.

- Tried to configure them
dpkg --configure -a

Nothing, curious..

- Tried to resume distribution upgrade
apt-get dist-upgrade

The following NEW packages will be installed:
  libfarstream-0.2-5 libpurple0
The following packages will be upgraded:
  libpurple-bin

- Autoremoved obsolete packages
apt-get autoremove

- Might want to consider reinstalling
openvpn

- Doublechecks
apt-get upgrade
 (nothing)
dpkg --configure -a
 (nothing)

apt-cache search wayland
apt-cache showpkg xwayland
apt-cache showpkg grub

- Rebooted, system logged in succesfully. Complained about some crash
errors, so here is one of them reported.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: initscripts 2.88dsf-59.3ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-171.200-generic 4.4.203
Uname: Linux 4.4.0-171-generic i686
ApportVersion: 

[Bug 1748906] [NEW] package gnome-menus 3.13.3-11ubuntu1 failed to install/upgrade: triggers looping, abandoned

2018-02-12 Thread Joni Graf
Public bug reported:

Ubuntu 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: gnome-menus 3.13.3-11ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.8-0ubuntu8
Architecture: amd64
Date: Mon Feb 12 13:55:03 2018
Dependencies:
 
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2018-01-31 (11 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180129)
Python3Details: /usr/bin/python3.6, Python 3.6.4, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu1
 apt  1.6~alpha7ubuntu1
SourcePackage: gnome-menus
Title: package gnome-menus 3.13.3-11ubuntu1 failed to install/upgrade: triggers 
looping, abandoned
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-menus (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-package bionic

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

Title:
  package gnome-menus 3.13.3-11ubuntu1 failed to install/upgrade:
  triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1748906/+subscriptions

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

[Bug 1720519] Re: Module "module-switch-on-connect" should be loaded once at most. Refusing to load.

2017-10-06 Thread Joni Hyttinen
This would seem to happen because start-pulseaudio-x11 tries to load
module-device-manager that unfortunately conflicts with module-switch-
on-connect.

https://bugs.freedesktop.org/show_bug.cgi?id=95104


** Bug watch added: freedesktop.org Bugzilla #95104
   https://bugs.freedesktop.org/show_bug.cgi?id=95104

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

Title:
  Module "module-switch-on-connect" should be loaded once at most.
  Refusing to load.

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

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

[Bug 1639349] [NEW] package tex-common 6.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-11-04 Thread Joni Rajala
Public bug reported:

installed Ubuntu 16.04 and it seems to me something went wrong in the
installation or I choose wrong...

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: tex-common 6.04
ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
Uname: Linux 4.4.0-45-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Fri Nov  4 22:22:28 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2009-01-01 (2863 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: tex-common
Title: package tex-common 6.04 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-11-04 (0 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check xenial

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

Title:
  package tex-common 6.04 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1639349/+subscriptions

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


[Bug 1550950] [NEW] package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in package openjdk-9-jdk-he

2016-02-28 Thread Joni Graf
Public bug reported:

Ubuntu Xenial Xerus (development branch)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: openjdk-9-jdk 9~b102-1
ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
Uname: Linux 4.4.0-8-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Sun Feb 28 16:44:30 2016
ErrorMessage: trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b107-0ubuntu1
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.3
SourcePackage: openjdk-9
Title: package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to 
overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is 
also in package openjdk-9-jdk-headless:amd64 9~b107-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openjdk-9 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to
  overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h',
  which is also in package openjdk-9-jdk-headless:amd64 9~b107-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1550950/+subscriptions

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


[Bug 1317811] Re: Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x slots

2015-02-18 Thread Joni-Pekka Kurronen
I can confirm that ethtool -K eth0 sg off  did correct bacula backup problem:

-bacula-sd - bacula-fd communication error that stops backup process
saying  Error: bsock.c:427 Write error sending reset by peer

-so far no IPV6 trafic jam's whit aiccu, but single missing packet's
should not stop aiccu?

At Ubuntu 14.04 3.13.0-39-generic LTS, twin server configuration (
suricata, logstash, NFQUEUE, shoreline, keepalived, haproxy, mariadb-
galera-cluster, aiccu IPCV6,...), one of twin servers has 4G (Hawei
E398) tongle, wifi (hostapd) tongle and dose firewall, routing,... 4
cores so it's not busy ever,...

So could these missing packet's realy stop lenghty prosess like backup
where 0.1T to 0.7T transfered and other mechanisms can not correct, hide
the problem ?

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

Title:
  Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x
  slots

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

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


[Bug 1317811] Re: Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x slots

2015-02-18 Thread Joni-Pekka Kurronen
Crazy idea, could there be situations when sender increases mtu over receiver 
side?

Fundamental question, I tried to understan what ethtool -K eth0 sg off dose in 
protocoll level
can anyone explain, it look's medicine at moment.

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

Title:
  Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x
  slots

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

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


[Bug 1317811] Re: Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x slots

2015-02-17 Thread Joni-Pekka Kurronen
hi,

I have had two mysteriouse problem's, bacula stop's and says as reason
connecyion lost due too big packets's ( tried to cange mtu no success)
second have been aiccu that dose not recover time to time after
connection get up againg, need's service stop  start,...

I just gave sudo ethtool -K eth0 sg off and bacula seem's yo work
now,... tomorrow morning if all backup's done this might been the
corrective action. Backup causes at giganet around 17-40mb/s continouse
trafic + internet usage at server/router/4Gtongle connection point.

Any ideas how to test? Could this explain my problem?

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

Title:
  Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x
  slots

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

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


[Bug 1239029] Re: Please add build-dep on libmjpegtools-dev for mplex plugin

2015-02-14 Thread Joni-Pekka Kurronen
Fix at 14.04 as well please!

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

Title:
  Please add build-dep on libmjpegtools-dev for mplex plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1239029/+subscriptions

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


[Bug 1239029] Re: Please add build-dep on libmjpegtools-dev for mplex plugin

2015-02-14 Thread Joni-Pekka Kurronen
Yes, 14.04, Brasero can not found even installed.

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

Title:
  Please add build-dep on libmjpegtools-dev for mplex plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1239029/+subscriptions

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


[Bug 1357795] Re: gnuradio dose not work 14.04 libboost1.48 requested

2015-01-30 Thread Joni-Pekka Kurronen
** Changed in: blcr (Ubuntu)
   Status: New = Fix Released

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

Title:
  gnuradio dose not work 14.04 libboost1.48 requested

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

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


[Bug 1289083] Re: blcr-dkms 0.8.5-2.1: blcr kernel module failed to build [configure: error: Kernel source is configured uni-processor but the kernel symbol table is SMP.]

2015-01-30 Thread Joni-Pekka Kurronen
I have been running blcr beta version whitout crashes,... not tested full 
functionality yet.
Probelm fixed and waiting 0.8.6

** Changed in: blcr (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  blcr-dkms 0.8.5-2.1: blcr kernel module failed to build  [configure:
  error: Kernel source is configured uni-processor but the kernel symbol
  table is SMP.]

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

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


[Bug 1415996] Re: CAN NOT INSTALL libavcodec-dev: sudo apt-get install libavcodec-dev

2015-01-30 Thread Joni-Pekka Kurronen
hi,

I'am very sorry this is not bug! It was caused due apacheDS LDAP server did not 
started due 
coputer had shutdown whitout clearing apacheDS PID. Due system used LDAP to 
share 
some user system UID's at cluster it caused premission problem's to apt-cacher 
that did
NOT REPORTED anything. nlcd,... ext kept system looking good, after them did not
provided UID's I got first error messages to REGONIZE THE PROBLEM!!!

SORRYU FOR INCONVINIENCE it's just it looked missing library,...

joni

** Changed in: libav (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/1415996

Title:
  CAN NOT INSTALL libavcodec-dev: sudo apt-get install libavcodec-dev

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

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


[Bug 1365869] Re: After upgrade to 3.13.0-35.62, rpc.gssd complains about missing /run/rpc_pipefs/gssd/clntXX/info

2014-09-30 Thread Joni-Pekka Kurronen
hi,

Real Bug is that NFS logging dose not give clear information wgat's
happening and diagnose is hard to do!

Problem solved:
1) I finaly found upgrade kernel, after installing it gssapi error
message dissapeared and NO ERROR MESSAGES at log's.

2) by useing wireshark I found _kerberos._udp DNS requests and
due DNS had not answers I configured BIND9 to publish all kerberos
service addresses.

I have NFS + MIT kerberos client and apacheDS LDAP + KERBEROS server
there is no addministration address at kerberos.


joni

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

Title:
  After upgrade to 3.13.0-35.62, rpc.gssd complains about missing
  /run/rpc_pipefs/gssd/clntXX/info

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

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


[Bug 1373490] Re: NFS4, NFS stopped working after 12.04 to 14.04 upgrade

2014-09-30 Thread Joni-Pekka Kurronen
hi,

Real Bug is that NFS logging dose not give clear information wgat's
happening and diagnose is hard to do!

Problem solved:
1) I finaly found upgrade kernel, after installing it gssapi error
message dissapeared and NO ERROR MESSAGES at log's.

2) by useing wireshark I found _kerberos._udp DNS requests and
due DNS had not answers I configured BIND9 to publish all kerberos
service addresses.

I have NFS + MIT kerberos client and apacheDS LDAP + KERBEROS server
there is no addministration address at kerberos.


joni


** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New = Fix Committed

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

Title:
  NFS4, NFS stopped working after 12.04 to 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1373490/+subscriptions

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


[Bug 1365869] Re: After upgrade to 3.13.0-35.62, rpc.gssd complains about missing /run/rpc_pipefs/gssd/clntXX/info

2014-09-29 Thread Joni-Pekka Kurronen
Tried to use propose but kernel 13.63 was last no 64 !!!

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

Title:
  After upgrade to 3.13.0-35.62, rpc.gssd complains about missing
  /run/rpc_pipefs/gssd/clntXX/info

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

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


[Bug 1365869] Re: After upgrade to 3.13.0-35.62, rpc.gssd complains about missing /run/rpc_pipefs/gssd/clntXX/info

2014-09-24 Thread Joni-Pekka Kurronen
I have nfs4 not working and guessing could it be same problem,... actually
after 12.04 to 14.04 upgrade it stopped to work and I belived it was
pam/ldap realatd problem,... can kindly look at and confirm that this is the
reason and I can wait kernel update ( or upgrade kerenel? ) to get NFS4
working.


Server:
  ApacheDS: ldap and kerberos
  MIT: kerberos client
  nfs-kernel

LOG say's while mounting from client:

Sep 24 18:33:19 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 named[2378]: client 
2001:14b8:100:8363:d5bc:33c:1c2c:6bc2#23423 (_kerberos-master._udp.KURROLA.FI): 
query (cache) '_kerberos-master._udp.KURROLA.FI/SRV/IN' denied
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info

This is OK whit server, so principal should work,...
sudo kinit -k -t /etc/krb5.keytab nfs/mpi1.kurrola.dy...@kurrola.fi

Client: 
  MIT: kerberos client

joni@kaak:~$ sudo mount -a
mount.nfs4: access denied by server while mounting mpi1.kurrola.dy.fi:/

and log says at client:

Sep 24 18:37:53 kaak sudo: joni : problem with defaults entries ; TTY=pts/2 
; PWD=/home/joni ; 
Sep 24 18:37:53 kaak sudo: joni : TTY=pts/2 ; PWD=/home/joni ; USER=root ; 
COMMAND=/bin/mount -a
Sep 24 18:37:53 kaak sudo: pam_unix(sudo:session): session opened for user root 
by joni(uid=0)
Sep 24 18:37:54 kaak sudo: pam_unix(sudo:session): session closed for user root

This at client work's do principals should be ok.
 sudo kinit -k -t /etc/krb5.keytab nfs/kaak.kurrola.dy...@kurrola.fi

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

Title:
  After upgrade to 3.13.0-35.62, rpc.gssd complains about missing
  /run/rpc_pipefs/gssd/clntXX/info

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

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


[Bug 1373490] [NEW] NFS4, NFS stopped working after 12.04 to 14.04 upgrade

2014-09-24 Thread Joni-Pekka Kurronen
Public bug reported:


NFS4 whit LDAP  KERBEROS DOSE NOT WORK,... actually
after 12.04 to 14.04 upgrade it stopped to work and I belived it was
pam/ldap realatd configuration problem,... can you kindly look at and confirm 
that this is the
reason and I can wait kernel update ( or upgrade kerenel? ) to get NFS4
working. I mean most likely this is dupplicate based on onset,.. 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365869

Server:
  ApacheDS: ldap and kerberos
  MIT: kerberos client
  nfs-kernel

LOG say's while mounting from client:

Sep 24 18:33:19 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 named[2378]: client 
2001:14b8:100:8363:d5bc:33c:1c2c:6bc2#23423 (_kerberos-master._udp.KURROLA.FI): 
query (cache) '_kerberos-master._udp.KURROLA.FI/SRV/IN' denied
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: can't open 
/run/rpc_pipefs/gssd/clntXX/info: No such file or directory
Sep 24 18:33:23 mpi1 rpc.gssd[1176]: ERROR: failed to read service info

This is OK whit server, so principal should work,...
sudo kinit -k -t /etc/krb5.keytab nfs/mpi1.kurrola.dy...@kurrola.fi

Client:
  MIT: kerberos client

joni@kaak:~$ sudo mount -a
mount.nfs4: access denied by server while mounting mpi1.kurrola.dy.fi:/

and log says at client:

Sep 24 18:37:53 kaak sudo: joni : problem with defaults entries ; TTY=pts/2 ; 
PWD=/home/joni ;
Sep 24 18:37:53 kaak sudo: joni : TTY=pts/2 ; PWD=/home/joni ; USER=root ; 
COMMAND=/bin/mount -a
Sep 24 18:37:53 kaak sudo: pam_unix(sudo:session): session opened for user root 
by joni(uid=0)
Sep 24 18:37:54 kaak sudo: pam_unix(sudo:session): session closed for user root

This at client work's do principals should be ok.
 sudo kinit -k -t /etc/krb5.keytab nfs/kaak.kurrola.dy...@kurrola.fi

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.5
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Wed Sep 24 19:05:33 2014
InstallationDate: Installed on 2014-08-25 (30 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Release amd64+mac 
(20140416.2)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade trusty

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

Title:
  NFS4, NFS stopped working after 12.04 to 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1373490/+subscriptions

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


[Bug 1319144] Re: Ubuntu 14.04 LTS Fatal error

2014-09-03 Thread Joni-Pekka Kurronen
*** This bug is a duplicate of bug 1241425 ***
https://bugs.launchpad.net/bugs/1241425

https://bugs.debian.org/cgi-
bin/bugreport.cgi?msg=10;filename=php5.5-compatibility.patch;att=1;bug=710854

In my brief testing the patch linked to above seemed to fix both
problems.


RESULTS TO:

Fatal error: Cannot redeclare password_hash() in
/var/www/drupal/myphpldapadmin/lib/functions.php on line 2225

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

Title:
  Ubuntu 14.04 LTS Fatal error

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

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


[Bug 1359425] Re: ldif_read_file: checksum error on - NO MNAUL EDITING

2014-08-21 Thread Joni-Pekka Kurronen
It's high level bug at opelapd,... openlapd should prevent all access to
files that can be manipulated correctly only trough openlapd tool's by
owning all rights to file's,... even opening (no changes nade) openlapd
file whit gedit will detroy CRC ! For same reason I give only access to
backup software and device to backup's,... not for root.

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

Title:
  ldif_read_file: checksum error on - NO MNAUL EDITING

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1359425/+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 1359425] Re: ldif_read_file: checksum error on - NO MNAUL EDITING

2014-08-21 Thread Joni-Pekka Kurronen
It's high level bug at opelapd,... openlapd should prevent all access to
files that can be manipulated correctly only trough openlapd tool's by
owning all rights to file's,... even opening (no changes nade) openlapd
file whit gedit will detroy CRC ! For same reason I give only access to
backup software and device to backup's,... not for root.

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

Title:
  ldif_read_file: checksum error on - NO MNAUL EDITING

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

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


[Bug 1359425] [NEW] ldif_read_file: checksum error on - NO MNAUL EDITING

2014-08-20 Thread Joni-Pekka Kurronen
Public bug reported:


After installation + adding via webmin Client Users and Groups two users that 
work
after installation.

Booted computer and lapd did not work.

Log:

Aug 21 00:41:33 mpi1 slapd[13499]: ldif_read_file: checksum error on 
/etc/ldap/slapd.d/cn=config/olcDatabase={1}hdb.ldif
Aug 21 00:41:33 mpi1 slapd[13499]: config error processing 
olcDatabase={1}hdb,cn=config: ordered_value_sort failed on attr olcAccess#012
Aug 21 00:41:33 mpi1 slapd[13499]: slapd stopped.

No manual editing at /etc/ldap/slapd.d

Have done that three times,...

Used Instruction are:

http://hswong3i.net/blog/hswong3i/ldap-single-sign-webmin-
ubuntu-12-04-howto

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

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

Title:
  ldif_read_file: checksum error on - NO MNAUL EDITING

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1359425/+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 1359425] [NEW] ldif_read_file: checksum error on - NO MNAUL EDITING

2014-08-20 Thread Joni-Pekka Kurronen
Public bug reported:


After installation + adding via webmin Client Users and Groups two users that 
work
after installation.

Booted computer and lapd did not work.

Log:

Aug 21 00:41:33 mpi1 slapd[13499]: ldif_read_file: checksum error on 
/etc/ldap/slapd.d/cn=config/olcDatabase={1}hdb.ldif
Aug 21 00:41:33 mpi1 slapd[13499]: config error processing 
olcDatabase={1}hdb,cn=config: ordered_value_sort failed on attr olcAccess#012
Aug 21 00:41:33 mpi1 slapd[13499]: slapd stopped.

No manual editing at /etc/ldap/slapd.d

Have done that three times,...

Used Instruction are:

http://hswong3i.net/blog/hswong3i/ldap-single-sign-webmin-
ubuntu-12-04-howto

** Affects: openldap (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/1359425

Title:
  ldif_read_file: checksum error on - NO MNAUL EDITING

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

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


[Bug 1289047] Re: [Trusty] hostapd package is broken

2014-08-19 Thread Joni-Pekka Kurronen
I have still one machien not solved,...

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

Title:
  [Trusty] hostapd package is broken

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

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


[Bug 1289047] Re: [Trusty] hostapd package is broken

2014-08-19 Thread Joni-Pekka Kurronen
hi,

Upgraded from 12.04 to 14.04 and lost wlan0,...
but problem was at configuration, I forget from interfaces,

iface wlan0 inet manual
pre-up iw dev wlan0 set type __ap
hostapd /etc/hostapd/hostapd.conf

two last lines !

my hostapd.conf :

interface=wlan0
bridge=br0
driver=nl80211
macaddr_acl=1
accept_mac_file=/etc/hostapd.accept
ssid=HARASOO
hw_mode=g
channel=3
wpa=2
wpa_passphrase=xXXxxXXXx
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
wpa_ptk_rekey=600

I have 1USD chines wifi ship's at all machines and
creating 4 wifi hotspots's that brideg giganet.
Manual so can ifup wlan0  and ifdown wlan0
at cron,...

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

Title:
  [Trusty] hostapd package is broken

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

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


[Bug 1357795] [NEW] gnuradio dose not work 14.04 libboost1.48 requested

2014-08-16 Thread Joni-Pekka Kurronen
Public bug reported:


Tried to install gnuradio.

It install's but it complains due it can not find libboos  -1.48.0.so ,
 it can not due 14.04 I got libboost  1.54.0 and 1.55.0 

It could be that doing symlinks could workout as emergency repair
but still eighter new packing or copilation against new boost libraryes needed.

** Affects: blcr (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/1357795

Title:
  gnuradio dose not work 14.04 libboost1.48 requested

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

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


[Bug 1357796] [NEW] upgrade from 12.04 to 14.04 dose not work whit multiple machines

2014-08-16 Thread Joni-Pekka Kurronen
Public bug reported:


apt-cacher-ng can freeze / JAM if more than one machines are upgradeing
from 12.04 to 14.04.

Machine which is in upgrade can jam/freeze also, for ever, also
 file lock's remains and those are bit hard to find due sudo update-manager -d
  dose not complain all locks. apt-get update reports old lokcs left behibd.

** Affects: apt-cacher-ng (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: blcr (Ubuntu) = apt-cacher-ng (Ubuntu)

** Also affects: update-manager (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/1357796

Title:
  upgrade from 12.04 to 14.04 dose not work whit multiple machines

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

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


[Bug 1357796] Re: upgrade from 12.04 to 14.04 dose not work whit multiple machines

2014-08-16 Thread Joni-Pekka Kurronen
update-manger can freeze whit apt-cacher-ng.
Getting started again is not straight foward
I have still one machine in jam, can not get upgardeing,
it hangs while calculating installation

Useing 02proxy setting. apt-cacher.ng is at allready
updated server.

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

Title:
  upgrade from 12.04 to 14.04 dose not work whit multiple machines

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

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


[Bug 1317297] Re: unity shell doesn't display

2014-08-13 Thread Joni-Pekka Kurronen
*** This bug is a duplicate of bug 1289083 ***
https://bugs.launchpad.net/bugs/1289083

blcr software dose not support current, new, kernels above 3.7 according
berkley laboratoryes,... so I'am wondering how it can be in distribution
at 14.04,... has someone done private patch ???

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

Title:
  unity shell doesn't display

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

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


[Bug 1355146] [NEW] dose not boot efi signed kernel

2014-08-11 Thread Joni-Pekka Kurronen
Public bug reported:


Hardware: AsRock 990 FX

fstab:
/boot/efi

root@mpi1:/home/joni# efibootmgr --create --part 1 --label Ubuntu Trusty EFI 
--loader '\boot\efi\EFI\ubuntu\vmlinuz-3.13.0-32-generic.efi.signed'
BootCurrent: 
Timeout: 2 seconds
BootOrder: 0002,,0006,0003,0001
Boot* ubuntu
Boot0001  Hard Drive 
Boot0003  UEFI: Built-in EFI Shell 
Boot0006* CD/DVD Drive 
Boot0002* Ubuntu Trusty EFI
root@mpi1:/home/joni# ls 
/boot/efi/EFI/ubuntu/vmlinuz-3.13.0-32-generic.efi.signed
/boot/efi/EFI/ubuntu/vmlinuz-3.13.0-32-generic.efi.signed
root@mpi1:/home/joni# sudo efibootmgr -v
BootCurrent: 
Timeout: 2 seconds
BootOrder: 0002,,0006,0003,0001
Boot* ubuntu
HD(1,22,ee6b3,20ed17b3-c133-4c27-8f5f-1c420b10d018)File(\EFI\ubuntu\grubx64.efi)
Boot0001  Hard DriveBIOS(2,0,00)AMGOAMNO|.W.D.C. 
.W.D.1.0.0.2.F.A.E.X.-.0.0.7.B.A.0A..1.N.;..@..Gd-.;.A..MQ..L.W.D.C.
 .W.D.1.0.0.2.F.A.E.X.-.0.0.7.B.A.0......AMBOAMNO|.W.D.C. 
.W.D.1.0.0.2.F.A.E.X.-.0.0.7.B.A.0A..1.N.;..@..Gd-.;.A..MQ..L.W.D.C.
 .W.D.1.0.0.2.F.A.E.X.-.0.0.7.B.A.0......AMBOAMNOv.S.a.n.D.i.s.k. 
.S.D.S.S.D.P.0.6.4.GA..1.N.;..:..Gd-.;.A..MQ..L.S.a.n.D.i.s.k.
 .S.D.S.S.D.P.0.6.4.G......AMBO
Boot0002* Ubuntu Trusty EFI 
HD(1,22,ee6b3,20ed17b3-c133-4c27-8f5f-1c420b10d018)File(\boot\efi\EFI\ubuntu\vmlinuz-3.13.0-32-)
Boot0003  UEFI: Built-in EFI Shell  
Vendor(5023b95c-db26-429b-a648-bd47664c8012,)AMBO
Boot0006* CD/DVD Drive  BIOS(3,0,00)AMGOAMNOm.H.L.-.D.T.-.S.T. 
.B.D.-.R.E. . 
.B.H.1.0.L.S.3.8A...Gd-.;.A..MQ..L.8.K.C.4.5.2.3.9.2.8.
 .4. . . . . . . . ......AMBO

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-signed-image-generic 3.13.0.32.38
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  joni   3667 F pulseaudio
 /dev/snd/controlC3:  joni   3667 F pulseaudio
 /dev/snd/controlC2:  joni   3667 F pulseaudio
 /dev/snd/controlC0:  joni   3667 F pulseaudio
Date: Mon Aug 11 14:52:28 2014
HibernationDevice: RESUME=UUID=c5de965b-1adc-40e4-ab8b-cddb8bd153c6
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed 
root=UUID=717426c9-bb8b-455c-b1c8-85f1e67cd245 ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf 
nomdmonisw
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-32-generic N/A
 linux-backports-modules-3.13.0-32-generic  N/A
 linux-firmware 1.127.4
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/12/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.50
dmi.board.name: 990FX Extreme3
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd10/12/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn990FXExtreme3:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug trusty

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

Title:
  dose not boot efi signed kernel

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

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


[Bug 1289083] Re: blcr-dkms 0.8.5-2.1: blcr kernel module failed to build [configure: error: Kernel source is configured uni-processor but the kernel symbol table is SMP.]

2014-08-02 Thread Joni-Pekka Kurronen
WHERE IS THE FIX

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

Title:
  blcr-dkms 0.8.5-2.1: blcr kernel module failed to build  [configure:
  error: Kernel source is configured uni-processor but the kernel symbol
  table is SMP.]

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

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


[Bug 1289083] Re: blcr-dkms 0.8.5-2.1: blcr kernel module failed to build [configure: error: Kernel source is configured uni-processor but the kernel symbol table is SMP.]

2014-08-02 Thread Joni-Pekka Kurronen
Installing blcr from distribution is not allways an FIX,... at 12.04 it did not 
work at all,.. i will try blcr distributed whit ubuntu know and try to remeber 
to give note if it works,... mpich from distribution did work out at my 
installation so it's from sources,..

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

Title:
  blcr-dkms 0.8.5-2.1: blcr kernel module failed to build  [configure:
  error: Kernel source is configured uni-processor but the kernel symbol
  table is SMP.]

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

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


[Bug 1289083] Re: blcr-dkms 0.8.5-2.1: blcr kernel module failed to build [configure: error: Kernel source is configured uni-processor but the kernel symbol table is SMP.]

2014-08-02 Thread Joni-Pekka Kurronen
Distribution version of blcr ( most likely a stub that only satisfies 
compilation depencyes but not functional ) made possible to compile programs. 
Acccording software programmers it's not redy for kernels newer 3.7 so it 
should not be used until done. So THERE IS NO FIX, you can compile programs 
against distributions blcr whitout getting blcr functionality.

your's MPI4YOU project at:
https://sites.google.com/site/jpsdatareviewstheboy007/ubuntu-lts-12-4-companion-whit-ltsp-mpich2-elmer-openfoam

john

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

Title:
  blcr-dkms 0.8.5-2.1: blcr kernel module failed to build  [configure:
  error: Kernel source is configured uni-processor but the kernel symbol
  table is SMP.]

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

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


[Bug 1289083] Re: blcr-dkms 0.8.5-2.1: blcr kernel module failed to build [configure: error: Kernel source is configured uni-processor but the kernel symbol table is SMP.]

2014-08-02 Thread Joni-Pekka Kurronen
hi,

--- Comment #1 from Paul H. Hargrove Xlbl.gov  2014-08-02 03:36:20 ---
Joni,

BLCR still does not support any Linux kernel versions newer than 3.7.1.

So, the error message you see for a 3.13.x kernel is not significant in any
way.
Most likely something has changed in how to identify an SMP vs. uniprocessor
kernel.
If so, that will be resolved along with all the other changes to BLCR that will
be necessary to support newer kernels.

-Paul

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

Title:
  blcr-dkms 0.8.5-2.1: blcr kernel module failed to build  [configure:
  error: Kernel source is configured uni-processor but the kernel symbol
  table is SMP.]

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

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


Re: [Bug 1260844] Re: Mythtv package's have mixed versions - dose not work!

2014-01-29 Thread Joni-Pekka Kurronen
hi,

this is rather old case.

If I correctly remeber, part of package was older,
compatibelity problem,... sorr do not remember exactly,
but it was pacjage content,...

Also I'am useing apt-cacher so it can be more complex
problem !

joni

29.01.2014 20:56, Mario Limonciello kirjoitti:
 Can you please elaborate some more on what the problem here was?  
 It sounds like:
 You had precise-updates repository activated but didn't actually have all the 
 updates pulled from it?  Did you have any PPA's enabled?
 


-- 

Joni-Pekka Kurronen
AMRINA, Insinööri AMK veneala
gsm. +358 50 521 2279
http://kurrola.dy.fi
http://kurrola.allowed.org.ipv4.sixxs.org  ( old ipv4 network )

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

Title:
  Mythtv package's have mixed versions - dose not work!

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

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

[Bug 1261653] Re: aiccu can not route, looses route

2014-01-14 Thread Joni-Pekka Kurronen
hi,

One reason found, that was  at evneing ifconfig wlan2 down and
at morning ifconfig wlan up,... that stops trafic trough sixxs,...
This is fixed to give restart aiccu after ifconfig wlan up .

Also got new Huawei driver that gives staedy trafic to ppp0.

Still ther have been mystery stops randomly at day,... ppp0
 up down transition, could it stop aiccu working? 

joni

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

Title:
  aiccu can not route, looses route

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

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


[Bug 1265035] Re: gkremld causes system to restart immediately after suspend/shutdown or it might hang at shutdoen

2013-12-30 Thread Joni-Pekka Kurronen
Hi,

Have same problem 3 almost identical machines and one outdated server as
well.

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

Title:
  gkremld causes system to restart immediately after suspend/shutdown or
  it might hang at shutdoen

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

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


[Bug 1265035] [NEW] gkremld causes system to restart immediately after suspend/shutdown or it might hang at shutdoen

2013-12-30 Thread Joni-Pekka Kurronen
Public bug reported:


Computer restart after suspend or shutdown,
it can also hang while shutdown.

Removeing gkremld server removed problem.

Enviroment:
Ubuntu 12.4 precise, latest
Mother Board AsRock FX990
AMD FX 8510

yours,
joni

Description:Ubuntu 12.04.3 LTS
Release:12.04
joni@mpi1:~$

** Affects: gkrellm (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/1265035

Title:
  gkremld causes system to restart immediately after suspend/shutdown or
  it might hang at shutdoen

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

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


[Bug 1263475] [NEW] Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

2013-12-22 Thread Joni-Pekka Kurronen
Public bug reported:


This might be reason:
https://blueprints.launchpad.net/ubuntu/+spec/spinbutton-adjustment-warnings

joni@mpi2:/media$ sudo nano /etc/bacula/tray-monitor.conf
joni@mpi2:/media$ bacula-tray-monitor -c /etc/bacula/tray-monitor.conf

(bacula-tray-monitor:22255): Gtk-WARNING **: GtkSpinButton: setting an 
adjustment with non-zero page size is deprecated
Connecting to Director 192.168.0.40:9101
Opened connection with Director daemon.
Connecting to Client 192.168.0.40:9102
Opened connection with File daemon.
Connecting to Storage 192.168.0.40:9103
Opened connection with Storage daemon.
^X^C

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
Uname: Linux 3.2.0-57-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
CheckboxSubmission: 1634721490cb888b86116f9499d96c01
CheckboxSystem: daed2f3d6643b4a84b4520a2427f8c2b
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: None
Date: Sun Dec 22 14:07:27 2013
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes,
GraphicsCard:
 NVIDIA Corporation C77 [GeForce 8200] [10de:0849] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: ASRock Incorporation K10N78FullHD-hSLI R3.0 GeForce 8200 
[1849:0849]
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-57-generic 
root=UUID=4539b3cb-98c1-4742-bdbd-09023c043758 ro
SourcePackage: xorg
Symptom: display
UnitySupportTest:
 Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 5: Xlib:  extension GLX missing on display :0.
 Error: GLX is not available on the system
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/12/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.60
dmi.board.name: K10N78-1394
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.60:bd07/12/2010:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnK10N78-1394:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.7.12-0ubuntu3
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.43-0ubuntu0.0.3
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.6
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.14
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug possible-manual-nvidia-install precise running-unity 
ubuntu

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

Title:
  Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero
  page size is deprecated

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

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


[Bug 1261653] Re: aiccu can not route, looses route

2013-12-20 Thread Joni-Pekka Kurronen
So, I do not see difrence at sixxs interface after restarting aiccu, sixxs 
interface
repair's, resets somthing at kernel routing,... correct ???

It can be incoming packets are not coming to ping6 even PC receives,...

ping6 out put is here :

joni@mpi2:~$ ping6 ipv6.google.com
PING ipv6.google.com(arn02s06-in-x10.1e100.net) 56 data bytes
^X^C
--- ipv6.google.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 2999ms

joni@mpi2:~$ restart aiccu
restart: Rejected send message, 1 matched rules; type=method_call, 
sender=:1.1988 (uid=1000 pid=13866 comm=restart aiccu ) 
interface=com.ubuntu.Upstart0_6.Job member=Restart error name=(unset) 
requested_reply=0 destination=com.ubuntu.Upstart (uid=0 pid=1 
comm=/sbin/init)
joni@mpi2:~$ sudo restart aiccu
Password: 
aiccu start/running
joni@mpi2:~$ ping6 ipv6.google.com
PING ipv6.google.com(arn02s06-in-x10.1e100.net) 56 data bytes
64 bytes from arn02s06-in-x10.1e100.net: icmp_seq=1 ttl=55 time=88.4 ms
64 bytes from arn02s06-in-x10.1e100.net: icmp_seq=2 ttl=55 time=46.9 ms
64 bytes from arn02s06-in-x10.1e100.net: icmp_seq=3 ttl=55 time=55.2 ms
64 bytes from arn02s06-in-x10.1e100.net: icmp_seq=4 ttl=55 time=64.1 ms
64 bytes from arn02s06-in-x10.1e100.net: icmp_seq=5 ttl=55 time=52.1 ms
64 bytes from arn02s06-in-x10.1e100.net: icmp_seq=6 ttl=55 time=50.2 ms
64 bytes from arn02s06-in-x10.1e100.net: icmp_seq=7 ttl=55 time=49.1 ms
64 bytes from arn02s06-in-x10.1e100.net: icmp_seq=8 ttl=55 time=47.2 ms
^X^C
--- ipv6.google.com ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7011ms
rtt min/avg/max/mdev = 46.949/56.697/88.472/13.095 ms
joni@mpi2:~$

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

Title:
  aiccu can not route, looses route

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

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


[Bug 1261653] Re: aiccu can not route, looses route

2013-12-20 Thread Joni-Pekka Kurronen
I do next dump both IPV6 and IPV4 trafic if that brings more!
Any other ideas,... let's wait when IPV6 drops again.

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

Title:
  aiccu can not route, looses route

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

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


[Bug 1261653] Re: aiccu can not route, looses route

2013-12-20 Thread Joni-Pekka Kurronen
tcpdump:
- IPÅV6 dispeared
- started tcpdump
- ping6 ipv6.google.com started

joni@mpi2:~$ sudo tcpdump -i sixxs
Password: 
tcpdump: WARNING: sixxs: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on sixxs, link-type RAW (Raw IP), capture size 65535 bytes
11:09:15.369081 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 1, length 64
11:09:16.368358 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 2, length 64
11:09:16.370792 IP6 cl-868.hel-01.fi.sixxs.net.42487  
2001:b18:0:1000:2e0:81ff:fe61:ae0d.domain: 22032+ [1au] ? daisy.ubuntu.com. 
(45)
11:09:16.371290 IP6 cl-868.hel-01.fi.sixxs.net.38075  
2001:b18:0:1000:2e0:81ff:fe61:ae0d.domain: 52486+ [1au] PTR? 
d.0.e.a.1.6.e.f.f.f.1.8.0.e.2.0.0.0.0.1.0.0.0.0.8.1.b.0.1.0.0.2.ip6.arpa. (101)
11:09:16.371479 IP6 cl-868.hel-01.fi.sixxs.net.55078  
2001:b18:0:1000:2e0:81ff:fe61:ae0d.domain: 40347+ [1au] NS? . (28)
11:09:17.368344 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 3, length 64
11:09:18.368330 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 4, length 64
11:09:19.368343 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 5, length 64
11:09:19.452981 IP6 cl-868.hel-01.fi.sixxs.net.45441  
nlede01.sixxs.net.domain: 30733+ [1au] ? daisy.ubuntu.com. (45)
11:09:19.454399 IP6 cl-868.hel-01.fi.sixxs.net.32978  
nlede01.sixxs.net.domain: 38315+ [1au] PTR? 
c.e.b.0.6.4.e.f.f.f.3.b.2.0.2.0.f.4.0.0.3.0.0.0.8.b.7.0.1.0.0.2.ip6.arpa. (101)
11:09:19.454537 IP6 cl-868.hel-01.fi.sixxs.net.55469  
nlede01.sixxs.net.domain: 33823+ [1au] NS? . (28)
11:09:20.368351 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 6, length 64
11:09:21.368325 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 7, length 64
11:09:22.368359 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 8, length 64
11:09:23.368360 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 9, length 64
11:09:24.368364 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 10, length 64
11:09:25.368372 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 11, length 64
11:09:26.368353 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 12, length 64
11:09:27.368369 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 13, length 64
11:09:28.368354 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 14, length 64
11:09:29.368369 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 15, length 64
11:09:30.368356 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 16, length 64
11:09:31.368415 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 17, length 64
11:09:32.368335 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 18, length 64
11:09:33.368362 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 19, length 64
11:09:34.368351 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 20, length 64
11:09:35.368338 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 21, length 64
11:09:36.368343 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 22, length 64

now:
- restart aiccu

11:13:46.089655 IP6 cl-868.hel-01.fi.sixxs.net.15711  
nlede01.sixxs.net.domain: 34220+ [1au] ? daisy.ubuntu.com. (45)
tcpdump: pcap_loop: The interface went down
44 packets captured
44 packets received by filter
0 packets dropped by kernel

tcpdump was closed due interface get up/down

and then:

-ping6 ipv6.google.com

joni@mpi2:~$ sudo tcpdump -i sixxs
tcpdump: WARNING: sixxs: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on sixxs, link-type RAW (Raw IP), capture size 65535 bytes
11:15:28.804674 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 1, length 64
11:15:28.893089 IP6 arn02s06-in-x10.1e100.net  cl-868.hel-01.fi.sixxs.net: 
ICMP6, echo reply, seq 1, length 64
11:15:29.805952 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 2, length 64
11:15:29.852840 IP6 arn02s06-in-x10.1e100.net  cl-868.hel-01.fi.sixxs.net: 
ICMP6, echo reply, seq 2, length 64
11:15:30.807746 IP6 cl-868.hel-01.fi.sixxs.net  arn02s06-in-x10.1e100.net: 
ICMP6, echo request, seq 3, length 64
11:15:30.862894 IP6 arn02s06-in-x10.1e100.net  cl-868.hel-01.fi.sixxs.net: 
ICMP6, echo reply, seq 3, length 64
11:15:31.808819 IP6 cl-868.hel-01

[Bug 1261653] [NEW] aiccu can not route, looses route

2013-12-17 Thread Joni-Pekka Kurronen
Public bug reported:


ISP here at Finland has run out IPV4 but dose not offer IPV6 eighter,
customers are held behind NAT and changeing IPV4 address plus
at 4G Radio network they change conction between 2G - 3G - 4G
modes continously so packet's can be lost and timeing can be tricky!!!

You can not even buy netter connection by money, all thanks to
Minitry of Trafic !!!   I love them.

AICCU dose not dedetect changes so it can not receive data, IPV4 network
works but it can have brakes and IP  can change,... conection is lost at IPV6
to incoming direction and aiccu dose not find it.

You must restart aiccu time to time to keep connection.

Have I miss understood that aiccu should have it's internal heart beat
to sixxs.org, or should I do some extra configuration to get it work,..
I undestood that I should not change defaults.

I have:
Ubuntu 12.4 LTE
Huawei E398 whit drivers compiled from Huawei Site, Huawei orginal drivers for 
linux
4G network from Elisa ( it's HSPA not real 4G )

** Affects: aiccu (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/1261653

Title:
  aiccu can not route, looses route

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

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


[Bug 1261653] Re: aiccu can not route, looses route

2013-12-17 Thread Joni-Pekka Kurronen
Technical detail is that fact operator changes IP time to time as well
there can missing pacets due operator switches radio mode of conection
between GRPS-UMTS-HSPA,

If I do not restart aiccu connection dose not come back but if
do restart then it comes back immediately.

Software:

http://kurrola.dy.fi/mediawiki/index.php/Cluster_Kurrola#Connections
from ipv4: 
https://kurrola.dy.fi.ipv4.sixxs.org/mediawiki/index.php/Cluster_Kurrola#Connections

HW RADIO:
Saunalahti 4G 
Huawei E398
USB 3.0

SW Basic stack:
Huawei 398 LINUX DRIVERS COMPILED
AICCU
SHOREWALL6

DNS:
dynamic DNS from dy.fi - kurrola.dy.fi
 and
stabile kurrola.allowed.org from free dns

I belive this somthing to do whit Operators way handle
incoming trafic and chage of IP4, sixxs IPV6 gose down
incoming direction but IPV4 works and sixxs IPV6 dose not
come back whitout reastarting aiccu,... I was planing to
to do script that pings my own site via sixxs and if not
find then restart,...

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

Title:
  aiccu can not route, looses route

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

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


[Bug 1261653] Re: aiccu can not route, looses route

2013-12-17 Thread Joni-Pekka Kurronen
If operator could block AYIA I belive aiccu did not start !

Restarting is not due aiccu is down or not running,...
 reason or another it hangs ,... sudo restart aiccu
start's incoming ipv6 trafic, ping6 send's packages
while aiccu/tunnel is hangig but no response nor error!!!

So IPV4 is workin both directions,...

ANY IDEAS HOW TO TEST THAT OPERATOR IS NOT
DISTURBIN AYIA / AICCU ???

joni@mpi2:~$ sudo cat /etc/aiccu.conf
Password: 
# Under control from debconf, please use 'dpkg-reconfigure aiccu' to reconfigure
# AICCU Configuration

# Login information (defaults: none)
username X
password XX

# Protocol and server to use for setting up the tunnel (defaults: none)
protocol tic
server tic.sixxs.net

# Interface names to use (default: aiccu)
# ipv6_interface is the name of the interface that will be used as a tunnel 
interface.
# On *BSD the ipv6_interface should be set to gifX (eg gif0) for proto-41 
tunnels
# or tunX (eg tun0) for AYIYA tunnels.
ipv6_interface sixxs

# The tunnel_id to use (default: none)
# (only required when there are multiple tunnels in the list)
tunnel_id T130726

# Be verbose? (default: false)
verbose false

# Daemonize? (default: true)
# Set to false if you want to see any output
# When true output goes to syslog
#
# WARNING: never run AICCU from DaemonTools or a similar automated
# 'restart' tool/script. When AICCU does not start, it has a reason
# not to start which it gives on either the stdout or in the (sys)log
# file. The TIC server *will* automatically disable accounts which
# are detected to run in this mode.
#
daemonize true

# Automatic Login and Tunnel activation?
automatic true

# Require TLS?
# When set to true, if TLS is not supported on the server
# the TIC transaction will fail.
# When set to false, it will try a starttls, when that is
# not supported it will continue.
# In any case if AICCU is build with TLS support it will
# try to do a 'starttls' to the TIC server to see if that
# is supported.
requiretls false

# PID File
pidfile /var/run/aiccu.pid

# Add a default route (default: true)
#defaultroute true

# Script to run after setting up the interfaces (default: none)
#setupscript /usr/local/etc/aiccu-subnets.sh

# Make heartbeats (default true)
# In general you don't want to turn this off
# Of course only applies to AYIYA and heartbeat tunnels not to static ones
makebeats true

# Don't configure anything (default: false)
#noconfigure true

# Behind NAT (default: false)
# Notify the user that a NAT-kind network is detected
behindnat true

# Local IPv4 Override (default: none)
# Overrides the IPv4 parameter received from TIC
# This allows one to configure a NAT into DMZ mode and then
# forwarding the proto-41 packets to an internal host.
# 
# This is only needed for static proto-41 tunnels!
# AYIYA and heartbeat tunnels don't require this.
#local_ipv4_override

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

Title:
  aiccu can not route, looses route

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

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


[Bug 1261653] Re: aiccu can not route, looses route

2013-12-17 Thread Joni-Pekka Kurronen
Problem to supply any usefull is that it dose not happen every days and 
sometimes
twice 

Most likely this somekind of timeing / protocol,... related problem,
there have been same kind of reports but those have been negled
or system has started to work whitout explanation.

Doing dump is not very smart until problem can reapaeted or caused
somehow,...

Yes, IPV4 work's, aiccu run's and incoming IPV6 dose not work.

There is one problem but it can be rounting realted,
I have not succeed to get intranet machines routed trough
router computer whit IPV6.

So could it still be problem whit kernel ipv6 rounting and not aiccu???
I have done all needed steps to get IPV6 work ( fowarding statement, 
shorewall6, dhcp6 and bind ) 
,.. but it works only  internaly at router PC which has services useing IPV6 
like posix, apache

joni

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

Title:
  aiccu can not route, looses route

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

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


[Bug 1261653] Re: aiccu can not route, looses route

2013-12-17 Thread Joni-Pekka Kurronen
once a day, twice a day,... basically I use IPV4 from intranet so can
I can not note when it happens,...

Yes, ntps,...

I mean protocol level timeing, response time, missing packets,...

Basically aiccu should not change iptables, and shorewall dose it
only ones when it have started,...,... there is no ufw,...

It might I have to make script that tryes to detect when ita happens and dose 
log at
that point!

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

Title:
  aiccu can not route, looses route

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

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


[Bug 1260844] [NEW] Mythtv package's have mixed versions - dose not work!

2013-12-13 Thread Joni-Pekka Kurronen
Public bug reported:

sudo -u mythtv mythbackend

2013-12-13 21:48:22.612144 C  Application binary version (0.25.20120408-1) does 
not match libraries (0.25.20120506-1)
2013-12-13 21:48:22.612148 W  This application is not compatible with the 
installed MythTV libraries. Please recompile after a make distclean
2013-12-13 21:48:22.612155 !  MythContext: Unable to allocate MythCoreContext
2013-12-13 21:48:22.612190 !  Application binary version (0.25.20120408-1) does 
not match libraries (0.25.20120506-1)
2013-12-13 21:48:22.612194 W  This application is not compatible with the 
installed MythTV libraries.
2013-12-13 21:48:22.612197 C  Failed to init MythContext.

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


** Tags: mythtv

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

Title:
  Mythtv package's have mixed versions - dose not work!

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

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


[Bug 1260844] Re: Mythtv package's have mixed versions - dose not work!

2013-12-13 Thread Joni-Pekka Kurronen
Solution was to download correct package from precise-updates,... but still 
packges should be compatible from same source.

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

Title:
  Mythtv package's have mixed versions - dose not work!

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

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


[Bug 1235415] [NEW] package isc-dhcp-server 4.1.ESV-R4-0ubuntu5.9 failed to install/upgrade: aliprosessi komentotiedosto post-installation asennettu palautti virhetilakoodin 1

2013-10-04 Thread Joni-Pekka Kurronen
Public bug reported:

install failure, dose not complete installation:

joni@mpi1:~$ sudo apt-get install isc-dhcp-server
Luetaan pakettiluetteloita... Valmis
Muodostetaan riippuvuussuhteiden puu   
Luetaan tilatiedot... Valmis
Seuraavat ylimääräiset paketit on merkitty asennettaviksi:
  isc-dhcp-client isc-dhcp-common
Ehdotetut paketit:
  isc-dhcp-server-ldap
Nämä paketit päivitetään:
  isc-dhcp-client isc-dhcp-common isc-dhcp-server
3 päivitetty, 0 uutta asennusta, 0 poistettavaa ja 115 päivittämätöntä.
1 ei asennettu kokonaan tai poistettiin.
Noudettavaa arkistoa 1 066 kt.
Toiminnon jälkeen käytetään 0  t lisää levytilaa.
Haluatko jatkaa [K/e]? K
Nouda:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main isc-dhcp-server 
amd64 4.1.ESV-R4-0ubuntu5.9 [428 kB]
Nouda:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main isc-dhcp-client 
amd64 4.1.ESV-R4-0ubuntu5.9 [290 kB]
Nouda:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main isc-dhcp-common 
amd64 4.1.ESV-R4-0ubuntu5.9 [347 kB]
Noudettiin 1 066 kt ajassa 1s (634 kt/s)  
Esiräätälöidään paketteja...
(Luetaan tietokantaa... 869435 files and directories currently installed.)
Valmistellaan paketin isc-dhcp-server 4.1.ESV-R4-0ubuntu5.8 vaihtamista 
(käyttäen pakettia .../isc-dhcp-server_4.1.ESV-R4-0ubuntu5.9_amd64.deb)...
Puretaan korvaavaa isc-dhcp-server-pakettia...
Valmistellaan paketin isc-dhcp-client 4.1.ESV-R4-0ubuntu5.8 vaihtamista 
(käyttäen pakettia .../isc-dhcp-client_4.1.ESV-R4-0ubuntu5.9_amd64.deb)...
Puretaan korvaavaa isc-dhcp-client-pakettia...
Valmistellaan paketin isc-dhcp-common 4.1.ESV-R4-0ubuntu5.8 vaihtamista 
(käyttäen pakettia .../isc-dhcp-common_4.1.ESV-R4-0ubuntu5.9_amd64.deb)...
Puretaan korvaavaa isc-dhcp-common-pakettia...
Suoritetaan kohteen man-db liipaisimia...
Suoritetaan kohteen ureadahead liipaisimia...
Tehdään asetuksia: quota (4.00-3ubuntu1) ...
 * Starting quota service rpc.rquotad   
Palvelua ei voi rekisteröidä: RPC: Todennusvirhe; syy = Asiakkaan valtuustieto 
on liian heikko
rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
invoke-rc.d: initscript quotarpc, action start failed.
dpkg: virhe käsiteltäessä quota (--configure):
 aliprosessi komentotiedosto post-installation asennettu palautti 
virhetilakoodin 1
Tehdään asetuksia: isc-dhcp-common (4.1.ESV-R4-0ubuntu5.9) ...
Tehdään asetuksia: isc-dhcp-server (4.1.ESV-R4-0ubuntu5.9) ...
start: Job failed to start
invoke-rc.d: initscript isc-dhcp-server, action start failed.
dpkg: virhe käsiteltäessä isc-dhcp-server (--configure):
 aliprosessi komentotiedosto post-installation asennettu palautti 
virhetilakoodin 1
Tehdään asetuksia: isc-dhcp-client (4.1.ESV-R4-0ubuntu5.9) ...
Käsittelyssä tapahtui liian monta virhettä:
 quota
 isc-dhcp-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
joni@mpi1:~$ sudo start isc-dhcp-server
start: Job failed to start
joni@mpi1:~$

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: isc-dhcp-server 4.1.ESV-R4-0ubuntu5.9
ProcVersionSignature: Ubuntu 3.2.0-53.81-generic 3.2.50
Uname: Linux 3.2.0-53-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.4
Architecture: amd64
Date: Fri Oct  4 22:10:14 2013
DhServerLeases:
 binding state expired;
   binding state expired;
DuplicateSignature: package:isc-dhcp-server:4.1.ESV-R4-0ubuntu5.9:aliprosessi 
komentotiedosto post-installation asennettu palautti virhetilakoodin 1
ErrorMessage: aliprosessi komentotiedosto post-installation asennettu palautti 
virhetilakoodin 1
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
KernLog:
 
MarkForUpload: True
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-53-generic 
root=UUID=717426c9-bb8b-455c-b1c8-85f1e67cd245 ro quiet splash 
usbcore.autosuspend=-1 acpi_enforce_resources=lax vt.handoff=7
SourcePackage: isc-dhcp
Title: package isc-dhcp-server 4.1.ESV-R4-0ubuntu5.9 failed to install/upgrade: 
aliprosessi komentotiedosto post-installation asennettu palautti 
virhetilakoodin 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.dhcp.dhcpd.conf: [deleted]
mtime.conffile..etc.apparmor.d.usr.sbin.dhcpd: 2013-09-09T11:05:43.058652

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise third-party-packages

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

Title:
  package isc-dhcp-server 4.1.ESV-R4-0ubuntu5.9 failed to
  install/upgrade: aliprosessi komentotiedosto post-installation
  asennettu palautti virhetilakoodin 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1235415/+subscriptions

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

[Bug 1173562] Re: gdb resolves symbolic links for executables in argv[0]

2013-09-01 Thread Joni Salonen
Bug report from upstream shows the issue has just been fixed:
http://sourceware.org/bugzilla/show_bug.cgi?id=15415

** Bug watch added: Sourceware.org Bugzilla #15415
   http://sourceware.org/bugzilla/show_bug.cgi?id=15415

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

Title:
  gdb resolves symbolic links for executables in argv[0]

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

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


[Bug 1172307] Re: kernel ? no audio after upgrade

2013-04-27 Thread Joni-Pekka Kurronen
Solution found, due problem's decode some DVB there was updated install that 
affected
such way that pulseaudio was upgraded 1.2 version.

Downgardeing all audio drivers, libraryes to 1.1:15 solved problem.

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

Title:
  kernel ? no audio after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport-symptoms/+bug/1172307/+subscriptions

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


[Bug 1172307] [NEW] kernel ? no audio after upgrade

2013-04-24 Thread Joni-Pekka Kurronen
Public bug reported:


hi,

http://www.alsa-
project.org/db/?f=fa22eb1eba1ad1132fd9671a304d509e54f7e63c

-updated jut today two machimes and lost audio,
those have installed as workstation but all apcakahes are updated
  two week's ago to same as at server 

-update did not mix server'e audio / it's server used as workstation due
RAID in use

Hardware is  same except harddisk are at RAID at servre.

rsh-redone package stopped to work lately.

** Affects: 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/1172307

Title:
  kernel ? no audio after upgrade

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

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


[Bug 1051325] Re: wake on lan dose not work

2013-04-24 Thread Joni-Pekka Kurronen
hi,

WakeOnLan works only from suspend state. That work's most cases.

Realted: -acpi

LTSP workstation can not be ken up from suspend state.

joni

** Package changed: linux (Ubuntu) = acpi

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

Title:
  wake on lan dose not work

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

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


[Bug 1172307] Re: kernel ? no audio after upgrade

2013-04-24 Thread Joni-Pekka Kurronen
** Description changed:

- 
  hi,
  
  http://www.alsa-
  project.org/db/?f=fa22eb1eba1ad1132fd9671a304d509e54f7e63c
  
- -updated jut today two machimes and lost audio,
- those have installed as workstation but all apcakahes are updated
-   two week's ago to same as at server 
+ -updated just today two machimes and lost audio,
+ those have installed as workstation but all apcakahes are updated
+   two week's ago to same as at server
  
  -update did not mix server'e audio / it's server used as workstation due
  RAID in use
  
  Hardware is  same except harddisk are at RAID at servre.
  
  rsh-redone package stopped to work lately.
+ 
+ I have done all triks UbuntuAudioTroubleshooting an audio.
+ 
+ As I understand kernel dose not load audio module's from
+ some reason, I made also grub spalsh screen cahnge if it
+ is HDMI audio / screen related bug,.. 
+ 
+ Nothing has worked out yet.

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

Title:
  kernel ? no audio after upgrade

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

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

Re: [Bug 1172307] Re: kernel ? no audio after upgrade

2013-04-24 Thread Joni-Pekka Kurronen
joni@ mpi1: ssh ugh

Kerätyt tiedot voidaan lähettää kehittäjille ohjelman parantamiseksi.
Tähän voi mennä muutama minuutti.

*** PulseAudio seems to have crashed. Do you wish to report a bug?

ubuntu-bug -s audio


Kuinka haluat edetä? Vaihtoehdot ovat:
   Y: Yes
   N: No
   P: Peruuta
Ole hyvä ja valitse (Y/N/P): Y
ERROR: symptom script /usr/share/apport/symptoms/audio.py crashed:
Traceback (most recent call last):
   File /usr/lib/python2.7/dist-packages/apport/ui.py, line 56, in 
thread_collect_info
 package = symb['run'](report, ui)
   File /usr/share/apport/symptoms/audio.py, line 187, in run
 package = check_pulseaudio_running(report, ui)
   File /usr/share/apport/symptoms/_audio_checks.py, line 80, in 
check_pulseaudio_running
 return set_title(report, 'pulseaudio', 'Pulseaudio is not running')
NameError: global name 'set_title' is not defined
joni@ugh:~$

24.04.2013 21:32, Fabio Marconi kirjoitti:
 Hallo
 please open a new report typing in terminal
 ubuntu-bug -s audio
 to attach all needed log files.
 thanks
 Fabio
 ---
 Ubuntu Bug Squad volunteer triager
 http://wiki.ubuntu.com/BugSquad

 ** Changed in: ubuntu
 Status: New = Invalid



-- 

Joni-Pekka Kurronen
AMRINA, Insinööri AMK veneala

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

Title:
  kernel ? no audio after upgrade

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

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

Re: [Bug 1172307] Re: kernel ? no audio after upgrade

2013-04-24 Thread Joni-Pekka Kurronen
Tried several time, i try tomorrow at machine, now it was trough ssh, 
also tried:
/apport-cli -f -p /package name/--save bug.apport/
/ubuntu-bug -c //bug.apport


===


/
24.04.2013 21:32, Fabio Marconi kirjoitti:
 ubuntu-bug -s audio


-- 

Joni-Pekka Kurronen
AMRINA, Insinööri AMK veneala

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

Title:
  kernel ? no audio after upgrade

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

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

[Bug 1069551] Re: 10de:0a3c shutdown command does not power off the machine Quadro FX 880M

2013-03-01 Thread Joni-Pekka Kurronen
3.2.0-38-generic + nvidia from NVIDIA directly and build
processor FX8150
AsRock FX990me mainboard

I have tried lot experiments but:

a) sudo shutdown -P now
b) computer goes down but start's immediately power off

I supposed problem is somwhere ACPI and wakenLan , wake by device,...
  and diabled all :
joni@mpi1:/mpi3$ cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
PC02  S4*disabled  pci::00:02.0
PC04  S4*disabled  
PC05  S4*disabled  pci::00:05.0
PC06  S4*disabled  
PC09  S4*disabled  
PC0A  S4*disabled  pci::00:0a.0
PC0B  S4*disabled  
PC0D  S4*disabled  
SBAZ  S4*disabled  pci::00:14.2
UAR1  S4*disabled  pnp:00:0c
P0PC  S4*disabled  pci::00:14.4
UHC1  S4*disabled  pci::00:12.0
UHC2  S4*disabled  pci::00:12.2
USB3  S4*disabled  pci::00:13.0
UHC4  S4*disabled  pci::00:13.2
USB5  S4*disabled  pci::00:16.0
UHC6  S4*disabled  pci::00:16.2
UHC7  S4*disabled  pci::00:14.5
PE20  S4*disabled  
PE21  S4*disabled  
joni@mpi1:/mpi3$ 

AND IT DO NOT HELP,...

could it realted whit this change ??? ,... http://www.spinics.net/lists
/linux-usb/msg53661.html

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

Title:
  10de:0a3c shutdown command does not power off the machine Quadro FX
  880M

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1069551/+subscriptions

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


[Bug 696690] Re: pulse sometimes fails to initialise with webcam (w/ USB mic) plugged in.

2013-01-18 Thread Joni Rannila
I can confirm the bug on 64-bit 12.10. In addition of the pulseaudio not
working, the networking is also down until I unplug the webcam, so there
might be bug at the kernel level also.

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

Title:
  pulse sometimes fails to initialise with webcam (w/ USB mic) plugged
  in.

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

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


[Bug 696690] Re: pulse sometimes fails to initialise with webcam (w/ USB mic) plugged in.

2013-01-18 Thread Joni Rannila
Lsusb attached. Here's the syslog errors from my daily morning routine
of resume from suspend-unplug the webcam-plug in the webcam:

Jan 18 08:28:39  kernel: [209487.968197] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:40  kernel: [209488.968198] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:41  kernel: [209489.968183] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:42  kernel: [209490.968168] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:43  kernel: [209491.969172] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:44  kernel: [209492.976155] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:45  kernel: [209493.976184] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:46  kernel: [209494.976132] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:47  kernel: [209495.976114] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:48  kernel: [209496.976132] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:49  kernel: [209497.976150] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:50  kernel: [209498.976282] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:51  kernel: [209499.976219] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:52  kernel: [209500.976222] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:53  kernel: [209501.976246] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:54  kernel: [209502.976197] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:55  kernel: [209503.976186] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:56  kernel: [209504.976177] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:57  kernel: [209505.976182] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:58  kernel: [209506.976158] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:28:58  pulseaudio[2103]: [pulseaudio] module-alsa-card.c: Failed to 
find a working profile.
Jan 18 08:28:58  pulseaudio[2103]: [pulseaudio] module.c: Failed to load module 
module-alsa-card (argument: device_id=1 
name=usb-046d_0825_9D0EC7A0-02-U0x46d0x825 
card_name=alsa_card.usb-046d_0825_9D0EC7A0-02-U0x46d0x825 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1): initialization failed.
Jan 18 08:28:59  kernel: [209508.000279] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:00  kernel: [209509.000152] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:01  kernel: [209510.000133] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:02  kernel: [209511.000126] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:03  kernel: [209512.000242] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:04  kernel: [209513.000120] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:05  kernel: [209514.000240] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:06  kernel: [209515.000228] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:07  kernel: [209516.000222] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:08  kernel: [209517.000200] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:09  kernel: [209518.000194] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:10  kernel: [209519.000441] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:11  kernel: [209520.000189] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:12  kernel: [209521.000184] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:13  kernel: [209522.000169] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:14  kernel: [209523.000158] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:15  kernel: [209524.000185] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:16  kernel: [209524.871181] usb 1-2: USB disconnect, device number 
15
Jan 18 08:29:16  pulseaudio[2103]: [pulseaudio] module-alsa-card.c: Failed to 
find a working profile.
Jan 18 08:29:16  kernel: [209524.879017] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:16  kernel: [209524.879461] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:16  kernel: [209524.879853] 15:3:4: cannot set freq 48000 to ep 
0x86
Jan 18 08:29:16  pulseaudio[2103]: [pulseaudio] module.c: Failed to load module 
module-alsa-card (argument: device_id=1 
name=usb-046d_0825_9D0EC7A0-02-U0x46d0x825 
card_name=alsa_card.usb-046d_0825_9D0EC7A0-02-U0x46d0x825 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1): initialization failed.
Jan 18 08:29:16  pulseaudio[2103]: [pulseaudio] udev-util.c: Failed to get card 
object.
Jan 18 08:29:16  pulseaudio[2103]: [pulseaudio] module-alsa-card.c: Failed to 
find a working profile.
Jan 18 08:29:16  pulseaudio[2103]: [pulseaudio] module.c: Failed to load module 
module-alsa-card (argument: device_id=1 
name=usb-046d_0825_9D0EC7A0-02-U0x46d0x825 
card_name=alsa_card.usb-046d_0825_9D0EC7A0-02-U0x46d0x825 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1): 

[Bug 1051325] Re: wake on lan dose not work

2013-01-13 Thread Joni-Pekka Kurronen
ideas's:

-could it be driver ?


** Changed in: linux (Ubuntu)
   Status: Expired = New

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

Title:
  wake on lan dose not work

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

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


Re: [Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2013-01-13 Thread Joni-Pekka Kurronen
dear Paul,

I'am not angry. Linux is volunteer based system
and if someone ( quite many ) dose something
that's great.

Even I have read bug report, been Alan's pages as
weel BLRC home, I could not figure out there
is experimental version available !!

I have wordblindness but that only help's me that
I do not see small errors.

This case I got uncorrect information.

But what you write 200% true, thanks paul
i will download test expreimental version!!!

Experimental version did not work at my machine
also removing it was painful !

joni

===

#ubuntu 12.4 LTS
sudo apt-get update
sudo apt-get upgrade
#sudo apt-get install linux-sources linux-header
wget https://upc-bugs.lbl.gov/blcr-dist/blcr-0.8.5_b4.tar.gz
#we assume you have kernel at default location
make clean
sudo ./configure --with-system-map=/boot/System.map-3.2.0-35-generic
sudo make
sudo make install
sudo chmod -R 775 /mpi3/C2/blcr-0.8.5_b4


=

host: mpi1

==
mpiexec options:

  Base path: /mpi3/C2/mpich2-1.5/bin/
  Launcher: (null)
  Debug level: 1
  Enable X: -1

  Global environment:
  ---
MUMPS=/mpi3/S2/MUMPS_4.10.0
LC_PAPER=fi_FI.UTF-8
LC_ADDRESS=fi_FI.UTF-8
SSH_AGENT_PID=3750
LC_MONETARY=fi_FI.UTF-8
MUMPS_I=/mpi3/C2/MUMPS_4.10.0
GPG_AGENT_INFO=/tmp/keyring-qtrpvR/gpg:0:1
TERM=xterm
SHELL=/bin/bash

XDG_SESSION_COOKIE=6d6390cb56a32b6678c10da60412-1358089517.620726-1634397259
JPK_NETGEN=/mpi3/C2/netgen_623
JPK_VER_S=S2
HYDRA_CKPOINTLIB=blcr
HYDRA_CKPOINT_INTERVAL=10
WINDOWID=50331655
LC_NUMERIC=fi_FI.UTF-8
HYDRA_CKPOINT_PREFIX=/mpi3/chekpoint/default.chk
GNOME_KEYRING_CONTROL=/tmp/keyring-qtrpvR
JPK_ELMER=/mpi3/C2/elmer_6003
PARDISO_LIC_PATH=/mpi3/C2/pardiso
METIS_INCLUDE_DIR=/mpi3/C2/ParMetis-3.2.0
JPK_NETGEN_S=/mpi3/S2/netgen_623
USER=joni

LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:

LD_LIBRARY_PATH=/mpi3/C2/mpich2-1.5/lib:/mpi3/C2/mpich2-1.5/bin:/mpi3/C2/ParMetis-3.2.0:/mpi3/C2/hypre-2.8.0b/lib:/mpi3/C2/scotch_6.0.0/lib:/mpi3/S2/MUMPS_4.10.0/lib:/mpi3/C2/gfortran64_mp/lib:/mpi3/C2/scalapack-2.0.2/lib:/mpi3/C2/hypre-2.8.0b/lib:/mpi3/C2/pardiso:/mpi3/C2/ParMetis-3.2.0:/mpi3/C2/hdf5-1.8.10/lib:/mpi3/C2/vtk-5.8.0/lib/vtk-5.8:/mpi3/C2/elmer_6003/lib::/mpi3/C2/netgen_623/lib:/usr/lib/
LC_TELEPHONE=fi_FI.UTF-8
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
JPK_OCC=/usr/include/oce
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
HYDRA_HOST_FILE=/mpi4/hosts
SSH_AUTH_SOCK=/tmp/ssh-PBZWvXss3749/agent.3749
SCOTCHDIR=/mpi3/C2/scotch_6.0.0
HYDRA_LAUNCHER=rsh

SESSION_MANAGER=local/mpi1:@/tmp/.ICE-unix/3416,unix/mpi1:/tmp/.ICE-unix/3416
DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path
ELMER_HOME=/mpi3/C2/elmer_6003
BLACS=/mpi3/C2/scalapack-2.0.2
BLAS32=/mpi3/C2/gfortran64_mp
METIS_DIR=
MPI_LIBS=-L/mpi3/C2/mpich2-1.5/lib -lmpich -lmpichf90 -lmpe -lopa -lmpe
XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
JPK_MPI_DIR=/mpi3
JPK_HDF5_S=/mpi3/S2/hdf5-1.8.10
MPIEXEC_PORT_RANGE=7000:7100

PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/mpi3/C2/mpich2-1.5/bin:/mpi3/C2/blcr-0.8.5_b4://mpi3/C2/cmake-2.8.10.2/bin:/mpi3/C2/elmer_6003/bin:/mpi3/C2/elmer_6003/lib:/mpi3/C2/ParaView-3.14.1-Linux-64bit
DESKTOP_SESSION=ubuntu
BLAS=/mpi3/C2/gfortran64_mp
METIS_LIBDIR=/mpi3/C2/ParMetis-3.2.0
CMAKE_COMMAND=//mpi3/C2/cmake-2.8.10.2/bin
QT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
LC_IDENTIFICATION

[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2013-01-12 Thread Joni-Pekka Kurronen
There is NO FIX !!!  Going back in kernels is NOT A FIX !

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

Title:
  blcr kernel module failed to build with kernel 3.0 : configure: error:
  --with-linux argument '3.0-x' is neither a kernel version string nor a
  full path

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

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


[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2013-01-12 Thread Joni-Pekka Kurronen
NOT FIXED

N OF  I  X

CHANGE STATUS - NOT FIXED

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

Title:
  blcr kernel module failed to build with kernel 3.0 : configure: error:
  --with-linux argument '3.0-x' is neither a kernel version string nor a
  full path

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

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


[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2013-01-12 Thread Joni-Pekka Kurronen
https://upc-bugs.lbl.gov/blcr/doc/html/BLCR_Admin_Guide.html

Berkeley Lab Checkpoint/Restart (BLCR) Administrator's Guide
This guide describes how to install, configure, and maintain Berkeley Lab 
Checkpoint/Restart (BLCR) for Linux. For usage instructions please see the 
companion BLCR User's Guide.
1. System Requirements
BLCR consists of two kernel modules, some user-level libraries, and several 
command-line executables. No kernel patching is required.

BLCR has been engineered to work with a wide range of Linux kernels:

Many major vendor distributions of Linux. Those tested historically have 
include SuSE 9.x and OpenSuSE 10.0 though 11.0, CentOS 3.1, and Fedora Core 2 
through 10 (Note: this list is NOT exclusive).
Many vanilla Linux 2.6.x kernels (from kernel.org) have also been tested 
with many glibc versions (2.2 through 2.9).
We believe vanilla versions 2.6.0 through 2.6.38 all work.
BLCR uses a set of autoconf-based feature tests to probe the kernels it 
builds against. It is thus likely that a custom kernel based on one of the 
above kernel sources will work with BLCR, provided that patches applied to the 
kernel don't invalidate assumptions BLCR has made.

BLCR uses assembly code to save some program state (most notably the CPU
registers). This means that the BLCR kernel modules are not portable
across CPU architectures out of the box. BLCR has long supported the
x86 and x86_64 architectures.  The 0.6.0 release was the first to
include experimental support for PowerPC64 and for ARM, while the 0.7.0
release added experimental support for 32-bit PowerPC.  Currently x86
and x86_64 systems are the most fully tested with BLCR, with the other
architectures tested heavily only at release time. Porting BLCR to a
different CPU is not a large software effort if one has sufficient Linux
kernel experience and knowledge of the target CPU's ABI and
instructions.  Please contact us if you are interested in contributing a
port. We are especially interested in somebody with the time and
equipment to complete the unfinished port to SPARC64.

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

Title:
  blcr kernel module failed to build with kernel 3.0 : configure: error:
  --with-linux argument '3.0-x' is neither a kernel version string nor a
  full path

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

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


[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2013-01-12 Thread Joni-Pekka Kurronen
We need new status, Product Not Compatible,
 there is no solution to problem until someone dose new blcr version,...

Having blcr-*  packages at distribution is miss leading and those should be 
removed
from ditribution OR CLEARLY MARKED AS:

UN-FUNCTIONAL, package held to keep depencyes,... still if some software 
needs functionality this practice causes again problems,... best pratice to 
remove
blcr until it's functional.

YES, blcr could be if possibel depend oleder version, 2.38. and
down,...

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

Title:
  blcr kernel module failed to build with kernel 3.0 : configure: error:
  --with-linux argument '3.0-x' is neither a kernel version string nor a
  full path

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

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


[Bug 191889] Re: [MASTER] [WORKAROUND] Offline Mode feature fails to detect proper online state for networks that are managed outside of network manager.

2012-12-02 Thread Joni-Pekka Kurronen
Same here whit 12.5 LTS 64 bit,... but it's anoying
that syslog fill's whit below shit,...

=
Dec  2 23:28:14 kurrola kernel: [28963.624076] Unknown OutputIN= OUT=lxcbr0 
SRC=10.0.3.1 DST=10.0.3.255 LEN=316 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP 
SPT=631 DPT=631 LEN=296 
Dec  2 23:28:21 kurrola NetworkManager[2085]: info Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  2 23:28:23 kurrola NetworkManager[2085]: info Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  2 23:28:31 kurrola NetworkManager[2085]: info Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  2 23:28:33 kurrola NetworkManager[2085]: info Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  2 23:28:41 kurrola NetworkManager[2085]: info Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  2 23:28:43 kurrola NetworkManager[2085]: info Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec  2 23:28:45 kurrola kernel: [28994.926798] Unknown OutputIN= OUT=lxcbr0 
SRC=10.0.3.1 DST=10.0.3.2

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

Title:
  [MASTER] [WORKAROUND] Offline Mode feature fails to detect proper
  online state for networks that are managed outside of network manager.

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

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


[Bug 1033433] Re: dconf-service[2931]: segfault at 0 ip 00007f7e3a4e8bbe sp 00007fff0ace7740 error 4 in libglib-2.0.so.0.3200.1

2012-10-04 Thread Joni-Pekka Kurronen
** Attachment added: _bin_bash.1000.crash
   
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1033433/+attachment/3371581/+files/_bin_bash.1000.crash

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

Title:
  dconf-service[2931]: segfault at 0 ip 7f7e3a4e8bbe sp
  7fff0ace7740 error 4 in libglib-2.0.so.0.3200.1

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

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


[Bug 1033433] Re: dconf-service[2931]: segfault at 0 ip 00007f7e3a4e8bbe sp 00007fff0ace7740 error 4 in libglib-2.0.so.0.3200.1

2012-09-30 Thread Joni-Pekka Kurronen
Have tried re-insattaltion,, ext, problem is still there,
have not time to learn gdb but if get instruction I can test,...

debian realted forum's give's glue that could be broken gconf
and sugget rebuilding database whit gconf-rebuild,... and script/software
can's find from ubuntu distribution instead of gconf-cleaner which dose
correct problem.

I have several problem's and I belive linked to this eror:
-firfox can suddenly stop and do not restart same whit skype
-I belive that bash dose not allways forward enviroment parameter's to programs
-time to time system crash
-if chrome in use it can cause logout and whole session closed

My installation is here:
https://sites.google.com/site/jpsdatareviewstheboy007/ubuntu-lts-12-4-companion-whit-ltsp-mpich2-elmer-openfoam

Suspiouse whit software:
-lightscribe it's 32bit
-skype 4.0
-emphaty

===

Sep 30 11:32:08 mpi1 kernel: [ 7814.568542] dconf-service[6781]: segfault at 0 
ip 7fd093088bfe sp 7fff9ac326c0 error 4 in 
libglib-2.0.so.0.3200.3[7fd093008000+f2000]
Sep 30 11:32:17 mpi1 kernel: [ 7824.236159] dconf-service[6792]: segfault at 0 
ip 7facc8da0bfe sp 7fff1828ec60 error 4 in 
libglib-2.0.so.0.3200.3[7facc8d2+f2000]
Sep 30 11:32:17 mpi1 kernel: [ 7824.376149] dconf-service[6800]: segfault at 0 
ip 7f3940d90bfe sp 7fff3ce4dd60 error 4 in 
libglib-2.0.so.0.3200.3[7f3940d1+f2000]
Sep 30 11:32:18 mpi1 kernel: [ 7824.510967] dconf-service[6808]: segfault at 0 
ip 7f658be28bfe sp 7fff83f07a10 error 4 in 
libglib-2.0.so.0.3200.3[7f658bda8000+f2000]
Sep 30 11:32:18 mpi1 kernel: [ 7824.638519] dconf-service[6816]: segfault at 0 
ip 7fa6ce3a8bfe sp 7fffd6bfb4d0 error 4 in 
libglib-2.0.so.0.3200.3[7fa6ce328000+f2000]
Sep 30 11:32:18 mpi1 kernel: [ 7824.758697] dconf-service[6824]: segfault at 0 
ip 7fc5620e0bfe sp 7fff5f1b8260 error 4 in 
libglib-2.0.so.0.3200.3[7fc56206+f2000]
Sep 30 11:32:18 mpi1 kernel: [ 7824.899832] dconf-service[6832]: segfault at 0 
ip 7fe118078bfe sp 7fff4866f530 error 4 in 
libglib-2.0.so.0.3200.3[7fe117ff8000+f2000]
Sep 30 11:32:18 mpi1 kernel: [ 7825.260269] dconf-service[6844]: segfault at 0 
ip 7f4393738bfe sp 7fff7e8372b0 error 4 in 
libglib-2.0.so.0.3200.3[7f43936b8000+f2000]
Sep 30 11:32:19 mpi1 kernel: [ 7825.447225] dconf-service[6852]: segfault at 0 
ip 7f53f4760bfe sp 7fff3ef78470 error 4 in 
libglib-2.0.so.0.3200.3[7f53f46e+f2000]
Sep 30 11:32:19 mpi1 kernel: [ 7825.594702] dconf-service[6860]: segfault at 0 
ip 7f2b08868bfe sp 7fff97374890 error 4 in 
libglib-2.0.so.0.3200.3[7f2b087e8000+f2000]
Sep 30 11:32:19 mpi1 kernel: [ 7825.756772] dconf-service[6868]: segfault at 0 
ip 7f9298b98bfe sp 7fff0d48e0b0 error 4 in 
libglib-2.0.so.0.3200.3[7f9298b18000+f2000]

continues's and no glue

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

Title:
  dconf-service[2931]: segfault at 0 ip 7f7e3a4e8bbe sp
  7fff0ace7740 error 4 in libglib-2.0.so.0.3200.1

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

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


[Bug 1055007] [NEW] cal output differs between 10.04.4 LTS and 12.04 LTS

2012-09-23 Thread Joni Lahtinen
Public bug reported:

Raw outputs (terminal output looks the same for both but programs get it
wrong):

10.04.4:

   September 2012
Su Mo Tu We Th Fr Sa
   1
 2 3 4 5 6 7 8
 9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30

12.04:

   September 2012
Su Mo Tu We Th Fr Sa
   1
 2 3 4 5 6 7 8
 9 10 11 12 13 14 15
16 17 18 19 20 21 22
_^H2_^H3 24 25 26 27 28 29
30

Also diff -B ( cal ) ( cal -h ) differs on 12.04 but not on 10.04.4

** Affects: bsdmainutils (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/1055007

Title:
  cal output differs between 10.04.4 LTS and 12.04 LTS

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

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


[Bug 1051325] Re: wake on lan dose not work

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Tags added: apport-collected precise running-unity

** Description changed:

  
  System and installation:
  
  https://sites.google.com/site/jpsdatareviewstheboy007/ubuntu-lts-12-4
  -companion-whit-ltsp-mpich2-elmer-openfoam
  
  wakeonlan, powernap
  Unfortunately could not get wakeonlan to work whit
  AsROCK990FXextreme3 mainboard. If I ENABLE
  PCI ON   ( PME ) clients will startup again immediately after
  shutdown ( there is 0.5 seconds power off state!!), 
  SO no way to do POWER OFF except 5 second
  power off switch. If disable I can shutdown computers
  remotely via ssh root@host shutdown -P now command
  or HALT but I have to physically to POWER On from SWITCH.
  AsROCK support have not solved issue. It can be very
  tricky related Ubuntu ltsp boot config, acpi,... ext,...
  
  Powernap ceased whole system,... machines did not
  woke up operational condition after nap!
  --- 
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  CheckboxSubmission: 1634721490cb888b86116f9499d96c01
  CheckboxSystem: daed2f3d6643b4a84b4520a2427f8c2b
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
  Package: linux (not installed)
  Tags:  precise running-unity
  Uname: Linux 3.6.0-030600rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin mythtv netdev 
plugdev root sambashare scanner sudo syslog tape video
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu13
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  joni   2380 F pulseaudio
+  /dev/snd/controlC1:  joni   2380 F pulseaudio
+  /dev/snd/controlC0:  joni   2380 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xfe30 irq 16'
+Mixer name : 'Realtek ALC892'
+Components : 'HDA:10ec0892,18497892,00100302'
+Controls  : 43
+Simple ctrls  : 20
+ Card1.Amixer.info:
+  Card hw:1 'NVidia'/'HDA NVidia at 0xfe08 irq 25'
+Mixer name : 'Nvidia GPU 42 HDMI/DP'
+Components : 'HDA:10de0042,104383f3,00100100'
+Controls  : 18
+Simple ctrls  : 3
+ Card2.Amixer.info:
+  Card hw:2 'CinemaTM'/'Microsoft Microsoft® LifeCam Cinema(TM) at 
usb-:00:12.2-5, high speed'
+Mixer name : 'USB Mixer'
+Components : 'USB045e:075d'
+Controls  : 2
+Simple ctrls  : 1
+ Card2.Amixer.values:
+  Simple mixer control 'Mic',0
+Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
+Capture channels: Mono
+Limits: Capture 0 - 56
+Mono: Capture 36 [64%] [16.00dB] [on]
+ CheckboxSubmission: 1634721490cb888b86116f9499d96c01
+ CheckboxSystem: daed2f3d6643b4a84b4520a2427f8c2b
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=c5de965b-1adc-40e4-ab8b-cddb8bd153c6
+ InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth0  no wireless extensions.
+ MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB: 0 EFI VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-30-generic 
root=UUID=717426c9-bb8b-455c-b1c8-85f1e67cd245 ro reboot=pci quiet splash 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-30-generic N/A
+  linux-backports-modules-3.2.0-30-generic  N/A
+  linux-firmware1.79.1
+ RfKill:
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  precise running-unity
+ Uname: Linux 3.2.0-30-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin mythtv netdev 
plugdev root sambashare scanner sudo syslog tape video
+ dmi.bios.date: 06/29/2012
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: P1.40
+ dmi.board.name: 990FX Extreme3
+ dmi.board.vendor: ASRock
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd06/29/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn990FXExtreme3:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
+ dmi.product.name: To Be Filled By O.E.M.
+ dmi.product.version: To Be Filled By O.E.M.
+ dmi.sys.vendor: To Be Filled By O.E.M.

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321970/+files/AcpiTables.txt

-- 
You received this bug notification because you are a member

[Bug 1051325] AlsaDevices.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321971/+files/AlsaDevices.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] ProcEnviron.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321984/+files/ProcEnviron.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] ProcInterrupts.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321985/+files/ProcInterrupts.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] Card1.Codecs.codec.0.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: Card1.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321978/+files/Card1.Codecs.codec.0.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] Lspci.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1051325/+attachment/3321980/+files/Lspci.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] UdevDb.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1051325/+attachment/3321988/+files/UdevDb.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] PulseList.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321987/+files/PulseList.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] PciMultimedia.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321982/+files/PciMultimedia.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] ProcCpuinfo.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321983/+files/ProcCpuinfo.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] Card0.Codecs.codec.0.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321976/+files/Card0.Codecs.codec.0.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] UdevLog.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321989/+files/UdevLog.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] WifiSyslog.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321990/+files/WifiSyslog.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] BootDmesg.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321974/+files/BootDmesg.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] Card1.Amixer.values.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: Card1.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321977/+files/Card1.Amixer.values.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] ArecordDevices.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321973/+files/ArecordDevices.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] Lsusb.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1051325/+attachment/3321981/+files/Lsusb.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] ProcModules.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321986/+files/ProcModules.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] AplayDevices.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321972/+files/AplayDevices.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] Card0.Amixer.values.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321975/+files/Card0.Amixer.values.txt

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

Title:
  wake on lan dose not work

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

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


[Bug 1051325] CurrentDmesg.txt

2012-09-18 Thread Joni-Pekka Kurronen
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1051325/+attachment/3321979/+files/CurrentDmesg.txt

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

Title:
  wake on lan dose not work

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

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


Re: [Bug 1051325] Re: wake on lan dose not work

2012-09-18 Thread Joni-Pekka Kurronen
hi,

Have tested dose not work, F9 settings, f10:

1) PCI PME enabled
2) PCI PME enabled  +   AMD POWER SAVE states

Behaviour:

PCI PME causes computer immediately startup after shutdown delay 0.1 -  
0.5sec

So wakeonlan can not be tested whit that setting,...

I have wiresharked net while sending WOL's and there is no
other WOL's,...


Free suggestions what I'am unable to test at my lab now, busy whit  
Master Thesis:
-could ubuntu make setup's to mainboard erthernet that dose not  
dissapear
  at full power off ?
-could connected USB keyboard activate mainboard?
-could wireless nouse whit usb tongle activate mainboard?
-could RAM, 16G, cause power up?
-could AMD FX 8520 Liquid cooling fan system cause startup?
-could AMD FX 8250 build in Power save and sleep mode's somthing do  
whit it?

There is something wrong at Ubuntu kernel as well
du they said they have some corrections,...
https://bugs.launchpad.net/bugs/1051325
.., but those did not work out eighter.

yours,
joni


17.09.2012 20.59.37, Joseph Salisbury kirjoitti:
 Would it be possible for you to test the latest upstream kernel?   
 Refer
 to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the  
 latest
 v3.6 kernel[0] (Not a kernel in the daily directory) and install both
 the linux-image and linux-image-extra .deb packages.
 
 Once you've tested the upstream kernel, please remove the 'needs-
 upstream-testing' tag.  Please only remove that one tag and leave the
 other tags. This can be done by clicking on the yellow pencil icon  
 next
 to the tag located at the bottom of the bug description and deleting  
 the
 'needs-upstream-testing' text.
 
 If this bug is fixed in the mainline kernel, please add the following
 tag 'kernel-fixed-upstream'.
 
 If the mainline kernel does not fix this bug, please add the tag:
 'kernel-bug-exists-upstream'.
 
 If you are unable to test the mainline kernel, for example it will  
 not boot, please add the tag: 'kernel-unable-to-test-upstream'.
 Once testing of the upstream kernel is complete, please mark this bug  
 as Confirmed.
 
 
 Thanks in advance.
 
 [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6-rc6-quantal/
 
 
 ** Changed in: linux (Ubuntu)
Importance: Undecided = Medium
 
 ** Tags added: needs-upstream-testing
 
 --
 You received this bug notification because you are subscribed to the  
 bug
 report.
 https://bugs.launchpad.net/bugs/1051325
 
 Title:
   wake on lan dose not work
 
 Status in “linux” package in Ubuntu:
   Incomplete
 
 Bug description:
 
   System and installation:
 

 https://sites.google.com/site/jpsdatareviewstheboy007/ubuntu-lts-12-4
   -companion-whit-ltsp-mpich2-elmer-openfoam
 
   wakeonlan, powernap
   Unfortunately could not get wakeonlan to work whit
   AsROCK990FXextreme3 mainboard. If I ENABLE
   PCI ON   ( PME ) clients will startup again immediately after
   shutdown ( there is 0.5 seconds power off state!!),
   SO no way to do POWER OFF except 5 second
   power off switch. If disable I can shutdown computers
   remotely via ssh root@host shutdown -P now command
   or HALT but I have to physically to POWER On from SWITCH.
   AsROCK support have not solved issue. It can be very
   tricky related Ubuntu ltsp boot config, acpi,... ext,...
 
   Powernap ceased whole system,... machines did not
   woke up operational condition after nap!
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1051325/+subscriptions


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

Title:
  wake on lan dose not work

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

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

  1   2   3   >