similar to: spam?

Displaying 20 results from an estimated 3000 matches similar to: "spam?"

2004 Sep 10
4
command-line flac tool to report song length?
I've got a bunch of flac files and need to report their length. With MP3s, you use `mp3info -x $filename` But is there a way to find out the length (minutes:seconds or just seconds) of a flac audio file, without converting it to WAV first? Thanks! -- Derek Sivers, CD Baby, Hostbaby http://www.cdbaby.com <-- best new independent music http://www.hostbaby.com <-- web hosting for
2019 Jan 30
2
Winbind, cached logons and 'user persistency'...
On Wed, 30 Jan 2019 17:25:19 +0100 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > nscd caches certain things, as does winbind, if you want to run nscd > > with winbind, you need to stop nscd caching the things that winbind > > does, when you do this, nscd isn't caching very much,
2003 Dec 05
5
xenoutil patch 1.643 in bk rep
hi, i''ve submitted a small patch to xen-unstable that makes the ''/dev/xx'' -> devicenumber lookup stuff work on my machine.. basically i''m using os.stat instead of os.popen() hacks. this is my first bitkeeper checkin ever, so please verify i did this correctly. thanks, paul ------------------------------------------------------- This SF.net email is
2019 Jan 17
3
Winbind, cached logons and 'user persistency'...
I've noted that some weeks ago, but i was upgrading all my PVE cluster so i've considered it benevolent. Yesterday i've updated my main switch, disconnecting for a brief lag of time all my ''infrastructutes''. My SMTP server (exim) start to complain about 'unroutable addresses': 2019-01-16 18:32:40 1gjp3Q-0006aw-TG <= root at sv.lnf.it H=(3jane.sv.lnf.it)
2003 Oct 13
4
iptables nat redirect
I''m trying to do a nat redirect (traffic redirected from a router, not originally for the machine). I can see the network traffic, but the iptable rules do not appear to do anything. Is this possible on a virtual domain, and if not what needs to be done? -Jeff ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program.
2003 Nov 28
3
Problem to boot Xenolinux.
Hi, I am trying to install Xen/Xenolinux v1.1 on my workstation which has 2 SCSI disks. The first disk has WinXP installed, and the second disk has Redhat 8.0. I copied the images into /boot and modified grub.conf accordingly: title Xen / XenoLinux 2.4.22 root (hd1,0) kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot module /xenolinux.gz root=/dev/sdb2 ro
2011 Aug 22
3
Not receiving root mail
Although I have the alias defined in /etc/aliases and /etc/postfix/aliases, I'm not receiving root mail. Following the previous thread about unreceived logwatch mail, I tested with a manual run of logwatch, and found that my ISP is rejecting the mail because it is seeing an envelope carrying my local address. My suspicion is that the mail is going out via sendmail instead of
2003 Dec 09
2
modules and hypercall
Hello, I''m trying to write a module to play with hypercall. So I wrote the following module: -------------------------xvifgetinfo.c---------------- /* * xvifgetinfo.c * * The routines in this file are used to get information about virtual * network interface provide by Xen. * */ #include <linux/module.h> #include <linux/init.h> #include <linux/kernel.h>
2003 Dec 07
3
unclean file system
Hey everyone, Thanks for the quick help resonses once again, We got some mail saying that RAM disks were not the way to go. So we re-installed, made several partitions to use, and rebuilt xen. However, we''re still having trouble mounting partitions when xeno-linux boots. We give a physical grant of one of our newly made paritions (/dev/hda14 in particular) to the domain. But when
2003 Dec 09
2
build glitches
I hit problems building the tools for both xen-1.1 and xen-1.2-devel. For xen-1.1, the vmm and linux built fine, but the tools failed with something called ''ant''. ant -v says ''Apache Ant version 1.5.3 compiled on April 9 2003'' ant -buildfile build-cmdline.xml dist Buildfile: build-cmdline.xml BUILD FAILED java.lang.VerifyError: verification failed at PC
2004 Sep 10
2
24-bit audio?
Using the FLAC frontend with flac v1.0.2, I tried to encode a recently recorded 24-bit mono wav to flac, but received the following error: options: -P 0 -b 4608 -m -l 12 -e -q 0 -r 0,6 -R 0 gpt2002-06-01mono.wav: ERROR: unsupported bits per sample 24 So, I tried to encode a stereo 24-bit wave file... same error. I'm using the .exe of flac v1.0.2 under Windows 2000. The wave files can be
2004 Sep 10
1
flac-1.1.0: libtool warnings
Hi, And thanks for flac. There's a minor problem when compiling flac: libtool warns about mixing up shared and static libraries. Typical messages are: *** Warning: Linking the shared library libxmms-flac.la against the *** static library ../../src/plugin_common/libplugin_common.a is not portable! *** Warning: Linking the shared library libxmms-flac.la against the *** static library
2015 Aug 14
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
Hello, I would like to let produce a LLVM coffee mug for myself for non-commerical use. Am I allowed to use the logos on your website for the production? Thanks in advance. Greetings, dex -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150814/5d41480f/attachment.html>
2003 Dec 01
1
Linus "praise" for Xen
http://www.kerneltraffic.org/kernel-traffic/kt20031201_243.html --- Relevant section --- Nuno Silva mentioned: The good people at Cambridge made a (very nice) VMM that exploits ring0/1/3 to let one machine run various kernels independently (the kernels need to be ported to the xen arch). Xen itself executes in ring0 and the "guest" operating systems execute in ring1.
2004 Sep 10
4
Streaming With Flac
We have FLAC support on our AudioReQuest products, and we allow streaming from our built-in web server for MP3s, but can not get Flac working. Does anyone know a Windows based player that will play FLAC streams? I have tried the Winamp plug-in for FLAC (even updated it to 1.1.0), but streaming is not working. We use embedded id3 tags instead of Flac comments if this means anything. Thanks
2003 Dec 10
1
pcnet32 and copybreak condition
The main modifications in the PCnet32 ethernet driver seems to be macro that test if COPYBREAK is define. I notice that for network driver which were written for Xen the main modifications was around the copybreak and also some adjustments with include files. Is it true if I say that the port of network device from Linux to Xen is quite "easy" and that the majority of the modifications
2004 Sep 10
4
1.0 source candidate
--- Matt Zimmerman <mdz@debian.org> wrote: > On Fri, Jul 20, 2001 at 05:15:21PM -0700, Josh Coalson wrote: > > > I rethought it and it seemed like a bad idea to post > > a big file, so you can get it here: > > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 > > With the attached patch, a complete
2004 May 12
2
i cannot find kinit
the name of my active directory domain is niit.edu.pk so what should i write in this parameter default_relam = YOUR.KERBEROS.REALM also while trying to join the domain i eecute this command kinit Administrator@your.keberos.REALM My shell gives me the error cannot find kinit. can any one tell me where in my file system can i find kinit Regards ===== Sahibzada Junaid Noor Ph #
2007 Mar 05
6
A New Phone Service - www.virtualphoneline.com
Dear Asterisk Users Mailing List - Non-Commercial Discussion, I joined VirtualPhoneLine.Com service and am really enjoying the use of it. VirtualPhoneLine.Com allows me to buy virtual numbers from anywhere in the world and then forwards it to my Mobile Number, Regular Phone, MSN Messenger, Google Talk or an IP Phone. Have a look at the http://www.virtualphoneline.com/faq and
2005 Jun 21
1
DID not working? + sendmail problems
I have a box running *@Home 1.0 and I noticed today when I went to change some settings to do with the DID's that it is no longer detecting the different lines. I have a Digium 4 port line card and Im pretty sure that the DID's used to work when I used fxs_ks signaling on them. However I changed to fxs_ls signaling because the ks wasn't detecting when people were hanging up properly.