Displaying 20 results from an estimated 800 matches similar to: "Problem accessing share directory"
2004 May 04
3
Unable to gunzip file
Hello all,
I have downloaded samba-2.2.8a-1-sol8-suncc-32bit.pkg.gz and I am trying
to gunzip it but I get
gunzip: samba-2.2.8a-1-sol8-gcc295.pkg.gz: not in gzip format
what could be the problem ?
*********************************************************************************
Ce courriel ainsi que ses pieces jointes sont strictement reserves a
l'usage de la ou du destinataire et peut
2004 May 05
0
Awayse getting guest when trying to access share directory
I have installed samba and when I try to access the shared directory, the
username promted is alwayse machine_name/guest I would like it to be one
of the nis users on the server.
I added userneme = @user but this does not change anything, what am I
doing wrong here ????
*********************************************************************************
Ce courriel ainsi que ses pieces jointes
2011 Jan 20
1
Inverse Prediction with splines
Hello, I have fit a simple spline model to the following data.
Data
x y
0 1.298
2 0.605
3 0.507
4 0.399
5 0.281
6 0.203
7 0.150
8 0.101
Model
Sp.1=lm(y~bs(x,df=4))
Now I wish to inverse predict the x for y=.75, say. Optimize works fine
for a polynomial but I can figure out how to get the spline model into
the function argument.
Can anyone help me out.
Thanks!!
Jeff
Jeff Morris
Sanofi
2011 Jul 05
2
Many "Error: Corrupted index cache file /XXX/dovecot.index.cache: invalid record size"
Hi all,
I just joigned this list, so I'm sorry if this problem has already been
reported.
I'm running Dovecot 2.0.13 on many servers, one for POP/IMAP access,
others for LDA, others for authentification only, etc.
All servers are accessing a shared file system, based on MooseFS
(www.moosefs.org). The FS is mounted using FUSE.
All my Dovecot servers have this configuration :
2010 Aug 19
1
Adding lines to xyplot with abline
Is it kosher to add, say, horizontal lines to a lattice xyplot using
abline(h=xxx)? The lines don't appear at the right value, that is, if
h=150, the line might appear at h=140?
Jeff
This communication, including any attachments, is intended solely for the use of the addressee and may contain information which is privileged, confidential, exempt from disclosure under applicable law or
2011 May 23
2
How to run the java demo code contained in libguestfs package ???
Hi all,
I would like to use libguestfs to manage the virtual disk images of virtual machines on XenServer, which is a virtualization platform.
When I try to do some test of the Java codes contained in the libguestfs package, the following error promped up:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no guestfs_jni in java.library.path
at
2004 Jul 27
2
computing differences between consecutive vector elements
Dear R-users,
I am a newbie to R so please excuse this naive question for which I couldn't
seem to find online answers.
I have this data frame containing a series of locations through time
(x,y,z,t). I would like to compute the difference in x, y and z between t-1
and t.
Sounds easy enough, but how on earth does one loop through vector elements
and compute this difference?
Thanks
Thomas
2017 Feb 10
4
Disabling specific commands in sftp
Hi,
On CentOS 7 I?m trying to set up a chrooted SFTP server on which specific users can only read and write on specific folder. And I?d like to disable some commands, so the users can only do ?cd?, ?ls?, ?get? and ?put? (and disabling ?chgrp?, ?chmod?, ?chown?, ?df? etc ?). Is there a way to achieve it, natively or with using a third-party software ?
Alexandre MALDEME
Analyste d'exploitation
2015 Dec 15
3
FastAGI not working
Hello everyone,
I have a problem with a FastAGI connection, could you help me fix this problem please?
Here is my log:
[2015-12-15 16:17:09] WARNING[23936][C-00000015]: res_agi.c:1658 handle_connection: Connecting to '10.171.54.149:9110' failed for url
2004 Jul 28
5
using Rterm under cygwin, no possiblity to delete characters
Dear R-users,
When I call Rterm from cygwin, I have no options but typing the exact syntax
the first time. If I happen to hit the "delete" key (backspace), R dies when
I press enter saying :
Error: ... (error concerning the function on the last line of text)
Execution halted
Perhaps some of you have experienced this and found work arounds? One has to
be pretty good to type without
2017 Feb 28
2
Re: Redhat 7: cgroup CPUACCT controller is not mounted
Thanks Martin to confirm that the issue is due to privilege access. How can I run a domain as non-root and be able to access the cpu information?
-----Original Message-----
From: Martin Kletzander [mailto:mkletzan@redhat.com]
Sent: Tuesday, February 28, 2017 16:18
To: EL FATHI Youssef OBS/OINIS
Cc: libvirt-users@redhat.com
Subject: Re: [libvirt-users] Redhat 7: cgroup CPUACCT controller is not
2004 Sep 09
0
Re: Asterisk-Users Digest, Vol 1, Issue 5082
Anyone using the recently MAC OS X ? Version of asterisk ?
Thanks,
Francisco Perez-Landaeta
> From: asterisk-users-request@lists.digium.com
> Reply-To: asterisk-users@lists.digium.com
> Date: Fri, 27 Aug 2004 13:08:24 -0500 (CDT)
> To: asterisk-users@lists.digium.com
> Subject: Asterisk-Users Digest, Vol 1, Issue 5082
>
> Send Asterisk-Users mailing list submissions to
>
2008 Mar 08
0
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore (2nd try)
From : Erwan Velu <erwan.velu at free.fr>
This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
- Replacing strncpy by strnlcpy (thx hpa)
This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.
I'd like to thank Sebastian Herbszt for its reports and tests.
This patch was made for
2008 Mar 08
0
[PATCH 1/1] Fixing wrong offsets in dmi
On sebastian's request, I'm sending this patch.
From : Sebastian Herbszt <herbszt at gmx.de>
DMI code have some wrong offsets.
This patch fixes this offsets and improve the grammar.
Signed-off-by:Sebastian Herbszt <herbszt at gmx.de>
--------------------------------------------------------------------------------
Les opinions et prises de position emises par le signataire
2008 Mar 08
1
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore
From : Erwan Velu <erwan.velu at free.fr>
This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.
I'd like to thank Sebastian Herbszt for its reports and tests.
This patch was made for 3.62-pre16 but applies fine on 3.63-pre1.
2003 Oct 30
1
$ in domain name, Samba 2.2.8a
> -----Original Message-----
> From: Gerald (Jerry) Carter [mailto:jerry@samba.org]
> Sent: Wednesday, October 01, 2003 11:49 AM
> To: Stuckless, Colin 709 778-3815
> Cc: Andrew Bartlett; 'samba@lists.samba.org'
> Subject: Re: [Samba] $ in domain name, Samba 2.2.8a
>
> Andrew Bartlett wrote:
>
> | Yes, we are stripping it out for security reasons. The
>
2017 Feb 27
2
Redhat 7: cgroup CPUACCT controller is not mounted
Hi,
With a non-root user account, I am launching virtual machines and would like to get CPU stats for each Core (using python API or not) but face the following problem:
- When I issue the command "virsh --readonly cpu-stats MY_DOMAIN" I got the following error:
error: Failed to retrieve CPU statistics for domain 'MY_DOMAIN'
error: Requested operation is not valid: cgroup
2015 Dec 22
2
Asterisk CLI and database problem
Hello,
I have a problem related to the Asterisk CLI, when I enter "asterisk -rv", it cannot display the Asterisk CLI and instaed, I have this message "Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)."
When I check with "locate asterisk.ctl", it is indeed in the repertory "/var/run/".
So after searching I have found we can enter
2008 May 01
3
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
Hi,
I need to use ROracle to communicate with Oracle from R program in windows
environment. I am using Oracle 10g, R 2.6.2. I found a pre-compiled binary
for ROracle for Oracle version 9.2. When I am trying to use it with Oracle
10g I get the following error:
con <- dbConnect(drv, "user/passwd at dbname");
Error in function (classes, fdef, mtable) :
unable to find an inherited
2005 Jun 19
4
dcom98.exe fails to install.
I used the tool wine-config-sidenet from
http://sidenet.ddo.jp/winetips/config.html which works great.
I installed wine 20041201 as recommended and started wine-config-sidenet
setup program and IE6 seemed to run great however, some URLs didn't work
for example: www.arkia.co.il.
Looking at the FAQ I noticed I should install dcom98.exe. When
installing it I got windows popup stating: