Displaying 20 results from an estimated 300 matches similar to: "File descriptor leak in 1.0rc2[45]?"
2001 Dec 18
2
What to do with ODD encoder for AudioGrabber Cd-Ripper ?
Once i've run into misfeature.
I've grabbed an Audio CD with one of russian opera's, and its comment been
wirttenas a 8-bit ANSI text.
When i tried to play them in WnAMP - the comments were unreadable.
Peter (the author of WinAMP OGG plugin) told me, that the comments must be
encoded using UTF-8.
I wrote it to the author of AudioGrabber and he told me he will forward it
to plugin
2019 Jul 18
1
Two APC900 UPS on the same usbbus1
On 18.07.19 04:51, Charles Lepple wrote:
> On Jul 16, 2019, at 9:43 AM, Markus Grundmann wrote:
>> Whenever I called "lsof -p <pid>" for both "usbhid-ups" processes I notice that only the ugen/1.5.0 (aka /dev/usb/1.5.0) device was used. After my "patch" the drivers was called corect with the option -x and the output of "upsc" reports the right
2005 Nov 11
1
login passwd not masked in remote command modus
Hi,
I've recently discovered a rather nasty bug. My login password is
visible when I use the following command:
arioch at server ~ $ ssh arioch at 192.168.0.1 sudo tail -f /var/log/messages; exit
Password: ********** (user - masked)
Password: my_not-so-secret-anymore_password (root - not masked)
-tail output-
This has been tested with openssh on OpenBSD, FreeBSD and Gentoo/Linux,
all
2001 Dec 24
1
Fwd: what about storing free-cddb-id in comments inside .ogg ?
Is there a standard field inside OGG comments to save freedb-id of the
original CD, which track was grabbed from?
If not, may this be a little wish for Ogg Vorbis format specification?
==========================================================================
* Forwarded by Arioch /BDV/ <the_Arioch@chat.ru>
* From: "Jackie" <jackie@audiograbber.com-us.net>
* Date: Tue, 25
2004 Aug 06
0
using in home LAN
the Arioch <Arioch> writes:
> I think that the folllowing options could be very good to see:
> 1) list of enabled/disabled ip masks for clients
...
I thought you could set this kind of stuff up in the config file?
> 1) list of our LAN servers (to choose one to connect on launch)
> 2) ability to request from current server list of online servers
> 3) filtering list 2) throug
1998 Mar 12
2
FreeBSD Security Advisory: FreeBSD-SA-98:02.mmap
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-98:02 Security Advisory
FreeBSD, Inc.
Topic: security compromise via mmap
Category: core
Module: kernel
Announced: 1998-03-12
Affects:
1999 Sep 03
0
FreeBSD-SA-99:01: BSD File Flags and Programming Techniques
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-99:01 Security Advisory
FreeBSD, Inc.
Topic: BSD File Flags and Programming Techniques
Category: core
Module: kernel
Announced: 1999-09-04
2002 Feb 11
2
VirtualDub
Hello!
Can i somehow add OGG vorbis Audio support for VirtualDub?
www.virtualdub.org
With best regards, Arioch. E-mail: the_Arioch@yahoo.com
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the
2016 Oct 23
0
keent() from Tika - with doveadm
doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response
for request [Req38: PUT http://localhost:9998/tika/] (took 296 ms + 8 ms in
queue)
doveadm(mrm): Panic: kevent(): Invalid argument
Program received signal SIGABRT, Aborted.
0x00000008014e6f7a in thr_kill () from /lib/libc.so.7
(gdb) fr 6
#6 0x00000008011a3e49 in io_loop_handler_run_internal (ioloop=0x801c214e0)
at
2016 Oct 24
0
keent() from Tika - with doveadm
Hi!
Can you try these two patches?
Aki
On 24.10.2016 08:48, Aki Tuomi wrote:
> Ok so that timeval makes no sense. We'll look into it.
>
> Aki
>
>> On October 24, 2016 at 12:22 AM Larry Rosenman <larryrtx at gmail.com> wrote:
>>
>>
>> doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response
>> for request [Req38: PUT
2016 Oct 24
2
keent() from Tika - with doveadm
Ok so that timeval makes no sense. We'll look into it.
Aki
> On October 24, 2016 at 12:22 AM Larry Rosenman <larryrtx at gmail.com> wrote:
>
>
> doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response
> for request [Req38: PUT http://localhost:9998/tika/] (took 296 ms + 8 ms in
> queue)
> doveadm(mrm): Panic: kevent(): Invalid argument
>
2002 Apr 06
2
What to do with unicode?
Hello!
i have to re-code about 1Gb of mp3's.
And i want to keep tags.
o i use Delphi component to save tags, use lame to unpack file, then use
=========Beginning of the citation==============
OggEnc v0.8 (libvorbis rc2)
(c) 13.08.2001 Michael Smith <msmith@labyrinth.net.au)
=========The end of the citation================
to pack it - and i cannot pass comments there, as the encoder
2016 Oct 24
0
keent() from Tika - with doveadm
that seems to fix this kevent() problem, but I got the following lucene
assert. Is that because of previous fails?
Also, while I have your attention, is fts_autoindex supposed to work
accross NAMESPACES?
doveadm(mrm): Debug: Mailbox LISTS/vse-l: Opened mail UID=39483 because:
fts indexing
doveadm(mrm): Debug: Mailbox LISTS/vse-l: Opened mail UID=39484 because:
fts indexing
doveadm(mrm): Debug:
2016 Oct 24
2
keent() from Tika - with doveadm
Hi!
We found some problems with those patches, and ended up doing slightly
different fix:
https://github.com/dovecot/core/compare/3e41b3d%5E...cca98b.patch
Aki
On 24.10.2016 10:17, Aki Tuomi wrote:
> Hi!
>
> Can you try these two patches?
>
> Aki
>
>
> On 24.10.2016 08:48, Aki Tuomi wrote:
>> Ok so that timeval makes no sense. We'll look into it.
>>
2009 Apr 11
0
Rsync 3.0.5 sometimes hangs copying local disk to other local disk (Solaris 9)
I hope I'm sending this report to the right place.
I recently upgraded the rsync binaries in a bunch of our Solaris 9
systems from rsync 2.6.9 to rsync 3.0.5 . I have a script that runs in
each machine that syncs the file systems from an active drive to a
backup drive. Wihtin 3 days, this script had hung in two of the ~20
hosts that I had updated with the new rsync. Those two hosts
2019 Jul 16
2
Two APC900 UPS on the same usbbus1
Hi!
On my FreeBSD 12.0-RELEASE-p7 server I was unable to retrieve the
correct information from my two UPS. Every time only the first UPS will
returned when I entering "upsc apc900" or "upsc apc901". I don't know
why (Bug or configuration issue on my side?!). I have downloaded the
latest source code and with my "patch" I was able to get the right
information
2016 Apr 18
8
[Bug 2565] New: High baud rate gets sent, solaris closes pty
https://bugzilla.mindrot.org/show_bug.cgi?id=2565
Bug ID: 2565
Summary: High baud rate gets sent, solaris closes pty
Product: Portable OpenSSH
Version: 7.1p2
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2005 Jun 27
5
"sh -i" My server was hacked. How can i found hole on my server?
Hello.
My server was hacked. The CPU has been loaded on 99 % by "sh -i" process.
I found out that someone has started phpshell through a hole in one of phpbb forums.
Also has filled in scripts for flud and spam and "vadim script" in
"/tmp". I has made it noexec. Recently has found out the same process.
May be i have left again /tmp opened, or other hole may
2004 Aug 06
2
Broadcasting w/o server
Ok, there are cool complex products such as SHOUTcast and
icecast, but is there some simplier solution?
What i need is simple plugin, allowing other guys in home
LAN listen the same thing that i do? I do not want to
download/install/setup one more program such as server. I
do not need complex things. Just one and very simple -
share my current winamp sound.
--- >8 ----
List archives:
2002 Aug 23
1
3.4p1 ssh-agent auth-retry patch available: was: Re: Updated ssh-agent authentication retry patch available
And lsof the agent too - see what files it has open...
Nico
--
> -----Original Message-----
> From: Kevin Steves [mailto:kevin at atomicgears.com]
> Sent: Friday, August 23, 2002 4:48 PM
> To: openssh-unix-dev at mindrot.org
> Cc: stevesk at pobox.com
> Subject: Re: 3.4p1 ssh-agent auth-retry patch available: was: Re:
> Updated ssh-agent authentication retry patch available