Bug#979340: nouveau: Suspend hangs for 5 minutes before completing

2021-01-05 Thread Mert Dirik
Package: src:linux Version: 5.10.4-1 Severity: normal X-Debbugs-Cc: mertdi...@gmail.com Suspend to memory operation takes 5+ minutes long. When suspend operation is invoked, display is turned off as expected, but the power led and the fan noise indicates the machine isn't suspended. Machine doesn

Bug#979340: nouveau: Suspend hangs for 5 minutes before completing

2021-01-05 Thread Mert Dirik
Package: src:linux Version: 5.10.4-1 Severity: normal X-Debbugs-Cc: mertdi...@gmail.com Suspend to memory operation takes 5+ minutes long. When suspend operation is invoked, display is turned off as expected, but the power led and the fan noise indicates the machine isn't suspended. Machine doesn

Bug#979333: reportbug-gtk: reportbug-ng crashes when reporting bug for linux-image-5.10.0-1-amd64 package

2021-01-05 Thread Mert Dirik
Package: reportbug-gtk Version: 7.9.0 Severity: normal X-Debbugs-Cc: mertdi...@gmail.com When trying to report a bug for the "linux-image-5.10.0-1-amd64" package, reportbug-gtk window disappears after selecting the package name and clicking next. No error dialog is shown. Running reportbug-gtk in

Bug#931719: 40-systemd: line 11: 1: unbound variable when sourcing /lib/lsb/init-functions with $1 unset

2019-07-19 Thread Mert Dirik
On 7/18/19, Michael Biebl wrote: > Am 18.07.19 um 13:55 schrieb Michael Biebl: >> Am 11.07.19 um 17:41 schrieb Mert Dirik: >>> On 7/11/19, Thomas Bätzler wrote: >>>> >>>> To wit: >>>> >>>> root@kvm1:~# /etc/init.d/rsync &g

Bug#931719: 40-systemd: line 11: 1: unbound variable when sourcing /lib/lsb/init-functions with $1 unset

2019-07-19 Thread Mert Dirik
On 7/18/19, Michael Biebl wrote: > Am 18.07.19 um 13:55 schrieb Michael Biebl: >> Am 11.07.19 um 17:41 schrieb Mert Dirik: >>> On 7/11/19, Thomas Bätzler wrote: >>>> >>>> To wit: >>>> >>>> root@kvm1:~# /etc/init.d/rsync &g

Bug#931719: 40-systemd: line 11: 1: unbound variable when sourcing /lib/lsb/init-functions with $1 unset

2019-07-11 Thread Mert Dirik
On 7/11/19, Thomas Bätzler wrote: > > To wit: > > root@kvm1:~# /etc/init.d/rsync > Usage: /etc/init.d/rsync {start|stop|reload|force-reload|restart|status} > > vs. > > root@kvm1:~# /etc/init.d/mysql > /lib/lsb/init-functions.d/40-systemd: line 11: 1: unbound variable > > Thanks, I've been

Bug#931719: 40-systemd: line 11: 1: unbound variable when sourcing /lib/lsb/init-functions with $1 unset

2019-07-11 Thread Mert Dirik
On 7/11/19, Thomas Bätzler wrote: > > To wit: > > root@kvm1:~# /etc/init.d/rsync > Usage: /etc/init.d/rsync {start|stop|reload|force-reload|restart|status} > > vs. > > root@kvm1:~# /etc/init.d/mysql > /lib/lsb/init-functions.d/40-systemd: line 11: 1: unbound variable > > Thanks, I've been

Bug#931719: 40-systemd: line 11: 1: unbound variable when sourcing /lib/lsb/init-functions with $1 unset

2019-07-10 Thread Mert Dirik
>> After upgrading to Debian 10 we noticed a slightly different behaviour >> in /lib/lsb/init-functions.d/40-systemd which caused one of our scripts >> to break and which also causes some /etc/init.d files like >> /etc/init.d/mysql >> to no longer to display their help text when calling them witho

Bug#931719: 40-systemd: line 11: 1: unbound variable when sourcing /lib/lsb/init-functions with $1 unset

