[Bug 658069] Re: Empty files written over gvfs by some editors

2010-11-13 Thread bvidinli_ehcp
confirming on my side that, it is re-working... 
thanks for fix.

-- 
Empty files written over gvfs by some editors
https://bugs.launchpad.net/bugs/658069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 670309] [NEW] file truncated on a remote server when saved in a local editor

2010-11-03 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: nautilus

* connect to a remote server using menu-places-connect to server, ssh 
connection
* remote files are seen in file browser (nautilus)
* open a file from remote server, using a local editor
* change that file in editor, save,
* file is somehow, truncated on that server,

result is same both for redhat or solaris remote hosts.
I am using now Ubuntu 10.10 desktop edition.

this feature was working on 10.04 alpha versions. not working since
10.10

screenshots are attached.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Wed Nov  3 12:00:57 2010
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
file truncated on a remote server when saved in a local editor
https://bugs.launchpad.net/bugs/670309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 670309] Re: file truncated on a remote server when saved in a local editor

2010-11-03 Thread bvidinli_ehcp

** Attachment added: bugfiles.tar.gz
   
https://bugs.launchpad.net/bugs/670309/+attachment/1721581/+files/bugfiles.tar.gz

-- 
file truncated on a remote server when saved in a local editor
https://bugs.launchpad.net/bugs/670309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 670309] Re: file truncated on a remote server when saved in a local editor

2010-11-03 Thread bvidinli_ehcp
as seen on images attached, I use geany,
but, I dont think this is related to geany, 
i will retest with another editor soon.

-- 
file truncated on a remote server when saved in a local editor
https://bugs.launchpad.net/bugs/670309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 670309] Re: file truncated on a remote server when saved in a local editor

2010-11-03 Thread bvidinli_ehcp
yes, I agree, that is same bug.

-- 
file truncated on a remote server when saved in a local editor
https://bugs.launchpad.net/bugs/670309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 607705] [NEW] software-center does not run in Turkish locale KeyError: 'ROUND_CEiLiNG'

2010-07-20 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: software-center

$ software-center 
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
/usr/share/software-center/softwarecenter/apt/apthistory.py:32: 
DeprecationWarning: please use 'debian' instead of 'debian_bundle'
  from debian_bundle import deb822
Traceback (most recent call last):
  File /usr/bin/software-center, line 81, in module
from softwarecenter.app import SoftwareCenterApp
  File /usr/share/software-center/softwarecenter/app.py, line 57, in module
from view.logindialog import LoginDialog
  File /usr/share/software-center/softwarecenter/view/logindialog.py, line 
29, in module
from softwarecenter.backend.launchpad import GLaunchpad
  File /usr/share/software-center/softwarecenter/backend/launchpad.py, line 
32, in module
from launchpadlib.launchpad import Launchpad
  File /usr/lib/pymodules/python2.6/launchpadlib/launchpad.py, line 29, in 
module
from lazr.restfulclient.resource import (
  File /usr/lib/python2.6/dist-packages/lazr/restfulclient/resource.py, line 
34, in module
import simplejson
  File /usr/lib/pymodules/python2.6/simplejson/__init__.py, line 109, in 
module
from decimal import Decimal
  File /usr/lib/python2.6/decimal.py, line 3646, in module
val = globals()[globalname]
KeyError: 'ROUND_CEiLiNG'
bvidi...@bvidinli-desktop:~$ LANG=EN software-center 
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)

(process:8924): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
/usr/share/software-center/softwarecenter/apt/apthistory.py:32: 
DeprecationWarning: please use 'debian' instead of 'debian_bundle'
  from debian_bundle import deb822
ERROR:root:setlocale failed
Traceback (most recent call last):
  File /usr/share/software-center/softwarecenter/app.py, line 109, in __init__
locale.setlocale(locale.LC_ALL, )
  File /usr/lib/python2.6/locale.py, line 513, in setlocale
return _setlocale(category, locale)
Error: unsupported locale setting
ERROR:root:setlocale failed
Traceback (most recent call last):
  File /usr/share/software-center/softwarecenter/app.py, line 119, in __init__
locale.setlocale(locale.LC_ALL, )
  File /usr/lib/python2.6/locale.py, line 513, in setlocale
return _setlocale(category, locale)
Error: unsupported locale setting
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)

(process:9009): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.

(process:9097): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Created new window in existing browser session.

(works normally hereafter)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: software-center 2.1.5
ProcVersionSignature: Ubuntu 2.6.35-9.14-generic 2.6.35-rc5
Uname: Linux 2.6.35-9-generic i686
Architecture: i386
CheckboxSubmission: 255ba770d200090018bc6e32b5c9e699
CheckboxSystem: 0b92078dbc98a84bc764120b0f3672b5
Date: Tue Jul 20 14:29:30 2010
EcryptfsInUse: Yes
PackageArchitecture: all
ProcEnviron:
 LANG=EN
 SHELL=/bin/bash
SourcePackage: software-center

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
software-center does not run in Turkish locale  KeyError: 'ROUND_CEiLiNG'
https://bugs.launchpad.net/bugs/607705
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 607705] Re: software-center does not run in Turkish locale KeyError: 'ROUND_CEiLiNG'

2010-07-20 Thread bvidinli_ehcp

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

-- 
software-center does not run in Turkish locale  KeyError: 'ROUND_CEiLiNG'
https://bugs.launchpad.net/bugs/607705
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511091] Re: openoffice copypaste not working (impress)

2010-05-20 Thread bvidinli_ehcp
I live same situation in 10.04,

but I update the cause of problem for all versions:
I found that, this problem occurs only when glipper is loadded in top panel of 
ubuntu,

when I remove glipper (clipboard manager) openoffice works normally.

This seems some conflict between openoffice and glipper.

thank you for all.

** Also affects: glipper
   Importance: Undecided
   Status: New

-- 
openoffice copypaste not working (impress)
https://bugs.launchpad.net/bugs/511091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 292588] Re: VirtualBox can't operate in VMX root mode.

2010-05-05 Thread bvidinli_ehcp
yes, seems working.
now, I use Ubuntu 10.04 Lucid, and both qemu and virtualbox can be run at same 
time, without any setting change.

-- 
VirtualBox can't operate in VMX root mode.
https://bugs.launchpad.net/bugs/292588
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 292588] Re: VirtualBox can't operate in VMX root mode.

2010-05-05 Thread bvidinli_ehcp
yes, seems working.
now, I use Ubuntu 10.04 Lucid, and both qemu and virtualbox can be run at same 
time, without any setting change.

-- 
VirtualBox can't operate in VMX root mode.
https://bugs.launchpad.net/bugs/292588
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 490863] Re: Editra never starts, editra crashed with ImportError in module()

2010-04-10 Thread bvidinli_ehcp
** Changed in: wxwidgets2.8 (Ubuntu)
   Status: New = Confirmed

-- 
Editra never starts, editra crashed with ImportError in module()
https://bugs.launchpad.net/bugs/490863
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521001] [NEW] when glipper active, copypaste not working in openoffice

2010-02-12 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: glipper

simulation:
activate glipper,
copy something (let glipper take it into its memory)

then, open openoffice
try to copy  paste something in your document.
when you try to paste, not latest copied one is pasted. 

when I delete glipper from panel, openoffice became normal.

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 255ba770d200090018bc6e32b5c9e699
CheckboxSystem: 0b92078dbc98a84bc764120b0f3672b5
Date: Fri Feb 12 16:37:56 2010
DistroRelease: Ubuntu 9.10
Package: glipper 1.0-1.1ubuntu1
ProcEnviron:
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.57-generic
SourcePackage: glipper
Uname: Linux 2.6.31-20-generic i686

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


** Tags: apport-bug i386

-- 
when glipper active, copypaste not working in openoffice
https://bugs.launchpad.net/bugs/521001
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521001] Re: when glipper active, copypaste not working in openoffice

2010-02-12 Thread bvidinli_ehcp

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/39100234/XsessionErrors.txt

-- 
when glipper active, copypaste not working in openoffice
https://bugs.launchpad.net/bugs/521001
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 514761] [NEW] audio is noisy in vlc and other media players, sometime

2010-01-30 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: vlc

audio is noisy, i mean, there are strange noise in audio like mors
alphabet, or random noise, while playing some media file in vlc and
other players.

this happens sometime, not all the time,
i could not determine when it happens.
but, it makes media files unusable..

ProblemType: Bug
Architecture: i386
Date: Sat Jan 30 18:17:26 2010
DistroRelease: Ubuntu 9.10
Package: vlc 1.0.2-1ubuntu2.1
ProcEnviron:
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: vlc
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-bug i386

-- 
audio is noisy in vlc and other media players, sometime
https://bugs.launchpad.net/bugs/514761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 514761] Re: audio is noisy in vlc and other media players, sometime

2010-01-30 Thread bvidinli_ehcp

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38557853/XsessionErrors.txt

-- 
audio is noisy in vlc and other media players, sometime
https://bugs.launchpad.net/bugs/514761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 514761] Re: audio is noisy in vlc and other media players, sometime

2010-01-30 Thread bvidinli_ehcp
i found that, audio in some media files are noisy as I described, only
when I listen through headphone.

