similar to: /lib/modules...

Displaying 20 results from an estimated 5000 matches similar to: "/lib/modules..."

2008 Oct 24
1
18179: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
On a RHEL4u4 machine... [root@rincon mnt]# mount -t smbfs -o username=qamount,password=m0unt1\! //10.4.0.15/Builds /mnt/builds/ 18179: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed 10.4.0.15 is a W2K3 R2 file server. Yes, I know this isn't a Samba question, but Google turns up absolutely nothing, and I figure Samba people are far more likely to have some
2003 Aug 15
3
Incorrect format of Text
Hi, I am running Samba 2.2.8a on Solaris 8, and have shared out a directory containing some simple text files. The issue I am experiencing is the following: If the files are FTP'd from the Unix box to a Windows machine and opened using Notepad, the formatting is correct. If the same files are either opened directly or copied (from the Samba share) from the Unix box to the Windows machine,
2009 Jan 06
2
smbcontrol smbd ping also answered by nmbd and winbindd
Hello, with samba-3.0.x an "smbcontrol smbd ping" was answered by all running smbd processes. With samba-3.2.x it is now *also* answered by nmbd and winbindd: [root@cs00 ~]# smbcontrol -V Version 3.2.5 [root@cs00 ~]# for i in `smbcontrol -t 1 winbindd ping | grep PONG | awk '{ print $4}'` ; do pstree -p | grep $i ; done winbindd(29908) - winbindd(29909) [root@cs00 ~]#
2007 Aug 02
3
how to export and import VMware servers
I recently build a CentOS-based VMware server (the free ver) and now need to move all of the virtual machines off my old Windows-based VMware server (also the free ver) to this next CentOS-based one. I have successfully FTP'd all of the files to the new CentOS box and have even opened the server in the console Window, but cannot "start" it. I start the machine (like I always do),
2017 Sep 10
2
Question about quad-register
Hi All, If the target supports quad-register R0:R1:R2:R3 (Rn is 32-bit register), is it possible mapping quad-register to v4i32 so that the following example work? typedef int v4si __attribute__ ((vector_size (16))); void foo(v4si i) { v4si j = i; } I don't know how to write CallingConv.td to represent the concept of occupying quad-register R0:R1:R2:R3 once seeing
2008 Nov 10
3
read SAS file
Looked at a lot of documentation and listserv postings and still can’t solve this problem. I need to get a SAS dataset into R. I’ve converted it to an .xpt file and when I try to read it I get: > read.xport("cft2008R") Error: could not find function "read.xport" > Not sure what I’m doing wrong. I’m running SAS 9.1.3 on an UNIX box. I ftp’d the file over to my
2007 Jul 16
3
NIS problems after installation
so, i just installed CentOS on our server and set up NIS using the same configuration as on our other server, but the clients' ypbind services complain that although they can find the correct server, the server does not respond to requests. to debug this, i've: * pinged the server using its ip and it's name * ssh'ed to the server using it's ip and name *
2010 Jun 23
2
umask not functioning with cp command
Hi all, $ umask 0002 $ mkdir test $ ls -ld test drwxrwxr-x 2 user user 4096 Jun 23 19:04 test/ $ls -ld content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content $ cp -r content test/ $ls -ld test/content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content My question is, how can I make content directory permission mode to 775 if I do cp inside the test directory? Thanks. Regards, James
2007 Feb 13
4
Live Migration... shortest path
In a prior message I documented my woes in getting an NFS_ROOT xen going. I haven''t resolved those yet, want to try a different tack at this: If the group were to recommend a path of least resistance to showing migration/live migration, which configuration would it be? Joe. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2007 Oct 24
28
random cpu spikes, EBADF errors
In May I had problem with mongrels suddenly consuming huge cpu resources for a minute or two and then returning to normal (load average spikes up to 3.8and then back down to a regular 0.2 over the course of 5 minutes, then again 1/2 hour later. or 4 hours later, no predictable rhythm). I posted to Litespeed forums because I thought the problem was there but didn''t get far. And a week
2007 Mar 01
8
Remote access to domU console using vnc
I have an FC6 dom0 running on a headless server. I want to install a CentOS 4.4 domU with a console accessed using vnc from a remote machine. I *think* I should be able to do this from my understanding of the documentation. I''ve configured a domU to boot from an ISO image to do the CentOS install and run xm create. netstat on dom0 shows there''s a listener on 0.0.0.0:5900, but
2000 Dec 05
6
R or Splus?
It's been suggested I use R, I suppose because my employer is too skint to pay for a copy of Splus. But.... it doesn't seem to be stable. I was trying to do some ordinary regression and stepping through a model. I was trying to set up a model ('kitchen_sink') in which to put all my model parameters. Then I wanted to use step() to see what it would reduce the model to. I
2013 Jun 17
1
ignore time completely (don't report with -i)?
$ rsync -rin --no-t --ignore-times src dst I still get items like <f..T...... file Is it possible to completely turn off time synchronization? Because windows (cygwin) targets seem unable to handle them, and I'm basically using rsync -ri as a remote diff. I want to verify that ftp'd files are faithfully transferred (no CRLF bull, for example). This obsession with times seems
2002 Nov 06
1
What else do tab-delimited and csv do differently?
Until recently, I naively believed that a csv was the same as a tab-delimited file except commas replaced tab characters (provided of course, the characters being separated weren't either). Evidently, that is not the case. I tried reading a tab-delimited file (created in Excel [2000, W2K] and ftp'd as ASCII to linux) into R platform i686-pc-linux-gnu arch i686 os
2003 Apr 26
2
Duplicating Hard Drive Problem
Hello All: My research group recently invested in a 17 node Linux rackmounted cluster. It was delivered recently and, being the lowly graduate student that I am, I was told to 'make sure that it works.' After investigating it, I noticed a problem with two of the hard drives one nodes 14 and 16. On most of the nodes, a 'df -hT' will give you the following: Filesystem Type Size
2007 Feb 24
7
Creation of additional image within a domU
Chaps, Perhaps this question is a little basic for this list but I''m not really sure of the simplest method or best tool for the job. I''ve created some images with `dd=/dev/zero ....` and I''m using them for the domUs now. Some of them have been running for a few months with no probs. Trouble is that I''d like to create a separate partition within the domU.
2009 Aug 24
0
Failed to join domainL: failed to connect to AD: NT_STATUS_NOT_SUPPORTED
Hello, I'm having a problem getting samba to work properly. In a nutshell, we had Samba running (version 3.0.x, the version that comes with RHEL4u4), but then our security guys made us make several changes to our Win2k3 domain controller, and now I cannot get this to work. First, I'm simply trying to join a Linux file server to a Windows domain for file sharing purposes, I have no
2006 Jun 28
0
Installer ISO with testing kernel?
We're trying to install CentOS 4 on an ASUS P5RD1-VM motherboard, which has the ULI M1573 chipset. This means we need the sata_uli driver, which will be in RHEL4u4 and thus is (I think) in the testing kernel currently available from CentOS. However, that doesn't get us past the fact that the installer doesn't recognize the drives. Does anyone have a recommendation for how we can
2008 Aug 13
0
IPF/Xen-3.3.0-rc4 StatusReport --- no issue found
Hi all, We have done the ABAT test to Xen3.3.0-rc4 (staging#18314) on IA64. No issue was found for IPF. Thanks! Detail Xen/IA64 Unstable Cset #18314 Status Report ============================================================ Test Result Summary: # total case: 17 # passed case: 17 # failed case: 0 ============================================================ Testing
2007 Sep 18
1
i cant find centos 4.4
Cant find this version. Can some point me in the right direction. _____________________________________ "He's no failure. He's not dead yet." William Lloyd George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070918/5561d59f/attachment.html> -------------- next part