[Bug 720927] [NEW] gvfsd-metadata on nfs homes produces large number of nfs requests

2011-02-17 Thread Gökdeniz Karadağ
Public bug reported:

Binary package hint: gvfs

On our Maverick machines, we are seeing the issue described at 
https://bugzilla.redhat.com/show_bug.cgi?id=561904

Summary: gvfsd-metadata enters a loop where it continually creates and renames 
files under $HOME/.local/share/gvfs-metadata
When home directory is on NFS, this puts excessive load on NFS server (our CPU 
load was 10+ before killing stray gvfs-metadata processes, afterwards it became 
~0.40)

The redhat/fedora bug does not state a solution currently.

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

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

Title:
  gvfsd-metadata on nfs homes produces large number of nfs requests

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


[Bug 381253] Re: hardy boot hangs after syslogd

2010-09-13 Thread Gökdeniz Karadağ
Hi,

The lab is still runing hardy, and I did not have a chance to install
Lucid on the computers. But we do not experience the hangs anymore.

It is highly probable that the problem was caused by a lack of network
access via iptables rules. After clearing iptables rules, we did not
experience any lockups.

-- 
hardy boot hangs after syslogd
https://bugs.launchpad.net/bugs/381253
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 90388] Re: hostname supplied by dhcp server is not used

2009-11-13 Thread Gökdeniz Karadağ
Another approach might be to set /etc/hostname to the value from DHCP
server, and leave the current hostname alone. That would set the host
name to correct value at next boot, without any clash with netowork
manager behaviour or a running X [ and hopefully the name would not
change between reboots :) ]

As 9.10 enables parallel initscripts with upstart, having the network up
before gdm(or kdm) can be hard, you may need to change ordering of
initscripts, or it may be undesirable (startup seems slower). I cannot
comment exactly about the situation as we are still at 8.04 LTS.

simply change the line
hostname $new_host_name;
TO
if [[ -n $new_host_name ]]; then echo $new_host_name  /etc/hostname ; fi

-- 
hostname supplied by dhcp server is not used
https://bugs.launchpad.net/bugs/90388
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 90388] Re: hostname supplied by dhcp server is not used

2009-11-13 Thread Gökdeniz Karadağ
Another approach might be to set /etc/hostname to the value from DHCP
server, and leave the current hostname alone. That would set the host
name to correct value at next boot, without any clash with netowork
manager behaviour or a running X [ and hopefully the name would not
change between reboots :) ]

As 9.10 enables parallel initscripts with upstart, having the network up
before gdm(or kdm) can be hard, you may need to change ordering of
initscripts, or it may be undesirable (startup seems slower). I cannot
comment exactly about the situation as we are still at 8.04 LTS.

simply change the line
hostname $new_host_name;
TO
if [[ -n $new_host_name ]]; then echo $new_host_name  /etc/hostname ; fi

-- 
hostname supplied by dhcp server is not used
https://bugs.launchpad.net/bugs/90388
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 381253] [NEW] hardy boot hangs after syslogd

2009-05-28 Thread Gökdeniz Karadağ
Public bug reported:

In a lab of 65 computers(8.04 Hardy) some of the computers started to hang 
during boot process.
This happened after a system upgrade of about 100 packages. Kernel version is 
2.6.24-24-generic

First, it stopped after xserver-xorg-input-wacom service was started. I
removed that service from boot process. Then it stuck after syslogd
printed OK. I tried removing klogd from the boot process but it didn't
help.

When stuck, switching to other virtual consoles does not work. pressing
ctrl+alt+del does not reboot the machine.

When I press alt+sysyrq+e to send TERM, rc2 process gets killed along
with gettys (and ctrl-alt-del process if I have pressed.) after that,
gettys respawn an I can login from the console. Stopping and starting
syslogd and klogd services works fine. dmesg shows no module errors. And
syslog shows no errors.

While the machine is hanging alt+sysrq+t shows only events as the
running process. And some functions about sending udp datagrams can bee
seen from the call stack.

I was not able to pinpoint the problem, any pointers will be
appreciated.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
hardy boot hangs after syslogd
https://bugs.launchpad.net/bugs/381253
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 381253] Re: hardy boot hangs after syslogd

