[Bug 853754] Re: geode driver doesn't load

2011-10-12 Thread Gürkan Sengün
rebuilding the geode_drv source package, helped loading the module.

however i'm also having the issue that a user with debian has:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570637

** Bug watch added: Debian Bug tracker #570637
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570637

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

Title:
  geode driver doesn't load

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

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


[Bug 853754] [NEW] geode driver doesn't load

2011-09-19 Thread Gürkan Sengün
Public bug reported:

According xorg.log the driver is not loaded, which causes problems:
[ 68026.496] (II) LoadModule: geode
[ 68026.498] (II) Loading /usr/lib/xorg/modules/drivers/geode_drv.so
[ 68026.499] (EE) Failed to load /usr/lib/xorg/modules/drivers/geode_drv.so: 
/usr/lib/xorg/modules/drivers/geode_drv.so: undefined symbol: rrPrivKey
[ 68026.499] (EE) LoadModule: Module geode does not have a geodeModuleData data 
object.
[ 68026.499] (II) UnloadModule: geode
[ 68026.499] (II) Unloading geode
[ 68026.499] (EE) Failed to load module geode (invalid module, 0)
[ 68026.499] (II) LoadModule: vesa
[ 68026.503] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so


ii  xserver-xorg-video-geode   2.11.12-1build2
X.Org X server -- Geode GX2/LX display driver

file /usr/lib/xorg/modules/drivers/geode_drv.so
/usr/lib/xorg/modules/drivers/geode_drv.so: ELF 32-bit LSB shared object, Intel 
80386, version 1 (SYSV), dynamically linked, stripped

ls -la /usr/lib/xorg/modules/drivers/geode_drv.so
-rw-r--r-- 1 root root 230828 2011-05-31 10:57 
/usr/lib/xorg/modules/drivers/geode_drv.so

