similar to: Samba 2.2.8a Large File Support Issues

Displaying 20 results from an estimated 200 matches similar to: "Samba 2.2.8a Large File Support Issues"

2006 Sep 12
2
Generate JS from RoR - strange delay with send_data
Hi! I need to generate some JS from Ruby. This is no AJAX related stuff so RJS templates are not help to me. Also I want to not mix JS with HTML, so putting JS in .rhtml templates is no go for me. Currently I made some action in controller, prepared JS code and I''m sending it via send_data as ''text/javascript''. In .rhtml templates I use <script> tag with src
2009 Aug 02
2
Strange column shifting with read.table
Hi, I am reading in a dataframe from a CSV file. It has 70 columns. I do not have any kind of unique "row id". rawdata <- read.table("r_work/train_data.csv", header=T, sep=",", na.strings=0) When training an svm, I keep getting an error So, as an experiment, I wrote the data back out to a new file so that I could see what the svm function sees.
2007 Sep 02
4
Performance Issues
My apology for cross posting We have a DELL6850 with 8Gbytes of memory, four 3.2Ghz CPU's , perc 4 raid controller, with fourteen 300Gbyte 10Krpm disk on a powervault 220s, And a powervault 124T LTO-3 tape systems on a separate 160Mbyte/sec adaptec SCSI card. The disks are configured as two 2Tbyte raid 0 partitions using the perc 4 hardware. The problem is - reading from the disk, and
2011 Aug 24
0
pool-refresh on iSCSI pools does not actually rescan the bus
Hi, When I add a new LUN on an iscsi target and then issue a pool-refresh command on the respective storage pool in libvirt, libvirt will not find the new lun (or notice if luns have been removed). I'm using a Dell PowerVault MD3200i iSCSI Array to hold the volumes for virtual servers in libvirt. In libvirt, I have defined the storage pool as this: <pool type='iscsi'>
2006 Aug 16
1
gnbd help on centos
I've googled for this, but everything I find tends to talk about cluster and doesn't give an example close enough that I can figure this out. I have read the Red Hat Cluster Suite Configuring and Managing a Cluster <http://www.redhat.com/docs/manuals/csgfs/browse/rh-cs-en/> links from http://www.redhat.com/docs/manuals/csgfs/. (I think these are mirred on centos.org, but I
2005 Nov 04
3
Wine and ConquerOnline
Hello, I'm using Linux for about two months now. Even before switching to Linux I have heard of Wine. I got my system running relativelly stable (I use Slackware 10.2, kernel-2.6.14 and KDE 3.4), but still have some issues - sound being one of them. But that's my problem. I'd like to contribute to the wine project somehow. Perhaps starting as a test user for some application.
2015 Oct 07
4
Buildbot Noise
On 7 October 2015 at 22:14, Eric Christopher <echristo at gmail.com> wrote: > As a foreword: I haven't read a lot of the thread here and it's just a > single developer talking here :) I recommend you to, then. Most of your arguments are similar to David's and they don't take into account the difficulty in maintaining non-x86 buildbots. What you're both saying is
2018 Apr 26
2
cluster of 3 nodes and san
Hi list, I need a little help, I currently have a cluster with vmware and 3 nodes, I have a storage (Dell powervault) connected by FC in redundancy, and I'm thinking of migrating it to proxmox since the maintenance costs are very expensive, but the Doubt is if I can use glusterfs with a san connected by FC? , It is advisable? , I add another data, that in another site I have another cluster
2008 Oct 07
0
Decoding multiple encoded frames
Darren Longhorn a ?crit : > Hi, > > I've been looking at using speex over RTP. Section 3.3 of > draft-ietf-avt-rtp-speex-05 states that: > > "For the purposes of packetizing the bit stream in RTP, it is only > necessary to consider the sequence of bits as output by the Speex > encoder [speex_manual], and present the same sequence to the decoder." > >
2018 Apr 27
0
cluster of 3 nodes and san
Hi, any advice? El mi?., 25 abr. 2018 19:56, Ricky Gutierrez <xserverlinux at gmail.com> escribi?: > Hi list, I need a little help, I currently have a cluster with vmware > and 3 nodes, I have a storage (Dell powervault) connected by FC in > redundancy, and I'm thinking of migrating it to proxmox since the > maintenance costs are very expensive, but the Doubt is if I can
2008 Oct 13
1
"EDAC i5000 MC0: FATAL ERRORS Found!!!" error message?
Hi List, We had the following error thrown on console on a PowerEdge server running CentOS 5 (64 bit). Googling around didn't yield any particular insights. The server crashed a few minutes after this message. Running memtester, just to check, didn't find anything; and the box has been running for months before this without issue. I'm wondering if anyone has run across this
2002 Mar 02
4
ext3 on Linux software RAID1
Everyone, We just had a pretty bad crash on one of production boxes and the ext2 filesystem on the data partition of our box had some major filesystem corruption. Needless to say, I am now looking into converting the filesystem to ext3 and I have some questions regarding ext3 and Linux software RAID. I have read that previously there were some issues running ext3 on a software raid device
2007 Apr 03
2
Corrupt inodes on shared disk...
I am having problems when using a Dell PowerVault MD3000 with multipath from a Dell PowerEdge 1950. I have 2 cables connected and mount the partition on the DAS Array. I am using RHEL 4.4 with RHCS and a two node cluster. Only one node is "Active" at a time, it creates a mount to the partition, and if there is an issue RHCS will fence the device and then the other node will mount the
2003 Sep 10
0
[Ffmpeg-devel] libavcodec/vp3.c compile problem (fwd)
Hi, I don't know how much of the old VP3 codebase is incorporated into Theora. I wrote ffmpeg's VP3 decoder from scratch but eventually ported in the original VP3 IDCT function. A BSD conflict cropped up that I thought I would pass along. -- -Mike Melanson <p>---------- Forwarded message ---------- Date: Wed, 10 Sep 2003 13:06:37 -0700 (PDT) From: Steven M. Schultz
2008 May 15
2
[storage-discuss] ZFS and fibre channel issues
The ZFS crew might be better to answer this question. (CC''d here) --jc William Yang wrote: > I am having issues creating a zpool using entire disks with a fibre > channel array. The array is a Dell PowerVault 660F. > When I run "zpool create bottlecap c6t21800080E512C872d14 > c6t21800080E512C872d15", I get the following error: > invalid vdev
2008 Oct 09
2
Decoding multiple encoded frames
Jean-Marc Valin wrote: > > > The decoder will return -1 if it can't decode anything else, so you just > do something like: > > while(1) { > err = speex_decode_int(state, bits, pcm); > if (err==-1) > break; > output_data(pcm); > } I think I still didn't fully understand. As a test I encoded some frames (wideband, with quality set to 8),
2006 Jun 20
1
Windows 2003, Cygwin, and rsync
I just installed Cygwin / OpenSSH / rsync on two Dell PowerVault 745N NASes running Windows 2003 Appliance Edition. My rsync daemons are running, ssh works, and in theory all is well. But... I'm getting an average of maybe 15 Mb/s rsyncing between them. Now, I know I have an issue in the way they're connected... one is attached to a Cisco 2970 (1 Gb/s), which is attached to a NetGear
2004 Apr 12
2
FW: cluster1 error
I am trying to use: ocfs-support-1.0.10-1 ocfs-2.4.21-EL-smp-1.0.11-1 ocfs-tools-1.0.10-1 with RedHat AS 3.0, 2-node cluster with shared SCSI. 2 dell 1650s, dual CPUs, PERC 3/DC cards chained to a PowerVault 220S. I am using lvm, and here is my layout: [root@cluster1 archive]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda2 32G 5.1G 25G
2015 Oct 07
2
Buildbot Noise
One strategy I use for our flaky bots is to have them email me only. If the failure is real, then I forward the email to who ever I find on the blame list. For a flaky build, this is least you can do. For our flaky builds I know how and why they are flaky, some person that gets email does not. This is also a great motivator to help me know what is wrong, and how to fix it. By default, all new
2004 Feb 12
1
SMBMount Not Recognizing File Locks
I'm trying to set up a "dropbox" application that will monitor a directory for newly created files and process them. The problem I am having is that my linux process is not recognizing that a file is still being written to by another server. Here's the configuration: Redhat Linux with 2.4.9-31smp kernel using SAMBA 2.0.10 client to mount a share that exists on a Windows 2000