I know that, headphone is all right, because with some media files, it
is ok.

-- 
audio is noisy in vlc and other media players, sometime
https://bugs.launchpad.net/bugs/514761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511932] [NEW] audio is not working after suspend-resume on vlc and other players

2010-01-24 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: vlc

I tested with a mkv video file, with vlc, totem etc.

before suspend, everything seems ok.

after suspend-to-hdd,

vlc audio output is not undertandable, in form of noice.
totem is also same.
this seems to me a problem of Ubuntu audio subsystem,  not the problem of vlc 
or even codec.
Because I also tested on guest windows on virtual machine, same noisy audio 
output.

after, a restart of computer, it fixes.

ProblemType: Bug
Architecture: i386
Date: Sun Jan 24 16:44:33 2010
DistroRelease: Ubuntu 9.10
Package: vlc 1.0.2-1ubuntu2.1
ProcEnviron:
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: vlc
Uname: Linux 2.6.31-17-generic i686
XsessionErrors:
 (gnome-settings-daemon:9197): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:9243): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:9220): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (nautilus:9535): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

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


** Tags: apport-bug i386

-- 
audio is not working after suspend-resume on vlc and other players
https://bugs.launchpad.net/bugs/511932
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511932] Re: audio is not working after suspend-resume on vlc and other players

2010-01-24 Thread bvidinli_ehcp

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

-- 
audio is not working after suspend-resume on vlc and other players
https://bugs.launchpad.net/bugs/511932
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511091] [NEW] openoffice copypaste not working (impress)

2010-01-22 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: openoffice.org

I try to copy an object in ooimpress, then paste it,
paste not working.

Instead, a previously selected text/filename appears there.

shortly, I cannot copy/paste objects in openoffice impress (presentation
program)

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 255ba770d200090018bc6e32b5c9e699
CheckboxSystem: 0b92078dbc98a84bc764120b0f3672b5
Date: Fri Jan 22 11:26:50 2010
DistroRelease: Ubuntu 9.10
Package: openoffice.org-core 1:3.1.1-5ubuntu1 [modified: 
var/lib/openoffice/basis3.1/program/services.rdb]
ProcEnviron:
 PATH=(custom, no user)
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: openoffice.org
Uname: Linux 2.6.31-17-generic i686

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
openoffice copypaste not working (impress)
https://bugs.launchpad.net/bugs/511091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511091] Re: openoffice copypaste not working (impress)

2010-01-22 Thread bvidinli_ehcp

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38213927/XsessionErrors.txt

-- 
openoffice copypaste not working (impress)
https://bugs.launchpad.net/bugs/511091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 509102] Re: dont detect cdrom in IBM HS21, ubuntu server 9.10

2010-01-22 Thread bvidinli_ehcp
sory, I thought I provided required info. (we got used to use problem
reporter, which does include all info... but not in this case)

i use ubuntu 9.10 amd64
server install cd

the cd does boot, start to install, but when detecting cdrom in installer, it 
cannot detect.
I think the problem is not burning speed. if it were so, it would detect cdrom, 
but could not read. but in my case, cdrom cannot be detected. if you insist to 
burn it with 2x, i will give a try.

- yes kvm is attached to right place. I am sure. and booting from that
cd shows that.

- i will try remote console mode. 
thanks.

-- 
dont detect cdrom in IBM HS21, ubuntu server 9.10
https://bugs.launchpad.net/bugs/509102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 509102] Re: dont detect cdrom in IBM HS21, ubuntu server 9.10

2010-01-22 Thread bvidinli_ehcp
And also I want to state that:
Ubuntu is #1 Linux distribution in Desktop market.
I also want to see it in #1 in server market.

I am using ubuntu desktop for 6 years, without any windows in my desktop
computers, notebooks and so on.

So, Server side should be supported well, i think. I am happy with your reply. 
this was just a note.

-- 
dont detect cdrom in IBM HS21, ubuntu server 9.10
https://bugs.launchpad.net/bugs/509102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 292588] Re: VirtualBox can't operate in VMX root mode.

2010-01-20 Thread bvidinli_ehcp
can I use qemu and virutalbox on same ubuntu 9.10 ?
must I remove qemu ?

is there a way to use both ?

This seems something like, virtualbox tries to kick off qemu ?

-- 
VirtualBox can't operate in VMX root mode.
https://bugs.launchpad.net/bugs/292588
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 509562] [NEW] eucalyptus cannot download and install images

2010-01-19 Thread bvidinli_ehcp
Public bug reported:

i use web frontend http://ip:8443 to control cloud,
i click store, karmic coala - install
installer downloads image, but an error occurs:

Command 'euca-bundle-image' returned status code 1:
Checking image
Tarring image
Encrypting image
Traceback (most recent call last):
  File /usr/bin/euca-bundle-image, line 226, in module
main()
  File /usr/bin/euca-bundle-image, line 204, in main
encrypted_file, key, iv, bundled_size = euca.encrypt_image(tgz_file)
  File /usr/lib/python2.6/dist-packages/euca2ools/__init__.py, line 533, in 
encrypt_image
k=EVP.Cipher(alg='aes_128_cbc', key=unhexlify(key), iv=unhexlify(iv), op=1)
TypeError: Odd-length string

ProblemType: Bug
Architecture: amd64
Date: Tue Jan 19 12:20:21 2010
DistroRelease: Ubuntu 9.10
Package: eucalyptus-cc 1.6~bzr931-0ubuntu7.4
ProcEnviron:
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-server
SourcePackage: eucalyptus
Uname: Linux 2.6.31-17-server x86_64

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


** Tags: amd64 apport-bug

-- 
eucalyptus cannot download and install images
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 509562] Re: eucalyptus cannot download and install images

2010-01-19 Thread bvidinli_ehcp

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

** Attachment added: EucalyptusAxis2cLog.txt
   http://launchpadlibrarian.net/38078669/EucalyptusAxis2cLog.txt

** Attachment added: EucalyptusCloudDebugLog.txt
   http://launchpadlibrarian.net/38078671/EucalyptusCloudDebugLog.txt

** Attachment added: EucalyptusCloudOutputLog.txt
   http://launchpadlibrarian.net/38078672/EucalyptusCloudOutputLog.txt

** Attachment added: EucalyptusHTTPDErrorLog.txt
   http://launchpadlibrarian.net/38078673/EucalyptusHTTPDErrorLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38078674/XsessionErrors.txt

** Attachment added: eucalyptus.conf.txt
   http://launchpadlibrarian.net/38078675/eucalyptus.conf.txt

-- 
eucalyptus cannot download and install images
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 509562] Re: euca-bundle-image returns Odd-length string error

2010-01-19 Thread bvidinli_ehcp
i want to state that, currently, I cannot use eucalyptus or ubuntu cloud
services, in my server.

-- 
euca-bundle-image returns Odd-length string error
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 509562] [NEW] eucalyptus cannot download and install images

2010-01-19 Thread bvidinli_ehcp
Public bug reported:

i use web frontend http://ip:8443 to control cloud,
i click store, karmic coala - install
installer downloads image, but an error occurs:

Command 'euca-bundle-image' returned status code 1:
Checking image
Tarring image
Encrypting image
Traceback (most recent call last):
  File /usr/bin/euca-bundle-image, line 226, in module
main()
  File /usr/bin/euca-bundle-image, line 204, in main
encrypted_file, key, iv, bundled_size = euca.encrypt_image(tgz_file)
  File /usr/lib/python2.6/dist-packages/euca2ools/__init__.py, line 533, in 
encrypt_image
k=EVP.Cipher(alg='aes_128_cbc', key=unhexlify(key), iv=unhexlify(iv), op=1)
TypeError: Odd-length string

ProblemType: Bug
Architecture: amd64
Date: Tue Jan 19 12:20:21 2010
DistroRelease: Ubuntu 9.10
Package: eucalyptus-cc 1.6~bzr931-0ubuntu7.4
ProcEnviron:
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-server
SourcePackage: eucalyptus
Uname: Linux 2.6.31-17-server x86_64

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


** Tags: amd64 apport-bug

-- 
eucalyptus cannot download and install images
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 509562] Re: eucalyptus cannot download and install images

2010-01-19 Thread bvidinli_ehcp

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

** Attachment added: EucalyptusAxis2cLog.txt
   http://launchpadlibrarian.net/38078669/EucalyptusAxis2cLog.txt

** Attachment added: EucalyptusCloudDebugLog.txt
   http://launchpadlibrarian.net/38078671/EucalyptusCloudDebugLog.txt

** Attachment added: EucalyptusCloudOutputLog.txt
   http://launchpadlibrarian.net/38078672/EucalyptusCloudOutputLog.txt

** Attachment added: EucalyptusHTTPDErrorLog.txt
   http://launchpadlibrarian.net/38078673/EucalyptusHTTPDErrorLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38078674/XsessionErrors.txt

** Attachment added: eucalyptus.conf.txt
   http://launchpadlibrarian.net/38078675/eucalyptus.conf.txt

-- 
eucalyptus cannot download and install images
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 509562] Re: euca-bundle-image returns Odd-length string error