** Affects: xserver-xorg-video-geode (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/853754

Title:
  geode driver doesn't load

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

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


[Bug 293311] Re: nautilus thumbnails files on a mounted NFS share

2011-09-06 Thread Gürkan Sengün
I wouldn't have thought nfs shares being local... and I'm having big
user experience problems with many users that now switched to Natty...
although turning off all the local previews in nautilus still doesn't
solve the problems.

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

Title:
  nautilus thumbnails files on a mounted NFS share

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

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


[Bug 837924] [NEW] LDM runs get_hosts as documented however the logins fail

2011-08-31 Thread Gürkan Sengün
Public bug reported:

We run two LTSP servers on Ubuntu Natty on hostnames plimpy and plompy. 
ldminfod is running on both, and as documented here:
http://surfnet.dl.sourceforge.net/project/ltsp/Docs-Admin-Guide/LTSPManual.pdf 
(page 65)
we use a get_hosts file as this one:

#!/bin/bash
# Takes a list of servers from the /var/lib/tftpboot/ltsp/i386/lts.conf
# and sorts that list based on the output of the nc rating of that server.
#MY_SERVER_LIST=plimpy plompy
MY_SERVER_LIST=192.33.97.211
TMP_LIST=
GOOD_LIST=

for i in $MY_SERVER_LIST; do
 rank=`nc $i 9571 | grep ratin`
 TMP_LIST=$TMP_LIST\n${rank}_$i
done
for SERVER in `echo -e $TMP_LIST | sort -r | cut -d_ -f2`; do
 GOOD_LIST=$GOOD_LIST $SERVER
done
echo $GOOD_LIST

LTSP clients booting on plompy, can not login with this script to
plimpy. Having a server slection of plompy works.

** Affects: ldm (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/837924

Title:
  LDM runs get_hosts as documented however the logins fail

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

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


[Bug 837924] Re: LDM runs get_hosts as documented however the logins fail

2011-08-31 Thread Gürkan Sengün
Oh I'm so sorry, I was only missing the trust of the clients to the 2nd ltsp 
server using /etc/ltsp/ssh_known_hosts.*
then running ltsp-update-sshkeys... works now.

the keys are generated easily with
ltsp-update-sshkeys --export ssh_known_hosts.ltspserver1
ltsp-update-sshkeys --export ssh_known_hosts.ltspserver2

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

Title:
  LDM runs get_hosts as documented however the logins fail

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

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


[Bug 837924] Re: LDM runs get_hosts as documented however the logins fail

2011-08-31 Thread Gürkan Sengün
** Changed in: ldm (Ubuntu)
   Status: New = Invalid

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

Title:
  LDM runs get_hosts as documented however the logins fail

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

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


[Bug 3923] Re: Cannot change default character encoding

2011-08-05 Thread Gürkan Sengün
** Also affects: gnome-terminal (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512497
   Importance: Unknown
   Status: Unknown

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

Title:
  Cannot change default character encoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/3923/+subscriptions

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


[Bug 145920] Re: crashes on startup

2011-07-07 Thread Gürkan Sengün
you are missing the gnustep-back0.18 package. the cenon binary package
versions were linked against a newer gnustep than you have installed.

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

Title:
  crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cenon.app/+bug/145920/+subscriptions

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


[Bug 474392] Re: LTSP Clients show shutdown, hibernate in indicator-applet-session

2011-06-23 Thread Gürkan Sengün
We now put the following file into 
/etc/polkit-1/localauthority/30-site.d/ch.ethz.phys.desktop.pkla
http://sid.ethz.ch/ch.ethz.phys.desktop.pkla 
on the machines, and it works just fine.

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

Title:
  LTSP Clients show shutdown, hibernate in indicator-applet-session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/474392/+subscriptions

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


[Bug 255228] Re: Disabling the suspend and hibernate locks via gconf-editor doesn't do anything (from Intrepid to lucid included)

2011-06-23 Thread Gürkan Sengün
We now put the following file into 
/etc/polkit-1/localauthority/30-site.d/ch.ethz.phys.desktop.pkla
http://sid.ethz.ch/ch.ethz.phys.desktop.pkla
on the machines, and it works just fine.
(tested on natty)

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

Title:
  Disabling the suspend and hibernate locks via gconf-editor doesn't do
  anything (from Intrepid to lucid included)

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

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


[Bug 494366] Re: gdm does not honor disable_restart_buttons

2011-06-22 Thread Gürkan Sengün
This bug also exists in Debian with the source package gdm3, but the
real gdm software version is 2.x (at least for stable to sid, but not
experimental)

** Bug watch added: Debian Bug tracker #628032
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628032

** Also affects: gdm3 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628032
   Importance: Unknown
   Status: Unknown

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

Title:
  gdm does not honor disable_restart_buttons

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

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


[Bug 494366] Re: gdm does not honor disable_restart_buttons

2011-06-22 Thread Gürkan Sengün
there's a patch?
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=dont-show-shutdown-options-when-not-available.patch;att=1;bug=628032

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

Title:
  gdm does not honor disable_restart_buttons

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

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


[Bug 474392] Re: LTSP Clients show shutdown, hibernate in indicator-applet-session

2011-06-22 Thread Gürkan Sengün
what about the gui that appears with ctrl-alt-del allowing restart and
poweroff?

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

Title:
  LTSP Clients show shutdown, hibernate in indicator-applet-session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/474392/+subscriptions

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


[Bug 773907] Re: the login wont show my selected picture

2011-06-21 Thread Gürkan Sengün
i'm setting the gdm login background picture like this and it works fine.
sudo -u gdm gconftool-2 --type string --set 
/desktop/gnome/background/picture_filename /path/to/your/picture.png

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

Title:
  the login wont show my selected picture

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

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


[Bug 783342] Re: Provide OTF file

2011-06-21 Thread Gürkan Sengün
Any reason you prefer OTF over TTF?

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

Title:
  Provide OTF file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ttf-prociono/+bug/783342/+subscriptions

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


[Bug 789011] [NEW] local wrong path in software

2011-05-27 Thread Gürkan Sengün
Public bug reported:

Binary package hint: xgridfit

Same bug! http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625587

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

** Affects: xgridfit (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #625587
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625587

** Also affects: xgridfit (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625587
   Importance: Unknown
   Status: Unknown

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

Title:
  local wrong path in software

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


[Bug 730479] Re: ugrade to 9.1

2011-03-22 Thread Gürkan Sengün
it's 0.9.1, and i've got the package ready...

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

Title:
  ugrade to 9.1

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


[Bug 730479] Re: ugrade to 9.1

2011-03-22 Thread Gürkan Sengün
feel free to have a try: http://sid.ethz.ch/debian/mypaint/

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

Title:
  ugrade to 9.1

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


[Bug 647905] Re: gifsicle crashed with asserion failure in optimize.c:470

2011-03-03 Thread Gürkan Sengün
Version 1.61 of gifsicle fixes this problem.

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

Title:
  gifsicle crashed with asserion failure in optimize.c:470

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


[Bug 599440] Re: Please update ttf-adf-* fonts packages - most fonts were updated in 2010

2011-02-25 Thread Gürkan Sengün
Meanwhile another update happened, I'll try to coordinate an update in
Debian soon with a sponsor of mine...

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

Title:
  Please update ttf-adf-* fonts packages - most fonts were updated in
  2010

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


[Bug 718803] Re: [needs-upgrade] ttf-goudybookletter

2011-02-25 Thread Gürkan Sengün
They come from where the debian/copyright documents them from:
http://packages.debian.org/changelogs/pool/main/t/ttf-goudybookletter/ttf-goudybookletter_0.1-2.1/ttf-goudybookletter.copyright

An update is coming soon.

Any good argument why OTF is preferred?

Yours,
Gurkan

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

Title:
  [needs-upgrade] ttf-goudybookletter

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


[Bug 613301] Re: Zipper description is confusing

2011-02-25 Thread Gürkan Sengün
Thanks for the suggestion about the long description, I'll fix that with
the next update.

However calling GNUstep (which is basically a free implementation of Mac OS X 
Cocoa) is very odd to me.
It's a very nice toolkit, much older than thoroughly designed than all these 
new ones (gtk one among them).

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

Title:
  Zipper description is confusing

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


[Bug 700090] Re: Crashes on clicking the text tool (buffer overflow detected)

2011-02-25 Thread Gürkan Sengün
Indeed it crashes on Natty, however it works fine in Debian. Wonder
why???

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

Title:
  Crashes on clicking the text tool (buffer overflow detected)

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


[Bug 585797] Re: Unable to switch betwen workspace

2011-02-25 Thread Gürkan Sengün
** Package changed: gworkspace (Ubuntu) = gnome-applets (Ubuntu)

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

Title:
  Unable to switch betwen workspace

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


[Bug 612377] Re: [needs-packaging] libjpeg-turbo

2011-02-09 Thread Gürkan Sengün
did you install from source or are there any debian (source) packages
around?

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

Title:
  [needs-packaging] libjpeg-turbo

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


[Bug 612377] Re: [needs-packaging] libjpeg-turbo

2011-02-09 Thread Gürkan Sengün
ah sorry, found some at: http://sourceforge.net/projects/libjpeg-
turbo/files/1.0.90%20(1.1beta1)/

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

Title:
  [needs-packaging] libjpeg-turbo

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


[Bug 656927] Re: Crashes on startup in Ubuntu 10.10

2011-02-08 Thread Gürkan Sengün
could you try with the latest version?
http://ftp.debian.org/debian/pool/main/c/cenon.app/

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

Title:
  Crashes on startup in Ubuntu 10.10

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


[Bug 385939] Re: Libraries not found

2011-02-08 Thread Gürkan Sengün
could you try with the latest version?
http://ftp.debian.org/debian/pool/main/c/cenon.app/

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

Title:
  Libraries not found

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


[Bug 145920] Re: crashes on startup

2011-02-08 Thread Gürkan Sengün
could you try with the latest version?
http://ftp.debian.org/debian/pool/main/c/cenon.app/

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

Title:
  crashes on startup

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


[Bug 288974] Re: routines in src/pro/ not included by default

2011-01-28 Thread Gürkan Sengün
the package is ready for debian and should be sponsored soon...

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

Title:
  routines in src/pro/  not included by default

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


[Bug 656927] Re: Crashes on startup in Ubuntu 10.10

2011-01-28 Thread Gürkan Sengün
I can start cenon (3.83-1build3) on natty

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

Title:
  Crashes on startup in Ubuntu 10.10

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


[Bug 385939] Re: Libraries not found

2011-01-28 Thread Gürkan Sengün
I can start cenon (3.83-1build3) on natty

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

Title:
  Libraries not found

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


[Bug 145920] Re: crashes on startup

2011-01-28 Thread Gürkan Sengün
I can start cenon (3.83-1build3) on natty

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

Title:
  crashes on startup

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


[Bug 647905] Re: gifsicle crashed with asserion failure in optimize.c:470

2011-01-26 Thread Gürkan Sengün
Could you test if it also happens with 1.60 of gifsicle?

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

Title:
  gifsicle crashed with asserion failure in optimize.c:470

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


[Bug 690392] Re: Documentation error in man page

2011-01-26 Thread Gürkan Sengün
oops good one, i'll fix this next time, and try to notify upstream...

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

Title:
  Documentation error in man page

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


[Bug 601315] Re: IndexError in Volume Control: list index out of range

2011-01-26 Thread Gürkan Sengün
This bug was filed against the wrong package.

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

Title:
  IndexError in Volume Control: list index out of range

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


[Bug 585797] Re: Unable to switch betwen workspace

2011-01-26 Thread Gürkan Sengün
Are you sure you're using GWorkspace?

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

Title:
  Unable to switch betwen workspace

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


[Bug 335346] Re: Wrong microphone management on Macbook Pro late 2006

2011-01-26 Thread Gürkan Sengün
This bug was filed against the wrong package.

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

Title:
  Wrong microphone management on Macbook Pro late 2006

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


[Bug 529959] Re: aptitude show gnustep-icons provides a link to a web page that does not exist.

2011-01-26 Thread Gürkan Sengün
fortunately i've ot a mirror of it:
http://gnu.ethz.ch/linuks.mine.nu/icons/icons.html

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

Title:
  aptitude show gnustep-icons provides a link to a web page that does
  not exist.

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


[Bug 529959] Re: aptitude show gnustep-icons provides a link to a web page that does not exist.

2011-01-26 Thread Gürkan Sengün
fortunately i've ot a mirror of it:
http://gnu.ethz.ch/linuks.mine.nu/icons/icons.html

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

Title:
  aptitude show gnustep-icons provides a link to a web page that does
  not exist.

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


[Bug 246599] Re: not possible to load any soundfile into program

2011-01-26 Thread Gürkan Sengün
can you put your soundfile online and a link to it for me to try?

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

Title:
  not possible to load any soundfile into program

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


[Bug 649796] Re: Windows is misspelled in UI

2011-01-26 Thread Gürkan Sengün
I agree, if a new version is released, I'll patch this...

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

Title:
  Windows is misspelled in UI

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


[Bug 681776] Re: photo cannot download from camera files bigger than 2 GB

2011-01-26 Thread Gürkan Sengün
have you tried the newer version of gphoto2 (natty) yet?

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

Title:
  photo cannot download from camera files bigger than 2 GB

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


[Bug 649731] Re: Please sync with latest version. Please update to the latest version.

2010-11-19 Thread Gürkan Sengün
since natty has the latestversion 034, i think this can be closed...

-- 
Please sync with latest version. Please update to the latest version.
https://bugs.launchpad.net/bugs/649731
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 581962] Re: Manipulating view slow after using rotate

2010-11-05 Thread Gürkan Sengün
is 0.9.0 performing better?

-- 
Manipulating view slow after using rotate
https://bugs.launchpad.net/bugs/581962
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 569759] Re: MyPaint freezes up when working with Genius M712 tablet

2010-11-05 Thread Gürkan Sengün
does it freeze with 0.9.0 too?

-- 
MyPaint freezes up when working with Genius M712 tablet
https://bugs.launchpad.net/bugs/569759
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 565664] Re: MyPaint freezes upon start because input device reports infinite pressure

2010-11-05 Thread Gürkan Sengün
how is it with 0.9.0?

-- 
MyPaint freezes upon start because input device reports infinite pressure
https://bugs.launchpad.net/bugs/565664
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 612377] Re: [needs-packaging] libjpeg-turbo

2010-11-03 Thread Gürkan Sengün
i hope it gets into debian and ubuntu soon. and i hope people don't
start to do what mozilla wants to do (bundle more software into their
huge monster of software). can't wait to run feh faster on my computers
to view pretty large photo images...

-- 
[needs-packaging] libjpeg-turbo
https://bugs.launchpad.net/bugs/612377
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 288974] Re: routines in src/pro/ not included by default

