Displaying 20 results from an estimated 3000 matches similar to: "Unable to mount SMB drive"
2006 May 22
3
Errors accessing smbfs share after upgrade to redhat ES4.0
I used to mount following share using samba client on
RHEL 3.0 without any problems. Then I installed ES4.0
and I started seeing problems with these samba shares.
I have following line in fstab to mount the share :
//bizgroup/wli1 /wli1 smbfs
uid=501,gid=501,credentials=/etc/samba/.smbpassword
0 0
and /etc/samba/.smbpassword contains following
username=xxxxxxx
2007 Apr 18
1
[Bridge] recent crashes? Linux kernel 2.6.18-1.2239.fc5 (Linux Fedora Core 5)
At the risk of angering the crash Gods, my sustem has NOT crashed again
since I downgraded the kernel from 2.6.18-1.2239.fc5 to 2.6.18-1.2200.fc5.
Given that newfound stability, and my lack of time, I'm going to put on
hold any further diagnostics, until the next kernel revision is released.
I have submitted a report at bugzilla.redhat.com (bug 218128). (Ah, nuts;
accidentally created a
2014 Oct 25
4
linux kernel 3.17, freeze on resume
This may not be the proper place to raise this question but I've had little luck elsewhere.
After trying again, unsuccessfully this time, to install the proprietary NVIDIA driver, I've decided to focus my efforts on the open source Nouveau driver. I've seen video drivers blamed for varying degrees of "freeze on resume" but I'm not certain that's what I'm up
2013 Dec 02
3
no-amd-iommu-perdev-intremap + no-intremap = BOOM with Xen 4.4 (no-intremap by itself OK).
Hey
I wanted to try my hand at doing some GPU passthrough so on my ASUS
M5A97 which in the pass worked with an older BIOS (but said BIOS
had issues after S3 suspend) - but with a BIOS the PCI passthrough does
not work. That is due to::
(XEN) IVHD Error: Invalid IO-APIC 0xff
(XEN) AMD-Vi: Error initialization
2007 Aug 20
5
Problems reading a backup data DVD
I wrote a bunch of files to a backup DVD about two months ago and now
neither of my drives will read it. I get mount errors from "not a
directory" to something like "unrecognized file system type" and so on,
usually after a really long wait and a notice about how the drive is
write-protected (duh).
Here's what happened most recently:
# mount /dev/hdc /mnt
mount: block
2003 Oct 01
2
smbmount not exiting
The following scriptlet, containing a wrong password among the
mount options,
#!/bin/bash
/bin/mount -t smbfs -o \
"netbiosname=mymachine,workgroup=group,username=user, \
password=wrongpasswd,ro,debug=4" //machine/c /mnt/dir
/bin/echo "Exit $?"
returns invariably
mount.smbfs started (version 2.2.7a-security-rollup-fix)
added interface ip=192.168.0.53
1999 Sep 17
1
Compiling with smbmount option
We have downloaded the samba 2.0.5a source from net and tried to compile with the smbmount option, which is what we need for mounting. The following wor "
-----------
client/smbmount.c: In function `send_fs_socket` :
client/smbmount.c:295: storage size of `conn_options` isn't known
client/smbmount.c:314: `SMB_CASE_DEFAULT` Undeclared (first use this function)
client/smbmount.c:325:
2004 Mar 19
4
64-bit Windows advanced server 2003 hangs
I just had the unpleasant experience of crashing a production server
_twice_ when trying to access a file share.
The server is 64-bit Windows 2003 on an itanium3. My box is RedHat Linux
8.0 with Samba 3.0.0-2. Here's some messages from syslog:
Mar 19 09:13:58 hedron automount[1037]: attempting to mount entry
/dborg/POS
Mar 19 09:13:58 hedron mount.smbfs[23153]: [2004/03/19 09:13:58, 0]
2007 Mar 01
1
TDM400p Loaded only once
Hi
when I turn on my PC I able to load the drivers and start my card,
if I reboot the PC I have the following error
ztcfg -vvv
Zaptel Configuration
======================
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04: FXS Kewlstart (Default) (Slaves: 04)
4 channels
2006 Mar 03
10
CiscoWorks 2.5 Install on Solaris 10
I''m trying to install CiscoWorks 2.5 on Solaris 10 update 1, and after
the install when I try to start the daemon, it errors:
# /opt/CSCOpx/objects/dmgt/dmgtd.sol
ERROR: open file dmgtd failedERROR >>>>>>>>>>>>> open msg catalog
failed. NLSPATH incorrect or objects/share/nls/C/dmgtd.cat is missing.
# echo $NLSPATH
2007 Jan 08
11
NFS and ZFS, a fine combination
Just posted:
http://blogs.sun.com/roch/entry/nfs_and_zfs_a_fine
____________________________________________________________________________________
Performance, Availability & Architecture Engineering
Roch Bourbonnais Sun Microsystems, Icnc-Grenoble
Senior Performance Analyst 180, Avenue De L''Europe, 38330,
Montbonnot Saint
2008 Jan 28
2
How to get out the t-test value matrix for a linear regression ?
Hi, all
I've written some R script to calculate the linear regression of a matrix.
Here below is my script:
>x<-matrix(scan("h:/data/xxx.dat",0),nrow=46,ncol=561,byrow=TRUE)
>year <- NULL
>year <- cbind(year,as.matrix(x[,1]))
>lm.sol<-lm(x~year)
>xtrend<-coef(lm.sol)[2,] # get the matrix of regression coefficient
>t.test<- ?
2015 May 15
2
comportamiento de data.table al hacer calculos por grupos
Muchas gracias Freddy y Carlos ... estuve intentando con .() y con
list(), para calcular la media y el error estandar al mismo tiempo en
dos columnas, pero me arrojaba un error que no supe interpretar.
Ahora ya funciona como sugiere Carlos.
Muchas gracias de nuevo.
Saludos, Eric.
On 14/05/15 19:28, Carlos Ortega wrote:
> Hola,
>
> La forma de hacerlo con data.table es esta:
>
2013 Aug 09
1
Agrupar los terminos de la leyenda
Bueno, una pequeña vuelta de tuerca más usando ggplot.. Aunque no quedó tan limpio como el de Carlos (gran resolucion) tambien te sirve.
Un saludo
library(ggplot2)
dec.df <- mat[mat$sol=="dec",]
lim.df <- mat[mat$sol=="lim",]
dol.df <- mat[mat$sol=="dol",]
dec.dr<-qplot(dia,V5,sol,data=dec.df,color=con2,geom=c("line"),facets=.~sol)
lim.dr
2005 Aug 08
4
Problem with DFS mounting (works OK in smbclient) [samba-3.0.14a-2.1.fc4.kde]
I am having problems mounting a DFS share, even though it works in smbclient
fine.
After mounting, the mount point (in ls) has question marks for everything, and
when ls'ing I just get permission denied.
Turning up debug and verbose don't seem to help. Any ideas ?
[tom@charles-compaq@1306 /home/tom/Projects/gbb-core-app ]
smbclient //exchsvr/dfs -U tchiverton -W BLUEFINGER
Password:
2013 Sep 04
5
Stack de un data.frame
Estimada comunidad, voy a describir lo que necesito hacer y no he
encontrado como, pues no se si hay funciones en R para esto.
Tengo la siguiente tabla de doble entrada que obtuve con la funcion CAST:
sol 1 2 3 4 5
1 con 0.00259587 NaN NaN 0.001905260 NaN
2 dec NaN 0.002719438 NaN 0.002339808 0.002970884
3
2013 Jul 12
2
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Hola de nuevo. Leí mal. Si vas a eliminar esas filas, entonces usa:
sqldf("select * from graph where sol!='lim' and dia!=2")
En el correo anterior seleccioné precisamente a esas descartando a las
demás.
Culpa de mis anteojos... jeje.
On Fri, Jul 12, 2013 at 5:20 PM, Freddy Omar López Quintero <
freddy.vate01@gmail.com> wrote:
> Hola.
>
>
>> Tengo que
2011 Aug 23
1
pMCMC and HPD in MCMCglmm
Dear R users,
I?d like to pose aquestion about pMCMC and HDP.
I have performed a mixed logistic regression by MCMCglmm (a very good package)
obtaining the following results:
Iterations = 250001:799901
Thinning interval = 100
Sample size = 5500
DIC: 10.17416
G-structure: ~ID_an
post.mean l-95% CI u-95% CIeff.samp
ID_an 0.7023 0.0001367 3.678 2126
R-structure: ~units
post.mean l-95%
2017 Jan 20
4
problema con grafico lattice ....
Estimada comunidad, estoy tratando de hacer un grafico y no resulta
(adjuntos datos). Se grafican la vble "con" en el eje X y "can" en el
eje Y. Se agrupa por la vble "sol". Se deben agregar como lineas
horizontales los valores de "can" asociados a "sol" "ControlAE" y
"ControlAB", para lo que uso panel.
Pero al agregar