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: 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#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#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#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#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#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:

Bug#784884: iptables-persistent fails to start

2015-12-01 Thread Corcodel Marian
Please change severity level of this bug to minor because can be solved with add folow line on /etc/rc.local /bin/systemctl start netfilter-persistent -- Corcodel Marian <a...@marian1000.go.ro>

Bug#756271: reportbug: Reportbug sent configuration files of packages wo permission

2015-04-24 Thread Corcodel Marian
mode advanced ui gtk2 realname Corcodel Marian email a...@marian1000.go.ro smtphost marian1000.go.ro -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.0.0-04rc7-generic

Bug#782319: reportbug: Attribute expanduser missing from python and fail to send bugs

2015-04-11 Thread Corcodel Marian
Package: reportbug Version: 6.6.3 Followup-For: Bug #782319 Hi Added some info . -- Package-specific info: ** Environment settings: INTERFACE=gtk2 ** /home/as/.reportbugrc: reportbug_version 6.6.3 mode advanced ui gtk2 realname Corcodel Marian email a...@marian1000.go.ro smtphost marian1000

Bug#782004: openvpn: Openvpn server fail to find pam plugin

2015-04-06 Thread Corcodel Marian
Package: openvpn Version: 2.3.4-5 Severity: normal Hi Added on configuration line: echo plugin openvpn-plugin-auth-pam.so login login USERNAME password PASSWORD /etc/openvpn/server.conf bu on start openvpn fail to start due errors: cat/etc/openvpn/openvpn.log Mon Apr 6 13:49:52 2015 us=860664

Bug#758798: Fwd: Re: ifupdown-extra: check-network-cable fails because of leading spaces

2015-03-29 Thread Corcodel Marian
Forwarded Message Subject: Re: ifupdown-extra: check-network-cable fails because of leading spaces From: Corcodel Marian a...@marian1000.go.ro To: Debian Bug Tracking System 758...@bugs.debian.org Package: ifupdown-extra Version: 0.25 Followup-For: Bug #758798 Hi

Bug#780395: asterisk-config: Alls lines from motif.conf must be commented on default because errors