2010-09-30 Thread Gürkan Sengün
thanks for the 0.9 version. i got a package at
http://gnu.ethz.ch/debian/gnudatalanguage/final/

-- 
routines in src/pro/  not included by default
https://bugs.launchpad.net/bugs/288974
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 649731] [NEW] Please sync with latest version. Please update to the latest version.

2010-09-28 Thread Gürkan Sengün
Public bug reported:

Binary package hint: ttf-mplus

033 is there!

http://gnu.ethz.ch/debian/ttf-mplus/

** Affects: ttf-mplus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please sync with latest version. Please update to the latest version.
https://bugs.launchpad.net/bugs/649731
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 518848] Re: version 7.4.1 is out

2010-09-21 Thread Gürkan Sengün
actually 7.4.3 is out already...
http://www.cs.wisc.edu/condor/downloads-v2/download.pl

-- 
version 7.4.1 is out
https://bugs.launchpad.net/bugs/518848
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 638715] [NEW] gconftool-2 fails to do what it should

2010-09-15 Thread Gürkan Sengün
Public bug reported:

Binary package hint: gconf2

The buggy command is the following:
$ gconftool-2 --type list --list-type string --set 
/desktop/gnome/peripherals/keyboard/kbd/options '[lv3 lv3:ralt_switch,terminate 
terminate:ctrl_alt_bksp]'

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

