search for: sullies

Displaying 20 results from an estimated 45 matches for "sullies".

Did you mean: gullies
2004 Aug 06
3
ices 0.3 released
* Arc <arc@indymedia.org> shaped the electrons to say... > > I quite agree - it's frustrating to be able to use software that's > > almost there, then have all the development move to a format that 90% > > of the applications/embedded systems don't yet support. > > I'm sorry, but >90% of software does support Ogg.
2003 Sep 19
2
Feature question/request
So I have a bunch of users who are roaming - IE no static IP address from all over the internet. Some of them are able to use SMTP-AUTH which is great, but for those that can't, a pop before smtp solution is in place using relay-ctrl-age & cdb files via qmail. Would it be desirable to have this feature in dovecot? I'd really like to ditch qmail-pop3d, etc. vpopmail has a
2001 Mar 10
1
Two annoying problems
Hey all - Two problems, one mine, one a friend's: (1) I have a small three-machine network at my office. The server is running Mandrake 7.2 with either the 2.2.17-21mdk stock kernel or a custom-compiled 2.4.1 kernel. It's running Samba 2.0.7-18mdk, configured correctly (as everything works when it's booted to the 2.2.17 kernel). I've moved to the 2.4.1 kernel because the USB
2004 Aug 06
3
ices 0.3 released
* Stefan Neufeind <stefan@neufeind.net> shaped the electrons to say... > > ices 0.3 outputs MP3, not Vorbis. For Vorbis you will need ices > > 2. We know this is confusing, so ices 0.x will probably have a new > > name for the next release. Ideas? > > I'm glad to hear that 0.x is still maintained and, as it seems, still > updates. Well, but why don't you
2006 Nov 02
4
application controller security
Shouldn''t everything in the application controller be protected by default? I just realized that my app can be called like this: www.myapp.com/application/method and it actually tries to run that method inside my application controller. Is everyone else just adding "protected" at the top? Thanks, Chad --~--~---------~--~----~------------~-------~--~----~ You received this
2004 Oct 28
3
new crash in dovecot-auth test51
#0 io_remove (io=0x0) at ioloop.c:51 51 if ((io->condition & IO_NOTIFY_MASK) != 0) { (gdb) bt #0 io_remove (io=0x0) at ioloop.c:51 #1 0x0804fd68 in auth_client_connection_destroy_wait (conn=0x80877d8) at auth-client-connection.c:494 #2 0x08050acd in auth_callback (request=0x84716b8, result=134681554, reply=0x0, reply_size=0) at auth-client-connection.c:104 #3 0x08050950 in
2004 Sep 26
2
Finding start of audio data using metadata level 2 interface.
I'm attempting to use the metadata level 2 interface to get at the various interesting bits, which is working fine. But I also need a relevant piece of data, the offset of where the metadata ends, and the audio blocks begin. I'm not finding a clear way to reach that number. Is this exposed anywhere? Thanks. -D -- The revolution will be documented.
2004 Sep 26
0
Finding start of audio data using metadata level 2 interface.
--- Dan Sully <daniel@electricrain.com> wrote: > I'm attempting to use the metadata level 2 interface to get at the > various > interesting bits, which is working fine. But I also need a relevant > piece of > data, the offset of where the metadata ends, and the audio blocks > begin. I'm > not finding a clear way to reach that number. Is this exposed >
2004 Sep 27
0
Finding start of audio data using metadata level 2 interface.
--- Dan Sully <daniel@electricrain.com> wrote: > * Josh Coalson <xflac@yahoo.com> shaped the electrons to say... > > >not exactly. the metadata interface won't tell you, but you > >can create a decoder (say file decoder), set it up, then call > > > > FLAC__file_decoder_process_until_end_of_metadata(...) > >
2004 Sep 28
2
Finding start of audio data using metadata level 2 interface.
* Josh Coalson <xflac@yahoo.com> shaped the electrons to say... >yep, that will work too. but just writing skipping code is >pretty simple: > >is_last=0 >read 'fLaC' string >while (!is_last) { > read 1 byte metadata block type > read 3 byte metadata block length > is_last = type & 0x80 > fseek(file,length,SEEK_CUR) >}
2005 Mar 09
1
Quick plug: Squeezebox2
Hi - just wanted to give a quick plug for my company's new product - Squeezebox2. We're doing native FLAC on the device now, in addition to visualizers, 802.11g and more. http://www.slimdevices.com/ Email me for a promo discount code. -D -- Ya gotta love UNIX, where else do you wonder whether you can kill a zombie spawned by a daemon's fork?
2005 Mar 10
1
Quick plug: Squeezebox2
--- Dan Sully <daniel@electricrain.com> wrote: > Hi - just wanted to give a quick plug for my company's new product - > Squeezebox2. > > We're doing native FLAC on the device now, in addition to > visualizers, 802.11g and more. this is cool, I added a status item on the FLAC site for it. just as a data point for us, can you comment on the cpu that is doing the FLAC
2005 Mar 30
0
Quick plug: Squeezebox2
Hi Dan, I am interested in the new Squeezebox2. What's the deal with the promo discount code? Thanks, Todd --- Regards, Todd Grovatt 275 South Park Drive Westmont, NJ 08108 856.858.4913 phone 856.465.5157 mobile --- Dan Sully daniel <mailto:flac-dev%40xiph.org?Subject=%5BFlac-dev%5D%20Quick%20plug%3A%20Squee zebox2&In-Reply-To=> at electricrain.com Wed Mar 9 17:45:22
2004 Aug 06
0
ices 0.3 released
On Sun, Jul 13, 2003 at 02:27:01PM -0700, Dan Sully wrote: > > I quite agree - it's frustrating to be able to use software that's > almost there, then have all the development move to a format that 90% > of the applications/embedded systems don't yet support. I'm sorry, but >90% of software does support Ogg. Welcome to the 21st century.
2004 Aug 06
1
ices 0.3 released
On Sunday, 13 July 2003 at 17:55, Arc wrote: > On Sun, Jul 13, 2003 at 02:33:23PM -0700, Dan Sully wrote: > > > > You mean all those embedded hardware platforms with dedicated MP3 decoders on them? > > > > Maybe if you're on a pee-cee and want to download winamp/xmms, then yes. > > Embedded hardware platforms, AFAIK, dont play streaming audio
2003 Sep 16
1
Multiple auth checkers
I noticed this is in the TODO: - support for multiple auth checkers. passdb+userdb should be tied together. auth process configurations really should be used for this.. and is functionality that I really would like, as I have local users (passwd+shadow) and vpopmail users. In -test7's dovecot-example.conf, there is a different format for "blocking" multiple auth types, and I
2004 Oct 14
2
errors in logfile
I just upgraded to -test47 from 0.99.11-test4, and am getting a bunch of these messages in the logfile: dovecot: Oct 14 07:30:21 Info: imap-login: Login: andrew [64.36.1.74] dovecot: Oct 14 07:30:22 Error: IMAP(andrew): sigaction(SIGRTMIN) failed: Invalid argument dovecot: Oct 14 07:30:22 Error: IMAP(andrew): fcntl(F_SETSIG) failed: Invalid argument dovecot: Oct 14 07:30:22 Error: IMAP(andrew):
2001 Mar 17
0
OpenSSH_2.5.1p2 hang on log out due to unclosed file handles in forked process
OpenSSH folks, We're run into a problem with OpenSSH_2.5.1p2 servers that we didn't see before, and I can't reproduce with OpenSSH_2.3.0p1 servers. (OpenSSH_2.3.0p1 seems to work correctly) We're seeing this bug on Solaris 2.7 and on Linux 2.2.15 machines. Basically, if you log into a machine, fork a process that leaves stdout, stderr, or stdin open, and try to log out of that
2001 Sep 20
0
Encarta install from Samba server barfs
Greetings: I tried to install M$ Encarta over my internal network onto my kids' Windoze 2K machine tonight; the Encarta install stuff is in a vfat partition on the Samba server. The install started, then quit about 14% of the way through - the connection to the Samba server apparently was lost - the installer began complaining about being unable to find the CD-ROM, and I was unable to browse
2001 Oct 29
2
Urgente......si es posible....
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1614 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20011029/e0b025fc/attachment.jpg