2010-01-19 Thread bvidinli_ehcp
i want to state that, currently, I cannot use eucalyptus or ubuntu cloud
services, in my server.

-- 
euca-bundle-image returns Odd-length string error
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 509102] [NEW] dont detect cdrom in IBM HS21, ubuntu server 9.10

2010-01-18 Thread bvidinli_ehcp
Public bug reported:

i am trying to install ubuntu server 9.10 onto IBM HS21 blade systemi,
but, installer cannot detect cdrom and fails to install.

can anybody help me ?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
dont detect cdrom in IBM HS21, ubuntu server 9.10
https://bugs.launchpad.net/bugs/509102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505333] [NEW] firefox saves to default location even ask me location is checked in preferences

2010-01-09 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: firefox-3.5

..

ProblemType: Bug
Architecture: i386
Date: Sun Jan 10 02:12:25 2010
DistroRelease: Ubuntu 9.10
Package: firefox-3.5 3.5.7+nobinonly-0ubuntu0.9.10.1
ProcEnviron:
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-17-generic i686

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
firefox saves to default location even ask me location is checked in 
preferences
https://bugs.launchpad.net/bugs/505333
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505333] Re: firefox saves to default location even ask me location is checked in preferences

2010-01-09 Thread bvidinli_ehcp

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/37662766/ExtensionSummary.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/37662767/XsessionErrors.txt

** Attachment added: profile_default_pluginreg.dat.txt
   http://launchpadlibrarian.net/37662768/profile_default_pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/37662769/profiles.ini.txt

-- 
firefox saves to default location even ask me location is checked in 
preferences
https://bugs.launchpad.net/bugs/505333
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505333] Re: firefox saves to default location even ask me location is checked in preferences

2010-01-09 Thread bvidinli_ehcp
i noticed that, a new plugin that I installed caused this.

while saving, if I check accelerate using firedownload (checked by default), 
no target dir is asked.
if i uncheck it, target dir is asked as expected.

So, problem seems in firedownload plugin.
howto notify owners of that plugin ?

-- 
firefox saves to default location even ask me location is checked in 
preferences
https://bugs.launchpad.net/bugs/505333
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 498985] [NEW] ubuntuone crashes while changing ethernet interface

2009-12-21 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: ubuntuone-client

.

ProblemType: Bug
.home.bvidinli..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = True
 connect = 0
 show_applet = 0
Architecture: i386
Date: Mon Dec 21 11:33:18 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ubuntuone-client 1.0.2-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-17-generic i686

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
ubuntuone crashes while changing ethernet interface
https://bugs.launchpad.net/bugs/498985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 498985] Re: ubuntuone crashes while changing ethernet interface

2009-12-21 Thread bvidinli_ehcp

** Attachment added: .home.bvidinli..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/37010846/.home.bvidinli..cache.ubuntuone.log.oauth.login.log.txt

** Attachment added: 
.home.bvidinli..cache.ubuntuone.log.syncdaemon.exceptions.log.txt
   
http://launchpadlibrarian.net/37010847/.home.bvidinli..cache.ubuntuone.log.syncdaemon.exceptions.log.txt

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/37010849/UbuntuoneClientPackages.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/37010850/XsessionErrors.txt

-- 
ubuntuone crashes while changing ethernet interface
https://bugs.launchpad.net/bugs/498985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 496519] Re: ubuntuone shows always disconnected, cannot connect

2009-12-14 Thread bvidinli_ehcp

** Attachment added: .home.bvidinli..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/36771968/.home.bvidinli..cache.ubuntuone.log.oauth.login.log.txt

** Attachment added: 
.home.bvidinli..cache.ubuntuone.log.syncdaemon.exceptions.log.txt
   
http://launchpadlibrarian.net/36771969/.home.bvidinli..cache.ubuntuone.log.syncdaemon.exceptions.log.txt

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/36771971/UbuntuoneClientPackages.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36771972/XsessionErrors.txt

-- 
ubuntuone shows always disconnected, cannot connect
https://bugs.launchpad.net/bugs/496519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 496519] Re: ubuntuone shows always disconnected, cannot connect

2009-12-14 Thread bvidinli_ehcp
i think the error is in
http://launchpadlibrarian.net/36771968/.home.bvidinli..cache.ubuntuone.log.oauth.login.log.txt
which seems:
KeyError: 'ROUND_CEiLiNG'

that is a python error..

-- 
ubuntuone shows always disconnected, cannot connect
https://bugs.launchpad.net/bugs/496519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 496519] [NEW] ubuntuone shows always disconnected, cannot connect

2009-12-14 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: ubuntuone-client

.

ProblemType: Bug
.home.bvidinli..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 connected = True
 connect = 0
 show_applet = 1
 bookmarked = True
Architecture: i386
Date: Mon Dec 14 14:55:52 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ubuntuone-client 1.0.2-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-17-generic i686

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
ubuntuone shows always disconnected, cannot connect
https://bugs.launchpad.net/bugs/496519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 440606] [NEW] cannot install flash player on firefox, from console too

2009-10-02 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: firefox-3.5

I installed ubuntu 9.10 beta,

opened firefox,
navigated to a webpage with flash
clicked on install flash plugin
found adobe flash, i clicked install
result failed:
then, gone to manual install, downloaded deb file from adobe site, tried to 
install using gdebi, no succeed, 
then gone to console, dpkg -i ... no result..

ProblemType: Bug
Architecture: i386
Date: Fri Oct  2 17:09:57 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: firefox 3.5.3+build1+nobinonly-0ubuntu3
PackageArchitecture: all
ProcEnviron:
 LANG=tr_TR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-11-generic i686

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
cannot install flash player on firefox, from console too
https://bugs.launchpad.net/bugs/440606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 440606] Re: cannot install flash player on firefox, from console too

2009-10-02 Thread bvidinli_ehcp

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

-- 
cannot install flash player on firefox, from console too
https://bugs.launchpad.net/bugs/440606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439283] [NEW] suspend/resume failure

2009-09-30 Thread bvidinli_ehcp
Public bug reported:

my laptop is hp compaq nc 8230 , most functions work properly.. 
suspend does not work after upgrade to karmic alpha

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  Slmodemd   1269 F slmodemd
 /dev/snd/pcmC1D0c:   Slmodemd   1269 F...m slmodemd
 /dev/snd/pcmC1D0p:   Slmodemd   1269 F...m slmodemd
 /dev/snd/controlC0:  bvidinli   3036 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 21'
   Mixer name   : 'Analog Devices AD1981B'
   Components   : 'AC97a:41445374'
   Controls  : 25
   Simple ctrls  : 18
Card1.Amixer.info:
 Card hw:1 'Modem'/'Intel ICH6 Modem at irq 22'
   Mixer name   : 'Silicon Laboratory Si3036,8 rev 7'
   Components   : 'AC97m:53494c27'
   Controls  : 3
   Simple ctrls  : 3
Card1.Codecs.codec97.0.mc97.1.1:
 1-1/0: Silicon Laboratory Si3036,8 rev 7
 
 Extended modem ID: codec=1 LIN1
 Modem status : GPIO MREF ADC1 DAC1 PRE(ADC2) PRF(DAC2) PRG(HADC) PRH(HDAC)
 Line1 rate   : 8000Hz
Date: Wed Sep 30 10:12:06 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=131b69fd-86e0-4ca4-ae66-2eafd2778c4b
InterpreterPath: /usr/bin/python2.6
Package: linux-image-2.6.31-11-generic 2.6.31-11.36
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=d7357007-d73d-4dba-a29f-5794c2f70e66 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
RelatedPackageVersions: linux-firmware 1.19
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: resume suspend
Title: suspend/resume failure
Uname: Linux 2.6.31-11-generic i686
UserGroups:
 
WifiSyslog:
 
WpaSupplicantLog:
 
dmi.bios.date: 05/01/2006
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68DTV Ver. F.11
dmi.board.name: 0934
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 43.1D
dmi.chassis.asset.tag: HUB6060B5S
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68DTVVer.F.11:bd05/01/2006:svnHewlett-Packard:pn:pvrF.11:rvnHewlett-Packard:rn0934:rvrKBCVersion43.1D:cvnHewlett-Packard:ct10:cvr:
dmi.product.version: F.11
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-kerneloops i386 resume suspend

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

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


[Bug 439283] Re: suspend/resume failure

2009-09-30 Thread bvidinli_ehcp

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/32743860/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/32743861/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/32743862/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32743863/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/32743864/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/32743865/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/32743866/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/32743867/Card1.Amixer.values.txt

** Attachment added: Card1.Codecs.codec97.0.mc97.1.1.regs.txt
   
http://launchpadlibrarian.net/32743868/Card1.Codecs.codec97.0.mc97.1.1.regs.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32743869/CurrentDmesg.txt

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/32743871/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/32743872/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/32743873/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/32743874/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/32743875/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/32743876/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/32743877/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/32743878/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/32743879/ProcStatus.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/32743880/SleepLog.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/32743881/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/32743882/UdevLog.txt

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

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


[Bug 436958] Re: system fails to restart, hangs with on screen restarting system