** Description changed:

  Binary package hint: gconf2
  
- The buggy command is the following: 
- $ gconftool-2 --type list --list-type string --set 
/desktop/gnome/peripherals/keyboard/kbd/options '[lv3 lv3:ralt_switch,terminate 
terminate:ctrl_alt_bksp]' 
- 
- I will be checking with our developers as this seems to be a bug.
+ The buggy command is the following:
+ $ gconftool-2 --type list --list-type string --set 
/desktop/gnome/peripherals/keyboard/kbd/options '[lv3 lv3:ralt_switch,terminate 
terminate:ctrl_alt_bksp]'

-- 
gconftool-2 fails to do what it should
https://bugs.launchpad.net/bugs/638715
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 525649] Re: bold and italic styles missing from the Beteckna TTF font

2010-09-08 Thread Gürkan Sengün
i recommnd you to use this font instead:

https://answers.launchpad.net/ubuntu/+question/115258

-- 
bold and italic styles missing from the Beteckna TTF font
https://bugs.launchpad.net/bugs/525649
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 145920] Re: crashes on startup

2010-09-08 Thread Gürkan Sengün
can you try with http://gnu.ethz.ch/debian/cenon.app/ ?

-- 
crashes on startup
https://bugs.launchpad.net/bugs/145920
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 631437] Re: please upgrade to version 2.4.9/2.4.10

2010-09-07 Thread Gürkan Sengün
i've got upgraded versions (preparing them for debian) at
http://gnu.ethz.ch/debian/gphoto2/

