similar to: Intermittent Samba Problem

Displaying 20 results from an estimated 200 matches similar to: "Intermittent Samba Problem"

2010 Mar 11
1
Failed to init inotify
Hi, I'm going through my messages log and I've noticed a large amount of the following error going on. What affect would this have on the smb client that is connected to those pid's? Mar 11 11:35:24 process1 smbd[25349]: [2010/03/11 11:35:24, 0] smbd/notify_inotify.c:293(inotify_setup) Mar 11 11:35:24 process1 smbd[25349]: Failed to init inotify - Too many open files
2008 May 13
1
Compare columns
Dear R-users, I have the following 2 files; A V1 V2 A 1 A 2 A 3 A 4 B 1 B 4 C 1 C 3 D 4 B V1 V2 process1 1 process2 2 process3 3 process4 4 I want to get this output C V1 V2 V3 A 1 process1 A 2 process2 A 3 process3 A 4 process4 B 1 process1 B
2009 Dec 29
2
pass functions and arguments to function
Hi, I wonder how to pass several functions and their arguments as arguments to a function. For example, the main function is f = function(X ) { process1(X) ... process2(X) } I have a few functions that operate on X, e.g. g1(X, par1), g2(X, par2), g3(X, par3). par1, par2 and par3 are parameters and of different types. I would like to pass g1, g2, g3 and their arguments to f and g1,
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
Hi, If you have multiple players installed on your PC/Mac .m3u will always open the last media player who are the default in charge of the extension and mime m3u. On your web site you want maybe to force a link to open real media player or quicktime/itune. You need to create a .pls to force winamp loading the streaming because windows media player won't open .pls etc. If you add a .pls
2007 Oct 20
1
Fwd: package or plug in needed to listen to ASF video (.asx file) ?
---------- Forwarded message ---------- From: Lanny Marcus <lannyma at gmail.com> Date: Oct 19, 2007 3:03 PM Subject: package or plug in needed to listen to ASF video (.asx file) ? To: CentOS Mailing List <centos at centos.org> Hello: All day Sunday the 21st, I want to listen to WPRM-FM in San Juan, P.R. When I go to this URL, http://www.salsoul.com/ near the center and top of their
2004 Feb 27
1
Samba3 with W2K Native Mode
Hi. I use Samba 3.0.2-29 on Server S7. In our network is a W2K Server named S4 running in Native Mode, Domain Name hel.lan. I tried to join the S4-Domain hel.lan. s7:~ # kinit Administrator@HEL.LAN Administrator@HEL.LAN's Password: s7:~ # net ads join [2004/02/27 08:20:54, 0] libads/ldap.c:ads_add_machine_acct(1006) Host account for s7 already exists - modifying old account Using short
2004 Mar 19
0
RES: Samba3 with W2K Native Mode
Have you locked at samba-3.0.2a/source/nsswitch directory ? Normally the pam modules and nss libs are there, you need manually copy that to /lib/security (Debian system. maybe different in your distribution) Also remember to run ldconfig after copy the files to the lib directory. Make sure that you /etc/pam.d/login is, some like that: passwd: winbind files shadow: files group:
2010 Sep 28
1
DirectShow Filters
I've installed the DirectShow filters from this page www.xiph.org/dshow but my vorbis stream is not playing in Windows Media Player. Actual stream URL. http://s2.stationplaylist.com:9000/spl96.ogg ASX URL. http://www.stationplaylist.com/spl96ogg.asx Can anyone shed any light? Using Windows XP 32-bit. Ross. -------------- next part -------------- An HTML attachment was
2009 May 03
1
fImport data from Australian stock exchange
Dear all, I have been importing data into R from yahoo using yahooSeries, however the older version I was using no longer works with the syntax I have developed. I downloaded the latest package and it downloads data from the U.S. just fine, but the ticker codes for the Australian stock exchange (asx) do not get downloaded. a simple example, this works (US stock): stock<-yahooSeries(symbols =
2010 Mar 19
1
too much sockets open by asterisk
Hi All! I've set up Asterisk asterisk-1.6.2.2 My question is why asterisk opens so many sockets and does not close that? My diagnostics commmands: # lsof | grep asteriske | grep UDP | wc -l 1214 # ls -l /proc/`ps axuw | grep asteriskexe | grep -v grep | awk '{ print $2 }'`/fd | wc -l 1257 asx*CLI> core show calls 2 active calls 1253 calls processed asx*CLI> sip show
2010 Dec 24
1
live audio stream in asterisk
Hi, Is it possible to use a live audio stream in asterisk I want to call a number and then hear an external audio stream. For example http://www.radioveronica.nl/radioveronicaplayer/radioveronica.asx I thought it was possible to use musiconhold, but I did not get it working. This is my musiconhold.conf ; ; Music on Hold -- Sample Configuration ; [general] [default] mode=custum
2012 Feb 15
2
[newbie] separating plot output from debug output
I'm attempting to refactor an R script that does a lot of plotting, among other things. Ideally I'd like to do something like setup # does pdf(...) for each part of input { plot(process(part)) } cleanup # does dev.off() but have problems: 1 I'm plotting to PDF, so everytime I dev.off() creates a new file, and I want everything in one file (as does my boss :-) 2 I'm
2006 Feb 12
2
Change Station Name
Hello. I am new to this forum and relatively new to Icecast. I have set up and Icecast broadcast from my computer using Winamp as the playlist and the SAM Encoders to encode to WMA. The broadcast is running perfectly. The only issue is when I create an ASX file that links to my broadcast, it shows my IP address as the title of the broadcast. What do I need to do to change this to a name of my
2006 May 03
2
FREE AAC/aacPlus Plugin for WMP Supports Icecast2
A FREE AAC/aacPlus Plugin for Microsoft Windows Media Player that fully supports the Icecast2 Server is available for download here: http://www.orban.com/plugin FYI: This plugin supports .asx for Windows Media Player NOT .pls or .m3u. Also streams can be opened directly by using newly created UIL redirectors, e.g., icyx:// instead of http:// and rtpx:// instead of rtsp://. This is all covered
2012 Feb 26
2
tm_map help
Hi all, I am trying to do some text mining with twitter and I am getting the error: Error in structure(names(sapply(possibleCompletions, "[", 1)), names = x) : 'names' attribute [1] must be the same length as the vector [0] When I use tm_map. Has anyone had/seen this error before? The code I have is shown below and this error only occurs with #qantas, hashtags like #asx,
2009 Jan 03
1
Unable install ffmpeg
Hi, I installed ffmpeg using yum, and then tried to convert a asx video to flv it says unable to find encoder x264, eventhough it is installed and I am able to view it when I check ffmpeg --help.Can anyone tell me how to fix this issue? Thanks and Regards Marky -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 May 09
2
win media player prob
Leo Currie: > > > windows media player buffers endless but doesn't start the (mp3-)stream. > > http://www.radiosix.com/listen.asx hm. works fine... > What version of WMP are you using? the prob occurs on a wmp v.10 seems to me, if there's no problem with the stream itself (xmms plays it pretty well) that it has to do with mime-types interpretation. is there a best
2006 May 03
1
FREE AAC/aacPlus Plugin for WMP Supports Icecast2
Ok, I read the Read Me. So icyx://boa.mediacast1.com:9292/stream.aac works. I don't understand why the http syntax cannot be made to work. This works fine for Ogg Vorbis streams using the Illumination DirectShow filter. Ross. ====================================== StationPlaylist.com http://www.stationplaylist.com Low-cost music scheduling, live assist & automation software for radio
2014 Dec 09
1
[RFC PATCH v2] armv7: celt_pitch_xcorr: Introduce ARM neon intrinsics
Viswanath Puttagunta wrote: > + SUMM = vdupq_n_f32(0); It kills me that there's no intrinsic for VMOV.F32 d0, #0 (or at least I couldn't find one), so this takes two instructions instead of one. > + /* Consume 4 elements in x vector and 8 elements in y > + * vector. However, the 8'th element in y never really gets > + * touched in this loop. So, if len == 4,
2005 May 08
1
Apple patched rsync
Hi It seems that the rsync binary that ships with Apple's new OSX 10.4 has some custom patch applied that enables it to use extended attributes. According to the man page the "--extended-attributes" or "-E" option is the trick. All Linux binaries I have come across do not support this option, so that rsyncing from OSX to Linux fails. I was wondering whether it would be