2009-09-30 Thread bvidinli_ehcp
yes, this occurs every time i reboot.

i did not test with a live cd, i will do asap.

-- 
system fails to restart, hangs with on screen restarting system
https://bugs.launchpad.net/bugs/436958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 436958] [NEW] system fails to restart, hangs with on screen restarting system

2009-09-25 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: upstart

each time i try restart the server,
it shut downs all processes, then, on console screen: [xxx.yyy] Restarting 
system and hangs up... does not restart... 
some numbers instead of xxx yyy

this case true since 8.04 or 9.04, i do not remember, 
currently, I use 9.10 (latest alpha) on hp compaq nc 8230 notebook..

shutdown system command normally shuts the notebook...

but restart does not work... 
thanks.

ProblemType: Bug
Architecture: i386
Date: Sat Sep 26 02:45:18 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /sbin/init
Package: upstart 0.6.3-5
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: upstart
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-bug i386

-- 
system fails to restart, hangs with on screen restarting system
https://bugs.launchpad.net/bugs/436958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 436958] Re: system fails to restart, hangs with on screen restarting system

2009-09-25 Thread bvidinli_ehcp

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/32465150/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/32465151/ProcStatus.txt

-- 
system fails to restart, hangs with on screen restarting system
https://bugs.launchpad.net/bugs/436958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 436958] Re: system fails to restart, hangs with on screen restarting system

2009-09-25 Thread bvidinli_ehcp
i am not sure if the related package is upstart or init,
i just run command ubuntu-bug 1 to be able to report problem... i guessed the 
init process does shut process.
sory if wrong..

-- 
system fails to restart, hangs with on screen restarting system
https://bugs.launchpad.net/bugs/436958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 430293] [NEW] WARNING: at /build/buildd/linux-2.6.31/kernel/trace/ring_buffer.c:1393 rb_add_time_stamp+0x79/0x200()

2009-09-15 Thread bvidinli_ehcp
Public bug reported:

...

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  bvidinli   6065 F pulseaudio
  bvidinli   7310 F IDriver.exe
  bvidinli   7372 F IDriver.exe
  bvidinli   7425 F IDriver.exe
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 21'
   Mixer name   : 'Analog Devices AD1981B'
   Components   : 'AC97a:41445374'
   Controls  : 25
   Simple ctrls  : 18
Date: Sat Sep 12 18:06:52 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=131b69fd-86e0-4ca4-ae66-2eafd2778c4b
Package: linux-image-2.6.31-10-generic 2.6.31-10.32
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=d7357007-d73d-4dba-a29f-5794c2f70e66 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-10.32-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-10-generic N/A
 linux-firmware 1.16
RfKill:
 2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/kernel/trace/ring_buffer.c:1393 
rb_add_time_stamp+0x79/0x200()
Uname: Linux 2.6.31-10-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 05/01/2006
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68DTV Ver. F.11
dmi.board.name: 0934
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 43.1D
dmi.chassis.asset.tag: HUB6060B5S
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68DTVVer.F.11:bd05/01/2006:svnHewlett-Packard:pn:pvrF.11:rvnHewlett-Packard:rn0934:rvrKBCVersion43.1D:cvnHewlett-Packard:ct10:cvr:
dmi.product.version: F.11
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/trace/ring_buffer.c:1393 
rb_add_time_stamp+0x79/0x200()
https://bugs.launchpad.net/bugs/430293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 430293] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/trace/ring_buffer.c:1393 rb_add_time_stamp+0x79/0x200()

2009-09-15 Thread bvidinli_ehcp

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/31853541/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/31853542/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/31853543/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/31853544/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/31853545/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/31853546/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/31853547/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: CurrentDmesg.gz
   http://launchpadlibrarian.net/31853548/CurrentDmesg.gz

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/31853550/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/31853551/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/31853552/Lsusb.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/31853553/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/31853554/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/31853555/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/31853556/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/31853557/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/31853558/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/31853559/UdevLog.txt

** Attachment added: WifiSyslog.gz
   http://launchpadlibrarian.net/31853560/WifiSyslog.gz

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/trace/ring_buffer.c:1393 
rb_add_time_stamp+0x79/0x200()
https://bugs.launchpad.net/bugs/430293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429582] [NEW] cannot wake from suspend to ram, 9.10 karmic alpha 5

2009-09-14 Thread bvidinli_ehcp
Public bug reported:

I use Ubuntu 9.10 karmic alpha 5,

my notebook is hp-compaq nc 8230,
when I suspend it to ram, it suspends, but it cannot wake up..
It was able to wake up smoothly with 9.04

r...@bvidinli-yenihdd:/home/bvidinli/Belgeler# lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10
r...@bvidinli-yenihdd:/home/bvidinli/Belgeler#

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
cannot wake from suspend to ram, 9.10 karmic alpha 5
https://bugs.launchpad.net/bugs/429582
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 426800] [NEW] lost gnome in gdm session chooser

2009-09-09 Thread bvidinli_ehcp
Public bug reported:

I upgraded to karmic alpha 5,
then, updated all packages, 

Now, I cannot see gnome in gdm session chooser, and I cannot use gnome..
xfce/kde is listed in gdm session chooser and they start, but I need gnome.. 

I did not delete gnome,

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

-- 
lost gnome in gdm session chooser
https://bugs.launchpad.net/bugs/426800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 426800] Re: lost gnome in gdm session chooser

2009-09-09 Thread bvidinli_ehcp
yes, this is always as I describe, reproducible, :) In fact I dont need to 
reproduce, it is already like that... 
steps:
logout,(or turn on computer)
see login screen,
click on user,
on bottom, select session, there is kde, xfce , but no gnome.. 

I am not sure that I can take a screenshot, because that is gdm login
screen, not gnome or xfce..

-- 
lost gnome in gdm session chooser
https://bugs.launchpad.net/bugs/426800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425885] [NEW] oowriter hangs/quits just after start, without any output

2009-09-07 Thread bvidinli_ehcp
Public bug reported:

no output is written to terminal output.
menu items do not work also.
I use Ubuntu 9.10 karmic alpha 5

latest version of openoffice... (dont know exact version, because I just
upgraded to karmic alpha5 and was unable to start openoffice...)

on commandline:

bvidi...@bvidinli-yenihdd:~$ oowriter
bvidi...@bvidinli-yenihdd:~$ oowriter -v
bvidi...@bvidinli-yenihdd:~$ oowriter -debug
bvidi...@bvidinli-yenihdd:~$ oowriter --debug
bvidi...@bvidinli-yenihdd:~$

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: karmic oowriter openoffice

-- 
oowriter hangs/quits just after start, without any output
https://bugs.launchpad.net/bugs/425885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425885] Re: oowriter hangs/quits just after start, without any output

2009-09-07 Thread bvidinli_ehcp
bvidi...@bvidinli-yenihdd:~$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10
bvidi...@bvidinli-yenihdd:~$ 




** Description changed:

  no output is written to terminal output.
  menu items do not work also.
  I use Ubuntu 9.10 karmic alpha 5
  
  latest version of openoffice... (dont know exact version, because I just
  upgraded to karmic alpha5 and was unable to start openoffice...)
  
  on commandline:
  
+ bvidi...@bvidinli-yenihdd:~$ oowriter
  bvidi...@bvidinli-yenihdd:~$ oowriter -v
- bvidi...@bvidinli-yenihdd:~$ oowriter -vv
  bvidi...@bvidinli-yenihdd:~$ oowriter -debug
  bvidi...@bvidinli-yenihdd:~$ oowriter --debug
  bvidi...@bvidinli-yenihdd:~$

-- 
oowriter hangs/quits just after start, without any output
https://bugs.launchpad.net/bugs/425885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425885] Re: oowriter hangs/quits just after start, without any output

2009-09-07 Thread bvidinli_ehcp
i use on i386, on hp compaq nc8230 notebook,

oocalc is same
bvidi...@bvidinli-yenihdd:~$ oocalc 
bvidi...@bvidinli-yenihdd:~$ 

nothing is displayed...


** Changed in: ubuntu
   Status: New = Confirmed

-- 
oowriter hangs/quits just after start, without any output
https://bugs.launchpad.net/bugs/425885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425885] Re: oowriter hangs/quits just after start, without any output

2009-09-07 Thread bvidinli_ehcp
i removed all directories starting .openoffice , 
now, it started with no problem..

The problem seems fixed now... 
I removed those directories, so, I don't know what was in there, and what was 
causing the error..

But, It was working before upgrade...

Now I am not sure if this is still a bug... this case is closed for me.. 
thank you for all your helps.. 
you may close this case, or keep open if somebody else lives same... and maybe 
you can learn the source of error..

Thanks..

-- 
oowriter hangs/quits just after start, without any output
https://bugs.launchpad.net/bugs/425885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 381599] Re: kword fails to start

2009-06-08 Thread bvidinli_ehcp
i am already using jaunty, and problem continues, re-tried, same...

On Mon, Jun 8, 2009 at 8:45 AM, Matt Joineranacro...@gmail.com wrote:
 I first installed Jaunty from the RC, and upgraded since. The problem
 seems to have gone away now.

 --
 kword fails to start
 https://bugs.launchpad.net/bugs/381599
 You received this bug notification because you are a direct subscriber
 of the bug.


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

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