-- 
please upgrade to version 2.4.9/2.4.10
https://bugs.launchpad.net/bugs/631437
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 573108] Re: gdomap multiple local information disclosure vulnerabilities

2010-09-07 Thread Gürkan Sengün
this should be updated (sync from debian)

-- 
gdomap multiple local information disclosure vulnerabilities
https://bugs.launchpad.net/bugs/573108
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 573014] Re: package gnustep-back-common (not installed) failed to install/upgrade:

2010-09-07 Thread Gürkan Sengün
this should be updated (sync from debian)

-- 
package gnustep-back-common (not installed) failed to install/upgrade:
https://bugs.launchpad.net/bugs/573014
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 383919] Re: when using update, graphical or in terminal

2010-09-07 Thread Gürkan Sengün
this should be updated (sync from debian)

-- 
when using update, graphical or in terminal
https://bugs.launchpad.net/bugs/383919
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 631437] [NEW] please upgrade to version 2.4.9/2.4.10

2010-09-06 Thread Gürkan Sengün
Public bug reported:

Binary package hint: gphoto2

this very old version doesn't work with canon eos 500d/550d...

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

-- 
please upgrade to version 2.4.9/2.4.10
https://bugs.launchpad.net/bugs/631437
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 631434] [NEW] Very old version, could you please sync with sid/squeeze to 3.5.1?

2010-09-06 Thread Gürkan Sengün
Public bug reported:

Binary package hint: gimp-plugin-registry

Please upgrade this very old 3.2 version to 3.5-1 in Debian for 10.10.

** Affects: gimp-plugin-registry (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Very old version, could you please sync with sid/squeeze to 3.5.1?
https://bugs.launchpad.net/bugs/631434
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 631439] [NEW] 0.48.x is out, and also in debian experimental

2010-09-06 Thread Gürkan Sengün
Public bug reported:

Binary package hint: inkscape

could this please be upgraded? thanks

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

-- 
0.48.x is out, and also in debian experimental
https://bugs.launchpad.net/bugs/631439
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 601115] Re: [maverick] ocp will not launch

2010-09-06 Thread Gürkan Sengün
i can't reproduce this. can you try removing your ~/.ocp.ocp.ini ?

-- 
[maverick] ocp will not launch
https://bugs.launchpad.net/bugs/601115
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 573841] Re: Junicode font uses to much vertical space on Openoffice

2010-09-06 Thread Gürkan Sengün
Indeed, I think this is a problem of Openoffice, since the font is just
rendered fine in The GIMP and Inkscape. Also Openoffice somehow doesn't
kern fi, ff, fj for a reason...

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

-- 
Junicode font uses to much vertical space on Openoffice
https://bugs.launchpad.net/bugs/573841
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 570226] Re: inkscape + ttf-engadget: letter u not filled

2010-09-04 Thread Gürkan Sengün
the bug has been fixed with the new version in debian sid.

-- 
inkscape + ttf-engadget: letter u not filled
https://bugs.launchpad.net/bugs/570226
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 414583] Re: Licensing incorrect

2010-09-04 Thread Gürkan Sengün
debian sid has the latest version. i don't know how to get ubuntu to
upgrade it...

-- 
Licensing incorrect
https://bugs.launchpad.net/bugs/414583
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 419609] Re: package ion3 20080825-1 failed to install/upgrade: sub-processo post-installation script retornou estado de sa?da de erro 1

2010-05-28 Thread Gürkan Sengün
same problem on lucid:

Setting up ion3 (20090110-2) ...
dpkg: error processing ion3 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 ion3
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up ion3 (20090110-2) ...
dpkg: error processing ion3 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 ion3

-- 
package ion3 20080825-1 failed to install/upgrade: sub-processo 
post-installation script retornou estado de sa?da de erro 1
https://bugs.launchpad.net/bugs/419609
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 586207] [NEW] fails with dash

2010-05-27 Thread Gürkan Sengün
Public bug reported:

Binary package hint: pconsole

it's fixed in debian: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=530158

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

-- 
fails with dash
https://bugs.launchpad.net/bugs/586207
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 414855] Re: Loading the saved state of the serial devices, hangs on boot with this message.

2010-05-25 Thread Gürkan Sengün
i have this problem too, with lucid!

-- 
Loading the saved state of the serial devices,hangs on boot with this message.
https://bugs.launchpad.net/bugs/414855
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 498170] Re: Segmentation Fault when playing modules

2010-05-25 Thread Gürkan Sengün
i updated the version to 0.1.20, could you try that please?

-- 
Segmentation Fault when playing modules
https://bugs.launchpad.net/bugs/498170
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 288974] Re: routines in src/pro/ not included by default

2010-05-19 Thread Gürkan Sengün
Hello Sylwester

Would it be possible to make a new tarball release? 0.9rc4 is quite some
time back now...

-- 
routines in src/pro/  not included by default
https://bugs.launchpad.net/bugs/288974
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 574687] Re: GConf defaults aren't applied

