[Bug 73233] Re: no ipv6 support (use udp4 in inetd.conf)

2008-11-13 Thread VadimL
When i'm using udp4 in inetd.conf on interpid i'm getting following form xinetd: xinetd[29119]: inetd.conf - Protocol udp4 not in /etc/protocols [file=/etc/inetd.conf] [line=3] -- no ipv6 support (use udp4 in inetd.conf) https://bugs.launchpad.net/bugs/73233 You received this bug notification

[Bug 525328] Re: crackling on audio capture in any application internal or external microphone

2010-03-14 Thread VadimL
I have the same problem with the same card/chipset on karmic koala 32-bit... not only with skype but with gnome audacity and sound recorder too -- crackling on audio capture in any application internal or external microphone https://bugs.launchpad.net/bugs/525328 You received this bug notificati

[Bug 582347] [NEW] etags screw filenames starting with ./

2010-05-18 Thread VadimL
Public bug reported: Binary package hint: exuberant-ctags when running etags using following form: find . -name '*.[hc]' | xargs etags -a The generated TAGS file contains wrong file names. The same problem exists with etags problem coming from emacs23 package Works correctly with : find ..//. -na

[Bug 582347] Re: etags screw filenames starting with ./

2010-05-18 Thread VadimL
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/48668929/Dependencies.txt -- etags screw filenames starting with ./ https://bugs.launchpad.net/bugs/582347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 525328] Re: crackling on audio capture in any application internal or external microphone

2010-05-11 Thread VadimL
The problem is still present on lucid lynx 32 bit -- crackling on audio capture in any application internal or external microphone https://bugs.launchpad.net/bugs/525328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 582347] Re: etags screw filenames starting with ./

2010-09-15 Thread VadimL
I've just tried: va...@sinus:~/sgdn/verona$ ctags-exuberant -e -a ./mediastreamer2/src/msconf.c va...@sinus:~/sgdn/verona$ mv TAGS TAGS.safe va...@sinus:~/sgdn/verona$ ctags-exuberant -e -a mediastreamer2/src/msconf.c va...@sinus:~/sgdn/verona$ diff TAGS TAGS.safe 2c2 < mediastreamer2/src/msconf

[Bug 778464] [NEW] typo in xdg-email script preventing processing destination email address

2011-05-06 Thread VadimL
Public bug reported: Binary package hint: xdg-utils Line 392 in xdg-email script contains: TOqul=$(echo "$MAILTO" | grep '^to=' | sed 's/^to=//' | awk '{ printf "%s,",$0 }') It should be: TO=$(echo "$MAILTO" | grep '^to=' | sed 's/^to=//' | awk '{ printf "%s,",$0 }') ProblemType: Bug DistroRe