Displaying 20 results from an estimated 5000 matches similar to: "my samba hangs for 60 seconds"
2008 Sep 20
3
without passwd
Hi, I have two Fedora box and rsync running on both systems. One system ip
is 192.168.1.110 and the other is 192.168.1.71. I run manually for the
following commands in both systems. my problem is whenever run it asking
the user passwd and i cannot run the same automatically using crontab. My
question is how to avoid the passwd option...
rsync -aPrv rsync://192.168.1.110/detailing/
2011 Jan 17
1
virt-install with --channel option inquiry
hi, virt guys,
This is Hongqing from Fedroa QA team. I try to forward the guest installation logs to host with virtio.
I have used virsh edit <guestName> to add a channel, it works fine.
I think it would be better if I can initialize it when I create the guest using virt-install,
and virt-install also offers the option, I have tried below, but it does not work.
virt-install
2017 Aug 19
2
xp: unknown user name or bad password
On 08/19/2017 12:31 AM, Rowland Penny via samba wrote:
> On Fri, 18 Aug 2017 19:53:26 -0700
> toddandmargo via samba <samba at lists.samba.org> wrote:
>
>> Hi All,
>>
>> Fedora Core 26
>>
>> # rpm -qa \*samba\*
>> samba-common-4.6.7-0.fc26.noarch
>> samba-common-libs-4.6.7-0.fc26.x86_64
>> samba-4.6.7-0.fc26.x86_64
>>
2002 Aug 26
5
updating n within for(i in 1:n) loop
Hi folks:
I think I'm having problems with figuring this one out:
test1 <- function()
{
n <- 2
for(i in 1:n)
{
cat(paste("i =", i, "\n")); flush.console()
n <- 5 # version 1
#n <<- 5 # version 2
#assign("n", 5, envir = environment(test1)) # version 3
}
}
I need the for(.) loop to run (say) n=5 times within the
2004 Oct 16
3
Problem Compiling R-2.0.0 on Linux Alpha
Hi folks:
I'm trying to compile R-2.0.0 on my Alpha (164SX;
alphapca56-unknown-linux-gnu) running RedHat Linux 7.2 with gcc3.4.1.
Here is where the compile terminates:
....
....
building package 'tcltk'
mkdir -p -- ../../../library/tcltk/R
mkdir -p -- ../../../library/tcltk/demo
mkdir -p -- ../../../library/tcltk/exec
mkdir -p -- ../../../library/tcltk/man
make[4]: Entering directory
2004 Oct 16
3
Problem Compiling R-2.0.0 on Linux Alpha
Hi folks:
I'm trying to compile R-2.0.0 on my Alpha (164SX;
alphapca56-unknown-linux-gnu) running RedHat Linux 7.2 with gcc3.4.1.
Here is where the compile terminates:
....
....
building package 'tcltk'
mkdir -p -- ../../../library/tcltk/R
mkdir -p -- ../../../library/tcltk/demo
mkdir -p -- ../../../library/tcltk/exec
mkdir -p -- ../../../library/tcltk/man
make[4]: Entering directory
2008 Oct 02
1
Unable to Login to Dovecot.
I am unable to login to dovecot . I have edited dovecot.conf as per the Basic
Configuration.txt in the wiki.I am using Suse 10.2 on I586 and OS is ?Linux
2.6.18.2-34-default i686.
Any help will be appreciated.
Lisiting of Dovecot.conf
Saisuse:~ # dovecot -n
# 1.1.3: /usr/local/etc/dovecot.conf
log_path: /var/log/dovecot.log
info_log_path: /var/log/info.dovecot
disable_plaintext_auth: no
2001 Nov 28
2
shell()/system() question
Hi folks:
How do I get shell() or system() to run external programs in a particular
directory (different from the current R working directory)?
> version
_
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1
minor 3.0
year 2001
month 06
2007 Nov 23
4
help! problem with mongrel, request.remote_ip and lighttpd
I have an existing rails application on lighttpd and I am trrying to upgrade
to mongrel for the enhanced scalability it offers.
I am running mongrel 1.1.1, rails 1.2.5, lighttpd 1.4.13 and ruby 1.8.5
Everything is working great except request.remote_ip returns 127.0.0.1 or
192.168.0.102 (the internal network address of the server running lighty).
I''ve seen some older posts about
2002 Mar 05
3
reading 2-byte integers using readBin and connections
Hi folks:
This may be a stupid question, but I cannot seem to find a way to tell
readBin that I want to read 2-byte integers from the connection. The input
file is 150,720 bytes long containing 75,360 short (2-byte) integers. But
specifying "integer" or "int" for what in readBin only returns me a vector
of length 37680, leading me to believe that sizeof(integer) or
2008 Feb 12
4
Reg Disk space in guest domain with fedora img
Hi
I had installed Xen-3.0.4 in Scientific linux 4 (kernel version 2.6.16.33)
by following the instructions given in following link
project-xen.web.cern.ch/project-xen/xen/howto_slcXen.html
I ve created the guest Domain with fedora image of size 2.2GB , disk space
as 10GB and the domain started successfully . when i logged into the xm
console and checked the disk space its showing only 2.2GB ..
2017 May 24
2
Moving dovecot/maildir to new host, dovecot.* files
Hello,
I've done a fair amount of searching, and couldn't find a definitive answer.
I am moving my dovecot/postfix servers and mail in Maildir formats to a new host.
When I move the Maildir directories, what should I do with the dovecot.index/cache/log/etc. files?
I know I can filter them out, and dovecot will recreate them, but is that the best approach?
I am thinking of the following:
2010 Jul 19
1
How to create a guest os from existing disk image file with virt-install
Hi
I have configured KVM with Fedora Core 13 by enabling the KVM virtualization
option while installing OS.
I have successfully created the guest OS by using the virt-install API
/usr/sbin/virt-install --name centos5 --ram 512 --disk
path=/var/lib/libvirt/images/
centos.img,size=5 --network network:default --accelerate --vnc -c
/tmp/CentOS-5.3-i386-bin-DVD.iso
Os installed successfully and after
2013 Aug 07
1
Issues with print command group membership
Hi,
I have a Samba print share set up, with a "print command" specified
that just cats the file to /dev/ulpt0. This share is accessed by the
guest Samba account, which I have set to be the 'smbguest' username.
I can manually run the print command as root, and the file prints.
I can manually run the print command as 'smbguest' (through sudo) and
the file prints.
2003 Jan 29
1
dyn.load warning message in R1.6.2 on Windows XP
Hi folks:
I used to load a DLL fine up until R 1.5.1. The same DLL dyn.loaded under R
1.6.2 prints the following warning message:
> dyn.load("C:/Rajiv/Bin/rpdate.dll")
Warning message:
DLL attempted to change FPU control word from 8001f to 9001f
>
Any indication as to what the warning means, and whether I should be
concerned about it? The DLL is made from a pure C code,
2007 Apr 05
6
NT_STATUS_ACCESS_DENIED
I am new to Samba, but not to Linux. I hope someone here can point me in the
right direction.
I have installed Samba and it appears to be working, at least as far as I have
tested it. However, I have hit a snag in my testing. I have searched Google for
several hours but I have not found a solution.
On a Linux machine (named "annwn") running Fedora Core 6, I have set up a share,
using
2004 Oct 17
2
Re: [R] Problem Compiling R-2.0.0 on Linux Alpha
Thanks, Peter, and Prof. Ripley.
My efforts last night was mostly futile except that it told me about the
embedded newline in Built field.
Prof. Ripley: how do I get your fixes? Can I just download
R-2.0.0-patched?
Rajiv
--------
Rajiv Prasad
Scientist, Hydrology Group
Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33
Richland, WA 99352
Voice: (509) 375-2096 Fax: (509) 372-6089
2002 May 01
3
upgrading to 1.5.0/uninstalling 1.4.1 on Linux
Hi folks:
I have a feeling this must be a FAQ, but I did not find the answer in R
Installation and Administration manual. Please point me to the right place
to look for answer to this question if it's already answered.
I am running 1.4.1 on an Alpha PCA56 (aka 164SX) running Redhat Linux 7.1
(kernel 2.4.19-pre4). I built 1.4.1 from sources and it is installed in
/usr/local (the
2003 Dec 09
3
Multilanguage support
http://www.voip-info.org/tiki-index.php?page=Asterisk+multi-language
By trial and error and a lot of ancient nordic magic (reading the source) I found out
that Asterisk does not look for language-specific sound files with the -cc extension,
cc being country code.
Asterisk looks for files first in a "cc" subdirectory, like "se/vm-login.gsm", then
in the default directory.
2003 May 15
1
Does automatic printer driver download from Win 2k client work?
Hi,
I am playing around with automatic printer driver download to Windows
2000 clients from Samba 2.2.8a-1 which doesn't seem to work. Whenever I
right-click on the printer and say "connect", it displays:
The server on which the printer resides does not have the correct
printer driver installed.....
Here is my smb.conf file:
[Global]
workgroup = DEBIAN_FANS
load printers = yes