2010-05-11 Thread Gürkan Sengün
i also noticed some settings are somtimes not applied to some users,
depending what they already have for gconf settings. then removing the
users ~/.local ~/.gconf ~/.gconf2 ~/.gnome ~/.gnome2 works.

-- 
GConf defaults aren't applied
https://bugs.launchpad.net/bugs/574687
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 576921] [NEW] repeated/looped asking of same question

2010-05-07 Thread Gürkan Sengün
Public bug reported:

Binary package hint: debian-installer

i'm trying to preseed the netinstallation of ubuntu lucid lynx 10.04 and
it keeps asking me the same thing:

Partition disks

No file system is specified for partition #1 of LVM VG vg0, LV dummy.

I can say Yes or No, it loops here.

Here's the partman preseed details:

### Partitioning
#d-i partman-auto/method string regular
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string lvm
d-i partman-auto/purge_lvm_from_device boolean true
d-i partman-auto-lvm/guided_size string 100 %
d-i partman-auto-lvm/new_vg_name string vg0
#d-i partman-lvm/confirm_nooverwrite boolean true
#d-i partman-lvm/confirm boolean true
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-basicfilesystems/no_swap boolean true
d-i partman-auto/init_automatically_partition select Guided - use entire disk 
and set up LVM
d-i partman-auto/expert_recipe string   \
dphys-ws-part ::\
256 1000 512 ext3   \
$primary{ } $bootable{ }\
method{ format } format{ }  \
use_filesystem{ } filesystem{ ext3 }\
mountpoint{ /boot } \
.   \
61440 100 1 lvm \
$primary{ } $defaultignore{ }   \
method{ lvm } vg_name{ vg0 }\
.   \
10240 4 51200 ext4  \
$lvmok{ } in_vg{ vg0 } lv_name{ root }  \
method{ format } format{ }  \
use_filesystem{ } filesystem{ ext4 }\
mountpoint{ / } \
.   \
2048 1 10240 xfs\
$lvmok{ } in_vg{ vg0 } lv_name{ data }  \
method{ format } format{ }  \
use_filesystem{ } filesystem{ xfs } \
mountpoint{ /export/data1 } \
.   \
1024 2000 10240 xfs \
$lvmok{ } in_vg{ vg0 } lv_name{ scr }   \
method{ format } format{ }  \
use_filesystem{ } filesystem{ xfs } \
mountpoint{ /scratch }  \
.   \
10 1000 1048576 xfs \
$lvmok{ } in_vg{ vg0 } lv_name{ dummy } \
method{ keep }  \
.
d-i partman-auto/choose_recipe select dphys-ws-part

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
repeated/looped asking of same question
https://bugs.launchpad.net/bugs/576921
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 576924] [NEW] Printing doesn't work properly

2010-05-07 Thread Gürkan Sengün
Public bug reported:

Binary package hint: chromium-browser

When I print a webpage, the graphic appears, but the fonts don't, it
looks like it only prints random ascii rom fonts, at the places where
the real text should be.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: debian
 Importance: Undecided
 Status: New

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

-- 
Printing doesn't work properly
https://bugs.launchpad.net/bugs/576924
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 576924] Re: Printing doesn't work properly

2010-05-07 Thread Gürkan Sengün
debian has it in experimental...

-- 
Printing doesn't work properly
https://bugs.launchpad.net/bugs/576924
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 576295] [NEW] creates very large swapfile on 64-bit linux

2010-05-06 Thread Gürkan Sengün
Public bug reported:

Binary package hint: dphys-swapfile

ls -la /proc/kcore 
-r 1 root root 140737486266368 2010-05-06 10:41 /proc/kcore

of that size actually. the package got fixed in debian (-3), please sync it.
it's really bad when you install this during installation and your /var goes 
out of space,
since many programs won't work properly anymore.

** Affects: dphys-swapfile (Ubuntu)
 Importance: Undecided
 Status: New

-- 
creates very large swapfile on 64-bit linux
https://bugs.launchpad.net/bugs/576295
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 484317] Re: GDM allows root logins

2010-05-06 Thread Gürkan Sengün
i'm glad it does, ctrl-alt-f1 doesn't seem to work anymore, sometimes

-- 
GDM allows root logins
https://bugs.launchpad.net/bugs/484317
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 410337] Re: Log in screen is confusing, not clear what to do

2010-05-06 Thread Gürkan Sengün
i just turn it off:

gconftool-2 --direct --config-source
xml:readwrite:/etc/gconf/gconf.xml.mandatory --type Boolean --set
/apps/gdm/simple-greeter/disable_user_list True

since it's not usable having ldap/nis users (3000+)...

-- 
Log in screen is confusing, not clear what to do
https://bugs.launchpad.net/bugs/410337
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 307594] Re: powder crashed with SIGSEGV

2010-05-05 Thread Gürkan Sengün
i think this was fixed in the latter versions, please try the latest in
ubuntu or the one from my ppa