2009-05-28 Thread Gökdeniz Karadağ
After suspecting the kernel, I tested with 2.6.24-22-generic,
2.6.24-23-generic, 2.6.24-24-generic. They all showed the same symptoms.

Also, I noticed that pressing alt+sysreq+t does not print a trace, before I 
send term and kill the problem's cause.
I still guess that this is an issue with kernel. We are using nvidia kernel 
module from linux-restricted-modules, and that taints kernel.

-- 
hardy boot hangs after syslogd
https://bugs.launchpad.net/bugs/381253
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 146871] Re: gconf-editor lost configuration

2009-03-10 Thread Gökdeniz Karadağ
I was getting similar error messages in hardy 8.04.

Using gconftool-2 --spawn  did not spawn a gconfd instance, gave the
error message below.

I identified the problem by running strace -fF gconftool --spawn 2 
strace-output.txt 
It reports all system calls made by gconftool, and permissions on /tmp 
directory was the problem. 

If you still encounter this error, you can also try running strace and
attaching the output to this bug.

 error message 
Failed to spawn the configuration server (gconfd): Failed to contact 
configuration server; some possible causes are that you need to enable TCP/IP 
networking for ORBit, or you have stale NFS locks due to a system crash. See 
http://www.gnome.org/projects/gconf/ for information. (Details -  1: IOR file 
'/tmp/gconfd-USERNAME/lock/ior' not opened successfully, no gconfd located: No 
such file or directory 2: IOR file '/tmp/gconfd-USERNAME/lock/ior' not opened 
successfully, no gconfd located: No such file or directory)

-- 
gconf-editor lost configuration
https://bugs.launchpad.net/bugs/146871
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 130444] Re: Console not correctly set up after boot

2008-12-23 Thread Gökdeniz Karadağ
Yes after logging in there is no problem in both the shell prompt and
the cat.

But strangely, the login prompt does not work now. non-ascii characters
are not displayed *at all*. And backspace does not delete the login
prompt. I'm not sure what caused this, the machine was not updated.
There was an update to 'login' package, I installed it but still non-
ascii chars are not printed at login prompt only

-- 
Console not correctly set up after boot
https://bugs.launchpad.net/bugs/130444
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 304969] Re: Hardy: Flash can't be installed since install_flash_player_9_linux.tar.gz can't be retrieved

2008-12-19 Thread Gökdeniz Karadağ
adobe-flashplugin is not available for amd64 architecture whereas
flashplugin-nonfree is.

-- 
Hardy: Flash can't be installed since install_flash_player_9_linux.tar.gz can't 
be retrieved 
https://bugs.launchpad.net/bugs/304969
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 308255] Re: error installing flashplugin-nonfree

2008-12-17 Thread Gökdeniz Karadağ
*** This bug is a duplicate of bug 304969 ***
https://bugs.launchpad.net/bugs/304969

** This bug has been marked a duplicate of bug 304969
   Hardy: Flash can't be installed since install_flash_player_9_linux.tar.gz 
can't be retrieved

-- 
error installing flashplugin-nonfree
https://bugs.launchpad.net/bugs/308255
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 130444] Re: Console not correctly set up after boot

2008-12-16 Thread Gökdeniz Karadağ
I tested on hardy and the bug is still partially present.

First of all a tip to other users; I purged console-setup to get rid of
my previous tries on keymap.gz and etc.. Reinstalled again from hardy-
proposed.

I have previously removed -8 from getty parameters at
/etc/event.d/ttyX files at #273189, I put them back.

running dpkg-reconfigure console-setup and rebooting made the
characters appear.

The remaining part of the problem is; after typing locale specific
characters (çöğüş) backspace key deletes the prompt text. It is narrated
in detail at #273189

This is not a very big deal but it's still a bug I think :) Is it
present in intrepid or jaunty, can anyone test ?

-- 
Console not correctly set up after boot
https://bugs.launchpad.net/bugs/130444
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 209057] Re: Ubuntu 8.04 Hardy Heron BETA - Sound heard through Speakers but NOT through Headphones

2008-10-07 Thread Gökdeniz Karadağ
** Changed in: alsa-driver (Ubuntu)
Sourcepackagename: None = alsa-driver
   Status: New = Confirmed

-- 
Ubuntu 8.04 Hardy Heron BETA - Sound heard through Speakers but NOT through 
Headphones
https://bugs.launchpad.net/bugs/209057
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 174500] Re: console (tty1, tty2, etc) charset is wrong on startup

