Displaying 20 results from an estimated 130 matches similar to: "Trouble with ifelse and if statement (PR#7962)"
2004 Feb 09
1
SAMBA 3.02rc2 ERROR in nmbd command
we have installed a samba server 3.02rc2  in a redhat linux 9, the first 3
days works fine, but today is not possible to initialize the nmbd command,
it says that exists the following error (all other logs are ok, the samba
server itself is working fine, but it is not possible find the netbios name
int the network):
===============================================================
INTERNAL ERROR:
2004 Nov 07
1
creating a package without lazy loading
When I do a   
  R CMD build --binary   
then I get the messages at the end of this post unless I specify 
  LazyLoad: no 
in the DESCRIPRION file.  If I do that then everything 
proceeds smoothly.  R CMD check proceeds smoothly in
either case. Is there something I should be aware 
of that is causing this message when I do not turn off
lazy loading?
I am using Windows XP and R 2.0.1 beta
2006 Jul 14
0
Deliever in RC2 incorretly outputs "saved mail to INBOX"
Hi All,
I've recently upgraded to RC2 (debian package) and now I get the
following message in syslog all the time:
Jul 14 15:51:04 server01 deliver(alex): saved mail to INBOX
This seems to happen for every mail, despite some being filtered into
different folders.
It goes like this:
Mail arrives from Ubuntu mailing list:
Jul 14 15:53:49 server01 postfix/qmgr[19023]: D51A95C023:
2012 Dec 19
1
Path for fixing sequence lookup of newly created mails in transaction view
Hi!
It seem that tview_lookup_seq_range works incorret, if I request uids from 3 to 3, and I have new uids 1,2,4,5 it will return seq for uid=4. Fixing patch is included as attach.
------
Sergey Potapov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_tview_lookup_seq_range.patch
Type: text/x-diff
Size: 894 bytes
Desc: fix_tview_lookup_seq_range.patch
URL:
2005 Jan 23
1
IP address versus Hostname
I am using: SuSE 8 and Samba 3 and kernel 2.4.  SAMBA
has joined the Windows ADS environment correctly.  But
here is my issue.  If I  enter the HostName of the
SAMBA server from a Windows 2000 PC I get the Incorret
Password or Unknown User pop up but if I enter the IP
address, I have no issue I can see the SAMBA shares. 
I have googled around and have  seen this question
posted but no resolution,
2003 Dec 13
2
Change one file, and they all get sent!
Hi,
Just starting out with rsync, and I think I might be missing a 
fundamental point of how it works.
Scenario:
I start an rsync daemon on host A, and define a module 'test' on the 
rsyncd.conf file. 'test' is essentially my home directory on host A
I then sign on to host B and issue
rsync --progress --recursive --links --stats arthur::test/ /var/tmp/haggis
This copies
2008 Jun 11
1
Some kind of weird setup ...
Hello,
I've some questions for you and hope you can help me with some issues. I'll
start with the (hopefully) easier one. I'm working with Samba 3.0.28a an Ubuntu
8.04.
1. There's a share on an ext3 fs with user quota set. If I mount that share to
another Ubuntu, how am I able to see the "free space" I have on that device? df
only reports the free space of the
2009 Sep 02
2
Does L(x:y:z) "Dial" option work on Asterisk version 1.4 ?
Hello there!
I'm testing "Dial" call limit option on Asterisk version 1.4.26, but 
it's not working.
The issued command is: "Dial(SIP/${EXTEN}|20|RtT|L(300000:60000:20000))".
Am I missing something ?
Does it only work with Asterisk version 1.6.X ?
Thanks and best regards,
-- 
__At.,                                                                                    
2003 Apr 24
4
./configure
Good Morning
I am new to SAMBA and I am just getting started. I tried to do the
./configure and came up with this error. Can anyone tell me what CC is and
where do I get it from...I am on  IBM RS-6000 using UNIX/aix.
        # cd /tmp/samba-2.2.8a/source
# ./configure
loading cache ./config.cache
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH 
#
2010 Nov 02
1
splitting First 10 words in a string
Hi Steven, 
 
Thank you for the help. I get an error though when i do this :
 
>lit<-read.csv("litologija.csv", sep=";", dec=".")
>sent <-data.frame(sentence=lit$Opis,stringsAsFactors=FALSE)
>str(sent)
>sentV<-rep(sent,10)
>str(sentV)
 
