Bug#1067033: linux-image-amd64: I want to chose capture yes or not in alsa

2024-03-17 Thread Corcodel Marian
. This patch is only for personal use, and experimental and not follow any rules ,apply for your risk! >From 8c59a45bfbbbef02b01526a70b81153f1f28ccbe Mon Sep 17 00:00:00 2001 From: Corcodel Marian Date: Mon, 11 Mar 2024 19:11:09 +0100 Subject: [PATCH] iuytrertyujok[poiuytr54 --- sound/usb/Kconfig

Bug#1040769: Some info

2023-07-15 Thread Marian Corcodel
One off the cause is because vmap function is not paired to relative fuctions with vunmap function wich result memory leaks. Offcourse is and another cause. Follow example on map_irq_stack function have vmap but not have guard when this function fail, at the end of fuction address is on

Bug#1040769: linux-base: Errors on /proc/vmallocinfo

2023-07-10 Thread Corcodel Marian
Package: linux-base Version: 4.6 Severity: normal X-Debbugs-Cc: corcodel.mar...@gmail.com Hi try to read /proc/vmallocinfo but i not figure what is happen there. Lets see first line: 0x82422d6c-0x13420391 20480 irq_init_percpu_irqstack+0xcf/0x100 vmap Substract

Bug#1023107: linux-image-amd64: Memory leak on kernel image

2022-10-30 Thread Corcodel Marian
Package: linux-image-amd64 Version: 4.19+105+deb10u17 Severity: normal Command RESERVE_BRK alloc to the end of kernel image only unused variables.These variables is located from __brk_base, to __brk_limit and eat from linux image 184320 bytes. List of variables : 81f33000 B __brk_base

Bug#1011020: linux-source-4.19: Linux fail to traverse struct boot_params on real mode.

2022-05-15 Thread Corcodel Marian
Package: linux-source-4.19 Severity: normal On struct boot_params not have only type 16 or 8 bits and become unusable on real mode. -- System Information: Debian Release: 10.12 APT prefers oldstable-updates APT policy: (500, 'oldstable-updates'), (500, 'oldstable-proposed-updates'), (500,

Bug#1005698: linux-headers-4.19-amd64: Page size on cache line 1 not divide integer.

2022-02-13 Thread Corcodel Marian
Package: linux-headers-4.19-amd64 Severity: normal Hi , on my opinion PAGE_SIZE and per cpu variable is not compatible. On my system i replaced DEFINE_PER_CPU_PAGE_ALIGNED with DEFINE_PER_CPU_ALIGNED on alls iterations. Application dmidecode report on cache L1 24kB/64 result integer .Alls action

Bug#1005121: linux-base: Many programs fron kernel not have memory allocation

2022-02-07 Thread Corcodel Marian
Package: linux-base Version: 4.6 Severity: critical Justification: breaks the whole system On kernel many programs not kave included kcalloc ,kalloc because of that unexpected result occurr. Bellow is on on arch/x86/events/intel/*.c files missing memory allocations and program jump unallocated on

Bug#1005056: linux-headers-4.19.0-14-all: On x86 cpu can not access on symbols.

2022-02-06 Thread Corcodel Marian
Package: linux-headers-4.19.0-14-all Severity: critical Justification: breaks unrelated software Hi i m not expect kernel to have access to alls symbols from kernel but ,many symbols is out of games in real mode. See /boot/Sytem-map-4.19.0-14-all for more info and check symbolls need to be under

Bug#1000734: linux-base: Structure clk from kernel is confusing.

2021-11-28 Thread Corcodel Marian
Package: linux-base Version: 4.6 Severity: normal Hi Check against clk from kernel but is founded on multiple place but on file drivers/base/power/clock_ops.c use incorrect memory allocations on most cases check for more infos https://elixir.bootlin.com/linux/v5.7.6/A/ident/clk . -- System

Bug#998186: linux-base: Issue on func cdev_init.

2021-10-31 Thread Corcodel Marian
Package: linux-base Version: 4.6 Severity: normal On file fs/char_dev.c function cdev_init old line is memset(cdev, 0, sizeof *cdev); and new line can bee memset(cdev, 0, sizeof (struct cdev)); Allocation issue. -- System Information: Debian Release: 10.11 APT prefers oldstable-updates

Bug#980242: jpegexiforient: add exif tags if there are none

2021-01-16 Thread Marian Sigler
, then.) Thanks, Marian [1] https://github.com/libjpeg-turbo/libjpeg-turbo/issues/494

Bug#969792: Incorrect target triple

2020-09-08 Thread Marian Buschsieweke
Package: gcc-riscv64-unknown-elf Version: 8.3.0.2019.08+dfsg-1 According to https://clang.llvm.org/docs/CrossCompilation.html#target-triple the value "unknown" means "go with the defaults"; which currently seems to be "riscv64-none-elf". However, shouldn't we expect the default to possibly change

Bug#961400: linux-source-4.19: Please remove some functions from kernel.

2020-05-24 Thread Corcodel Marian
Package: linux-source-4.19 Severity: wishlist Follow functions is not necesary on kernel: might_sleep, might_sleep_if, lockdep_assert_held and others , removing these funcs increase stability of kernel. Generaly search for assert key word of functions these funcs put system on instable state.

Bug#951452: gdm3: GDM3 break rndis connection after some time.

2020-02-16 Thread Corcodel Marian
Package: gdm3 Version: 3.30.2-3 Severity: normal I try to connect from android device to internet via usb cable , with gdm3 after 5-7 minutes connectin freeze and need to restart or check another port to continue.Conection is rndis. -- System Information: Debian Release: 10.3 APT prefers

Bug#949868: gcc-8: I do not like gcc compiler

2020-01-26 Thread Corcodel Marian
Package: gcc-8 Version: 8.3.0-6 Severity: normal Hi on embbeded function sometimes have prefix call sometimes not but i not see any precise procedure wich is very unstables. On intel cpu call or jump declare task on internal proc and for discard task need paired with (i)ret and not alls funcion

Bug#949272: linux: The task_struct structure is defined on multiples variables.

2020-01-18 Thread Corcodel Marian
Source: linux Severity: normal Hi the task_structure is defined on : ksoftirqd file kernel/softirq.c current file arch/x86/include/asm/current.h curr->rq on rq structure and others When you need to ensure as task is running need to read alls these variable and is fortune if task is running ,

Bug#948196: bluez: Fail to close remote device on system shutdown.

2020-01-05 Thread Corcodel Marian
Package: bluez Version: 5.50-1 Severity: normal I expect when system is shutdown or stop bluetooth service, bluez need to send semnal to close remote devices. Because o this when start system need to power off/power on remote device manual in order to connect an bluetooth adapter, or instruct

Bug#855918:

2019-10-28 Thread Marian Oprisan
Bug #855918 First of all, the service was enabled. After trying different things, I ran sudo systemctl enable smbd and it works just fine now.

Bug#943598: linux-source-4.9: Func irq_remove_generic_chip is undefined .

2019-10-27 Thread Corcodel Marian
Package: linux-source-4.9 Severity: normal Func irq_remove_generic_chip is undefined but when compile file suppress errors.Search func here: https://elixir.bootlin.com/linux/v5.0-rc6/ident/irq_remove_generic_chip -- System Information: Debian Release: 9.11 APT prefers oldstable-updates

Bug#942266: Try to exclude root

2019-10-13 Thread Corcodel Marian
On atach is 1 patch wich prevent to run pulseaudio on root user. --- Last-Update: 2019-10-13 --- pulseaudio-10.0.orig/src/daemon/main.c +++ pulseaudio-10.0/src/daemon/main.c @@ -646,6 +646,12 @@ int main(int argc, char *argv[]) { goto finish; } +#if defined (HAVE_GETUID) &&

Bug#942266: pulseaudio: Please exclude user root when enable pulseaudio service.

2019-10-13 Thread Corcodel Marian
Package: pulseaudio Version: 10.0-1+deb9u1 Severity: normal Hi Suppose to enable pulseaudio service $systemctl --global enable pulseaudio.service, but systemd not know exception in user 0 and create one instance of pulseaudio inspect §systemctl --global status pulseaudio.service for more info.

Bug#942260: pulseaudio: The pulseaudio use id for normal user.

2019-10-13 Thread Corcodel Marian
Package: pulseaudio Version: 10.0-1+deb9u1 Severity: normal Inspect /etc/passwd and see on user pulse uid and guid number upper 1000 , this is bad wich in not normal user, i replaced with 999 on both places , solved on kdm manager to hide user pulse on login. -- Package-specific info: File

Bug#942251: rtkit: The rtkit-daemon running on 2 instances.

2019-10-13 Thread Corcodel Marian
Package: rtkit Version: 0.11-4+deb9u1 Severity: normal How to detect this situations Run from term lsof>list_to_read Read vim list_to_read. >From list see how to rtkit-daemon is child of same program and access same resources, this is bad. -- System Information: Debian Release: 9.11 APT

Bug#941834: gdm3: Gdm3 display manager break bluetooth audio.

2019-10-06 Thread Corcodel Marian
Package: gdm3 Version: 3.22.3-3+deb9u2 Severity: normal How to reproduce this bug. Run from terminal as root $dpkg-reconfigure gdm3 and from window select lightdm restart system. My audio device working good and start wo need to stop/start bluetooth.sevice. Enabling again gdm3 fail to connect on

Bug#941341: Some info

2019-10-03 Thread Corcodel Marian
Follow situations  create sink, card bluetooth: First start pulseaudio and then start bluez service, because bluez5-util monitor changes from bluez via dbus. Start system with bluetooth service stopped and start bluetooth service manual because, again pulseaudio is started before . When

Bug#941342: pulseaudio: The pulseaudio use funcs. from systemd but is not registerred as service on systemd.

2019-09-29 Thread Corcodel Marian
Package: pulseaudio Version: 10.0-1+deb9u1 Severity: normal I i see on code source sd_notify and pulse audio build with systemd, why, notify what, if pulseaudio not start as service via systemd, total useless. -- Package-specific info: File '/etc/default/pulseaudio' does not exist -- System

Bug#941341: pulseaudio: The pulseaudio , force bluetoothd to register fake endpoint.

2019-09-29 Thread Corcodel Marian
Package: pulseaudio Version: 10.0-1+deb9u1 Severity: normal How to check bug: 1.Run from user terminal pulseaudio -k command. 2.Run from root terminal journalctl -r to see logs, and inerpret results. Initially on mee endpoint is: ... Sep 29 08:00:50

Bug#940941: pulseaudio: The pulseaudio access directly /dev/snd and others.

2019-09-22 Thread Corcodel Marian
Package: pulseaudio Version: 10.0-1+deb9u1 Severity: normal Hi Use command lsof > list_of_lsof Read with vim list_of_lsof. Inspect and interpret results. 1.Here expect to bee used by alsa-sink not by pulseaudio directly. pulseaudi 1942xx mem CHR 116,24

Bug#940940: bluez: The bluez access dev/snd/* directly.

2019-09-22 Thread Corcodel Marian
Package: bluez Version: 5.43-2+deb9u1 Severity: normal Hi Inspect with lsof>list_of_lsof Read vim vim list_of_lsof bluetooth 1942 2532 xx mem CHR 116,24 10496 /dev/snd/pcmC0D0c

Bug#923270: Some info

2019-09-08 Thread Corcodel Marian
--- Last-Update: 2019-09-08 --- /dev/null +++ bluez-5.43/obexd/src/org.bluez.obex.service @@ -0,0 +1,4 @@ +[D-BUS Service] +Name=org.bluez.obex +Exec=/usr/lib/bluetooth/obexd +SystemdService=obex.service --- bluez-5.43.orig/src/adapter.c +++ bluez-5.43/src/adapter.c @@ -6118,10 +6118,6 @@ int

Bug#923270: Some info

2019-09-08 Thread Corcodel Marian
On bluez set powered on/off is a brutal way to stop/start adapter, if stop/start adapter from bluez , some operations is still in progress on kernel space and is hard to check if this operations is complete. Bellow is an patch wich disable power off from bluez , on future try to disable power

Bug#923270: Some info

2019-08-27 Thread Corcodel Marian
Bellow is an patch wich try to restore power on bluetooth controller . --- Last-Update: 2019-08-27 --- /dev/null +++ bluez-5.43/obexd/src/org.bluez.obex.service @@ -0,0 +1,4 @@ +[D-BUS Service] +Name=org.bluez.obex +Exec=/usr/lib/bluetooth/obexd +SystemdService=obex.service ---

Bug#923270: Some info

2019-08-26 Thread Corcodel Marian
In order to start audio profile correct need to start/stop bluetooth.service, and inspect dev directory : On start bluetoot.service fail to create directory dev/bluetooth Start/ stop bluetooth.service , and when check with lsof presence of dev/bluetooth, if exists olls is ok.

Bug#935748: linux-source-4.9: Dev number change after boot on Intel controller

2019-08-25 Thread Corcodel Marian
Package: linux-source-4.9 Severity: normal When try to connect on audio usb. How to reproduce this bug: After reboot inspect /sys/bus/usb/devices/1-4/devnum resul is 2 Run journalctl -r 0:57:38 debian kernel: usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Aug 25 20:57:38

Bug#935056: gnome-bluetooth not disconnect remote device on shutdown.

2019-08-18 Thread Corcodel Marian
Package: gnome-bluetooth Version: 3.20.1-1 Severity: normal Not disconnect remote device on shutdown pc, this is an issue, when pc is powered , host try to connect with remote device, wich is not an good ideea, expect this when pc is restored from suspend state. User must disconnect remote

Bug#923270: Send unpair command on remote device an time.

2019-08-18 Thread Corcodel Marian
Bellow sent an patch to correct timeout on disconnect, on my audio bluetooth device , need to unpair device from remote control this patch correct this issue. Description: Try to send unpair command before remote or host is down. Author: Corcodel Marian Bug-Debian: https://bugs.debian.org

Bug#923270: bluetooth: When connect audio slave on system , try to guess

2019-08-18 Thread Corcodel Marian
Package: bluez Version: 5.43-2+deb9u1 Followup-For: Bug #923270 Try to provide some info for developers. On BR/DR audio device in order to conect on host need follow procedures: Disconnect remote device, and manualy , press unpair button from audio system and Connect from host again, on my case

Bug#933267: linux-image-amd64: CONFIG_TRACE_IRQFLAGS missing from config kernel file.

2019-07-28 Thread Corcodel Marian
wontfix On Sun, 2019-07-28 at 14:05 +0200, Corcodel Marian wrote: Package: linux-image-amd64 Version: 4.9+80+deb9u7 Severity: normal May bee on irqflags.h header file try to replace CONFIG_TRACE_IRQFLAGS with CONFIG_TRACE_IRQFLAGS_SUPPORT on order to enable trace. This option is not enabled directly

Bug#933267: linux-image-amd64: CONFIG_TRACE_IRQFLAGS missing from config kernel file.

2019-07-28 Thread Corcodel Marian
This aniway is a bug because CONFIG_TRACE_IRQFLAGS in not found in config file. On 7/28/19 3:04 PM, Ben Hutchings wrote: Control: reassign -1 src:linux 4.9.168-1+deb9u4 Control: severity -1 wishlist Control: tag -1 wontfix On Sun, 2019-07-28 at 14:05 +0200, Corcodel Marian wrote: Package

Bug#933267: linux-image-amd64: CONFIG_TRACE_IRQFLAGS missing from config kernel file.

2019-07-28 Thread Corcodel Marian
Package: linux-image-amd64 Version: 4.9+80+deb9u7 Severity: normal May bee on irqflags.h header file try to replace CONFIG_TRACE_IRQFLAGS with CONFIG_TRACE_IRQFLAGS_SUPPORT on order to enable trace. -- System Information: Debian Release: 9.9 APT prefers oldstable APT policy: (500,

Bug#923392: bluez: Bluetooth daemon is blocked by rfkill

2019-06-23 Thread Corcodel Marian
Package: bluez Version: 5.43-2+deb9u1 Followup-For: Bug #923392 I add some more info. On gnome when try to on -off device not trigger rfkill event on order to unblock adapter. When try to on off main button wich start stop bluetooth device can connect on audio device, and rfkill is unlocked:

Bug#930261: gdm3: Wrong bluetooth detected.

2019-06-09 Thread Corcodel Marian
On Sun, 9 Jun 2019 15:00:54 +0100 Simon McVittie wrote: > On Sun, 09 Jun 2019 at 15:23:44 +0200, Corcodel Marian wrote: > > Jun 09 14:54:49 debian /usr/lib/gdm3/gdm-x-session[1858]: (II) Using input > > driver 'libinput' for 'FC:58:FA:EC:61:91' > ... > > but FC:58:

Bug#930261: gdm3: Wrong bluetooth detected.

2019-06-09 Thread Corcodel Marian
Package: gdm3 Version: 3.22.3-3+deb9u2 Severity: normal Bellow present info report from journalctl command: Jun 09 14:54:49 debian /usr/lib/gdm3/gdm-x-session[1858]: (**) FC:58:FA:EC:61:91: always reports core events Jun 09 14:54:49 debian /usr/lib/gdm3/gdm-x-session[1858]: (II) systemd-logind:

Bug#924779: Patch

2019-03-18 Thread Corcodel Marian
On attach wich work better , start on pulseaudio A2DPsink wo more tries, but i have warnings on compilers on XML . --- Last-Update: 2019-03-18 --- bluez-5.43.orig/src/profile.c +++ bluez-5.43/src/profile.c @@ -198,7 +198,6 @@ \ \ \ -%s \ \ \

Bug#924779: Patch

2019-03-17 Thread Corcodel Marian
Bellow patch , fix issue, correct start pulseaudio with right profile --- --- bluez-5.43.orig/src/profile.c +++ bluez-5.43/src/profile.c @@ -198,7 +198,6 @@ \ \ \ -%s \ \ \ \

Bug#924779: bluez: Error on SPP_RECORD

2019-03-17 Thread Corcodel Marian
Package: bluez Version: 5.43-2+deb9u1 Severity: normal On src/profile.c under SPP_RECORD on line 201 exist signed variable but expect to bee defined ,or removed , i do not know. -- System Information: Debian Release: 9.8 APT prefers stable APT policy: (500, 'stable') Architecture: amd64

Bug#923270: bluetooth: When connect audio slave on system , try to guess

2019-03-08 Thread Corcodel Marian
9.20161125 ii udev 232-25+deb9u8 bluez recommends no packages. Versions of packages bluez suggests: ii pulseaudio-module-bluetooth 10.0-1+deb9u1 -- no debconf information Author: Corcodel Marian Last-Update: 2019-03-05 --- bluez-5.43.orig/src/device.c +++ bluez-5.43

Bug#923392: Try to launch /usr/lib/bluetooth/bluetoothd without plugin autopair

2019-03-03 Thread Corcodel Marian
I put as parameter --noplugin=autopair but still connect without auth. Repeat on info file on LinkKey section param Key do not change after restart, device is connected but without key valid. User must remove audio bluetooth from list and try again in order to create new Key.

Bug#923392: Acknowledgement (bluez: Bluetooth daemon is blocked by rfkill)

2019-02-27 Thread Corcodel Marian
On 2/27/19 3:03 PM, Debian Bug Tracking System wrote: Thank you for filing a new Bug report with Debian. You can follow progress on this Bug here: 923392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923392. This is an automatically generated reply to let you know your message has been

Bug#923392: bluez: Bluetooth daemon is blocked by rfkill

2019-02-27 Thread Corcodel Marian
Package: bluez Version: 5.43-2+deb9u1 Severity: normal Try to connect on bluetooth device but fail to connect. Inspect with journalctl -r and find : Feb 27 14:48:48 debian bluetoothd[1586]: Failed to set mode: Blocked through rfkill (0x12) -- System Information: Debian Release: 9.8 APT

Bug#923270: bluetooth: When connect audio slave on system , try to guess

2019-02-25 Thread Corcodel Marian
Package: bluetooth Version: 5.43-2+deb9u1 Severity: normal Tags: ipv6 Try to connect audio system on debian system. On gnome missing pair method on order to connect. On bluetooth Manager have success but must select manual pairing method, and Audio Sync Please instruct the user , if bluetooth

Bug#923160: /usr/sbin/groupadd: Fail to add user pulse to group bluetooth.

2019-02-24 Thread Corcodel Marian
Package: passwd Version: 1:4.4-4.1 Severity: important File: /usr/sbin/groupadd Run from terminal as root root@debian:/home/as# useradd -g bluetooth pulse useradd: user 'pulse' already exists Inspect file etc/group but not see user pulse together with another usersseparate by semicolon , as

Bug#912218: Please remove usr/share/vim/vimfiles.

2018-10-29 Thread Corcodel Marian
Package: vim-common Version: 2:8.0.0197-4+deb9u1 Followup-For: Bug #912218 vimfiles have unpropper description in help. -- System Information: Debian Release: 9.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux

Bug#912218: Please remove usr/share/vim/vimfiles.

2018-10-29 Thread Corcodel Marian
Package: vim-common Version: 2:8.0.0197-4+deb9u1 Severity: minor vimfiles is used in others than Unix, see more info help vimfiles. -- System Information: Debian Release: 9.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64

Bug#912204: Issues on configs.

2018-10-29 Thread Corcodel Marian
On Mon, 2018-10-29 at 10:34 +0200, Corcodel Marian wrote: > Package: vim-runtime > Version: 2:8.0.0197-4+deb9u1 > Severity: normal > > >  How to check this bug: >  Run vim from terminal. >  Type :set (help set for more info). >  history=200 ,expect to see on help hi

Bug#912204: Issues on configs.

2018-10-29 Thread Corcodel Marian
Package: vim-runtime Version: 2:8.0.0197-4+deb9u1 Severity: normal How to check this bug: Run vim from terminal. Type :set (help set for more info). history=200 ,expect to see on help history (50 default, 200 set in defaults.vim). backspace, help backspace undocummented.

Bug#912165: File /etc/vim/vimrc is outdated

2018-10-28 Thread Corcodel Marian
Package: vim-common Version: 2:8.0.0197-4+deb9u1 Severity: minor Follows variable set defaults on $VIMRUNTIME/defaults.vim exist also on /etc/vim/vimrc: if ("autocmd") filetype plugin intend on endif au BufReadPost /jump already on last position when reopening vim. -- System

Bug#826464: Maintainer

2018-07-30 Thread Marian Busoi
Hi, Could you guide me through the process of adopting this package (vilistextum)? Thanks, Marian Busoi

Bug#901752: cp: provide option to explicitly disable --reflink

2018-06-17 Thread Marian Sigler
mplemented, a fix to this bug here would become even more important, as the `/bin/ls` workaround would not work anymore. Thanks! Marian

Bug#901747: swaks does not depend on libio-socket-inet6-perl

2018-06-17 Thread Marian Sigler
considers IPv6 support essential, what I do, but I don't know what Debian policy says about it) Marian

Bug#778873: apt: make /etc/cron.daily/apt (and it's options) runnable more than daily

2018-03-19 Thread Marian Sigler
I would like to push this. Updates just every day is just horrible, especially for servers. Of course, there's other ways like dumping some `apt update` inside /etc/cron.hourly, but this doesn't do locking etc, so it would be cool if the "daily" script could be used for this. As for the "how":

Bug#872187: package description unclear about API breaking version numbers

2017-08-19 Thread Marian Beermann
All 1.x servers and clients are compatible with each other.

Bug#863716: zendframework package is missing in stretch

2017-05-30 Thread Dan Marian
Package:zendframework Version: 1.12.20+dfsg-1: all Hello, zendframework package is missing in stretch. Please provide the same version from sid.

Bug#848190: libmozjs-24-0: gnome-shell segfault and hundreds of libmozjs tests fails

2017-03-28 Thread Marian Mihailescu
It looks like I have submitted another bug report for the same issue. In my testing, the issue is the usage of newer gcc to compile libmozjs; probably wrong flags are used for armhf. Compiling the source with gcc 4.9 seems to fix this. -Marian On Thu, 15 Dec 2016 01:07:14 +0100 Alban Browaeys

Bug#858966: libmozjs crashes gnome-shell on armhf

2017-03-28 Thread Marian Mihailescu
Package: libmozjs-24-0 Version:24.2.0-5.1+b2 Recent builds of libmozjs, including the latest 24.2.0-5.1+b2, fail to run correctly on armhf architectures. libmozjs is used by gnome-shell, and results in gnome-shell crashing. Latest version working for me on armhf was 24.2.0-3 After investigating,

Bug#833801: thunar: intensive scrollig with mouse wheel ejects me to the login screen

2016-08-08 Thread Marian
Package: thunar Version: 1.6.3-2 Severity: important I have a shortcut on panel #2 to launch Thunar. I use it to open my music folder. When I start to scroll down the list with the mouse whell after (usually) 3 movements I am sudenly presented with the login screen to enter my login name and

Bug#827167: Version 0.6.* not supported anymore

2016-06-13 Thread Marian Sigler
Package: duplicity Tags: security I wonder what debian is going to do on this? Forwarded Message Subject:[Duplicity-announce] 0.6 Series Support EOL Date: Sun, 12 Jun 2016 13:03:45 -0500 From: Kenneth Loafman Reply-To: Announcements

Bug#826720: linux-headers-4.4.0-22-generic: Missing .make files ftom headers

2016-06-08 Thread Corcodel Marian
Package: linux-headers-4.4.0-22-generic Version: 4.4.0-22.40 Severity: normal Hi I need to compile one modules but not find Rules.make on my Makefile want to add this line include $(TOPDIR)/Rules.make but without success. -- System Information: Debian Release: stretch/sid APT prefers

Bug#822928: udev: Fail to start

2016-04-28 Thread Corcodel Marian
Package: udev Version: 229-4 Severity: normal root@marian1000:/home/asu# systemctl status udev ● systemd-udevd.service - udev Kernel Device Manager Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled) Active: active (running) since Fri 2016-04-29

Bug#822538: debian-maintainers: Remove character (%) from alls packages name

2016-04-25 Thread Corcodel Marian
Package: debian-maintainers Severity: normal Character (%) is illegal on packane name and should be removed.fail to process audit with dpkg --audit command. -- System Information: Debian Release: 8.4 APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: amd64

Bug#822536: mc: Illegal character (%) on packege name

2016-04-25 Thread Corcodel Marian
Package: mc Version: 3:4.8.15-2 Severity: normal Is unable to perform audit with dpk. asu@marian1000:~$ dpkg --audit mc_3%3a4.8.15-2_amd64.deb dpkg: error: --audit needs a valid package name but 'mc_3%3a4.8.15-2_amd64.deb' is not: illegal package name in specifier 'mc_3%3a4.8.15-2_amd64.deb':

Bug#822442: pulseaudio: Missing extra-hdmi.conf file

2016-04-24 Thread Corcodel Marian
Package: pulseaudio Version: 8.0-2+b2 Severity: normal On my card internal Intel pulseaudio fail to start , check file "extra- hdmi.conf profile set on /etc/udev/rules.d/90-pulseaudio.rules but not found. -- Package-specific info: File '/etc/default/pulseaudio' does not exist -- System

Bug#822324: alsa-utils: Copyright file have inaccurate information

2016-04-23 Thread Corcodel Marian
Package: alsa-utils Version: 1.0.28-1 Severity: minor File usr/share/doc/alsa-utils/copyright contain this link invalid https://bugtrack.alsa-project.org/alsa-bug -- System Information: Debian Release: 8.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable')

Bug#822323: apache2 start on default with cgi disabled

2016-04-23 Thread Corcodel Marian
Package: apache2 Version: 2.4.10-10+deb8u4 Severity: wishlist Tags: newcomer On document root when access localhost on initial configuration not say about cgi module is disabled say only this By default, Debian does not allow access through the web browser to any file apart of those located in

Bug#821948: udev: Please plit uaccess config file

2016-04-20 Thread Corcodel Marian
Package: udev Version: 215-17+deb8u4 Severity: wishlist Hi On debian need two access config file one whith Tag +=uaccess and one without uaccess to honor users from group audio.Current configuration whith uaccess ignore users from audio group. -- Package-specific info: -- System Information:

Bug#821940: udev: Useless link on /dev/snd

2016-04-20 Thread Corcodel Marian
Package: udev Version: 215-17+deb8u4 Severity: minor On /dev/snd exists snd/by-path same like that but on mee is useless.On 60 -persistent-alsa.rules # IMPORT{builtin}="path_id" # ENV{ID_PATH}=="?*", SYMLINK+="snd/by-path/$env{ID_PATH}" is more generic. -- Package-specific info: -- System

Bug#821843: udev: Udev preserve permissions on audio group

2016-04-19 Thread Corcodel Marian
Package: udev Version: 215-17+deb8u4 Severity: normal Is no way to set zero permissions under /dev/snd/ , on allways on group audio remain rw; asu@marian1000:~$ ls -all /dev/snd total 0 drwxr-xr-x 2 root root 180 Apr 19 21:23 . drwxr-xr-x 16 root root 3180 Apr 19 21:23 .. c---rw+

Bug#821771: asterisk: Asterisk print allways alls modules loaded

2016-04-19 Thread Corcodel Marian
Package: asterisk Version: 1:11.13.1~dfsg-2+b1 Severity: normal On asterisk console run "module show" result 224 modules loaded, and then try to unload one module "module unload res_xmpp.so" , run again "module show" and result 224 modules loaded but expect to print 223 moduled, result "module

Bug#821424: pulseaudio: Do not put normal users on group audio

2016-04-18 Thread Corcodel Marian
Package: pulseaudio Version: 5.0-13 Severity: wishlist Any way pulseaudio is default sound server on debian and suggest to do not put users on audio group because cross interference with alsa programs, now alsa is for power users and pulseaudio is on default. -- Package-specific info: File

Bug#821420: pulseaudio: Sound distorsion with pulseaudio

2016-04-18 Thread Corcodel Marian
Package: pulseaudio Version: 5.0-13 Severity: normal Hi On debian sound have distorsion when "pulse" is on "audio" group. Only when run pulseaudio on wide system is need this, more info here https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/PerfectSetup/ Solution:

Bug#821392: asterisk: Astersk take exclusive control of audio device

2016-04-18 Thread Corcodel Marian
Package: asterisk Version: 1:11.13.1~dfsg-2+b1 Severity: normal Hi Bigger issue is , when start asterisk server trigger and pulseaudio to start and pulseaudio take axclusive control of alsa device under user asterisk. Please do not add to default user asterisk to group audio. For solve this

Bug#821290: streamtuner2: Audacious package missing from dependencies.

2016-04-17 Thread Corcodel Marian
Package: streamtuner2 Version: 2.1.3-1 Severity: normal Hi Whithout audacious installed multiple errors message appear but very bad , fail to start after installation. -- System Information: Debian Release: 8.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500,

Bug#820284: asterisk-config: Some issues on asterisk.conf file

2016-04-07 Thread Corcodel Marian
Package: asterisk-config Version: 1:11.13.1~dfsg-2 Severity: minor Hi On asterisk.conf some parameters commented differ from default value: ;maxcalls = 10 ;on config default is not set ;maxload = 0.9 ;on config default is not set ;maxfiles = 1000 ;on config default is not set This issues was

Bug#820232: asterisk-config: Entire configuration files not have coherent structures

2016-04-06 Thread Corcodel Marian
Package: asterisk-config Version: 1:11.13.1~dfsg-2 Severity: wishlist On asterisk configurations file variables with yes and no, not respect the rule; variable commented on configuration to coresponding default values , these is mixed ,please correct this. -- System Information: Debian

Bug#820222: asterisk-config: Please set context on default

2016-04-06 Thread Corcodel Marian
Package: asterisk-config Version: 1:11.13.1~dfsg-2 Severity: wishlist Tags: security On asterisk context is set on public relative to examples from users.conf which require default context(aka local). When an new user try to use extensions bellow 6000 is hard to handle this situation.On

Bug#820210: asterisk: Fail to show SIP registrations

2016-04-06 Thread Corcodel Marian
Package: asterisk Version: 1:11.13.1~dfsg-2+b1 Severity: normal When run from asterisk console command "sip show registry" print on console "0 SIP registrations." ,durring registrations running from multiple times "sip show registry" working but on short period of time. -- System

Bug#817916: cal: weekdays wrong

2016-03-11 Thread Rares Marian
Seems more likely the columns are wrong. I don't know of any standard where the week begins on Saturday. It's correct for Monday based calendars. Package: bsdmainutils Version: 9.0.7 Severity: grave Justification: renders package unusable -BEGIN screenshot-

Bug#817801: dd reports incorrect SI units when given USR1 signal

2016-03-10 Thread Rares Marian
Package: dd Version: 8.25 Severity: normal Dear Maintainer, * What led up to the situation? Ran a dd cloning command and request progress. * What exactly did you do (or not do) that was effective (or ineffective)? kill -USR1 * What was the outcome of this action? It produces

Bug#815149: debmirror: High cpu usage.

2016-02-19 Thread Corcodel Marian
On Fri, 19 Feb 2016 14:55:56 + Colin Watson <cjwat...@debian.org> wrote: > On Fri, Feb 19, 2016 at 03:36:55PM +0200, Corcodel Marian wrote: > > On my system cpu usage is high from long period of time > > Here is result of ps aux | grep debmirror > > Looks lik

Bug#815149: debmirror: High cpu usage.

2016-02-19 Thread Corcodel Marian
On my sistem, debmirror have this issue (high cpu) on jessie-backports and sid dists/repo remain broken on parse Index.

Bug#815149: debmirror: High cpu usage.

2016-02-19 Thread Corcodel Marian
On my opinion first must check repos first jessie, jessie-updates, sid and so) before download the lists.

Bug#815149: debmirror: High cpu usage.

2016-02-19 Thread Corcodel Marian
Hi this will happen when not exist repository eg [ 0%] Getting: dists/jessie-backports/main/binary-amd64/Packages.diff/Index # On mee missing jessie-backports and entire program hung up and have high cpu.

Bug#815149: debmirror: High cpu usage.

2016-02-19 Thread Corcodel Marian
Package: debmirror Version: 1:2.16 Severity: normal On my system cpu usage is high from long period of time Here is result of ps aux | grep debmirror -- System Information: Debian Release: 8.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture:

Bug#814565: kde-full: Have to install kde-full, kde-standard dependencies manually

2016-02-13 Thread Rares Marian
On 02/13/2016 09:03 AM, Maximiliano Curia wrote: kgpg There is a new version in experimental that should be installable. New one at 4:15.12 depends on: libakonadi-kde4 libkabc4 both of which conflict with kdepimlibs-data kgpg also depends on libakonadi-contact4, which depends on the

Bug#814565: kde-full: Have to install kde-full, kde-standard dependencies manually

2016-02-13 Thread Rares Marian
On 02/13/2016 03:03 AM, Maximiliano Curia wrote: On Friday, 12 February 2016 21:32:18 CET Rares Marian wrote: Package: kde-full Version: 5:90 Severity: important I have to install dependencies of kde-full, kde-standard manually since kde-full depends on kde-standard and kde-network, which

Bug#814565: kde-full: Have to install kde-full, kde-standard dependencies manually

2016-02-12 Thread Rares Marian
Package: kde-full Version: 5:90 Severity: important I have to install dependencies of kde-full, kde-standard manually since kde-full depends on kde-standard and kde-network, which depend on number of applications, which depend on these: libkabc4 libkresources4 akonadi-kde4 all version

Bug#814152: [libkscreenlocker5] Conflict with plasma-workspace

2016-02-09 Thread Rares Marian
On Mon, 8 Feb 2016 19:28:37 + (UTC) Franz Schrober wrote: > Package: libkscreenlocker5 > Version: 5.5.4-1 > Severity: normal > > Unpacking libkscreenlocker5:amd64 (5.5.4-1) ... > dpkg: error processing archive

Bug#813288: libpng16-16: Fails to install (perhaps usrmerge related)

2016-01-31 Thread Rares Marian
Package: libpng16-16 Version: 1.6.20-2 Severity: important Dear Maintainer, I tried to install this package and I got the following result: Preparing to unpack .../libpng16-16_1.6.20-2_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.20-2) ... dpkg: error processing archive

Bug#806980: exim4: Please split log messages

2015-12-03 Thread Corcodel Marian
Package: exim4 Version: 4.84-8 Severity: minor Messages relative to words "rejected", "blacklisted " exists on both files log mainlog , rejectlog.Is better to bee only on rejectlog to preserve disk space. -- Package-specific info: Exim version 4.84 #3 built 17-Feb-2015 17:45:49 Copyright (c)

Bug#784884: netfilter-persistent: On systemd must start manual systemctl start netfilter-persistent

2015-12-01 Thread Corcodel Marian
Package: netfilter-persistent Version: 1.0.3 Followup-For: Bug #784884 -- System Information: Debian Release: 8.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores) Locale:

  1   2   3   >