-- 
powder crashed with SIGSEGV
https://bugs.launchpad.net/bugs/307594
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 360883] Re: The xtrlock mouse cursor should be upgraded

2010-05-05 Thread Gürkan Sengün
i agree, please add a way to use a user supplied icon

-- 
The xtrlock mouse cursor should be upgraded
https://bugs.launchpad.net/bugs/360883
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 575678] [NEW] pam support

2010-05-05 Thread Gürkan Sengün
Public bug reported:

Binary package hint: xtrlock

Please add pam support to xtrlock. xtrlock is so simple and nice. if it
had pam support, i'd get rid of xscreensaver for this!

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

-- 
pam support
https://bugs.launchpad.net/bugs/575678
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 575040] [NEW] tftpd-hpa.postinst keeps hanging with a Password: prompt

2010-05-04 Thread Gürkan Sengün
Public bug reported:

Binary package hint: tftp-hpa

# aptitude install tftpd-hpa
Setting up tftpd-hpa (5.0-11ubuntu2) ...
Password: 

The problem is one that also Debian has when you get /etc/passwd and
/etc/shadow via NIS, chfn from the passwd package fails. It tries this
command:

adduser: `/usr/bin/chfn -f tftp daemon tftp' exited from signal 2.
Exiting.

which just doesn't work.

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: tftp-hpa (Debian)
 Importance: Undecided
 Status: New

** Also affects: tftp-hpa (Debian)
   Importance: Undecided
   Status: New

-- 
tftpd-hpa.postinst keeps hanging with a Password: prompt
https://bugs.launchpad.net/bugs/575040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa 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 575040] Re: tftpd-hpa.postinst keeps hanging with a Password: prompt

2010-05-04 Thread Gürkan Sengün
oh wait, seems this fixes it: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=407497#10

** Bug watch added: Debian Bug tracker #407497
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407497

-- 
tftpd-hpa.postinst keeps hanging with a Password: prompt
https://bugs.launchpad.net/bugs/575040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa 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 575040] [NEW] tftpd-hpa.postinst keeps hanging with a Password: prompt

2010-05-04 Thread Gürkan Sengün
Public bug reported:

Binary package hint: tftp-hpa

# aptitude install tftpd-hpa
Setting up tftpd-hpa (5.0-11ubuntu2) ...
Password: 

The problem is one that also Debian has when you get /etc/passwd and
/etc/shadow via NIS, chfn from the passwd package fails. It tries this
command:

adduser: `/usr/bin/chfn -f tftp daemon tftp' exited from signal 2.
Exiting.

which just doesn't work.

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: tftp-hpa (Debian)
 Importance: Undecided
 Status: New

** Also affects: tftp-hpa (Debian)
   Importance: Undecided
   Status: New

-- 
tftpd-hpa.postinst keeps hanging with a Password: prompt
https://bugs.launchpad.net/bugs/575040
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 575040] Re: tftpd-hpa.postinst keeps hanging with a Password: prompt

2010-05-04 Thread Gürkan Sengün
oh wait, seems this fixes it: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=407497#10

** Bug watch added: Debian Bug tracker #407497
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407497

-- 
tftpd-hpa.postinst keeps hanging with a Password: prompt
https://bugs.launchpad.net/bugs/575040
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 377632] Re: Crash with stack smashing detected at start

2010-05-04 Thread Gürkan Sengün
if it works, can't the bug be closed?

-- 
Crash with stack smashing detected at start
https://bugs.launchpad.net/bugs/377632
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 538912] Re: xlinks shouldn't replace Firefox as /etc/alternatives/x-www-browser

2010-05-04 Thread Gürkan Sengün
i guess the firefox priorities were lowered. have a look at the source
package debian/postinst, you can easily change the values there and
rebuild the package.

-- 
xlinks shouldn't replace Firefox as /etc/alternatives/x-www-browser
https://bugs.launchpad.net/bugs/538912
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 234717] Re: Links browser requires suid in VGA mode

2010-05-04 Thread Gürkan Sengün
lightning fast indeed, but without css. i switched to chromium-browser
as fast but with beautiful webkit rendering...

-- 
Links browser requires suid in VGA mode
https://bugs.launchpad.net/bugs/234717
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 511245] Re: portmap is not started during boot process before autofs and hence autofs does not work properly

2010-04-26 Thread Gürkan Sengün
Absolutely, this should be fixed for any stable release, not just LTS.

-- 
portmap is not started during boot process before autofs and hence autofs does 
not work properly
https://bugs.launchpad.net/bugs/511245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs 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 511245] Re: portmap is not started during boot process before autofs and hence autofs does not work properly

2010-04-26 Thread Gürkan Sengün
Absolutely, this should be fixed for any stable release, not just LTS.

-- 
portmap is not started during boot process before autofs and hence autofs does 
not work properly
https://bugs.launchpad.net/bugs/511245
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 119660] Re: Autofs should be reloaded when state of network interface changes