Re: [Bug 381599] Re: kword fails to start

2009-06-08 Thread bvidinli_ehcp
bvidi...@bvidinli-yenihdd:~$ kword
kword(22663) KServiceFactory::findServiceByDesktopPath:
findServiceByDesktopPath: kwordpart.desktop not found
kword(22663) KServiceFactory::findServiceByDesktopPath:
findServiceByDesktopPath: Office/kword.desktop not found
bvidi...@bvidinli-yenihdd:~$ kdebugdialog
bvidi...@bvidinli-yenihdd:~$ kdebugdialog
bvidi...@bvidinli-yenihdd:~$ kbuildsycoca4  sycoca.log 21
bvidi...@bvidinli-yenihdd:~$

bvidi...@bvidinli-yenihdd:~$ uname -a
Linux bvidinli-yenihdd 2.6.28-12-generic #43-Ubuntu SMP Fri May 1
19:27:06 UTC 2009 i686 GNU/Linux
bvidi...@bvidinli-yenihdd:~$


while debug is turned on, i tried to run kword, it started after print
on console enormous lines of debug messages. i saw kword interface, it
started..

But,
After having log, i re-run kdebugdialog, deselect all, applied,
then, i tried to start kword,  it still prints debug messages... That
is, debug is not turned off.
I checked again in kdebugdialog that all turned off...

So, last status:
on command line: kword and kspread starts up by printing many log
messages, so, they startup very slow
from menu: they start very slow...

See you,

On Mon, Jun 8, 2009 at 10:36 AM, Harald Sitterapachelog...@ubuntu.com wrote:
 Well, lets try something else then.

 Run

  kdebugdialog

 and make sure everything is turned on. Then run

  kbuildsycoca4  sycoca.log 21

 that will create a file named sycoa.log, please attach it to this bug.
 If the problem is that kbuildsycoca4 fails to parse something, then it should 
 show up in the log. If it is not, then we have quite a drag at our hands :D

 --
 kword fails to start
 https://bugs.launchpad.net/bugs/381599
 You received this bug notification because you are a direct subscriber
 of the bug.



** Attachment added: sycoca.log
   http://launchpadlibrarian.net/27638964/sycoca.log

-- 
kword fails to start
https://bugs.launchpad.net/bugs/381599
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to koffice2 in ubuntu.

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


Re: [Bug 381599] Re: kword fails to start

2009-06-08 Thread bvidinli_ehcp
Maybe, maybe this issue does not exist in a clean Jaunty 9.04
installation.

My computer runs Ubuntu 9.04, which is upgraded from previous version.
This may not be seen as a clean install. Because this is an upgrade,
and I have many programs installed... What is interesting, I lived
same situation in another desktop computer who has not so much
software, only server components, such as apache, postfix, ehcp
(control panel) and so on..

Anyway, i think that, even somebody installs on a non-new Ubuntu or
similar distro, koffice or kword should handle those situations and
should clean up itself... This is a very generic situation,  i am
using an Ubuntu, and installing koffice..  thats it..
By the way, other software on my desktop runs almost flawlesly... I
mean, the Ubuntu and other software is working good...

Thank you for your helps, i may do any other test if you wish...

Last status: kword-kspread still starts very slow...

see you...

On Mon, Jun 8, 2009 at 8:04 PM, Harald Sitterapachelog...@ubuntu.com wrote:
 Well, the debug is caused by an underlying library and probably deserves
 a seperate bug report.

 But there is indeed something very wrong with your ksycoca4 (or rather -
 was).

 Reading through the log you attached you will find a lot of lines saying
 new: or modified: each of those lines represents either a newly
 installed (in this case most importantly KOffice) or a updated .desktop
 file.

 This is very concerning because it seems that something prevented your
 kbuildsycoca4 from being autoexecuted (or at least prevented it from
 storing its data afterwards). As far as I know this tool should be
 invoked by one of the most essential components of the KDE desktop, so I
 find it rather impossible that it didn't get run at all, which makes
 this whole issue a whole lot more weird.

 Also, I'd like to mention that I failed to reproduce this issue on my 
 almost-stock-jaunty installation. Jonathan Thomas is now going to try with a 
 clean jaunty installation and KOffice 2.0.0.
 It is indeed possible that whatever causes this issue is not present in 
 Kubuntu 9.04 and/or KOffice 2.0.0.

 ** Changed in: koffice2 (Ubuntu)
       Status: Incomplete = Confirmed

 --
 kword fails to start
 https://bugs.launchpad.net/bugs/381599
 You received this bug notification because you are a direct subscriber
 of the bug.


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

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

[Bug 381599] Re: kword fails to start

2009-06-01 Thread bvidinli_ehcp
same situation:

bvidi...@bvidinli-yenihdd:~$ kplato 
kplato(1638) KServiceFactory::findServiceByDesktopPath: 
findServiceByDesktopPath: kplatopart.desktop not found
kplato(1638) KServiceFactory::findServiceByDesktopPath: 
findServiceByDesktopPath: Office/kplato.desktop not found
bvidi...@bvidinli-yenihdd:~$ kword 
kword(1639) KServiceFactory::findServiceByDesktopPath: 
findServiceByDesktopPath: kwordpart.desktop not found
kword(1639) KServiceFactory::findServiceByDesktopPath: 
findServiceByDesktopPath: Office/kword.desktop not found
bvidi...@bvidinli-yenihdd:~$ 


i have no kpresenter-data installed.

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

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


Re: [Bug 352339] Re: linphone crashed - ubuntu 9.04 beta

2009-04-30 Thread bvidinli_ehcp
yes, unusable

On Thu, Apr 30, 2009 at 10:59 PM, mneagul mar...@info.uvt.ro wrote:
 Same problem on 9.04 final. Linphone is unusable.

 ** Changed in: linphone (Ubuntu)
       Status: New = Confirmed

 --
 linphone crashed - ubuntu 9.04 beta
 https://bugs.launchpad.net/bugs/352339
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
linphone crashed - ubuntu 9.04 beta
https://bugs.launchpad.net/bugs/352339
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 234801] Re: I open FF (und Ubuntu 8.04) with 3 Masterpassword protected pages at once. FF asks 3 times for the Masterpasspassword instead of only once.

2009-04-23 Thread bvidinli_ehcp
i confirm that this bug exists, even latest update of ubuntu 9.04 as of
23.4.2009.

Here is how to simulate:
give master password,
go to 3 different pages that is password protected.  (same user/pass or not, no 
importance) save your passwords.
Then close firefox by save tabs and close

Then re-open firefox.
You will be asked for master pass for 3 times..
This is not good.

** Changed in: firefox-3.0 (Ubuntu)
   Status: Invalid = Confirmed

-- 
I open FF (und Ubuntu 8.04) with 3 Masterpassword protected pages at once. FF 
asks 3 times for the Masterpasspassword instead of only once.
https://bugs.launchpad.net/bugs/234801
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 352339] [NEW] linphone crashed - ubuntu 9.04 beta

2009-03-31 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: linphone

i am using ubuntu 9.04 beta, on hp nc8230 notebook.
here is output:

bvidi...@bvidinli-yenihdd:~$ linphone
ortp-error-MSV4l: cannot open video device (/dev/video0): No such file or 
directory.
*** stack smashing detected ***: linphone terminated
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb76edda8]
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x0)[0xb76edd60]
/usr/lib/libmediastreamer.so.0[0xb75c7f14]
/usr/lib/libmediastreamer.so.0[0xb75c37fe]
/usr/lib/libmediastreamer.so.0(ms_load_jpeg_as_yuv+0x92)[0xb75c38c2]
/usr/lib/libmediastreamer.so.0(ms_load_nowebcam+0x87)[0xb75c3987]
/usr/lib/libmediastreamer.so.0[0xb75bea73]
/usr/lib/libmediastreamer.so.0(ms_filter_process+0x11)[0xb75b3e01]
/usr/lib/libmediastreamer.so.0[0xb75b4ffb]
/usr/lib/libmediastreamer.so.0[0xb75b510d]
/usr/lib/libmediastreamer.so.0(ms_ticker_run+0x72)[0xb75b51b2]
/lib/tls/i686/cmov/libpthread.so.0[0xb77594ff]
/lib/tls/i686/cmov/libc.so.6(clone+0x5e)[0xb76d449e]
=== Memory map: 
08048000-0806a000 r-xp  08:01 480703 /usr/bin/linphone
0806a000-0806b000 r--p 00021000 08:01 480703 /usr/bin/linphone
0806b000-0806c000 rw-p 00022000 08:01 480703 /usr/bin/linphone
0921a000-0978b000 rw-p 0921a000 00:00 0  [heap]
b4002000-b4028000 rw-p b4002000 00:00 0 
b4028000-b4088000 rw-s  00:09 2523185/SYSV (deleted)
b4088000-b40c2000 rw-p b4088000 00:00 0 
b40c4000-b40d1000 r-xp  08:01 458814 /lib/libgcc_s.so.1
b40d1000-b40d2000 r--p c000 08:01 458814 /lib/libgcc_s.so.1
b40d2000-b40d3000 rw-p d000 08:01 458814 /lib/libgcc_s.so.1
b40d3000-b40f9000 rw-s  00:09 2490416/SYSV (deleted)
b40f9000-b415c000 rw-s  00:09 2457647/SYSV (deleted)
b415c000-b415d000 ---p b415c000 00:00 0 
b415d000-b495d000 rw-p b415d000 00:00 0 
b495d000-b495e000 ---p b495d000 00:00 0 
b495e000-b515e000 rw-p b495e000 00:00 0 
b515e000-b516d000 r-xp  08:01 459213 /lib/libbz2.so.1.0.4
b516d000-b516e000 r--p f000 08:01 459213 /lib/libbz2.so.1.0.4
b516e000-b516f000 rw-p 0001 08:01 459213 /lib/libbz2.so.1.0.4
b516f000-b52a4000 r-xp  08:01 131249 /usr/lib/libxml2.so.2.6.32
b52a4000-b52a5000 ---p 00135000 08:01 131249 /usr/lib/libxml2.so.2.6.32
b52a5000-b52a9000 r--p 00135000 08:01 131249 /usr/lib/libxml2.so.2.6.32
b52a9000-b52aa000 rw-p 00139000 08:01 131249 /usr/lib/libxml2.so.2.6.32
b52aa000-b52ab000 rw-p b52aa000 00:00 0 
b52ab000-b52dc000 r-xp  08:01 477958 /usr/lib/libcroco-0.6.so.3.0.1
b52dc000-b52df000 rw-p 0003 08:01 477958 /usr/lib/libcroco-0.6.so.3.0.1
b52df000-b5312000 r-xp  08:01 478383 /usr/lib/libgsf-1.so.114.0.11
b5312000-b5313000 ---p 00033000 08:01 478383 /usr/lib/libgsf-1.so.114.0.11
b5313000-b5315000 r--p 00033000 08:01 478383 /usr/lib/libgsf-1.so.114.0.11
b5315000-b5316000 rw-p 00035000 08:01 478383 /usr/lib/libgsf-1.so.114.0.11
b5316000-b5317000 rw-p b5316000 00:00 0 
b5317000-b5348000 r-xp  08:01 475713 /usr/lib/librsvg-2.so.2.26.0
b5348000-b5349000 r--p 00031000 08:01 475713 /usr/lib/librsvg-2.so.2.26.0
b5349000-b534a000 rw-p 00032000 08:01 475713 /usr/lib/librsvg-2.so.2.26.0
b5367000-b5368000 r-xp  08:01 180474 
/usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
b5368000-b5369000 r--p  08:01 180474 
/usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
b5369000-b536a000 rw-p 1000 08:01 180474 
/usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
b536a000-b536d000 r--p  08:01 681851 
/usr/share/locale-langpack/tr/LC_MESSAGES/atk10.mo
b536d000-b536e000 r-xp  08:01 509213 
/usr/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so
b536e000-b536f000 r--p  08:01 509213 
/usr/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so
b536f000-b537 rw-p 1000 08:01 509213 
/usr/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so
b537-b53d rw-s  00:09 2424878/SYSV (deleted)
b53d-b53d4000 r-xp  08:01 509204 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
b53d4000-b53d5000 r--p 3000 08:01 509204 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
b53d5000-b53d6000 rw-p 4000 Aborted (core dumped)
bvidi...@bvidinli-yenihdd:~$ linphone
ortp-error-MSV4l: cannot open video device (/dev/video0): No such file or 
directory.
*** stack smashing detected ***: linphone terminated
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7832da8]
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x0)[0xb7832d60]
/usr/lib/libmediastreamer.so.0[0xb770cf14]
/usr/lib/libmediastreamer.so.0[0xb77087fe]
/usr/lib/libmediastreamer.so.0(ms_load_jpeg_as_yuv+0x92)[0xb77088c2]
/usr/lib/libmediastreamer.so.0(ms_load_nowebcam+0x87)[0xb7708987]
/usr/lib/libmediastreamer.so.0[0xb7703a73]
/usr/lib/libmediastreamer.so.0(ms_filter_process+0x11)[0xb76f8e01]

[Bug 352352] [NEW] eric4 crash in ubuntu 9.04 beta

2009-03-31 Thread bvidinli_ehcp
Public bug reported:

Binary package hint: eric

bvidi...@bvidinli-yenihdd:~$ eric4
Warning: translation file 'qt_tr_TR'could not be loaded.
Using default.
Warning: translation file 'qscintilla_tr_TR'could not be loaded.
Using default.
Exception RuntimeError: 'maximum recursion depth exceeded while calling a 
Python object' in type 'exceptions.AttributeError' ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' 
in type 'exceptions.AttributeError' ignored
An unhandled exception occurred. Please report the problem
using the error reporting dialog or via email to eric4-b...@die-offenbachs.de.
A log has been written to /home/bvidinli/.eric4/eric4_error.log.

Error information:

2009-03-31, 15:27:30

type 'exceptions.ImportError': 
cannot import name walk

  File /usr/share/eric/modules/eric4.py, line 250, in module
main()
  File /usr/share/eric/modules/eric4.py, line 229, in main
from UI.UserInterface import UserInterface
  File /usr/share/eric/modules/UI/UserInterface.py, line 66, in module
from EmailDialog import EmailDialog
  File /usr/share/eric/modules/UI/EmailDialog.py, line 28, in module
from email.MIMEBase import MIMEBase
  File /usr/lib/python2.6/email/__init__.py, line 79, in __getattr__
__import__(self.__name__)
  File /usr/lib/python2.6/email/mime/base.py, line 9, in module
from email import message
  File /usr/lib/python2.6/email/message.py, line 90, in module
class Message:
  File /usr/lib/python2.6/email/message.py, line 790, in Message
from email.Iterators import walk


Version Numbers:
  Python 2.6.1+
  KDE 4.2.1
  PyKDE 4.0.2
  Qt 4.5.0
  PyQt4 4.4.4
  sip sip version not available
  QScintilla 2.3.2
  eric4 4.3.0 (r2852)

Platform: linux2
2.6.1+ (r261:67515, Mar 28 2009, 16:25:33) 
[GCC 4.3.3]

Distribution Info:
  /etc/lsb-release
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=9.04
  DISTRIB_CODENAME=jaunty
  DISTRIB_DESCRIPTION=Ubuntu jaunty (development branch)

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

-- 
eric4 crash in ubuntu 9.04 beta
https://bugs.launchpad.net/bugs/352352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 326609] Re: No flash in firefox after upgrade from intrepid to jaunty

2009-03-30 Thread bvidinli_ehcp
yes, i fixed in similar way too...
this case can be closed..
But i had to manually fix something, so, upgrades amy be more error-free

On Mon, Mar 30, 2009 at 6:56 AM, MichaelM michael.the.drum...@gmail.com wrote:
 Not sure if this is the same issue I am having.

 After an upgrade from 8.10 to 9.04 beta, Firefox was complaining that
 additional plugins were required. It was, of course, talking about the
 flash plugin.

 doing a:

 sudo apt-get install flashplugin-nonfree

 told me that the plugin was already installed. Doing:

 sudo apt-get remove --purge flashplugin-nonfree
 sudo apt-get install flashplugin-nonfree

 fixed the problem for me.

 --
 No flash in firefox after upgrade from intrepid to jaunty
 https://bugs.launchpad.net/bugs/326609
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.


-- 
No flash in firefox after upgrade from intrepid to jaunty
https://bugs.launchpad.net/bugs/326609
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346683] [NEW] flash not working in firefox, Ubuntu 9.04 alpha6

2009-03-22 Thread bvidinli_ehcp
Public bug reported:

flash movies/items not showing in pages, 
in firefox, Ubuntu 9.04 alpha6,

i receive a warning additional plugins needed to display all items
when i click on install items then, i receive this is already installed.

i am using latest software as of 2009-03-21

# aptitude search firefox
i   firefox 
   - meta package for the popular mozilla web 
browser
i   firefox-3.0 
   - safe and easy web browser from Mozilla 
 
i   firefox-3.0-branding
   - Package that ships the firefox branding
 
p   firefox-3.0-dev 
   - Development files for Mozilla Firefox  
 
p   firefox-3.0-dom-inspector   
   - dummy upgrade package for 
firefox-3.0-dom-inspector - xulrunner-1.9-dom-inspector
  
i   firefox-3.0-gnome-support   
   - Support for Gnome in Mozilla Firefox   
 
p   firefox-3.0-venkman 
   - dummy upgrade package for 
firefox-3.0-venkman - xulrunner-1.9-venkman
  
p   firefox-3.1 
   - safe and easy web browser from Mozilla 
 
p   firefox-3.1-branding
   - Package that ships the firefox branding
 
p   firefox-3.1-dbg 
   - firefox-3.1 debug symbols  
 
p   firefox-3.1-dev 
   - Development files for Mozilla Firefox  
 
p   firefox-3.1-gnome-support   
   - Support for Gnome in Mozilla Firefox   
 
p   firefox-dev 
   - meta package pointing to the latest 