2019-07-10 Thread Mert Dirik
>> After upgrading to Debian 10 we noticed a slightly different behaviour >> in /lib/lsb/init-functions.d/40-systemd which caused one of our scripts >> to break and which also causes some /etc/init.d files like >> /etc/init.d/mysql >> to no longer to display their help text when calling them witho

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-12-01 Thread Mert Dirik
On Sun, Dec 2, 2018 at 1:00 AM Michael Biebl wrote: > > Hi Mert! > > Am 29.11.18 um 14:44 schrieb Mert Dirik: > > I've created a merge request for 40-systemd at > > https://salsa.debian.org/systemd-team/systemd/merge_requests/19 . > > Reviews and comments are

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-12-01 Thread Mert Dirik
On Sun, Dec 2, 2018 at 1:00 AM Michael Biebl wrote: > > Hi Mert! > > Am 29.11.18 um 14:44 schrieb Mert Dirik: > > I've created a merge request for 40-systemd at > > https://salsa.debian.org/systemd-team/systemd/merge_requests/19 . > > Reviews and comments are

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-12-01 Thread Mert Dirik
On Sat, Dec 1, 2018 at 9:48 PM Thorsten Glaser wrote: > > On Sat, 1 Dec 2018, Dmitry Bogatov wrote: > > > AFAIK, in shell [ "${foo}" ] is equal to [ -n "${foo}" ]. > > Not always / portably. > > > I recommend > > test -n "$foo" > > for POSIX (which is equivalent to [ -n "$foo" ] but better

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-12-01 Thread Mert Dirik
On Sat, Dec 1, 2018 at 9:48 PM Thorsten Glaser wrote: > > On Sat, 1 Dec 2018, Dmitry Bogatov wrote: > > > AFAIK, in shell [ "${foo}" ] is equal to [ -n "${foo}" ]. > > Not always / portably. > > > I recommend > > test -n "$foo" > > for POSIX (which is equivalent to [ -n "$foo" ] but better

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-29 Thread Mert Dirik
On Fri, 23 Nov 2018 01:24:07 +0100 Michael Biebl wrote: > Hi > > On Thu, 22 Nov 2018 16:01:33 + Ian Jackson > wrote: > > > To the systemd maintainers: will you have time to look at this, and > > make the appropriate change, soon ? If not then one of us could > > probably prepare a patch, if

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-29 Thread Mert Dirik
On Fri, 23 Nov 2018 01:24:07 +0100 Michael Biebl wrote: > Hi > > On Thu, 22 Nov 2018 16:01:33 + Ian Jackson > wrote: > > > To the systemd maintainers: will you have time to look at this, and > > make the appropriate change, soon ? If not then one of us could > > probably prepare a patch, if

Re: [RFR] po-debconf://nginx/tr.po

2018-11-28 Thread Mert Dirik
Sorun yok gönderebilirsin. Teşekkürler On Wed, Nov 28, 2018, 14:58 Atila KOÇ Merhaba, > > İlgili çeviriyi ve .pot ile farkını ekte görüşlerinize sunarım. > > > Atila > > -- >

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-22 Thread Mert Dirik
On 11/23/18, Michael Biebl wrote: > Hi > > On Thu, 22 Nov 2018 16:01:33 + Ian Jackson > wrote: > >> To the systemd maintainers: will you have time to look at this, and >> make the appropriate change, soon ? If not then one of us could >> probably prepare a patch, if that would be helpful. >

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-22 Thread Mert Dirik
On 11/23/18, Michael Biebl wrote: > Hi > > On Thu, 22 Nov 2018 16:01:33 + Ian Jackson > wrote: > >> To the systemd maintainers: will you have time to look at this, and >> make the appropriate change, soon ? If not then one of us could >> probably prepare a patch, if that would be helpful. >

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-22 Thread Mert Dirik
On 11/22/18, Ian Jackson wrote: > Mert Dirik writes ("Re: Bug#913247: Please provide a C implementation of > /lib/init/init-d-script"): >> On 11/22/18, Ian Jackson wrote: >> > So I think this would be fixed if /lib/init/init-d-script detected >> > this sit

Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-22 Thread Mert Dirik
On 11/22/18, Ian Jackson wrote: > Mert Dirik writes ("Re: Bug#913247: Please provide a C implementation of > /lib/init/init-d-script"): >> On 11/22/18, Ian Jackson wrote: >> > I don't know what `systemd redirection' is. Why does it not work ? >> &g

Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-22 Thread Mert Dirik
On 11/22/18, Ian Jackson wrote: > Mert Dirik writes ("Bug#913247: Please provide a C implementation of > /lib/init/init-d-script"): >> I noticed the new snippet in the man page of experimental version uses >> the >> #! /usr/bin/env /lib/init/init-d-script &

Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-21 Thread Mert Dirik
On Tue, 13 Nov 2018 20:22:16 + Dmitry Bogatov wrote: > > [Adding systemd maintainers into thread] > (We are discussing #826214) > > [2018-11-11 22:37] Michael Biebl > > > #!/lib/init/init-d-script? > > > > It doesn't work with #!/lib/init/init-d-script either. > > > > Only > > =

Re: [LCFC] po-debconf://mysql-5.7/tr.po

2018-11-16 Thread Mert Dirik
Kusura bakma görmemişim, şimdi göz attım sorun yok. Bildiğim kadarıyla maintainer scripts için her yerde kullandığımız kesin bir karşılık yok. O nedenle önerebileceğim daha iyi bir çeviri yok. On 11/16/18, Atila KOÇ wrote: > Merhaba, > > Çeviriyi göndermeden önce son kez paylaşıyorum. > > RFR'y

Re: debian-live (jessie/stretch) Adding files to initrd

2018-10-22 Thread Mert Dirik
On 10/20/2018 01:19 PM, Stefan Baur wrote: Hi List, I would like to add two files (the same in two locations, actually) to the initrd of the image I am creating. Manually, I can do that by unpacking the initrd, adding them, and packing it up again. Maybe concatenating another cpio archive with

Re: [RFR] po-debconf://postgresql-common/tr.po

2018-10-19 Thread Mert Dirik
Eski sürümdeki program dosyalarının yükseltme için gerekli olan küçük bir kısmı... gibi birşey kullanabilirsin. Geri kalanında sorun yok. Teşekkürler On Oct 19, 2018 14:33, "Atila KOÇ" wrote: Tekrar merhaba, Söylemeyi unuttum: "programları kullanmayı" kısmı çok iyi olmadı, özellikle o kısım i

Re: [RFR] po-debconf://postfix/tr.po

2018-10-17 Thread Mert Dirik
uyumluluk uyarılarına neden olmayacak sekilde -> şekilde Geri kalanında sorun yok On Wed, Oct 17, 2018, 14:48 Atila KOÇ wrote: > Merhaba, > > İlgili güncellemeyi ekte görüşlerinize sunarım. > > > Atila > > -- >

Re: Fwd: DPKG güncellemeleri

2018-10-13 Thread Mert Dirik
On 10/11/18, Volkan Gezer wrote: > Merhaba, > > DPKG'de: > > version *'%s' has bad syntax: %s* cevirisi su sekilde yapilmis: > > '%s' sürümünü hatalı söz dizimine sahip: %s > > Bu, sunun gibi bir sonuc getirdi: '/etc/lsb-release' sürümünü hatalı söz > dizimine sahip: sürüm numarası rakam ile başla

Bug#892307: regression: man: completion breaks when MANPATH is set with colons

2018-03-28 Thread Mert Dirik
package bash-completion forwarded 892307 https://github.com/scop/bash-completion/issues/160 thanks This is fixed in upstream version 2.8.

[Pkg-sysvinit-devel] Bug#826214: SysV init scripts using init-d-script are not properly redirected to systemctl

2018-01-10 Thread Mert Dirik
On Wed, 10 Jan 2018 22:49:17 +0300 Mert Dirik wrote: > On 01/10/18 21:20, Petter Reinholdtsen wrote: > > [Mert Dirik] > >> Please forgive my naivety, but simply moving the argument shift part before > >> sourcing /lib/lsb/init-functions seems to successfully

Bug#826214: SysV init scripts using init-d-script are not properly redirected to systemctl

2018-01-10 Thread Mert Dirik
On Wed, 10 Jan 2018 22:49:17 +0300 Mert Dirik wrote: > On 01/10/18 21:20, Petter Reinholdtsen wrote: > > [Mert Dirik] > >> Please forgive my naivety, but simply moving the argument shift part before > >> sourcing /lib/lsb/init-functions seems to successfully

[Pkg-sysvinit-devel] Bug#826214: SysV init scripts using init-d-script are not properly redirected to systemctl

2018-01-10 Thread Mert Dirik
On 01/10/18 21:20, Petter Reinholdtsen wrote: [Mert Dirik] Please forgive my naivety, but simply moving the argument shift part before sourcing /lib/lsb/init-functions seems to successfully redirect to systemctl. Interesting. This seem like a very good idea. :) I'm happy to hear that.

Bug#826214: SysV init scripts using init-d-script are not properly redirected to systemctl

2018-01-10 Thread Mert Dirik
On 01/10/18 21:20, Petter Reinholdtsen wrote: [Mert Dirik] Please forgive my naivety, but simply moving the argument shift part before sourcing /lib/lsb/init-functions seems to successfully redirect to systemctl. Interesting. This seem like a very good idea. :) I'm happy to hear that.

[Pkg-sysvinit-devel] Bug#826214: SysV init scripts using init-d-script are not properly redirected to systemctl

2018-01-09 Thread Mert Dirik
Package: sysvinit-utils Version: 2.88dsf-59.9 Followup-For: Bug #826214 Please forgive my naivety, but simply moving the argument shift part before sourcing /lib/lsb/init-functions seems to successfully redirect to systemctl. The only variable leaking to /lib/lsb/init-functions is "script", which

Bug#826214: SysV init scripts using init-d-script are not properly redirected to systemctl

2018-01-09 Thread Mert Dirik
Package: sysvinit-utils Version: 2.88dsf-59.9 Followup-For: Bug #826214 Please forgive my naivety, but simply moving the argument shift part before sourcing /lib/lsb/init-functions seems to successfully redirect to systemctl. The only variable leaking to /lib/lsb/init-functions is "script", which

Bug#886250: [INTL:tr] Turkish translation update for apt

2018-01-03 Thread Mert Dirik
y new strings, and send it in a reply? Actually, the second one is a mistake (or, could be done better), let me fix that in the po files directly – so ignore the extra, it is just one and… # Mert Dirik , 2013-2014. I presume we can bump to "2013-2018"? :) Seems like a good idea :)

Re: Multiarch live CDs

2017-11-13 Thread Mert Dirik
On 11/12/2017 10:38 AM, Borden Rhodes wrote: Couldn't find any package whose name or description matched "linux-image-amd64" amd64 kernel package no longer exists in 32 bit repository starting with stretch. You can still use 64 bit kernel with 32 bit user space by enabling amd64 foreign ar

Bug#877814: qtcreator: Please build Clang plugins in i386 arch

2017-10-05 Thread Mert Dirik
Package: qtcreator Version: 4.2.0-1mert1 Severity: wishlist Dear Maintainer, I've noticed _ClangCodeModel plugin is missing in all architectures except amd64 because libclang-3.9-dev and llvm-3.9-dev dependencies are only enabled in amd64 builds. I can confirm that after enabling these dependen

Bug#877814: qtcreator: Please build Clang plugins in i386 arch

2017-10-05 Thread Mert Dirik
Package: qtcreator Version: 4.2.0-1mert1 Severity: wishlist Dear Maintainer, I've noticed _ClangCodeModel plugin is missing in all architectures except amd64 because libclang-3.9-dev and llvm-3.9-dev dependencies are only enabled in amd64 builds. I can confirm that after enabling these dependen

Bug#876687: htpdate: Off by one hour

2017-09-25 Thread Mert Dirik
Thanks! Please let me know if you need further testing. On Sep 25, 2017 22:12, "Eddy Vervest" wrote: So incorrect/out-dated TZDATA (Version: 2017b-1) causes htpdate to calculate gmtoffset incorrectly. Debian needs an update and I will patch htpdate in the near future. Thanks

Bug#876687: htpdate: Off by one hour

2017-09-25 Thread Mert Dirik
On 09/25/2017 09:57 PM, Eddy Vervest wrote: Hi Mert, Thanks for your quick response. Can you try to set you system to EAT time zone?  That timezone had GMT+3 already for long time... if that works it is for sure the timezone database of debian. Changing my code, so it will not use timezone info

Bug#876687: htpdate: Off by one hour

2017-09-25 Thread Mert Dirik
On 09/25/2017 09:31 PM, Eddy Vervest wrote: Hi All, It seems related to the timezone changes which Turkey had this year... moving away from daylight saving to always +3. In the bug report this line is interesting: Timezone: GMT+2 (+03,+03) In brackets there should be a time zone in like

Bug#876687: htpdate: Off by one hour

2017-09-24 Thread Mert Dirik
On Sun, 24 Sep 2017 18:44:55 -0300 Eriberto Mota wrote: > Hi Mert, > > Thanks for your message. > > I can't reproduce it and I have a doubt about the results shown by > you. Please, send me the results for the following 'date' commands: > > # ntpdate pool.ntp.org; date -u > > # htpdate -s www.go

Bug#876687: htpdate: Off by one hour

2017-09-24 Thread Mert Dirik
Package: htpdate Version: 1.1.3-2 Severity: important Dear Maintainer, htpdate sets the clock an hour earlier than it should be set to. htpdate version in jessie does not exhibit this behavior, as it sets it to right time, this behavior is new in stretch version. Here is an example output:

Bug#863388: live-boot: Added new functionality to live-boot: rootcopy, modularized filesystems, package installer

2017-06-19 Thread Mert Dirik
as actually supported or not. It is often possible to rely on implementation details to use it in ways it was originally thought or at least publicly documented. On Fri, 16 Jun 2017 00:47:56 +0300 Mert Dirik mailto:mertdi...@gmail.com>> wrote: On Wed, 14 Jun 2017 01:48:05 + Will

Bug#863388: live-boot: Added new functionality to live-boot: rootcopy, modularized filesystems, package installer

2017-06-19 Thread Mert Dirik
as actually supported or not. It is often possible to rely on implementation details to use it in ways it was originally thought or at least publicly documented. On Fri, 16 Jun 2017 00:47:56 +0300 Mert Dirik mailto:mertdi...@gmail.com>> wrote: On Wed, 14 Jun 2017 01:48:05 + Will

Bug#864851: firefox-esr: Please revert Jessie build to use Gtk+ 2.0

2017-06-15 Thread Mert Dirik
Package: firefox-esr Version: 52.2.0esr-1~deb8u1 Severity: wishlist Dear Maintainer, Version 52 of firefox-esr jessie is with gtk+-3.0. I would be glad if you reconsider building it with gtk+-2.0. Here is my reasoning: - Firefox 52 still can be built with gtk+-2.0 - It is the Firefox version

Bug#863388: live-boot: Added new functionality to live-boot: rootcopy, modularized filesystems, package installer

2017-06-15 Thread Mert Dirik
On Wed, 14 Jun 2017 01:48:05 + William Prochazka wrote: > Well, > > 1. Root copy is not a squashfs filesystem, so it allows for quick tweaking > and modification without having to "commit" your changes. This also makes > modifications (for the purpose of troubleshooting) much easier. > > 2.

Bug#863388: live-boot: Added new functionality to live-boot: rootcopy, modularized filesystems, package installer

2017-06-15 Thread Mert Dirik
On Wed, 14 Jun 2017 01:48:05 + William Prochazka wrote: > Well, > > 1. Root copy is not a squashfs filesystem, so it allows for quick tweaking > and modification without having to "commit" your changes. This also makes > modifications (for the purpose of troubleshooting) much easier. > > 2.

Bug#863388: live-boot: Added new functionality to live-boot: rootcopy, modularized filesystems, package installer

2017-06-01 Thread Mert Dirik
On 05/26/2017 07:04 AM, Bill Prochazka wrote: 1. rootcopy: This allows for one or more folders on the boot medium that contain a folder structure relative to /. before init, these files are copied to the rootfs. This feature allows users to make small changes to their environment (like wallpa

Bug#863388: live-boot: Added new functionality to live-boot: rootcopy, modularized filesystems, package installer

2017-06-01 Thread Mert Dirik
On 05/26/2017 07:04 AM, Bill Prochazka wrote: 1. rootcopy: This allows for one or more folders on the boot medium that contain a folder structure relative to /. before init, these files are copied to the rootfs. This feature allows users to make small changes to their environment (like wallpa

Re: Using initrd as livefs_root

2017-05-22 Thread Mert Dirik
On 05/22/2017 04:37 PM, Daniel Lindgren wrote: Hi Lukas, I just tried it and it seems like it's necessary to add the live folder explicitly to the cpio archive, i.e.: (cd ~/lbinitrd/binary; echo live$'\n'live/filesystem.squashfs | \ cpio -o -H newc) | gzip --fast > f

Re: Using initrd as livefs_root

2017-05-22 Thread Mert Dirik
On 05/22/2017 09:54 AM, Daniel Lindgren wrote: Hi Mert, live-boot initramfs hooks check the /live/filesystem.squashfs file by default. And you can add files to initramfs simply by appending it to the existing file (no need to unpack & repack). I already do this for quite some t

Re: Using initrd as livefs_root

2017-05-20 Thread Mert Dirik
On 05/18/2017 03:12 PM, Daniel Lindgren wrote: Hi. A couple of years ago I found a need for using initrd as livefs_root, I sent a patch but it wasn't accepted (see https://lists.debian.org/debian-live/2014/09/msg00080.html). Since then I've used live-build in Debian 7 to build images, manually

Re: some updates to the .po files for the website

2017-05-11 Thread Mert Dirik
On 05/10/2017 11:41 PM, Laura Arjona Reina wrote: Hi everybody, merhabalar (I can read and understand Turkish but my writing is a bit basic that's why I'm writing you in English now. Feel free to answer in Turkish). I'm Laura Arjona from the Debian website team; I also contribute Spanish transl

Re: Package-list from a repo that redirects to https

2017-03-23 Thread Mert Dirik
On 03/24/2017 12:17 AM, AndrewCz wrote: attempting to add a third-party repo that redirected to https. It kept failing with messages regarding its inability to use https for the repo. Please add "apt-transport-https" to the list of packages and try again. If it doesn't get installed early enou

Re: Shorten build process with live-build

2017-02-10 Thread Mert Dirik
On 02/09/2017 10:16 AM, Andreas Heinlein wrote: Hello, I have to come back to that issue my friend opened a while ago. I finally found out why using libeatmydata does not seem to help (much) - the script functions/chroot.sh in live-build cleans the environment before entering the chroot and so a

Re: grub2 2.02~beta3-4: Please update debconf PO translation for the package grub2

2017-01-21 Thread Mert Dirik
quot; msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: gr...@packages.debian.org\n" "POT-Creation-Date: 2017-01-20 00:29+\n" "PO-Revision-Date: 2017-01-20 15:18+0300\n" "Last-Translator: Mert Dirik \n" "Lang

[RFR] po-debconf://grub2/tr.po

2017-01-20 Thread Mert Dirik
ge. # Atila KOÇ , 2012, 2014. # msgid "" msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: gr...@packages.debian.org\n" "POT-Creation-Date: 2017-01-20 00:29+\n" "PO-Revision-Date: 2017-01-20 15:18+0300\n" &quo

Re: [LCFC] po-debconf://openldap/tr.po

2017-01-13 Thread Mert Dirik
Yeni göz attım, bir sorun göremedim, teşekkürler. On 13/01/2017, Atila KOÇ wrote: > Dostlar, > > openldap çevirisini son kez görüşlerinize sunarım. > > RFR ile farkı .diff dosyasındadır. > > > Atila > > > -- >

Re: [RFR] po-debconf://postfix/tr.po

2017-01-04 Thread Mert Dirik
> > Yeni eklenen mesajlarda postfix paket adı küçük harfle anılmış. > > Ben de paket adlarının küçük harf ile anılması gerektiğini düşündüğümden, > eskilerini de küçüğe dönüştürüp bütünlüğü sağladım. Bu değişiklik kafamı karıştırdı. Eğer özgün metinde Debian paketi olan "postfix" ile upstream yazı

Re: [RFR] po-debconf://dbconfig-common/tr.po

2016-12-21 Thread Mert Dirik
diff'e göz attım Veri·tabanı -> Veritabanı kaldırdığınızda, saklanmadıklarından, buradaki virgüllere gerek yok uğraşmayı·istemiyorsanız, -> uğraşmak istemiyorsanız eline sağlık

Bug#847474: closed by Kartik Mistry (Bug#847474: fixed in aria2 1.29.0-1)

2016-12-08 Thread Mert Dirik
Wow this was LIGHTNING fast reaction. Thank you very much!

Bug#847474: aria2: New upstream version 1.29.0

2016-12-08 Thread Mert Dirik
Package: aria2 Version: 1.18.8-1 Severity: wishlist Dear maintainer, aria2 has had newer upstream versions (1.28.0 and 1.29.0) which contain a bugfix I'd like to see in Debian. Please upload a newer version to unstable. Best regards -- System Information: Debian Release: 8.6 APT prefers st

Re: Shorten build process with live-build

2016-12-08 Thread Mert Dirik
On 12/08/2016 02:14 AM, Machu Chukov wrote: By the way: We tested using libeatmydata to make the build process faster, but it didn't help at all. Any ideas? Using eatmydata actually helps, but unfortunately several number of steps are needed for it to be effective. I'll try to summarize them

Re: Re: /usr/bin/env: apt-get: No such file or directory

2016-11-25 Thread Mert Dirik
> +# --debootstrap-options --no-merged-usr \ Are you sure this diff, starting with the comment character, really enables that option? Or is this a later diff after you've concluded it was not effective and re-disabled it?

Re: apt-listbugs 0.1.21: Please update the PO translation for the package apt-listbugs

2016-11-08 Thread Mert Dirik
2-2014 Masato Taruishi et al. # This file is distributed under the same license as the apt-listbugs package. # Mert Dirik , 2014. msgid "" msgstr "" "Project-Id-Version: apt-listbugs 0.1.15\n" "Report-Msgid-Bugs-To: invernom...@paranoici.org\n" "POT-Creat

Re: status of tzdata package in stable and oldstable

2016-10-27 Thread Mert Dirik
On 10/26/2016 09:15 AM, Erdem Bayer wrote: 2016h is in jessie now, this update was very important for turkish users. FYI, new timezone was actually fixed in 2016g and it was already in jessie since the beginning of the month. ( See https://packages.qa.debian.org/t/tzdata/news/20161003T220345

Bug#838919: Swap file

2016-10-03 Thread Mert Dirik
https://wiki.debian.org/Hibernation/Hibernate_Without_Swap_Partition Swap files are much more flexible & easier to handle compared to messing with partitions and there are only few cases where they don't apply. The discussion about predicting swap sizes for hibernation or enlarging partitions is c

Bug#838919: Swap file

2016-10-03 Thread Mert Dirik
https://wiki.debian.org/Hibernation/Hibernate_Without_Swap_Partition Swap files are much more flexible & easier to handle compared to messing with partitions and there are only few cases where they don't apply. The discussion about predicting swap sizes for hibernation or enlarging partitions is c

Bug#795390: mutter: Screen update problems with nvidia drivers

2016-09-05 Thread Mert Dirik
On 31 August 2016 at 07:41, Andreas Henriksson wrote: > Control: fixed -1 3.18.0-1 > > Hello Mert Dirik. > > Thanks for your bug report and sorry for the late reply. > > On Wed, Oct 21, 2015 at 10:26:41PM +0300, Mert Dirik wrote: >> severity -1 |normal >> retitl

Bug#495795: dropbear: please provide the scp binary

2016-09-05 Thread Mert Dirik
On Fri, 18 Sep 2015 17:09:43 +0200 Guilhem Moulin wrote: > Control: tag -1 moreinfo > > Hi there, > > I wonder what's the best way to close this. dropbear and openssh-client > can currently coexist, because the SSH clients have different binary > names: /usr/bin/dbclient and /usr/bin/ssh. We cou

[Pkg-utopia-maintainers] Bug#825956: Bug#825956: Bug#825956: policykit-1: greyed out reboot, shutdown, hibernate with 0.105-15~deb8u1, but 0.105-8 is ok

2016-06-01 Thread Mert Dirik
On 01/06/2016, Michael Biebl wrote: > Am 01.06.2016 um 18:04 schrieb Michael Biebl: >> My guess it is related to >> >> http://anonscm.debian.org/cgit/pkg-utopia/policykit.git/tree/debian/patches/0.113/sessionmonitor-systemd-Use-sd_uid_get_state-to-check.patch >> >> I suspect your user is not prope

Bug#825956: [Pkg-utopia-maintainers] Bug#825956: Bug#825956: policykit-1: greyed out reboot, shutdown, hibernate with 0.105-15~deb8u1, but 0.105-8 is ok

2016-06-01 Thread Mert Dirik
On 01/06/2016, Michael Biebl wrote: > Am 01.06.2016 um 18:04 schrieb Michael Biebl: >> My guess it is related to >> >> http://anonscm.debian.org/cgit/pkg-utopia/policykit.git/tree/debian/patches/0.113/sessionmonitor-systemd-Use-sd_uid_get_state-to-check.patch >> >> I suspect your user is not prope

[Pkg-utopia-maintainers] Bug#825956: Bug#825956: policykit-1: greyed out reboot, shutdown, hibernate with 0.105-15~deb8u1, but 0.105-8 is ok

2016-06-01 Thread Mert Dirik
On 01/06/2016, Michael Biebl wrote: > Am 01.06.2016 um 16:22 schrieb Mert Dirik: >> On 01/06/2016, Michael Biebl wrote: >>> Am 01.06.2016 um 14:20 schrieb Mert Dirik: > >>> Since 0.105-15~deb8u1 is basically 0.105-15 (just recompiled for >>> jessie), I as

Bug#825956: [Pkg-utopia-maintainers] Bug#825956: policykit-1: greyed out reboot, shutdown, hibernate with 0.105-15~deb8u1, but 0.105-8 is ok

2016-06-01 Thread Mert Dirik
On 01/06/2016, Michael Biebl wrote: > Am 01.06.2016 um 16:22 schrieb Mert Dirik: >> On 01/06/2016, Michael Biebl wrote: >>> Am 01.06.2016 um 14:20 schrieb Mert Dirik: > >>> Since 0.105-15~deb8u1 is basically 0.105-15 (just recompiled for >>> jessie), I as

Bug#825956: [Pkg-utopia-maintainers] Bug#825956: policykit-1: greyed out reboot, shutdown, hibernate with 0.105-15~deb8u1, but 0.105-8 is ok

2016-06-01 Thread Mert Dirik
On 01/06/2016, Michael Biebl wrote: > Am 01.06.2016 um 14:20 schrieb Mert Dirik: >> Package: policykit-1 >> Version: 0.105-15~deb8u1 >> Followup-For: Bug #825956 >> >> I've tested the restart menu in *XFCE*: >> >> - sysvinit and policykit 0.10

[Pkg-utopia-maintainers] Bug#825956: Bug#825956: policykit-1: greyed out reboot, shutdown, hibernate with 0.105-15~deb8u1, but 0.105-8 is ok

2016-06-01 Thread Mert Dirik
On 01/06/2016, Michael Biebl wrote: > Am 01.06.2016 um 14:20 schrieb Mert Dirik: >> Package: policykit-1 >> Version: 0.105-15~deb8u1 >> Followup-For: Bug #825956 >> >> I've tested the restart menu in *XFCE*: >> >> - sysvinit and policykit 0.10

Bug#825512: Regression in policykit-1 0.105-15~deb8u1 (Was Re: Bug#825512: jessie-pu: package policykit-1/0.105-15~deb8u1)

2016-06-01 Thread Mert Dirik
I want to inform the release team about the regression introduced in the new version of the package (#825956) which may be problematic if released along with the upcoming Debian 8.5.

[Pkg-utopia-maintainers] Bug#825956: Regression in policykit-1 0.105-15~deb8u1 (Was Re: Bug#825512: jessie-pu: package policykit-1/0.105-15~deb8u1)

2016-06-01 Thread Mert Dirik
I want to inform the release team about the regression introduced in the new version of the package (#825956) which may be problematic if released along with the upcoming Debian 8.5. ___ Pkg-utopia-maintainers mailing list Pkg-utopia-maintainers@lists

Regression in policykit-1 0.105-15~deb8u1 (Was Re: Bug#825512: jessie-pu: package policykit-1/0.105-15~deb8u1)

2016-06-01 Thread Mert Dirik
I want to inform the release team about the regression introduced in the new version of the package (#825956) which may be problematic if released along with the upcoming Debian 8.5.

[Pkg-utopia-maintainers] Bug#825956: policykit-1: greyed out reboot, shutdown, hibernate with 0.105-15~deb8u1, but 0.105-8 is ok

2016-06-01 Thread Mert Dirik
Package: policykit-1 Version: 0.105-15~deb8u1 Followup-For: Bug #825956 I've tested the restart menu in *XFCE*: - sysvinit and policykit 0.105-8: restarts normally - sysvinit and policykit 0.105-15~deb8u1: asks for a password ("Authentication is required for rebooting the system" bla bla...) - sy

Bug#825956: policykit-1: greyed out reboot, shutdown, hibernate with 0.105-15~deb8u1, but 0.105-8 is ok

2016-06-01 Thread Mert Dirik
Package: policykit-1 Version: 0.105-15~deb8u1 Followup-For: Bug #825956 I've tested the restart menu in *XFCE*: - sysvinit and policykit 0.105-8: restarts normally - sysvinit and policykit 0.105-15~deb8u1: asks for a password ("Authentication is required for rebooting the system" bla bla...) - sy

Re: [LCFC] po-debconf://mariadb-10.0/tr.po

2016-05-27 Thread Mert Dirik
Hata göremedim gönderebilirsin 👍 On 05/26/2016 10:38 AM, Atila KOÇ wrote: Dostlar, RFR'ye yorum gelmedi. Göndermeden önce bir kez daha danışayım, istedim. Atila -- mariadb-10.0.diff --- mariadb-10.0.itt2016-05-02 14:26:12.082275683 +0300 +++ mariadb-10.0.po 2016-05-16 15:06:16.46413

Bug#824149: smartmontools: curl's --location option should be used in update-smart-drivedb

2016-05-12 Thread Mert Dirik
On Fri, 13 May 2016 00:00:40 +0200 Christoph Anton Mitterer wrote: > On Fri, 2016-05-13 at 00:54 +0300, Mert Dirik wrote: > > update-smart-drivedb > > Has been dropped in 6.4+svn4214-1, amongst others for security reasons. > Sorry to hear that, it was a nice feature. Manual

Bug#824149: smartmontools: curl's --location option should be used in update-smart-drivedb

2016-05-12 Thread Mert Dirik
Package: smartmontools Version: 6.3+svn4002-2+b2 Severity: normal Update page has been moved and now update-smart-drivedb command fails when curl is installed on the system. $ which curl /usr/bin/curl $ sudo update-smart-drivedb /var/lib/smartmontools/drivedb/drivedb.h.error: rejected by /usr/sb

Bug#790511: [INTL:tr] Turkish debconf translation update for gdm3

2016-04-04 Thread Mert Dirik
On 04/04/2016 03:50 AM, Laurent Bigonville wrote: On Tue, 30 Jun 2015 01:58:15 +0300 Mert Dirik wrote: Hi, > Please find the attached Turkish translation update of gdm3 debconf > messages. I've a remarks concerning the proposed patch to the translation of gdm debconf questions

Re: [INTL:tr] Turkish debconf translation update for gdm3

2016-04-04 Thread Mert Dirik
On 04/04/2016 03:50 AM, Laurent Bigonville wrote: On Tue, 30 Jun 2015 01:58:15 +0300 Mert Dirik wrote: Hi, > Please find the attached Turkish translation update of gdm3 debconf > messages. I've a remarks concerning the proposed patch to the translation of gdm debconf questions

Re: [RFR] po-debconf://dbconfig-common/tr.po

2015-12-20 Thread Mert Dirik
On 18-12-2015 15:11, Atila KOÇ wrote: Tayfa, ITT ile farkı .diff dosyasındadır. Görüşlerinize sunarım. Atila dbconfig-common.diff --- dbconfig-common.itt 2015-12-17 09:39:55.211503510 +0200 +++ dbconfig-common.po 2015-12-18 15:08:05.753246669 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: dbco

Re: [RFR] po-debconf://mariadb-10.0/tr.po

2015-12-20 Thread Mert Dirik
On 18-12-2015 15:41, Atila KOÇ wrote: Tayfa, ITT ile farkı .diff dosyasındadır. Görüşlerinize sunarım. Gayet iyi olmuş, mysql-5.6 ile de karşılaştırdım oldukça tutarlı. Genelde başlıkları nokta ile bitirmiyoruz, bu da bende işaret kullanmamak gerektiği algısı yaratıyor. Sorudan oluşan başlıkl

Re: [RFR] po-debconf://ssl-cert/tr.po

2015-12-04 Thread Mert Dirik
Gözüme çarpan şunlar oldu: SSL sertifikasında kullanılacak diğer adları girin SSL sertifikasında kullanılacak makine adını girin Sondaki noktalar eksik. Eline sağlık.

Re: [RFR] po-debconf://dbconfig-common/tr.po

2015-10-31 Thread Mert Dirik
On 31-10-2015 10:19, Atila KOÇ wrote: Ekte görüşlerinize sunarım. Atila diff'e göz attım, bir yanlışlık göremedim. Geri kalanına da geçen yaz bakmıştık diye hatırlıyorum. Eline sağlık.

Re: [RFR] po-debconf://mysql-5.6/tr.po

2015-10-22 Thread Mert Dirik
Böyle bir dosyanın varlığı daha yüksek sürümde bir mysql-server paketinin önceden yüklü olduğunu gösterir. yüklü -> kurulu Yüklemekte olduğunuz sürümün var olan veritabanlarını kullanabileceğinin garantisi yoktur. Yüklemekte -> Kurmakta /var/lib/mysql dizininin sahiplik ayarlarını ve izin hak

Bug#795390: mutter: Screen update problems with nvidia drivers

2015-10-21 Thread Mert Dirik
severity -1 |normal retitle -1 |Screen update problems with nvidia drivers thanks Raising the severity and changing the title since mutter 3.18 has been released with the aforementioned fix, hit the testing, and didn't cause any problems so far, so it can be brought to release team's attention.

Bug#799960: nvidia-graphics-drivers: Please bring back support for -amd64 kernel variant in i386 architecture

2015-09-24 Thread Mert Dirik
On Thu, 24 Sep 2015 23:07:03 +0200 Andreas Beckmann wrote: > On 2015-09-24 20:02, Mert Dirik wrote: > > Please consider bringing the support back for the -amd64 variant. > > That [sc]hould work with nvidia-kernel-dkms:amd64. > If I understand correctly, you recommend install

Bug#799960: nvidia-graphics-drivers: Please bring back support for -amd64 kernel variant in i386 architecture

2015-09-24 Thread Mert Dirik
Source: nvidia-graphics-drivers Version: 340.76-5 Severity: normal Dear Maintainer, I noticed recent versions of nvidia-graphics-drivers has dropped the support for building amd64 kernel modules when DKMS build for it failed. Using the -amd64 kernel variant on i386 architecture provides best of

Bug#799827: python3-apt: Parses incomplete list of dependencies

2015-09-22 Thread Mert Dirik
v (>= 0.3), valac, gtk-doc-tools, libglib2.0-doc, xsltproc, graphviz, libunistring-dev, libgif-dev, libgxps-dev, libgirepository1.0-dev (>= 0.10.7-1~),

Bug#795390: Please backport the fix for upstream bug 728464 to Jessie

2015-09-22 Thread Mert Dirik
I'm on NVIDIA driver 340.76. Note that it's slightly newer than the one in Jessie (340.65), so you may want to be sure there is not a problem with old version (even though the driver support for that feature is much older than the patch itself). To add a data point, I switched the NVIDIA driver in

Re: [RFR] po-debconf://guacamole/tr.po

2015-09-17 Thread Mert Dirik
On 17-09-2015 15:45, Atila KOÇ wrote: Dostlar, Çevriyi ekte görüşlerinize sunarım. Atila Gayet iyi, doğrudan gönderebilirsin. Teşekkürler.

Re: [LCFC] po-debconf://postgresql-common/tr.po

2015-09-11 Thread Mert Dirik
Güzel olmuş, teşekkürler. BTS'ye gönderebilirsin.

[BTS#796546] po-debconf://dictionaries-common/tr.po

2015-08-22 Thread Mert Dirik
LCFC'de yanlışlıkla ilk RFR'deki çeviri iliştirilmiş. İkinci RFR'deki haliyle gönderilmiştir.

  1   2   3   4   5   6   7   8   9   10   >