2010-04-26 Thread Gürkan Sengün
We've got 200 workstations for students, doctors, postdocs, professors
and employees... the ugly hack on top works, however it's not the right
solution, is it?

-- 
Autofs should be reloaded when state of network interface changes
https://bugs.launchpad.net/bugs/119660
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 498170] Re: Segmentation Fault when playing modules

2010-04-22 Thread Gürkan Sengün
https://launchpad.net/~gurkan-phys/+archive/ppa/+packages could you try
my version 0.1.18?

-- 
Segmentation Fault when playing modules
https://bugs.launchpad.net/bugs/498170
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 559161] [NEW] Please package version 1.1.0

2010-04-09 Thread Gürkan Sengün
Public bug reported:

Binary package hint: scummvm

1.1.0 was released a few days ago...

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

-- 
Please package version 1.1.0
https://bugs.launchpad.net/bugs/559161
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 436250] Re: GrafX2 is now at version 2.1

2010-04-09 Thread Gürkan Sengün
it's officially in debian meanwhile!

-- 
GrafX2 is now at version 2.1
https://bugs.launchpad.net/bugs/436250
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 551207] Re: wrong colors on powerpc g4 imac

2010-04-08 Thread Gürkan Sengün
either that, or the version of vga card i have with ubuntu is just not 
supported yet. the one that works 
with debian is slightly newer:
:00:10.0 0300: 10de:0189 (rev a2)
:00:10.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 
with AGP8X (Mac)] (rev a2)

-- 
wrong colors on powerpc g4 imac
https://bugs.launchpad.net/bugs/551207
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 551207] Re: wrong colors on powerpc g4 imac

2010-04-08 Thread Gürkan Sengün
The differences I can think of are these:
UBUNTU
ii  xserver-xorg1:7.5+3ubuntu1  the X.Org X server
ii  libdrm-nouveau1   2.4.18-1ubuntu2   
  Userspace interface to nouveau-specific 
ii  xserver-xorg-video-nouveau1:0.0.15+git20100219+9b4118d-0ubuntu5 
  X.Org X server -- Nouveau display driver (ex

DEBIAN
ii  xserver-xorg  1:7.5+5   the 
X.Org X server
ii  libdrm-nouveau1   2.4.18-4  
Userspace interface to nouveau-specific kern
ii  xserver-xorg-video-nouveau1:0.0.15+git20100329+7858345-2
X.Org X server -- Nouveau display driver (ex

(the nouveau driver needed this or a newer libdrm-nouveau dev package to
build)

-- 
wrong colors on powerpc g4 imac
https://bugs.launchpad.net/bugs/551207
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 551207] Re: wrong colors on powerpc g4 imac

2010-04-07 Thread Gürkan Sengün
I've tried version  1:0.0.15+git20100329+7858345-2 (debian experimental)
on a slightly different nvidia card g4 imac, and that worked)...

-- 
wrong colors on powerpc g4 imac
https://bugs.launchpad.net/bugs/551207
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 551207] Re: wrong colors on powerpc g4 imac

2010-04-07 Thread Gürkan Sengün
The machine causing the problem has this video card:
:00:10.0 0300: 10de:0174 (rev a3)
:00:10.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 
Go] (rev a3)

-- 
wrong colors on powerpc g4 imac
https://bugs.launchpad.net/bugs/551207
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 29858] Re: root on lvm fails to boot.

2010-04-06 Thread Gürkan Sengün
This bug affects me with 2.6.32-19.28 kernel on lucid. Kernel 2.6.31-17
works though...

-- 
root on lvm fails to boot.
https://bugs.launchpad.net/bugs/29858
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 532633] Re: [Master] Window Control buttons: position/order/alignment

2010-04-01 Thread Gürkan Sengün
The change of the buttons from the right to the left, with different order is a 
fatal change. 
Even I as an experienced computer user was annoyed. Having had a different 
them, where all
buttons look the same, even on mouse over. So it was unclar which button did 
close/maximize-minimize/hide...

Window Maker, having copied the design of NeXT/NeXTSTEP/OPENSTEP (what Apple 
bought and made worse, design wise) was the best thing in my opinion. Having 
the close and hide buttons on the far right, far left,
so nobody could accidently slip and press the wrong button, saving the user 
from answering a stupid question like are you sure you want to close the 
document without saving it...

Please consider for the sake of consistent user experience keeping it as
it was.

-- 
[Master] Window Control buttons: position/order/alignment
https://bugs.launchpad.net/bugs/532633
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 133784] Re: Please remove saods9 from lucid [buggy, out of date, debian orphaned]

2010-03-30 Thread Gürkan Sengün
Please don't remove it, we have many users here that need it. I'm
working on an updated/fixed package (version 6, and also trying 6.1)

-- 
Please remove saods9 from lucid [buggy, out of date, debian orphaned]
https://bugs.launchpad.net/bugs/133784
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


  1   2   >