development package for firefox 

p   firefox-dom-inspector   
   - meta package for firefox-dom-inspector 
 
i   firefox-gnome-support   
   - meta package pointing to the latest 
gnome-support package for fi


# uname -a
Linux bvidinli-yenihdd 2.6.28-11-generic #36-Ubuntu SMP Fri Mar 20 19:40:40 UTC 
2009 i686 GNU/Linux

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: firefox flash plugin

** Description changed:

  flash movies/items not showing in pages, 
  in firefox, Ubuntu 9.04 alpha6,
  
  i receive a warning additional plugins needed to display all items
  when i click on install items then, i receive this is already installed.
  
  i am using latest software as of 2009-03-21
+ 
+ # aptitude search firefox
+ i   firefox   
 - meta package for the popular mozilla web 
browser
+ i   firefox-3.0   
 - safe and easy web browser from Mozilla   
   
+ i   firefox-3.0-branding  
   

[Bug 346686] [NEW] microphone input not working in Virtualbox 2.1.4

2009-03-22 Thread bvidinli_ehcp
Public bug reported:

Guest: windows xp
Host: Ubuntu 9.04 alpha6

Virtualbox: 2.1.4
virtual machine- settings:
host audio driver: tested all, alsa, pulseaudio
audio controller: ICH AC97 (sound output working, input not working), sound 
blaster (neither working)

# uname -a
Linux bvidinli-yenihdd 2.6.28-11-generic #36-Ubuntu SMP Fri Mar 20 19:40:40 UTC 
2009 i686 GNU/Linux


i cannot record sound in Windows xp guest OS inside Virtualbox, on Ubuntu host 
os.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: audio microphone sound virtualbox

** Tags added: audio microphone sound virtualbox

** Description changed:

  Guest: windows xp
  Host: Ubuntu 9.04 alpha6
  
  Virtualbox: 2.1.4
  virtual machine- settings:
  host audio driver: tested all, alsa, pulseaudio
  audio controller: ICH AC97 (sound output working, input not working), sound 
blaster (neither working)
  
  # uname -a
  Linux bvidinli-yenihdd 2.6.28-11-generic #36-Ubuntu SMP Fri Mar 20 19:40:40 
UTC 2009 i686 GNU/Linux
+ 
+ 
+ i cannot record sound in Windows xp guest OS inside Virtualbox, on Ubuntu 
host os.

-- 
microphone input not working in Virtualbox 2.1.4
https://bugs.launchpad.net/bugs/346686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346683] Re: flash not working in firefox, Ubuntu 9.04 alpha6

2009-03-22 Thread bvidinli_ehcp
aptitude remove flashplugin-nonfree

then
re-enter to that page,
re install flash plugin
it fixed

-- 
flash not working in firefox, Ubuntu 9.04 alpha6
https://bugs.launchpad.net/bugs/346683
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 257831] Re: gnome desktop fails to start in 8.04

2009-01-16 Thread bvidinli_ehcp
fixed for me,
i use 8.10, and 9.04 alpha for now..
fixed

On Fri, Jan 16, 2009 at 5:29 PM, Martin Mai martinmai1...@web.de wrote:
 We were wondering if this is still an issue for you. Can you try with
 the latest Ubuntu release? Thanks in advance.

 --
 gnome desktop fails to start in 8.04
 https://bugs.launchpad.net/bugs/257831
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
gnome desktop fails to start in 8.04
https://bugs.launchpad.net/bugs/257831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 276809] Re: firefox crashed with SIGSEGV in getenv()

2008-10-10 Thread bvidinli_ehcp
** Changed in: firefox-3.0 (Ubuntu)
   Status: Invalid = Confirmed

-- 
firefox crashed with SIGSEGV in getenv()
https://bugs.launchpad.net/bugs/276809
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 132027] Re: pidgin crashed with SIGSEGV in msn_cmdproc_process_cmd()

2008-10-10 Thread bvidinli_ehcp
** Changed in: pidgin (Ubuntu)
   Status: Invalid = Confirmed

-- 
pidgin crashed with SIGSEGV in msn_cmdproc_process_cmd()
https://bugs.launchpad.net/bugs/132027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 247376] Re: undefined symbols when trying to load fglrx

2008-09-21 Thread bvidinli_ehcp
goto console, alt+f1 or Ctrl+alt+f1,
login,
cd /etc/X11

open your xorg.conf by vi or nano,

goto device section,
change driver from fglrx to ati or whatever you have...
you may also add disable dri to modules section


try startx, 
if your xwindow starts, its ok.

restart your system.


btw, i must say that, ubuntu guys should avoid this, even in alpha-beta 
stages

-- 
undefined symbols when trying to load fglrx
https://bugs.launchpad.net/bugs/247376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269588] [NEW] kernel 2.6.27-3-generic does not detect hdd in /dev/by-uuid/... and dont boot

2008-09-12 Thread bvidinli_ehcp
Public bug reported:

I use a mini-itx system with motherboard Via EPIA-M 1G Mini-ITX Tv-Out.
I am able to use and boot it with kernels prior to 2.6.24-19-generic, including 
2.6.24-19

Starting with kernels 2.6.26 series of Ubuntu-Intrepid, i was never able to 
boot.. 
i still use my computer using old kernel 2.6.24-19

when i boot it with new kernel series, 
it prints out some kernel logs a few tens of lines,
then at some point, it stops and drops to busybox shell by giving error like:
Cannot find boot device, make sure your rootdelay parameter is long enaugh or 
your boot device exists.. 

it looks for a device at /dev/disk/by-uuid,
but when i try a ls /dev/disk at busybox console, there is no such by-uuid 
dir... 
so, i think new kernels does not recognise the hdd...


hope this helps...

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
kernel 2.6.27-3-generic does not detect hdd in /dev/by-uuid/... and dont boot
https://bugs.launchpad.net/bugs/269588
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 267967] Re: cannot add new item to session manager

2008-09-09 Thread bvidinli_ehcp
*** This bug is a duplicate of bug 260910 ***
https://bugs.launchpad.net/bugs/260910

the importance of this high for me...

2008/9/9 Sebastien Bacher [EMAIL PROTECTED]:
 *** This bug is a duplicate of bug 260910 ***
https://bugs.launchpad.net/bugs/260910

 Thanks for the bug report. This particular bug has already been
 reported, but feel free to report any other bugs you find.

 ** Changed in: gnome-session (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Invalid

 ** This bug has been marked a duplicate of bug 260910
   gnome-session-properties alerts the startup command cannot be empty 
 whenever I try adding an autostart program

 --
 cannot add new item to session manager
 https://bugs.launchpad.net/bugs/267967
 You received this bug notification because you are a direct subscriber
 of a duplicate bug (via bug 260910).



-- 
İ.Bahattin Vidinli
Elk-Elektronik Müh.
---
iletisim bilgileri:
msn/email: [EMAIL PROTECTED]
yahoo,skype,google: bvidinli


Vodafone: +90.543.2388711
Turkcell: +90.532.7990607

-- 
cannot add new item to session manager
https://bugs.launchpad.net/bugs/267967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 260910] Re: gnome-session-properties alerts the startup command cannot be empty whenever I try adding an autostart program

2008-09-09 Thread bvidinli_ehcp
This bug continues for me.
i use intrepid latest,
i just updated/upgraded..

same issue, same error..

-- 
gnome-session-properties alerts the startup command cannot be empty whenever 
I try adding an autostart program
https://bugs.launchpad.net/bugs/260910
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 264977] Re: Filenames in ~/.Private are not encrypted

2008-09-08 Thread bvidinli_ehcp
one suggestion for developers of this:

you may simply gzip files, encrypt gzip,
then unzip upon mount...

-- 
Filenames in ~/.Private are not encrypted
https://bugs.launchpad.net/bugs/264977
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 264977] [NEW] items private directory is visible in ~/.Private even when not mounted

2008-09-05 Thread bvidinli_ehcp
Public bug reported:

i floowed commands on https://wiki.ubuntu.com/EncryptedPrivateDirectory
to create a private dir.

i mounted it, then put something in it.
then unmounted Private dir.
now Private dir contains only THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT 
YOUR DATA --  Run mount.ecryptfs_private to mount again
but,
when i got to ~/.Private dir, i can see all private files... 

this should not be i think...

why those files are stored there ?
they can be visible by anyone that gets disk.

thanks, hope you success in Ubuntu.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
items private directory is visible in ~/.Private  even when not mounted
https://bugs.launchpad.net/bugs/264977
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 1] Re: Microsoft has a majority market share

2008-09-01 Thread bvidinli_ehcp
These are great...
I think Ubuntu/Canonical should take this very important,careful...


Ubuntu maybe next generation linux based OS.
it is already a great hosting environment. see www.ehcp.net for this.