>first=second=third=fourth=fifth=sixth=seventh=eighth=ninth=tenth<-vector(length=10)
>DF
2012 Sep 07
5
puppet hangs
Hi
I am a newbie to puppet and I am going through the documents at "
http://docs.puppetlabs.com/learning/manifests.html" the exercise were
working normally then suddenly puppet hangs when I tried to apply a manifest
root@nscbose:/home/bala/puppet# puppet -V
2.7.11
root@nscbose:/home/bala/puppet# cat /etc/debian_version
wheezy/sid
root@nscbose:/home/bala/puppet# ps aux | grep -i puppet
2006 Jul 20
1
[RTLWS8-CFP] Eighth Real-Time Linux Workshop 2nd CFP
We apologize for multiple receipts.
--------------------------------------------------------------------------------
                      Eighth Real-Time Linux Workshop
                            October 12-15, 2006
                         Lanzhou University - SISE
                          Tianshui South Road 222
                           Lanzhou, Gansu 730000
                        
2006 Jun 13
1
GXP-2000 Audio Quality
I have a client with about 16 GXP-2000. They complain that the audio  
quality is terrible after 2 or 3 simultaneous conversations. They are  
behind DSL 1.5Mbps down and 256Kbps up. Because they are using G711.u  
codec, I know they upstream bandwidth is the limiting factor and they  
most likely won't be able to have more than 3 simultaneous  
conversations, and if they're surfing the
2012 Nov 26
1
who's in charge of the fortune d/b?
I haven't found who does it for RHEL/CentOS yet, and there's a wrong
attribution....
--------------------- Fortune Begin ------------------------
 I'm N-ary the tree, I am,
 N-ary the tree, I am, I am.
 I'm getting traversed by the parser next door,
 She's traversed me seven times before.
 And ev'ry time it was an N-ary (N-ary!)
 Never wouldn't ever do a binary. (No
2006 Sep 11
5
Successive Graphs
Hello! I have written an R script on a Windows platform where I
calculate eight result matrices I plot using matplot. I would like to
display the resulting plots successively, rather than simultaneously,
and I was wondering if anyone could point me in the right direction as
to how to do this. The graphs pop up in this manner by default when I
run my script in S-PLUS, with tabs separating them so I
2012 Mar 02
2
Spacing of text does not match spacing of bars in barplot
I have a very standard barplot. My labels are too long to be printed
horizontally under each bar, so I am using text to put the labels on a 45
degree slant. 
However, the labels are spaced more narrowly than the bars, so on an 8
vertical bar plot, the end of the eighth label is lined up with the seventh
bar.
Preferably I don't want to do every text label separately (I'm having this
2004 Aug 27
2
Samba, the GPL and SCO
For those of you following the IBM vs SCO legal case, you have probably 
noticed that SCO has said that the GPL is invalid. IBM appears to make 
the reasonable case that you can't say something is void, and then rely 
on it. INAL, but why is SCO allowed to distribute Samba without agreeing 
to the GPL? That's like buying a car, then claiming the sale agreement 
is bogus but you still want
2007 Sep 02
21
ferret for professionals
Hello,
I''m trying to setup ferret search engine(what i did successfully for
searching english phrases, words)
But i doesn''t work for UTF-8 symbols!!!
I tried  to find the solution for this problem:
1) i add to enviroment.rb followinf lines:
  ENV[''LANG''] = ''de_DE.UTF-8 at euro''
  ENV[''LC_TIME''] = ''C''
 
2016 Mar 07
2
CentOS 7, ctrl-alt-bksp
I've been googling, and looking at the CentOS wiki - which, btw, when I do
a full search on "control-alt-backspace", gives me three pages... in
Japanese, I think.
How do I re-enable userspace restart X?
       mark
2005 Sep 18
1
trimmed mean in R seems to round the trimming fraction
subject: trimmed mean in R seems to round the trimming fraction
to r-help at stat.math.ethz.ch.
Consider the following example of 10 numbers.  10% trimmed mean is correct
but you can see that the result is the same for many trimming fractions
till 0.20!
For example 13% trimmed mean should use interpolation of second and
eighth ordered observation.  R does not seem to do this.
The correct 13%