2008-10-01 Thread Gökdeniz Karadağ
** Changed in: console-setup (Ubuntu)
   Status: New = Incomplete

-- 
console (tty1, tty2, etc) charset is wrong on startup
https://bugs.launchpad.net/bugs/174500
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 75834] Re: Indeed UTF-8 console font?

2008-10-01 Thread Gökdeniz Karadağ
** Changed in: console-data (Ubuntu)
   Status: New = Incomplete

-- 
Indeed UTF-8 console font?
https://bugs.launchpad.net/bugs/75834
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 235735] Re: wrong character encoding in tty consoles after reboot

2008-10-01 Thread Gökdeniz Karadağ
** Changed in: console-setup (Ubuntu)
   Status: New = Incomplete

-- 
wrong character encoding in tty consoles after reboot
https://bugs.launchpad.net/bugs/235735
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 175358] Re: Gusty don't detect 1.3 Mp LG smart cam integrated

2008-10-01 Thread Gökdeniz Karadağ
In this post, someone says it was solved by installing kubuntu-desktop ?
http://ubuntuforums.org/showthread.php?t=635138

That will pull in all KDE but if it really works after that, the cause
of the problem can be found, please try.

-- 
Gusty don't detect 1.3 Mp LG smart cam integrated
https://bugs.launchpad.net/bugs/175358
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 273189] Re: non-ascii layout/encoding problems at login line

2008-09-25 Thread Gökdeniz Karadağ
I added  -8 manually to /etc/event.d/ttyX and it ignored non-ascii
characters I typed, so the fix is OK.

But I only managed to find the following diff for this fix, and it removes 
the -8 for serial consoles. I think the real fix is elsewhere and I couldn't 
find it ? Does it getes applied at install-time only ?
http://bazaar.launchpad.net/%7Eubuntu-core-dev/finish-install/ubuntu/revision/821


Making getty system locale aware (maybe by reading /etc/default/locale ? ) may 
be a solution for the root of the problem. But a solution like that should take 
into account this problem: 
http://www.i18nguy.com/unicode/turkish-i18n.html#problem

-- 
non-ascii layout/encoding problems at login line
https://bugs.launchpad.net/bugs/273189
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 235735] Re: wrong character encoding in tty consoles after reboot

2008-09-22 Thread Gökdeniz Karadağ
you should copy the font file from /usr/share/consolefonts/ to /etc
/console-setup.

dpkg-reconfigure does this but somehow that may be broken.

look into /etc/default/console-setup, the font file should be named as
/etc/console-setup/$CODESET-$FONTFACE$FONTSIZE.psf.gz

you should run update-initramfs -u after those changes.

-- 
wrong character encoding in tty consoles after reboot
https://bugs.launchpad.net/bugs/235735
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 174500] Re: console (tty1, tty2, etc) charset is wrong on startup

2008-09-22 Thread Gökdeniz Karadağ
you will have to run

dpkg-reconfigure console-setup 
to make the changes permanent. It will generate a new initramfs which will set 
the correct font/keymap during boot.

-- 
console (tty1, tty2, etc) charset is wrong on startup
https://bugs.launchpad.net/bugs/174500
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 273189] [NEW] Turkish layout problems at login line

2008-09-22 Thread Gökdeniz Karadağ
Public bug reported:

Binary package hint: console-setup

The default console font was problematic with Turkish language characters 
(latin5, iso-8859-9)
I changed the console-setup settings file to the one attached to this bug, then 
I run update-initramfs -u. I also did the same using dpkg-reconfigure  
console-setup. 

When I log into root account on console, Turkish characters show up correctly, 
in the font I chose.
But in the $HOSTNAME login:  line of the console some characters are 
problematic, specifically these two chars ğş.

