similar to: Dropped frames streaming video to samba

Displaying 20 results from an estimated 800 matches similar to: "Dropped frames streaming video to samba"

2006 Jan 04
1
AW: QLA2xxx URGEND
2004 Mar 02
0
Fail to create OCFS volumn on the hard disk via a QLA2312 fiberchannel card.
/dev/rawctl is part of the "raw block device" driver interface. You need to turn on the raw device driver option (CONFIG_RAW_DRIVER) in your kernel build. I have always created a new file system from my 2.4 kernel (that has all possible modules built and properly configured to load when needed), so I don't know for sure if mkfs.ocfs will work correctly after turning on the raw
2007 Sep 23
3
ext3 file system becoming read only
Hi In our office environment few servers mostly database servers and yesterday it happened for one application server(first time) the partion is getting "read only". I was checking the archives, found may be similar kind of issues in the 2007-July archives. But how it has been solved if someone describes me that will be really helpful. In our case, just at the problem started found
1999 Jun 16
0
smbpasswd "codepage.850" error
When I use the smbpasswd utility that came with samba-1.9.18p5-1, I get the following error: load_client_codepage: filename /etc/codepages/codepage.850 does not exist. It's true. There is no /etc/codepages directory. If you have one, maybe it belongs to an rpm package, and you can tell me which one (rpm -qvf /etc/codepages/codepage.850 to see)? Or is this a direct product of samba, and I
2004 Jul 16
1
RE: Can I get the GPL source for the Samba version used in the Gu ardian OS?
Then you are in violation of section 3 of the GPL as printed at http://oss.snapappliance.com/license.html Samba is licensed under the GPL, and the version in SNAP is modified. I'd like the modifications. The modifications available at oss.snapappliance.com are old. -Tom > Hi Tom, > > I am terribly sorry but this is Confidential information that cannot be > distributed outside
2004 Jul 23
0
RE: Can I get the GPL source for the Samba version used in the Gu ardian OS?
Hello Tom, The update has been posted to http://oss.snapappliance.com We apologize for the delay in updating the source code page. Have a nice day -Sean -----Original Message----- From: Tom Dickson [mailto:bombcar@bombcar.com] Sent: Friday, July 23, 2004 7:20 AM To: Support, Snap Subject: Re: Can I get the GPL source for the Samba version used in the Gu ardian OS? Thank you very much!
2008 Jan 13
10
.html.erb files and autotest
When I work with a .html.erb file, the autotest rspec on rails stuff doesn''t understand the file to map it to the right test. I wanted to submit a patch for this, but I''m unsure where the specs would be to update. I found the necessary mapping in rspec_autotest.rb, but I can''t find any specs anywhere. Help? I just need to have /app/views/coupon/index.html.erb to map to
2008 Jan 31
6
loading fixtures?
How do you load fixtures from specs as you would test? eg. rake db:fixtures:load RAILS_ENV=development -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080131/38c3b0ab/attachment.html
2008 Jan 23
18
Not seeing the failure
All, I''m missing something simple, I think. I am writing a spec to say that my CouponController should create a new coupon from the form parameters, then set the current user. Here''s the spec: describe CouponController, "When posting to save_coupon" do before(:each) do @expectedName = "pepper''s" @expectedAmount = 5 coupon =
2013 Jul 01
2
FLAC plug-in for Adobe Premiere
Hey everyone, I've written a FLAC plug-ing for Adobe Premiere. It's actually part of the Ogg Vorbis plug-in I originally set out to write. You can see it here on GitHub: https://github.com/fnordware/AdobeOgg I just finished the first beta a few hours ago. You can download binary plug-ins from here: http://www.fnordware.com/downloads/Ogg_v0.5b1_mac.zip
2004 Jan 18
3
xentop, anyone?
Has anyone started work on a ''top''-like tool that would show the current CPU and memory usage of domains? I''m thinking of writing something really simple in python, starting from listdoms.py, but want to make sure that someone else isn''t already there. Steve -- Stephen G. Traugott (KG6HDQ) UNIX/Linux Infrastructure Architect, TerraLuna LLC
2008 Mar 04
2
textmate bundle
Hi, I''m just getting e set up on my machine, and I was wondering if someone could point me to the current rspec bundle for textmate? I googled and found a million of them, I think. Thanks. -Corey -- http://www.coreyhaines.com The Internet''s Premiere source of information about Corey Haines -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jan 30
5
Graceful shutdown of a virtual domain
Hi All, I''ve been looking through the code and list archives but haven''t found this yet... From dom0, how do you cause a virtual domain to gracefully shutdown? It seems like the machinery is there somewhere, because the hypervisor can do it to dom0... For reference, in UML you do this by putting this in /etc/inittab: ca:12345:ctrlaltdel:/sbin/shutdown -h now ...and then
2008 Mar 19
3
ApplicationHelper
When working with views, I use instance methods of ApplicationHelper: # app/helpers/application_helper.rb: module ApplicationHelper def distribute(total, min, cutof, list) [1,2,3] end end # app/views/planner/_mta_colors.rhtml: <td> <% ... dist = distribute(total_v_px, 4, 0, colors.collect{|color| color[1]}) ... %> So to test the distribute method in ApplicationHelper, I have
2008 Jan 15
4
Okay, I''m finally asking for help
Hi, all! I would love if someone could help me figure this out. I can''t seem to see why the following fails: Here''s the spec: it "should redirect back to the index page" do Coupon.should_receive (:new).with({"name"=>@expectedName,"amount"=>@expectedAmount}).and_return(@coupon) @coupon.should_receive(:save) response.should
2008 Jan 27
20
OT local version control?
Hi, all, This isn''t about rspec, but this list has people whose opinions I respect. So, I''m looking for a new version control system for my local development. I was going to install subversion, but I''ve heard rumors of people using some newer ones. Thoughts? I''d like to be able to run it either locally or on a home server. If I run it off a home server, then
2003 Jan 06
8
PXE booting
Hi! I have been using pxelinux with memdisk to boot our workstations with our custom floppy, which is a MSDOS boot disk (actually it is win98) On one of the PC's I'm testing, a Fujitsu-Siemens which has an AMDtek based on-board network card and when PXE is activated, it gets an IP from the DHCP, then it finds the TFTP server, downloads pxelinux.0, executes it which causes the floppy to
2006 Feb 22
1
Rails Book finally hits Japan
...and everybody is struggling with the globalization/localization. I''ve been monitoring the Japanese rails mailing list and there''s a Tokyo study group already drawing attention. I think they''re having their fourth meeting soon. There''s a couple toy applications out there and I believe cookpad.com is currently being rewritten with rails in the background.
2005 Sep 11
1
Syslog file size
Not possible to do natively Write a script yourself to monior it's size and invoke logrotate to rotate it when that size is reached. And cron your script however often you want (ie 10 times a day?) -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of YT Lim Sent: Monday, 12 September 2005 1:01 PM To:
2002 Dec 29
1
if too many files in cd main directory isolinux don't boot CD
Hi Why if too many files on cd in main directory isolinux don't boot CD? Best regards Konrad Komada