2008/9/1 Conrad Knauer [EMAIL PROTECTED]:
 I noticed two items on Groklaw's News Picks
 (http://www.groklaw.net/newsitems.php) today that show progress slowly
 happening on this bug:

 A report of a notebook with Ubuntu preinstalled for sale in a computer store 
 in Krakow, Poland.
 http://hughs-space.com/2008/08/30/ubuntu-preinstalled-in-poland/

 Almost one-third of the 25 top-selling laptops [including netbooks] at 
 Amazon.com are sold with Linux.
 http://blogs.zdnet.com/open-source/?p=2837

 --
 Microsoft has a majority market share
 https://bugs.launchpad.net/bugs/1
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
İ.Bahattin Vidinli
Elk-Elektronik Müh.
---
iletisim bilgileri:
msn/email: [EMAIL PROTECTED]
yahoo,skype,google: bvidinli


Vodafone: +90.543.2388711
Turkcell: +90.532.7990607

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Re: [Bug 1] Re: Microsoft has a majority market share

2008-08-30 Thread bvidinli_ehcp
Thank you for your comments.

I dont have any intension to turn back to Windoze.. even i need a good
ide in Linux.

I tried python,wxpython, gambas, eclipse, netbeans, tkinter, kylix,
wxwidgets... and all known ides in linux...  i serch over net for
those subjects every day, over viki, google, forges, codes.
I stated out a need for Linux: an easy IDE none of above ...
netbeans and eclipse is somewhat better, but not in db applications...
i think Ubuntu community/canonical can handle this...

see you..

2008/8/30 András Ács [EMAIL PROTECTED]:
 bvidinli_ehcp:
 One of the points of Free Software licenses is to support true evolution of 
 software, by sharing and participation, without restricting the direction 
 taken and forcing them as a whole into arbitrary standards. (Components 
 adhering to certain standards is a different matter, I think this is not what 
 you meant.) If there weren't so many Linuces, you would not be able to enjoy 
 your distribution now in the first place. This is evolution: branches growing 
 branches growing branches. (And branches merging then branching again.) This 
 makes diverse, peer-reviewed, high quality code (and an user-friendly, 
 free-as-in-speech OS of your choice). Also consider that Linux usage is by no 
 means limited to the average PC desk/laptop but far greater and diverse than 
 that.

 If you'd like 'one and only', go forth (back) and use YouKnowWhich OS
 (with Delphi installed).

 For the IDE, take a look at Gambas (if you don't mind programming in Basic, 
 although an object oriented dialect of that). It can be seen as a 'smarter' 
 version of Visual Basic.
 Kylix would be the closest to Delphi but that project is long dead as far as 
 I know.
 CodeBlocks is an IDE for some compiled languages, most notably C/C++. The 
 wxSmith GUI builder is integrated into that.
 You can try other separate GUI builders as well, and use your favourite text 
 editor for the rest.
 Not using all-in-one environments can be a good thing, because you will grow 
 your own style of development, you get used to writing more flexible code, 
 can have control of every little detail and you don't depend on a bloated Big 
 App and its limitations, etcetc. Stepping back, it can be seen as the OS is 
 your IDE and all the programs you use for developing are the IDE's 
 components. This way you can also prepare for the need of quick and dirty GUI 
 apps.
 I suggest you try Python with wxPython. Python is an easy-to-use, powerful, 
 clean, cross-platform language, and most likely comes with your distro. 
 Coupled with wxPython (which is based on the wxWidgets C++ library), you can 
 create nice'n'flexible applications quickly. (Both are very well documented, 
 including tutorials.)

 Recommended reading:
 www.fsf.org, www.gnu.org. wikipedia.org (also google.com)

 regards

 --
 Microsoft has a majority market share
 https://bugs.launchpad.net/bugs/1
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
İ.Bahattin Vidinli
Elk-Elektronik Müh.
---
iletisim bilgileri:
msn/email: [EMAIL PROTECTED]
yahoo,skype,google: bvidinli


Vodafone: +90.543.2388711
Turkcell: +90.532.7990607

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 262588] Re: intrepid last upgrade failed at linux-image-2.6.27-1-generic, cannot boot

2008-08-29 Thread bvidinli_ehcp
i tried what you said, result same.


i typed down what bootup says:

after choosing kernel 2.6.27.1,
after pages of scrolldown, 

usbhid: V2.6: USB HID core driver
(waits a bit here..)

Gave up waiting for root device. Common Problems:
- Check rootdelay=
- Check root= ...


ALERT! /dev/disk/by-uuid/e106675b-3a7d-4ab2-9f88-029edf3700ba does not exists. 
Dropping to a shell.

BUSYBOX v.1.10.2
..

İ look here for that device,

cd /dev/disk
ls
by-id ... (no by-uuid)

cd by-id
ls
SCSI-IATA_SAMSUNG..(mydrive)

but there is no device in /dev/disk/by-uuid/

i think the problem is this.
new kernel cannot build up /dev dir properly...

hope this will give you an idea.

-- 
intrepid last upgrade failed at linux-image-2.6.27-1-generic, cannot boot
https://bugs.launchpad.net/bugs/262588
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 1] Re: Microsoft has a majority market share

2008-08-29 Thread bvidinli_ehcp
I use on my home/office/desktop/notebook for almost 3 years, with only linux 
install on my machines.
so, microsoft is not a critical bug for me anymore...

But, i need a good ide, like delphi or something, easy (not eclipse or
like that complex)...

I think Linux needs a standardization... 
so many linuxes this is not good.

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 1] Re: Microsoft has a majority market share

2008-08-29 Thread bvidinli_ehcp
In Turkey, 
Turkish Revenue Administartion of Ministrey of Finance, has loaded 20.000 
computers with Openoffice,
And softwares of this Ministery  is almost became compatible with Linux.

Turkish Ministery of Defence also uses Linux on most places...

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 262808] [NEW] gnome-session-properties does not save changes

2008-08-29 Thread bvidinli_ehcp
Public bug reported:

i use intrepid ubuntu 8.10 alpha 3 or 4,

i run gnome-session-properties
or choose from system-settings-session

if i change something by edit, it does not save,
if i try to add a new command, it does not add by claiming, startup command 
cannot be empty, althaugh it is not empty.

i use turkish locale.

thanks.

** Affects: ubuntu
 Importance: Undecided
 Status: Confirmed

** Changed in: ubuntu
   Status: New = Confirmed

-- 
gnome-session-properties does not save changes
https://bugs.launchpad.net/bugs/262808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 262588] Re: intrepid last upgrade failed at linux-image-2.6.27-1-generic, cannot boot

2008-08-29 Thread bvidinli_ehcp
*** This bug is a duplicate of bug 47768 ***
https://bugs.launchpad.net/bugs/47768

yes, i had this starting  with 2.6.26.5
i will update soon, hope will be resolved...

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

** Tags added: 2.6.27 boot initrd linux

** This bug has been marked a duplicate of bug 47768
   Mount Root Files System Failed

-- 
intrepid last upgrade failed at linux-image-2.6.27-1-generic, cannot boot
https://bugs.launchpad.net/bugs/262588
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 47768] Re: Mount Root Files System Failed

2008-08-29 Thread bvidinli_ehcp
similar bug  in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/262588
i had same issue.


i typed down what bootup says:

after choosing kernel 2.6.27.1,
after pages of scrolldown,

usbhid: V2.6: USB HID core driver
(waits a bit here..)

Gave up waiting for root device. Common Problems:
- Check rootdelay=
- Check root= ...


ALERT! /dev/disk/by-uuid/e106675b-3a7d-4ab2-9f88-029edf3700ba does not exists. 
Dropping to a shell.

BUSYBOX v.1.10.2
..

İ look here for that device,

cd /dev/disk
ls
by-id ... (no by-uuid)

cd by-id
ls
SCSI-IATA_SAMSUNG..(mydrive)

but there is no device in /dev/disk/by-uuid/

i think the problem is this.
new kernel cannot build up /dev dir properly...

hope this will give you an idea.

-- 
Mount Root Files System Failed
https://bugs.launchpad.net/bugs/47768
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

[Bug 262827] [NEW] v4l fails to compile with 2.6.27.2 kernel install

2008-08-29 Thread bvidinli_ehcp
Public bug reported:

i upgraded to latest kernel, i use ubuntu intrepid 8.10 latest alpha

part of upgrade output:

linux-headers-2.6.27-2 (2.6.27-2.3) kuruluyor...
linux-headers-2.6.27-2-generic (2.6.27-2.3) kuruluyor...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms
 * Running DKMS auto installation service for kernel 2.6.27-2-generic   

 
 *  v4l-dvb (0.20080610)... 

 
v4l-dvb (0.20080610): Installing module.
.
(bad 
exit status: 10)
  Build failed.  Installation skipped.


  [fail]

dkms (2.0.20.4-0ubuntu1) kuruluyor...
Installing new version of config file 
/etc/dkms/template-dkms-mkdeb/debian/postinst ...




i use a mini-itx motherboard with a avermedia dvb-s tv+fm digital tv/satellite 
card on it.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
v4l fails to compile with 2.6.27.2 kernel install
https://bugs.launchpad.net/bugs/262827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 262827] Re: v4l fails to compile with 2.6.27.2 kernel install

2008-08-29 Thread bvidinli_ehcp
** Changed in: ubuntu
   Status: New = Confirmed

-- 
v4l fails to compile with 2.6.27.2 kernel install
https://bugs.launchpad.net/bugs/262827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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