The problem is strange and I will describe it in detail. When I press the 
problematic keys, nothing is displayed the first time, if I press a second time 
or press another char, a diamond is displayed. After that, backspace and delete 
keys do not work, backspace produces three diamonds and delete produces escape 
code [3~. 
If I press enter and fail the login, the next login prompt displays those 
characters fine, but this time I can delete the login prompt text itself . For 
example, by pressing 'ğ' three times and pressing backspace six times gives me 
$HOSTNAME logi. After this deletion I can type username and password, and 
login succeeds. Prompt reads like $HOSTNAME logiUSERNAME 

When I cause a `maximum number of tries exceeded error' the process
starts from the beginning, the problematic keys display diamonds.

This seemss like a corner case but I want to help solve this problem, If
any more info or testing is needed please ask.

Hardy 8.04.1
cosole setup version: 1.21ubuntu8

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Turkish layout problems at login line
https://bugs.launchpad.net/bugs/273189
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 273189] Re: Turkish layout problems at login line

2008-09-22 Thread Gökdeniz Karadağ

** Attachment added: console-setup
   http://launchpadlibrarian.net/17838561/console-setup

-- 
Turkish layout problems at login line
https://bugs.launchpad.net/bugs/273189
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 273189] Re: non-ascii layout/encoding problems at login line

2008-09-22 Thread Gökdeniz Karadağ
** Summary changed:

- Turkish layout problems at login line
+ non-ascii layout/encoding problems at login line

** Description changed:

  Binary package hint: console-setup
  
  The default console font was problematic with Turkish language characters 
(latin5, iso-8859-9)
  I changed the console-setup settings file to the one attached to this bug, 
then I run update-initramfs -u. I also did the same using dpkg-reconfigure  
console-setup. 
+ 
+ edit: Colin Watson points out that this happens in all non-ascii
+ layouts/encodings
  
  When I log into root account on console, Turkish characters show up 
correctly, in the font I chose.
  But in the $HOSTNAME login:  line of the console some characters are 
problematic, specifically these two chars ğş.
  
  The problem is strange and I will describe it in detail. When I press the 
problematic keys, nothing is displayed the first time, if I press a second time 
or press another char, a diamond is displayed. After that, backspace and delete 
keys do not work, backspace produces three diamonds and delete produces escape 
code [3~. 
  If I press enter and fail the login, the next login prompt displays those 
characters fine, but this time I can delete the login prompt text itself . For 
example, by pressing 'ğ' three times and pressing backspace six times gives me 
$HOSTNAME logi. After this deletion I can type username and password, and 
login succeeds. Prompt reads like $HOSTNAME logiUSERNAME 
  
  When I cause a `maximum number of tries exceeded error' the process
  starts from the beginning, the problematic keys display diamonds.
  
  This seemss like a corner case but I want to help solve this problem, If
  any more info or testing is needed please ask.
  
  Hardy 8.04.1
  cosole setup version: 1.21ubuntu8

** Description changed:

  Binary package hint: console-setup
  
  The default console font was problematic with Turkish language characters 
(latin5, iso-8859-9)
  I changed the console-setup settings file to the one attached to this bug, 
then I run update-initramfs -u. I also did the same using dpkg-reconfigure  
console-setup. 
  
  edit: Colin Watson points out that this happens in all non-ascii
  layouts/encodings
  
  When I log into root account on console, Turkish characters show up 
correctly, in the font I chose.
  But in the $HOSTNAME login:  line of the console some characters are 
problematic, specifically these two chars ğş.
  
  The problem is strange and I will describe it in detail. When I press the 
problematic keys, nothing is displayed the first time, if I press a second time 
or press another char, a diamond is displayed. After that, backspace and delete 
keys do not work, backspace produces three diamonds and delete produces escape 
code [3~. 
  If I press enter and fail the login, the next login prompt displays those 
characters fine, but this time I can delete the login prompt text itself . For 
example, by pressing 'ğ' three times and pressing backspace six times gives me 
$HOSTNAME logi. After this deletion I can type username and password, and 
login succeeds. Prompt reads like $HOSTNAME logiUSERNAME 
  
  When I cause a `maximum number of tries exceeded error' the process
  starts from the beginning, the problematic keys display diamonds.
  
- This seemss like a corner case but I want to help solve this problem, If
+ This seems like a corner case but I want to help solve this problem, If
  any more info or testing is needed please ask.
  
- Hardy 8.04.1
- cosole setup version: 1.21ubuntu8
+ Ubuntu version: Hardy 8.04.1
+ console-setup version: 1.21ubuntu8

-- 
non-ascii layout/encoding problems at login line
https://bugs.launchpad.net/bugs/273189
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 73265] Re: Wrong approach to file type identification

2008-09-22 Thread Gökdeniz Karadağ
** Changed in: gnome-vfs (Ubuntu)
   Status: New = Confirmed

-- 
Wrong approach to file type identification
https://bugs.launchpad.net/bugs/73265
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 75834] Re: Indeed UTF-8 console font?

2008-09-22 Thread Gökdeniz Karadağ
Both the console font should be a UTF-8 font and locale should be a
UTF-8 locale.

Try changing font with dpkg-reconfigure console-setup

-- 
Indeed UTF-8 console font?
https://bugs.launchpad.net/bugs/75834
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 174299] Re: System hangs after reboot when using LDAP for authentication

2008-09-13 Thread Gökdeniz Karadağ
*** This bug is a duplicate of bug 51315 ***
https://bugs.launchpad.net/bugs/51315

** This bug has been marked a duplicate of bug 51315
   udevd: nss_ldap: failed to bind to LDAP server

-- 
System hangs after reboot when using LDAP for authentication
https://bugs.launchpad.net/bugs/174299
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in ubuntu (via bug
51315).

-- 
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 163751] Re: no bip on toggle key, even after customization

2008-09-13 Thread Gökdeniz Karadağ
** Changed in: ubuntu
   Status: New = Invalid

-- 
no bip on toggle key, even after customization
https://bugs.launchpad.net/bugs/163751
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 173278] Re: USB Devices aren't mounted automatically

2008-09-13 Thread Gökdeniz Karadağ
Can you plug in a usb drive, then run 'dmesg| tail -n 40' in a terminal
window, then post the output here?

-- 
USB Devices aren't mounted automatically
https://bugs.launchpad.net/bugs/173278
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 175358] Re: Gusty don't detect 1.3 Mp LG smart cam integrated

2008-09-13 Thread Gökdeniz Karadağ
Can you post output of lsusb

-- 
Gusty don't detect 1.3 Mp LG smart cam integrated
https://bugs.launchpad.net/bugs/175358
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 174299] Re: System hangs after reboot when using LDAP for authentication

2008-09-13 Thread Gökdeniz Karadağ
*** This bug is a duplicate of bug 51315 ***
https://bugs.launchpad.net/bugs/51315

** This bug has been marked a duplicate of bug 51315
   udevd: nss_ldap: failed to bind to LDAP server

-- 
System hangs after reboot when using LDAP for authentication
https://bugs.launchpad.net/bugs/174299
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 179743] Re: launchpad remembers and unremembers password

2008-09-13 Thread Gökdeniz Karadağ
This is not an ubuntu bug, I put launcpad in affects column.

If you meant the password field showed stars
when you said I found that Firefox and/or launchpad(?) had remembered my 
password
this isn't a bug about launchpad either.

Check firefox privacy options and list of remembered passwords.

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

** Changed in: ubuntu
   Status: New = Invalid

-- 
launchpad remembers and unremembers password
https://bugs.launchpad.net/bugs/179743
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 179397] Re: kate/kwrite *always* crash on a fresh installation

2008-09-13 Thread Gökdeniz Karadağ
That's probably a broken memory issue, run memtest on the machine for at
least 8 hours.

Also you may try changing IDE/SATA cables and reinstalling, it may be a
faulty cable.

Marking as invalid for now, reopen the bug if you encounter it again.

** Changed in: ubuntu
   Status: New = Invalid

-- 
kate/kwrite *always* crash on a fresh installation
https://bugs.launchpad.net/bugs/179397
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 176561] Re: 100% disk usage lead to unusable system

2008-09-13 Thread Gökdeniz Karadağ
newer ubuntu versions display a disk capacity warning.

** Changed in: ubuntu
   Status: New = Invalid

-- 
100% disk usage lead to unusable system
https://bugs.launchpad.net/bugs/176561
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 180421] Re: Broadcom wifi card not connecting to NETGEAR network, even with ndiswrapper

2008-09-13 Thread Gökdeniz Karadağ
The kernel in hardy comes with a new broadcom driver, namely b43 can
you try with 8.04 hardy ?

-- 
Broadcom wifi card not connecting to NETGEAR network, even with ndiswrapper
https://bugs.launchpad.net/bugs/180421
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 180262] Re: ACPI hot keys not working on Asus M6R

2008-09-13 Thread Gökdeniz Karadağ
I think you mean the problem is only present for 2.6.22

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.22

-- 
ACPI hot keys not working on Asus M6R
https://bugs.launchpad.net/bugs/180262
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 179896] Re: USB Storage IO Errors when dealing with many file transactions in a short period of time

2008-09-13 Thread Gökdeniz Karadağ
** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.22

-- 
USB Storage IO Errors when dealing with many file transactions in a short 
period of time
https://bugs.launchpad.net/bugs/179896
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 181556] Re: Broadcom 802.11b/g WLAN No wireless network connection

2008-09-13 Thread Gökdeniz Karadağ
Can you try with 8.04 Hardy version of ubuntu ? There is a new broadcom 
wireless driver named b43, follow the instructions here
http://penkin.wordpress.com/2008/03/28/ubuntu-804-broadcom-wireless/

-- 
Broadcom 802.11b/g WLAN No wireless network connection 
https://bugs.launchpad.net/bugs/181556
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 257224] [NEW] puppet package does not include binaries: ralsh, filebucket, ...

2008-08-12 Thread Gökdeniz Karadağ
Public bug reported:

Binary package hint: puppet

Ubuntu relase: 8.04.1
Puppet version: 0.24.4-3

Puppet package installs some man pages [1], but there are only three
binaries in the package [2].

Of the installed man pages, puppetca and puppetrun come within
puppetmaster package(in debian etch-backports repo), but filebucket and
ralsh should come with the puppet client.

[1] list of man pages installed 
/usr/share/man/man8/puppetca.8.gz
/usr/share/man/man8/puppet.conf.8.gz
/usr/share/man/man8/puppetd.8.gz
/usr/share/man/man8/puppetdoc.8.gz
/usr/share/man/man8/puppetrun.8.gz
/usr/share/man/man8/ralsh.8.gz
/usr/share/man/man8/puppet.8.gz
/usr/share/man/man8/filebucket.8.gz

[2]
/usr/sbin/puppetd
/usr/bin/puppet
/usr/bin/puppetdoc

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

-- 
puppet package does not include binaries: ralsh, filebucket, ...
https://bugs.launchpad.net/bugs/257224
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 90388] Re: hostname supplied by dhcp server is not used

2008-04-08 Thread Gökdeniz Karadağ
We solved it by putting hostname $new_host_name into a file at 
/etc/dhcp3/dhclient-exit-hooks.d/
Thanks Thomas for the tip. 

default host-name NO-NETWORK did not work, when network was not
available hostname was none (or blank, i'm not sure) as jason said.
Booting the machine took ages, so we fleed to other solutions.

Maybe as a fix, for this bug, a sethostname script can be included in
dhclient-exit-hooks.d.  It can be disabled by default like the debug
script there.

Be aware that, we had problems with default ubuntu installation(and
loads of packages we install afterwards). smart NetworkManager made
DCHP client ask for leases after gdm started, so no-X-running
condition was not satisfied at that stage. We solved this by populating
/etc/network/interfaces as usual. The default had only loopback
interface there.

Here is  a script, checks for only a running gdm though. $new_host_name
is set by dhclient before calling this;

=== /etc/dhcp3/dhclient-exit-hooks.d/sethostname ==
# This script sets the machine hostname to the hostname sent from the DHCP 
server.
# Beware, if this happens while X is running, there will be problems, so the 
script checks
# for a running gdm and does not change the hostname if it detects one.
# If you want to enable this script, change SETHOSTNAME to yes

SETHOSTNAME=yes

if [ $SETHOSTNAME = yes ]; then
if  test -r /var/run/gdm.pid  ps -ef | grep $(cat /var/run/gdm.pid) | 
grep -q /usr/sbin/gdm ; then
echo $(date): GDM running, not changing host name  
/tmp/dhcp-sethostname.err ;
else
hostname $new_host_name;
fi
fi


** Attachment added: sethostname
   http://launchpadlibrarian.net/13221941/sethostname

-- 
hostname supplied by dhcp server is not used
https://bugs.launchpad.net/bugs/90388
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 90388] Re: hostname supplied by dhcp server is not used

2008-04-08 Thread Gökdeniz Karadağ
Hi,

dhclient.conf does not need modifications.

On ubuntu, /etc/network/interfaces file has only loopback interface,
This causes the eth0 interface to be down until glorious NetworkManager kicks 
in.

Add the following lines to /etc/network/interfaces as a fix
auto eth0
iface eth0 inet dhcp

-- 
hostname supplied by dhcp server is not used
https://bugs.launchpad.net/bugs/90388
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 161158] Re: acpi problem on asus m6r / m6000r laptop

2007-12-27 Thread Gökdeniz Karadağ
I have tried with Hardy Heron alpha 2, the system booted and works fine in 
liveCD mode.
I believe the issue is fixed in the Hardy kernel, and this bug can be closed.

-- 
acpi problem on asus m6r / m6000r laptop
https://bugs.launchpad.net/bugs/161158
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 161158] Re: acpi problem on asus m6r / m6000r laptop

2007-12-20 Thread Gökdeniz Karadağ
As I wrote in the report, I tested with Gutsy live CD. I do not have the
chance to install it, I believe the livecd kernel is identical with the
installed one.

 I will try with prerelease versions of Hardy when I find the
opportunity.

-- 
acpi problem on asus m6r / m6000r laptop
https://bugs.launchpad.net/bugs/161158
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 161158] acpi problem on asus m6r / m6000r laptop

2007-11-09 Thread Gökdeniz Karadağ
Public bug reported:

Binary package hint: linux-image

The only way I can boot my Asus M6R laptop with Gutsy CD is to give acpi=off 
parameter to kernel command line.
The laptop has 6.06 installed, and it was installed using the same method. Boot 
with acpi=off, patch and compile kernel, use with patched kernel.

The relevant patch was at;
http://bugzilla.kernel.org/show_bug.cgi?id=6111

I have not tested it with gutsy, but the patch was included in the
kernel 2.6.17 or 2.6.18, and gutsy's 2.6.22

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

-- 
acpi problem on asus m6r / m6000r laptop
https://bugs.launchpad.net/bugs/161158
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 161158] Re: acpi problem on asus m6r / m6000r laptop

2007-11-09 Thread Gökdeniz Karadağ

** Attachment added: lshal-output
   http://launchpadlibrarian.net/10318033/lshal-output

-- 
acpi problem on asus m6r / m6000r laptop
https://bugs.launchpad.net/bugs/161158
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 161158] Re: acpi problem on asus m6r / m6000r laptop

2007-11-09 Thread Gökdeniz Karadağ

** Attachment added: lspci-output
   http://launchpadlibrarian.net/10318051/lspci-output

-- 
acpi problem on asus m6r / m6000r laptop
https://bugs.launchpad.net/bugs/161158
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 161158] Re: acpi problem on asus m6r / m6000r laptop

2007-11-09 Thread Gökdeniz Karadağ

** Attachment added: dmesg-output
   http://launchpadlibrarian.net/10318230/dmesg-output

-- 
acpi problem on asus m6r / m6000r laptop
https://bugs.launchpad.net/bugs/161158
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 50594] Re: spe v0.8.2.a does not run

2007-06-24 Thread Gökdeniz Karadağ
I have not replied because I was not able to test with live CD. But I
have found the root cause of the problem. It is a frequent bug that
occurs while using Turkish locales(my default locale is tr_TR.utf8)

The bug's cause is stated in an unrelated debian bug
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=232628) I am copying
it below. When I run spe as ''' LC_ALL=C spe ''' it works fine, I will
try to test with a feisty version, and report back.

The bug about turkish locales; 

There are two special Turkish characters (1) lowercase/dotless i -- 'ı', 
(2) uppercase/I with dot -- 'İ'.  Uppercase of (1) is _dotless i_, 
that is the usual 'I' of Ascii, while the lowercase of (2) is the usual 
'i'.  Here is the quick summary:

LowercaseUppercase
---  -
'ı' (dotless i)  'I'
'i'  'İ' ('I' with dot)

The problem is that there a lot of programs around, which can not handle 
the required case transforms properly.


-- 
spe v0.8.2.a does not run
https://bugs.launchpad.net/bugs/50594
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 50594] Re: spe v0.8.2.a does not run

2007-06-08 Thread Gökdeniz Karadağ
I am still using 6.06 LTS version of ubuntu, and latest version in the
repositories( 0.8.2a+repack-0.1 ) still gives the same error.

-- 
spe v0.8.2.a does not run
https://bugs.launchpad.net/bugs/50594
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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