Displaying 20 results from an estimated 5000 matches similar to: "rss behaving weird"
2004 Feb 26
1
browse master serious problem
I have a LAN with a samba server witch acts as wins for it. It's also
suposed to be a browse master for it, but unfortunately sometimes some
windows xp/2000 pc becomes browse master and chaos follows... there is
no pc in the wins list. I observed that stations with a firewall on it
defeat the samba server and I cannot obligate the people who use those
pc to stop their firewalls!
What can i do
2016 Jul 14
2
Weird behaviour opening pdf files (and maybe others)
On Thu, Jul 14, 2016 at 09:45:26AM -0700, Jeremy Allison wrote:
> > Finally, I have tried to find clear statement about sharing NFS exports via
> > samba and wether or not it is suposed to work or what are the limitations.
> > What's your opinion?
>
> Sounds to me like no oplocks are being granted on the NFS share
> export. That'd do it.
"kernel oplocks =
2016 Jul 14
2
Weird behaviour opening pdf files (and maybe others)
Hi,
I had to review a samba setup recently where people experienced strange
things.
Basically they more from a solaris on phisical machines environment
(locally hosted) running an old version of samba (2.x or even 1.x) to a Red
Hat virtualized environement runing 3.6 (remotely hosted).
The link between clients and server is really good (2x100Mb/s fiber) and
browsing shares and opening office
2006 Mar 10
3
Sweave scientific real display format (e.g. 5e-12)
Dear All,
I couldn't figure and couldn't google out how to make construct a pair of
\Sexpr s or a LaTeX macro that would include
5\cdot 10^{-12}
into the LaTeX output istead of
5e-12 .
Any ideas?
Thank you
G?bor
2006 May 12
1
the "#" in code generated by "link_to_remote"
Currently, helper "link_to_remote" generates html code like ''<a
href="#"....''
"#" is used for the link of "next" page.
So there comes a problem. "#" stands of the the starting point of
current page.
which means, if the ajax link is at the bottom part of the page, where
scroll bar
needs to be moved to see it, when the ajax
2005 May 25
5
Asterisk Crashing; Not getting Core dumps
This is frustrating. Asterisk has crashed now twice today and neither crash
has produced a core file. My ulimit is unlimited.
I'm using safe_asterisk so asterisk is restarting immediatly, but how the
hell am I suposed to find out wtf happened with no core file? Debug log
doesn't say anything either.
AGRHHHHHHHH
-Matthew
--
2007 Dec 07
2
PHP AGI script
I've got a very nice PHP AGI script but I want to be able to do some
database cleanup when the user hangs up the phone. I wish everyone would
hang up when they were suposed to, but some people don't. So what does
Asterisk send to an AGI file when the line has been disconnected? If I
remember reading somewhere correctly, I don't need to use DeadAGI. Instead
I'm able to use
2012 Jul 17
2
order or sort doesn´t work properly
Hi all,
I want to order a series that is included on the second column in MCT.csv.
I do but R doesn?t order, could be because is a csv?
I have prove
MCT<-read.csv("MCT.csv")
a<-order(MCTor[,2],2,decreasing = FALSE)
a<-order(MCTor[,2],1,decreasing = FALSE)
or the same with sort but didn?t worked.
It is suposed that a will have the ordered on ascending or descending
2004 Jun 27
3
Asterisk on 64bit ?
Hi,
A'm about to set up a asterisk for 5000 users, and the customer had a 64bit
server - can asterisk compile on that ? I will use a digium X100P for timing
use will that do on a 64bit ? (I'm using SUSE91 kernel 2.6)
What else ? Is it posible to have only one server for 5000 users ? I gues
that it will be 5-700 sim. users only talking sip, and IAX2 to my
PSTN-Gateway.
The system is
2003 Oct 09
3
Source package installation for WinXPpro
Hi
I d like to compile the source code from last Affy package for WinXPpro under
R18beta
however the doc is pretty poor regarding this process...
I went to FAQ R Win then to http://www.stats.ox.ac.uk/pub/Rtools/ and
downloaded in The essentials, tools and Perl 5.8.0, then MingW from www.mingw.org and
I wonder if I need any other stuff from this page ? I m not sure but I dont
think I need the
2008 Sep 04
2
Game Problem (Carmageddon II)
Hi @ all..
I have a problem installing the Game Carmageddon II on my ubuntu
machine..
When i execute the main file, I get an error that say that it's not
possible to find some configurations file...
after many efforts, I think that the problem is in the fact that to
instal the game, i take a pre-installed (portable) version of this, and so i just
copy and past the whole folder into the program
2002 Mar 14
3
Samba PDC on FreeBSD problem?
Problem: Samba running as a PDC on a FreeBSD, the clients can connect
without computer accounts and browse the shares in the domain.
Should the PDC allow that?
As far as i have understood the PDC should refuse since the computer
does not have a account in the domain regardless that the user have a
user account?
Can it somehow be that i have named the computers as the users, user bob
with
2012 May 06
3
PLot a matrix
Hi,
I want to plot this matrix (I attach the data), it is suposed that each
column is a different time series.
If I do
g<-read.table("dataADF.txt", header=F)
and
plot(g[,1],type="l")
it plots the first column plot if I want in a unique graph each colums of
dataA, all in one. How should I proceed?There is a direct pre-defined code?
And If I wanted a plot by each
2007 May 17
2
How to analyse simple study: Placebo-controlled (2 groups) repeated measurements (ANOVA, ANCOA???)
Hallo!
I have two groups (placebo/verum), every subject is measured at 5 times, the first time t0 is the baseline measurement, t1 to t4 are the measurements after applying the medication (placebo or verum). The question is, if there is a significant difference in the two groups and how large the differnce is (95% confidence intervals).
Let me give sample data
# Data
2008 May 11
0
[LLVMdev] Preferring to use GCC instead of LLVM
Is this thread suposed to be a bad joke?
2008/5/10 kr512 <kr512 at optusnet.com.au>:
>
> Chris Lattner wrote:
>> If you'd prefer to use GCC, go for it. No one is forcing
>> you to use LLVM.
>
> No, we would prefer to use LLVM, but a missing part in LLVM
> makes it difficult. It would be wonderful if this missing
> part could be supplied.
>
>> You
2006 Jul 10
1
Migration and foreign keys
Hi,
I''m using the ''rake db_schema_dump'' command to clone the structure of
the developement database into the test database.
Unfortunatelly, the schema.rb file doesn''t contain any information about
the foreign keys of the tables. For this reason all the test that
concern about the relations are not working has suposed.
Is this a limitation of Rails or am I
2008 Oct 23
1
Atxfer Command
Hi,
We are testing new Asterisk 1.6.0.1 because we would like to use the
Attended Transfer feature and we are trying to use the new action Atxfer
developed for AMI.
As far as we know, it is suposed to be in this release as it can be read
in Digium's changelog
/New command: Atxfer. See doc/manager_1_1.txt for more details or manager show command Atxfer from the CLI/
But, when we try to
2008 May 11
1
[LLVMdev] Preferring to use GCC instead of LLVM
On May 10, 2008, at 8:41 PM, Emílio Wuerges wrote:
> Is this thread suposed to be a bad joke?
I thought jokes were funny? ;-)
-Chris
2002 Jun 17
1
Executing an windows application installer that check for window s version?
> Hi All,
>
> I have a problem installing a windows application using wine on SuSE 7.3.
> The application installer checks for windows version prior to proper installation. It suposed to work on "NT" and "Win2000" only.
> I've tried both the Codeweaver's Wine preview 6 and wine that comes with SuSE 7.3 but it doesn't work. The error message is
2004 Aug 06
1
DarkIce problem
Hello
Sorry if i'm not exactly on the right list, but I'm sure you guys will
help me :-)
I have a problem with DarkIce, since the compiler can't find Lame
libraries. I tried with Lame 3.70, 3.89beta (both hand-compiled) and a
package (3.89 too), nothing works. Which version on Lame am I suposed tu
use to make DarkIce work, and is there a secret trick to make it work ?
:)
Thank you