search for: 500kb

Displaying 20 results from an estimated 68 matches for "500kb".

Did you mean: 500k
2007 Jun 17
1
Problem: Upload file size limit to 500KB
hi, i''m sure some of you had come across this problem before, but i was unable to find the answer after spending quite some time searching. i have a basic file uploader, code similar to rails recipe (or rails manual). problem occurs when i try to upload files (images) greater than 500KB. the largest file i could upload was 493KB and i''ve uploaded a bunch files under 490KB and they all worked. the smallest file which i failed to upload is 500KB so i guess that''s where the "limit" is. my data field in mysql is set to mediumblob, inevitably, i tried chang...
2007 Dec 06
2
How to repair corrupt ntprinters.tdb?
Hi, we are using samba 3.0.24 as a printspooler for 80 network printers with a 500kB ntprinters.tdb for some years now. When we recently restarted samba we noticed that the ntprinters.tdb automatically shrinked to 24kB and printing was no longer possible. tdbdump of the original tdb-file is impossible too: "Failed to open ntprinters.tdb" The strange thing about this: w...
2004 Jan 25
4
Samba and Terminal Server Whitepaper
Attached is a 500KB read-only .doc file with a Samba and Terminal Server whitepaper. I have tried to hit every known issue and all available workarounds. If anyone has comments or suggestions, let me know. JT has it, so it should end up in the next How-To. Sorry about the file format, but the .pdf was 2.5MB, w...
2009 Feb 20
2
importing data to SQLite database with sqldf
...)) === 3 === The following command sqldf("attach 'mydb.db' as new") DF <- read.delim(fi) sqldf("create table myexample as select * from DF",dbname="mydb.db") will usually create a .db file twice the size of the .txt file (for now I am playing with a files ~500KB so the .db files are around ~1MB). When I create a .db file using SQLite's 'import' command, RSQLite's dbWriteTable(), or inserting values from the same .txt file from Python's SQLite interface, I get .db files that are approximately the same size as the .txt file (~500KB). Is t...
2007 Jul 05
9
Limit i/o capacitiy?
Hi all Is there any way to limit the network i/o capacity of virtual machine somehow? Say, I want a domU with id 1 to consume at much 0.5 MB/s of host''s bandwidth. Is it possible? Artem Pervin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Aug 16
4
Image from bytes streams
Hello! I'm trying to get an array of bytes from graphic images generated by R. Here, you can see my Java code: -------------------------------------------------------------------------------------------------------------------------- Process p = Runtime.getRuntime().exec("C:/Arquivos de programas/R/rw1090/bin/Rterm.exe --no-save"); DataOutputStream output = new
2014 May 19
2
error in files after removing padding
Thanks for the help Martijn, I get the same FLAC__STREAM_DECODER_END_OF_STREAM error after doing the 2 steps you suggested. Scott On Mon, May 19, 2014 at 9:36 AM, Martijn van Beurden <mvanb1 at gmail.com>wrote: > Once more hi, > > I've tried to reproduce this issue, but I am unable to do so. Could you > try to re-encode the file with FLAC (to make sure it is not an
2014 Nov 08
0
Bug#767295: Bug#767295: Bug#767295: xl: apparent memory leak
...> branch. > > Ian. So I've tried building xen 4.4.1-3 with this patch (attached), and I replaced the binary packages libxen-4.4 and xen-utils-4.4 with the new ones. The situation is the same: the xl process for jessie amd64 guests starts off at a resident size of 15mb as opposed to ~500kb for wheezy i386 guests. At guest reboot it jumps to 17mb and then, after a few seconds, to ~34mb. I also rebooted the host to help make sure the test is valid. Thanks, Gedalya -------------- next part -------------- A non-text attachment was scrubbed... Name: 0039-do-not-leak-diskpath-during-l...
2006 Jun 07
1
Upload to DB hang mentioned in wiki
I''m uploading files to a mysql database, using a mediumblob size. Following the wiki here: http://wiki.rubyonrails.org/rails/pages/HowtoUploadFiles , I got past the first mysql 500kb limitation with the max_allowed_packet = xM trick, setting it to 1000M. However, as the person at the very bottom of the wiki notes, I too cannot upload more than around 10mb. I also tried the suggested workaround: <%= hidden_field ''value'', ''1000000'' %> in...
2009 Oct 13
1
Delay for --remove-source-files
...rsync is aborted (CTRL+C) all fully source transmitted files are deleted. Can anyone tell me if this delay is intended behavior and if it can be manipulated/configured differently? My source machine has only limited space (10GB), my files are rather big (.4 - 1.2GB each) and my bandwidth around 300-500KB, so sometimes I want to get rid of the sent files as fast as possible without waiting for the next files being transmitted. I couldn't find more information about this. The --delete* options are all for receiving side deletions, not for the source files. Thanks, Martin -- View this message i...
2000 Aug 10
0
Speed problem on Alpha system and solution
...samba-bugs@samba.org to I send it to samba@samba.org I have setup a Samba server on a Compaq Alpha 21164 system with 512M RAM and running Compaq Tru64 (Digital UNIX) OS. First I am using Samba 2.05a, and it's read speed or write speed is very slowly on some client PC, it's about 500KB/s. Some PC works fine but some not even they are using same version of Windows 98. I try tune it with different socket option like SO_SNDBUF=65536 and SO_RCVBUF=65526, it's useful on some PC but not on others. After about half year. I upgrade Samba server to 2.0.7. The read speed se...
2009 Jul 21
5
File Size Limit - Why/How?
Hello Samba Lists: I am trying to read a 22TB file from a system running OpenSuSE 10.3/x64 (Using whatever version of Samba came out with 10.3/x64). The file is on a 30TB XFS volume. I'm connecting over 10GBit Ethernet from a Windows Server 2003/X64 client. If I try to read the 22TB file, I get the message "Access Denied", but if I try to read 100GB files from the same volume, they
2009 Jul 09
1
save() file size (PR#13816)
...g save() I notice that sometimes saving smaller objects yield larger file sizes. x=data.frame( expand.grid( id=factor(1:1000) ,trial=1:24 ,cue=factor(1:3) ,flank=factor(1:4) ) ) save(x,file='temp1.Rdata') #about 20KB y=x[x$id!='1',] save(y,file='temp2.Rdata') #>500KB
1997 Dec 15
1
Problems with Self extracting zip files
Hi folks, I have a curious problem when executing self extracting zip files from a samba share. Everything does work, but it is very very slow. Copying the .exe onto local disk (from the samba share) takes no time at all (500kb/sec). I would say it takes about 10 times as long to unzip when run directly from the samba share. This happens will all self-extracting exe files, and also from any share that I create. Any clues? The samba server is running 1.9.17p4 on FreeBSD (486dx4), the client is Win95b on a P133, and I have...
2005 Sep 08
1
HPN Patch for OpenSSH 4.2p1 Available
...passes make tests without a problem. I've not done extensive testing for this version of openssh but I don't foresee any problems. I did run a couple tests between two patched 4.2 installs (one in switzerland, the other in pennsylvania, usa) and hit around 12MB/s with the hpn patch and 500KB/s with the standard install. So it still seems to work as expected. Chris Rapier Network Applications Engineer Pittsburgh Supercomputing Center
2014 Nov 06
2
Bug#767295: Bug#767295: Bug#767295: xl: apparent memory leak
On Thu, 2014-11-06 at 12:14 +0000, Ian Campbell wrote: > On Wed, 2014-10-29 at 17:36 -0400, Gedalya wrote: > > When booting domU's running amd64 jessie, I notice some memory problems > > with xl. > > I ran it (actually, upstream staging-4.4) under valgrind and it reported > after a reboot: > > ==5722== 24 bytes in 1 blocks are definitely lost in loss record 35
2014 May 19
0
error in files after removing padding
...d it be possible you send me a part of a file that is affected? I'd like to know what happened, so this can be fixed. I presume the FLAC__STREAM_DECODER_END_OF_STREAM errors occur right after the album art? In that case, if the files are too big and you are using linux you could use head -c 500kB input.flac > input-first500kb.flac I don't know any equivalent methods on other operating systems. If the included album art is bigger than 500kb, you might want to change the numbers accordingly. op 19-05-14 15:56, Scott Brown schreef: > Thanks for the help Martijn, > > I get t...
2001 Oct 08
4
rate limit HTTP
I cant figure out this traffic control malarky! how can i put a simple bandwidh limitation on traffic to or from a given port?
2004 Jul 02
1
Urgent help to Samba 2.0.7 with Microsoft Windows XP and 98
...k Storage. Currently, we met several strange problems as below : 1) Under Windows XP : The Windows backup function cannot work. But the BackUp function works well under Windows 2000. 2) Under Windows 98/98SE, we cannot copy a file which size is = bigger than 500KB or more to the Samba server. But the smaller files are OK to be copied. 3) Under Windows XP, we create a empty file in Samba server (like = TXT file). When we use Microsoft Notepad or UltraEdit to edit it, type = some characters , and save back, Samba server replys as &quot...
2010 Jun 15
5
Network stalls
...3 (the same for dom0 and for domU), and I set up a virtual mail server from which several people retrieve its mail. When i try to download big files or retrieve big mails from that server, it often start to slow down to 4-5Kb/s untill it finally stalls after some minutes of normal download (800-500Kb/s), it doesn''t happen nor in the same point of download, nor to the same users/computers. A user can try to download a mail, for example, 20 times without any success at all and then suddenly it starts to download correctly, and it seems to rarely happen with small mails. I tried to de...