search for: kessel

Displaying 20 results from an estimated 51 matches for "kessel".

2009 Jul 15
4
Fixing ogg vorbis corruption caused by bad metadata
Adam Rosi-Kessel <adam at rosi-kessel.org> wrote: > So I've written a script to do the following: ... I have got lost. Did you manage to identify the rogue software that corrupted the files in the first place? In the greater scheme of things, fixing this (prevention) is more important than repairin...
2017 Mar 22
2
contineously receiving the same values
On 22-3-2017 14:37, Charles Lepple wrote: > On Mar 22, 2017, at 9:29 AM, Marc Kessels <marc at kessels.name> wrote: >> Hi Charles, >> >> >> Upsmart version is 1.5, copyright says 2012-2014 > Do you have a direct link? I found UPSmart-DryContact-V3-4.zip and UPSmart-Networking-V2-4.zip via web search, but the dates for the Linux components are ~ 2002...
2009 Jun 18
5
Fixing ogg vorbis corruption caused by bad metadata
2009/6/18 Adam Rosi-Kessel <adam at rosi-kessel.org>: > On Thu, Jun 18, 2009 at 11:12:30PM +0900, Conrad Parker wrote: >> yow, that's pretty badly corrupted, the vorbis codebooks (usually the >> third packet) is completely gone. It looks like you'd need to throw >> away the first 16 packets...
2004 May 21
3
Dovecot Questions
...experience of this? SquirrelMail ends up reporting that there was no response to the CAPABILITY query. If I restart Dovecot, everything is fine again. I don't see anything in the logs to indicate the problem. Any ideas why this might be happening? Thanks for any pointers... -- Adam Kessel http://adam.rosi-kessel.org
2009 Jun 30
2
Fixing ogg vorbis corruption caused by bad metadata
2009/6/30 Adam Rosi-Kessel <adam at rosi-kessel.org>: > Monty Montgomery wrote, on 6/25/2009 2:16 PM: >>> Is there any way to understand exactly how it is invalid? I can replicate >>> this corruption simply by adding large album art to any ogg file with the >>> latest release of MediaMonke...
2017 Mar 22
2
contineously receiving the same values
...34.0 000.0 234.0 012 49.9 27.4 29.0 00001000 but it keeps repeating the last line, so I am not getting any update. I'll give the wireshark sniffer a try, to see if I can find a solution there. thanks, marc On 22-3-2017 14:16, Charles Lepple wrote: > On Mar 22, 2017, at 6:27 AM, Marc Kessels <marc at kessels.name> wrote: >> with NUT, I am able to connect to the UPS using the blazer_usb and nutdrv_qx. However, the reported values are constant, and only change if I run the UPSmart tool (It can run in parallel). What can I do to get NUT to receive updated values? > Which...
2009 Jun 20
2
Fixing ogg vorbis corruption caused by bad metadata
Adam Rosi-Kessel wrote, on 6/19/2009 3:56 PM: > Conrad Parker wrote, on 6/18/2009 3:15 PM: >> Hopefully at some point the vorbis data in the file becomes valid. >> Perhaps we just need to know the original encoding settings to create >> a new file with valid codebooks and splice them together:...
2009 Jul 09
2
Fixing ogg vorbis corruption caused by bad metadata
Adam Rosi-Kessel wrote, on 6/30/2009 11:14 AM: > Conrad Parker wrote, on 6/30/2009 11:05 AM: >>> http://adam.rosi-kessel.org/bugs/liboggz/484/other_corruption.ogg >>> Yet also won't play or process properly with oggz or hogg tools. Any >>> ideas whether this is the same or differen...
2009 Jul 14
3
Fixing ogg vorbis corruption caused by bad metadata
On Tue, Jul 14, 2009 at 9:48 AM, Adam Rosi-Kessel<adam at rosi-kessel.org> wrote: > The only issue I'm noticing is ogginfo reports: > > Warning: sequence number gap in stream 1. Got page 14 when expecting > page 2. Indicates missing data. > Warning: discontinuity in stream (1) I'd guess this is flagging the data that...
2017 Mar 22
0
contineously receiving the same values
...wercool 1500VA USB UPS. Have not yet been successful with getting it working with NUT but the symptoms are the same and you may find some of the debug useful from https://github.com/mattwire/powercool-ups If it helps, I can provide additional logging/testing etc. On 22 March 2017 at 14:09, Marc Kessels <marc at kessels.name> wrote: > > > On 22-3-2017 14:37, Charles Lepple wrote: > >> On Mar 22, 2017, at 9:29 AM, Marc Kessels <marc at kessels.name> wrote: >> >>> Hi Charles, >>> >>> >>> Upsmart version is 1.5, copyright says...
2009 Jul 09
0
Fixing ogg vorbis corruption caused by bad metadata
2009/7/9 Adam Rosi-Kessel <adam at rosi-kessel.org>: > Adam Rosi-Kessel wrote, on 6/30/2009 11:14 AM: >> >> Conrad Parker wrote, on 6/30/2009 11:05 AM: >>>> >>>> http://adam.rosi-kessel.org/bugs/liboggz/484/other_corruption.ogg >>>> Yet also won't play or process...
2009 Jul 17
2
Decoding setup header
On Fri, Jul 17, 2009 at 12:48:27PM -0700, Ralph Giles wrote: > > In my ongoing quest to restore corrupted ogg files, I'm trying to find > > an easy way to identify the setup header without having to actually > > decode it. I understand that it starts with [packet_type] = 5 and then > > the string 'vorbis', but is there some way to figure out where it > >
2009 Jun 25
5
Fixing ogg vorbis corruption caused by bad metadata
> Is there any way to understand exactly how it is invalid? I can replicate > this corruption simply by adding large album art to any ogg file with the > latest release of MediaMonkey. The second page is corrupt. The basic structure looks correct, first guess would be bad checksum. I'll look more closely in just a bit. This might explain why some players might accept it--- if
2009 Jun 18
3
Fixing ogg vorbis corruption caused by bad metadata
2009/6/18 Adam Rosi-Kessel <adam at rosi-kessel.org>: > Ivo Emanuel Gon?alves wrote, on 6/18/2009 6:14 AM: >> >> On 6/18/09, Conrad Parker<conrad at metadecks.org> ?wrote: >>> >>> This sounds like it needs a new tool specifically for fixing broken >>> Ogg files. >>...
2009 Mar 17
1
Segmentation fault when only use pop3
Hi. I found the problem when only use POP3 at v1.1.12. [root at kessel]# diff /usr/local/etc/dovecot-example.conf /usr/local/etc/dovecot.conf 23a24 > protocols = pop3 47a49 > disable_plaintext_auth = no 88a91 > ssl_disable = yes [root at kessel]# /usr/local/sbin/dovecot Segmentation fault Cause, call null-pointer's pointer. The following is quick-hack p...
2004 Nov 24
1
AppleMail causes dovecot error: file mbox-rewrite.c: line 429 assertion failed
...77 (imap) killed with signal 6 Usually each message appears 5-6 times. The user on the other end doesn't notice any problems. Any idea why this occurs and what I can do to prevent it? I'm using dovecot from Debian sid, 0.99.11-3. Otherwise a fairly standard configuration. -- Adam Rosi-Kessel http://adam.rosi-kessel.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 254 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20041124/0a09e092/attachment-0001....
2004 Sep 02
2
Can't mount samba drive or join domain with W2K3 server
...I type the wrong password, it says "The username or password was not correct." So it's clearly getting through one stage of authentication. I am limited in my ability to ask IT staff here any questions, so I basically need to figure this out on my own. Any suggestions? -- Adam Rosi-Kessel http://adam.rosi-kessel.org
2009 Jul 14
2
Fixing ogg vorbis corruption caused by bad metadata
...o the "bad" ogg, and then using rogg to fix the crc, I now have a playable file. What's odd is it starts out, for about a second, as audible and normal, and then the audio is scrambled -- perhaps a bitrate issue? Here's a sample of the result of this process: http://adam.rosi-kessel.org/bugs/liboggz/484/fixed_with_rogg.ogg So I think this might just need a little more tweaking to be turned into an automated fix script. Any ideas based on that file exactly what is wrong and how to correct it? Adam
2009 Jun 18
2
Fixing ogg vorbis corruption caused by bad metadata
On 6/18/09, Conrad Parker <conrad at metadecks.org> wrote: > This sounds like it needs a new tool specifically for fixing broken > Ogg files. I see two solutions: 1) the new vcut which I reckon will fix the problem since it has to split and rebuild the audio in a new Ogg 2) an Hex editor, even if just to check what's wrong in the metadata section -Ivo
2010 Jan 10
1
cygwin 1.7.x rsync 3.0.6 hangs at arbitrary reproducible points in transfers
...#39;ve seen a few postings on this list recently about similar issues, but no suggestions have worked. (In particular, some have suggested this is a problem with older cygwin/rsync, but it only started for me with cygwin 1.7.x). I've posted cygcheck and strace output here: http://adam.rosi-kessel.org/bugs/rsync/ Here are the last few lines of the strace in one example run. At the end is where it is just hung. This is from the cygwin side. 34 8512408 [main] rsync 5052 select_stuff::wait: woke up. wait_ret 1. verifying 30 8512438 [main] rsync 5052 select_stuff::wait: gotone 1...