search for: vls

Displaying 14 results from an estimated 14 matches for "vls".

Did you mean: tls
2006 Mar 03
0
Array of strings for select input - how to display it later?
Hi! I''ve prepared simple array in my model (i.e. TYPE = [["very_long_string", "vls"]...]) which i use for select input element in form. If i choose "very_long_string", "vls" is saved to database. How to later read the whole string, not the shorter form? If i make in a view: <%= @object.column %> i get "vls". BTW. Will (or does) rails su...
2010 Nov 10
1
quota broken for large NFS mount
...ug somewhere? Or is it just a problem with the old fedora box, probably fixed long ago and not relevant to the centos list? On the server side, theme4, a very old fedora box, exports t4d5 via NFS. t4d5 is big, has lots of space, and the user tobiasf has plenty of quota: [root at theme4 ~]# quota -vls tobiasf|grep sdf /dev/sdf1 1312G 4578G 4769G 119k 0 0 [root at theme4 ~]# rpm -q quota nfs-utils;df -lh|grep sdf;uname -a quota-3.12-6 nfs-utils-1.0.7-13.FC4 /dev/sdf1 13T 11T 2.2T 84% /export/t4d5 Linux theme4.soest.hawaii.edu 2.6.17-1.2142_FC4smp #1 S...
2016 Nov 27
2
[RFC] Supporting ARM's SVE in LLVM
On 27 November 2016 at 16:10, Amara Emerson <amara.emerson at gmail.com> wrote: > No. Let's make one thing clear now: we don't expect the VL to be > changed on the fly, once the process is started it's fixed. Otherwise > things like stack frames with SVE objects will be invalid. This then forbids different lengths on shared objects, which in turn forces all objects in
2005 Jul 24
3
video streaming
Hi, We're planning to launch a video stream. We do not have anything yet (no camera, no computer, no software, only a Linux server that will do the broadcasting with icecast installed). Has anyone ever done such a thing? What hardware do you suggest? What software can be used (both for Linux and Windows on source side). Can Icecast be used for this video streaming purpose (on server side)?
2016 Oct 14
0
Firefox and Chrome - dicking about with my volume.
I have Centos 7 installed on my laptop which works perfectly fine. I use a variety of music apps including VLS, mplayer and squeezelite. They all work fine, and using the KDE mixer app I have the levels set just as I like them. Why is it then that if i start up either Firefox or Chrome, whichever I start up first creates a new sound device which appears in the mixer, and then changes my master volume l...
2005 Jul 25
0
video streaming
...What hardware do you suggest? What I've used several miniDV camcorders with ieee1394 outputs and an ~2GHz laptop. Not sure if I would recommend this, but it has worked for me so far. > software can be used (both for Linux and Windows on source side). Can I've heard flumotion and vlc/vls can do this job, but I haven't used them, yet. > Icecast be used for this video streaming purpose (on server side)? If yup. > yes, what additional packages are needed to be installed (using Debian > Sarge). Is Theora ready for usage? theora works well for me. > If this is wh...
2009 Mar 17
1
Streaming video with Centos 5.2...how to?
Hello all, I am a noob to streaming video, and I have a file I'd like to stream (a .wmv file...sorry. ;-) ). In any case, how can I do this on my website using Centos 5.2 and Apache 2.2.8, rather than making people download a 20 MB video? Can someone point me to some URL's and some software? Thanks for any help, I greatly appreciate it! Gilbert
2010 Feb 23
2
how to show only quota limit to users via SSH?
Hi, How, if possible, do I only show a user's quota limits when he logs into SSH? For example, I set a soft limit of 10GB on this user, but when he logs in he can see all the limits: -sh-3.2$ df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/fluid01-root 38G 36G 530M 99% / /dev/mapper/fluid01-home 48G 15G 30G 34%
2007 Apr 18
1
[Bridge] Problem COnnecting AP from Mobile Node
...se address:0xd400 Wireless testBed is almost like below: | 192.168.1.1 3ffe:80f0:ff03:1::1 fxp0 FreeBSD 4.10 Router(Vls Server 0.5.6) vr0 rl0 192.168.2.1 192.168.3.1 3ffe:80f0:ff03:2::1 3ffe:80f0:ff03:3::1 | | | |...
2018 Jul 31
3
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
Hi David, Let me put the last two comments up: > > But we're trying to represent slightly different techniques > > (predication, vscale change) which need to be tied down to only > > exactly what they do. > > Wouldn't intrinsics to change vscale do exactly that? You're right. I've been using the same overloaded term and this is probably what caused the
2008 Apr 24
0
R crashes while running a positive checked script (PR#11264)
...11C 89 C2 8B 45 EC 85 C0 75 1B 85 F6 74 06 8B 45 08 ???E? ?u ?t?E 6C9125C3 83 C1 08 3D 00 10 00 00 72 10 81 E9 00 10 00 00 ??=...r??... 6C9125D3 83 09 00 2D 00 10 00 00 EB E9 29 C1 83 09 00 89 ?..-...??)??..? 6C930A9A 76 6C 36 A2 76 6C 36 A2 76 6C 60 A2 76 6C 73 A0 vl6?vl6?vl`?vls? 6C930AAA 76 6C 36 A2 76 6C 36 A2 76 6C 73 A0 76 6C 73 A0 vl6?vl6?vls?vls? 6C930ABA 76 6C 73 A0 76 6C 36 A2 76 6C 10 9D 76 6C C9 9F vls?vl6?vl?vl?? 6C930ACA 76 6C 1A A2 76 6C C9 9F 76 6C 0B A2 76 6C C9 9F vl?vl??vl.?vl?? 6C930ADA 76 6C 1A A2 76 6C C9 9F 76 6C C9 9F 76 6C F2 A1 v...
2018 Jul 31
3
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
...would return something like > <N % 2 == 0 ? N/2 : N/2 + 1>, so in the range (0, MAXVL). The last > iteration would then run at the same VL or one less depending on whether > N was odd or even. So the last two iterations would often run at less > than MAXVL and often at different VLs from each other. FWIW this is exactly how the RISC-V vector unit works -- unsurprisingly, since it owes a lot to Cray-style processors :) > And no, I don't know why the hardware operated this way. :) > >>> Being conservative is fine, but we should have a clear understanding of...
2004 Nov 17
9
serious networking (em) performance (ggate and NFS) problem
Dear best guys, I really love 5.3 in many ways but here're some unbelievable transfer rates, after I went out and bought a pair of Intel GigaBit Ethernet Cards to solve my performance problem (*laugh*): (In short, see *** below) Tests were done with two Intel GigaBit Ethernet cards (82547EI, 32bit PCI Desktop adapter MT) connected directly without a switch/hub and "device
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...+P)`7RxUNV!MOJG4$h+9J&kn<nWZ$=cy7co;1`bWwI4MK-a- zJR09>gh+ZZtD_zi6SqCf7uP88VfTFYbNX11m>9LC_-<aaUQ9*!nnJSJa3|Q at -o%uQ zs!<wUx0MYF<=I5qOHVUN!9z>LZ9y4Bu|4Ax;iiklqPDc7k+OZJLJs&lC4K73`v{pF zc6wQF6r}f9YPCLI7$MyxtRXdr4QMpo)h(wEH=h|e+hU%i=z&2|&y!wilmIlf7a#M@ zb%&`=VLs@|nghR`lW%cOqVk#&zw&z=hEa0i at N4Q=XSc(WAn`gWIxvS_GkYPuXa})W zM0juP6L>`N&$ve8)qMi%wBH0?3(%twMrF1n#aTM$MaDVC#fjcqB2zF0$h9D80)S1p zo`5=THXqg!q8igA{kha8+BiVWG#>9nh!>3zwqfW~Bn+-4l4A$BI-`UiGcqTHiGOyG zR8z}5d#>ME7deUZs&d&(H}?{6ZW<O5Y4Ru1IG(4yE``}>RuKD->Yv(hB{2?3ldQ...