2015-03-13 Thread Corcodel Marian
Package: asterisk-config Version: 1:11.13.1~dfsg-2 Severity: normal Hi Alls configurations from /etc/asterisk/motif.conf put errors on messages please comment them except the [default] section. -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy: (500,

Bug#780392: asterisk-modules: Asterisk fai to load some modules

2015-03-13 Thread Corcodel Marian
Package: asterisk-modules Version: 1:11.13.1~dfsg-2+b1 Severity: normal Hi this issue is bellow lines [Mar 13 10:00:39] WARNING[807] loader.c: Error loading module 'func_odbc.so': /usr/lib/asterisk/modules/func_odbc.so: undefined symbol: SQLRowCount [Mar 13 10:00:40] WARNING[807] loader.c:

Bug#780394: asterisk-config: Please change level from ERROR on WARNING on manager.d/*.conf directory empty

2015-03-13 Thread Corcodel Marian
Package: asterisk-config Version: 1:11.13.1~dfsg-2 Severity: wishlist Hi On messages on second line follow eror appear: [Mar 13 10:42:13] ERROR[2810] config.c: The file 'manager.d/*.conf' was listed as a #include but it does not exist. This issue is because on /etc/asterisk/manager.conf on

Bug#743686: ulatencyd: Ulatencyd start without consolekit support

2015-01-07 Thread Corcodel Marian
Package: ulatencyd Version: 0.5.0-9 Followup-For: Bug #743686 Hi From solve this issue on session run command: $/etc/init.d/ulatencyd restart Cheers -- System Information: Debian Release: 8.0 Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.18.0-trunk-amd64 (SMP w/2

Bug#774549: exim4: Exim paniclog on host has non-zero size

2015-01-04 Thread Corcodel Marian
Package: exim4 Version: 4.84-6 Followup-For: Bug #774549 Hi Confirm that not have eatmydata installed on my system. -- Package-specific info: Exim version 4.84 #3 built 21-Dec-2014 13:47:35 Copyright (c) University of Cambridge, 1995 - 2014 (c) The Exim Maintainers and contributors in

Bug#774549: exim4: Exim paniclog on host has non-zero size

2015-01-04 Thread Corcodel Marian
Package: exim4 Version: 4.84-6 Severity: normal Hi From root arrive mails with follow content exim paniclog /var/log/exim4/paniclog on host has non-zero size, mail system might be broken. The last 10 lines are quoted below. 2014-12-29 13:53:45 Exim configuration error: tls_require_ciphers

Bug#756374: linux-image-3.14-1-amd64: Nouveau driver can't working good wirh all engines

2014-08-25 Thread Corcodel Marian
Package: src:linux Version: 3.14.15-2 Followup-For: Bug #756374 Hi Information was update , on console run on terminal startx -- -depth 16 gnome-shell starts but after a while breaking entire system. -- Package-specific info: ** Version: Linux version 3.14-2-rt-amd64

Bug#756374: nouveau: Re: linux-image-3.14-1-amd64: Nouveau driver can't working good wirh all engines

2014-08-21 Thread Corcodel Marian
Package: src:linux Version: 3.14.15-2 Followup-For: Bug #756374 Hi Follow patch not solve this bug but is add exceptions on create objects and driver will continue to working wo acceleration on different applications. -- Package-specific info: ** Version: Linux version 3.14-2-rt-amd64

Bug#758269: libdrm-nouveau2: Libdrm2 breaks tasks on vlc to acces on drm

2014-08-15 Thread Corcodel Marian
Package: libdrm-nouveau2 Version: 2.4.56-1 Severity: normal Hi Whith drm.debug=1 parameter on kernel command line will see this bug. On different clients or diferent instances of vlc all is ok , but when try to start Visualisations from panel vlc entire system is broken and this issue broken also

Bug#757413: debian-installer: Please do not add mount point on /media/usb0 because create conflict with mount point create by kdm desktop session

2014-08-07 Thread Corcodel Marian
Package: debian-installer Version: 20140802 Severity: important Hi Mount point /media/usb0 or /media/usb1 create durring installation make unusuable mounting on kde4 under mount point /media/user/name_of_stick. For solve this issue i commented on /etc/fstab line which describe how to mount memory

Bug#757144: closed by Michael Biebl bi...@debian.org (Re: Bug#757144: systemd: Directory /etc/tmpfiles.d is empty and expected to be not.)

2014-08-06 Thread Corcodel Marian
On 08/05/2014 11:36 PM, Debian Bug Tracking System wrote: This is an automatic notification regarding your Bug report which was filed against the systemd package: #757144: systemd: Directory /etc/tmpfiles.d is empty and expected to be not. It has been closed by Michael Biebl bi...@debian.org.

Bug#757035: dovecot-core: Please set path on ssl certificate on default openssl application

2014-08-05 Thread Corcodel Marian
Package: dovecot-core Version: 1:2.2.13-4 Followup-For: Bug #757035 Hi I created an patch which reuse certificate create on installation on jessie -- Package-specific info: dovecot configuration - # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 3.14-2-amd64 x86_64 Debian

Bug#757030: postgresql: Postgresql break dovecot and exim4 an startup

2014-08-04 Thread Corcodel Marian
Package: postgresql Version: 9.3+157 Severity: normal Hi Postgresql is on default from installation.When run systemctl mask postgresql , all is ok and exim4 and dovecot starts. -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500,

Bug#757035: dovecot-core: Please set path on ssl certificate on default openssl application

2014-08-04 Thread Corcodel Marian
Package: dovecot-core Version: 1:2.2.13-4 Severity: wishlist Hi Please set path on certificates key and pem extension on place which openssl have they place /etc/ssl instead on other places. Which this moves have chance to dovecot to start after instalation-an jessie install user is prompted to

Bug#756601: ulatencyd: test

2014-07-31 Thread Corcodel Marian
Package: ulatencyd Version: 0.5.0-9 Severity: wishlist This is a test -- System Information: Debian Release: jessie/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU

Bug#755996: ulatencyd: Install ulatencyd with systemd can not normal shutdown (even as root)

2014-07-31 Thread Corcodel Marian
Package: ulatencyd Version: 0.5.0-9 Followup-For: Bug #755996 Hi I solved this bug. Created an service ulatencyd-stop.service wich trigger stop ulatencyd.service on shutdown.target, poweroff.target, halt.target Copy file from attachment on /lib/systemd/system and then run as root (systemctl

  1   2   >