search for: videotron

Displaying 20 results from an estimated 128 matches for "videotron".

1999 May 16
0
gdallaire@videotron.ca
On Mon, 15 Feb 1999 23:47:50 -0500, Guy Dallaire wrote: ... >When I try to access a file or a subdirectory under the share, I get a message telling me "File not found", >or "this folder does not exist". > >I tried all sorts of upper/lower, preserve, case combinations in smb.conf, nothing seems to work. I tried >with debug level = 3 and I noticed a lot of
2012 Jun 03
1
Regions of significance plots with ggplot2
I'd like to create a plot similar to this one from Kochanska et al. (Development and Psychopathology, 2011): <http://pages.videotron.com/do999/r-help/Kochanska_graph_ros.jpg> http://pages.videotron.com/do999/r-help/Kochanska_graph_ros.jpg I am new to ggplot2 and can't see any obvious way to create distinct coloured regions for the background, nor can I find any relevant examples. Any guidance appreciated. DC...
2007 Jun 29
12
testing instance variables that are set inside views
Hi all, In my view specs (for Rails), how can I get at instance variables that are set within my view? For example, if my view looks like this: <% @header = "My Header" -%> <div>some content</div> How can I get to @header from within my view spec? I''ve tried @header and assigns[:header] to no avail. TIA, Jeremy -- Jeremy Stephens Computer Systems
2004 Nov 12
1
Enlarge ext3 Logical Volume (Filesystem) in a volume group (LVM)
Anybody know a way to enlarge a filesystem ext3 without having to unmounted it, when they are still space left in the volume group (when using LVM) ? I will be running large production linux system running Oracle. I can't stop the database everytime I have to enlarge a filesystem. We can do it with all others filesystems (JFS, REISERSFS and XFS) when they are created in a volume group. Why
2005 Mar 11
4
actionmailer settings
A couple questions: 1) How does rails no if you are in your test, dev or production environment? 2) Does anyone have an actionMailer server settings that will work on your standard local machine? I will use the one provided for my textdrive account but for testing on my machine I am getting connection refused. Thanks. Your Friend, Jonathan Kopanas http://www.kopanas.com
2010 Oct 11
0
DSN: failed (Delivery failed)
This is a Delivery Status Notification (DSN). I was unable to deliver your message to hanksr@videotron.ca. I said RCPT TO:<hanksr@videotron.ca> And they gave me the error; 550 5.1.1 unknown or illegal alias: hanksr@videotron.ca _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Aug 02
3
PRI/T1 data rate...
Hi all, First, this is not my first PRI/T1 Asterisk deployement. Did several with Bell, Telus, AllStream, Rogers but this is my first with Videotron. Just spoke with the person taking the order and on top of the standard settings (switch, coding,...) she asked me about data rate (56k or 64k). Since I have never been asked this question before and can find anything relevant in the configuration files, I would like to have your inputs on thi...
2006 Jun 01
4
how to: update a select from another select
Hi all, I woke up at 4AM this morning to find a solution for this and it is still not working.. grrr! lost sleep for nothing! Anyways, I have 2 select list and I want the content of the second list to be updated according to what is selected in the first list. I did this in the past by having my application generate all the possible content of the second list and make some Javascript to do
2006 Jul 19
5
weird result for a custom attr reader!
Hi all, I am having a weird problem reading a value from my model. basicaly, I have these two models: class Category < ActiveRecord::Base acts_as_tree :order => "name" belongs_to :item_type has_many :specific_category_names end and class SpecificCategoryName < ActiveRecord::Base set_table_name "Specific_category_names" has_many :products belongs_to
2004 Aug 06
2
Invalid comment fields...
Just been looking at a few speex files i have, and it seems several of them have comment packets that are not to spec.... Specifically, they are not in the format a=b, some of them just have a field with data and no "key". The files say they were encoded with speex 1.0, should these be considered invalid, ie just ignore any malformed comment field ? Thanks, Zen.
2004 Aug 05
1
R interface to Python (in Windows)
...oing/Test/. It should be there for a few days before it gets deleted. Benjamin Stabler Transportation Planning Analysis Unit Oregon Department of Transportation 555 13th Street NE, Suite 2 Salem, OR 97301 Ph: 503-986-4104 -----Original Message----- From: Peter Wilkinson [mailto:pwilkinson at videotron.ca] Sent: Thursday, August 05, 2004 1:00 PM To: Hector Villafuerte; tutor at python.org; r-help at stat.math.ethz.ch Subject: Re: [R] R interface to Python (in Windows) Hi there, This is because rpy that is currently available was compiled for R1.8.1, and they have not released a compile for R...
2007 May 21
4
slow execution times using spec_server
hi all I''m seeing strange behaviour when running specs using spec_server. They take longer to execute, and it looks like none of examples are being run. here''s the output for a simple spec file using just the spec command: ---------- foo at holly:~/rails/allison$ time ruby/script spec spec/models/listing_spec.rb ...... Finished in 0.060469 seconds 6 examples, 0 failures <
2007 Nov 13
4
Need advice on storage
Hi all,? I have a CentOS 4.5 server running on a workstation mainboard (PCI Slots only).? We have now one 200 Gigs IDE disk dedicated for e-mail server storage.? We use Communigate Pro and the server has 45 Outlook clients with the MAPI connector (All mailboxes on the server).? When a user opens Outlook, a refresh of the local cache is performed for his data.? There is a big "Public"
2004 Dec 07
3
Increase size of ext3 filesystem WHILE MOUNTED
...systems, while RedHat offer 1 (supported) filesystems and on top off that we cannot increase them online ! RedHat will have to review their marketing technique or they will loose some important market to SuSE, the other big American Linux company. ----- Jacques Duplessis jacques.duplessis at videotron.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ext3-users/attachments/20041207/52870f51/attachment.htm>
2003 Dec 06
1
Samba3.0.1pre3 LDAP Login problem
...th = /home/domainusers/profiles read only = no writeable = yes create mask = 0600 directory mask = 0700 nsswitch.conf is passwd/group/shadow are set to : files ldap I think this is all, thank you for your help and thanks to the samba team for writing such a useful software! Charles Hamel hamelc@videotron.ca
2006 Apr 16
5
render :collection and default value
Hi all, I am having a lot of trouble to get the default value of text fields when they are generated by a partial from a collection. I have been on this for a whole week and I didnt find a single exemple on the internet of someone using a partial that generate text field with a default value. I cant believe that I am the only one having this problem. Anyone has an exemple they can show me?
2004 Oct 05
1
Joining Samba 3.0.2 vanilla to ADS
I've been looking at several posts for weeks now and finally concluded through testing how to install Samba 3.X into the Windows Active Directory environment. I was completely under the impression that you needed to load Kerbos/ LDAP and a bunch of other stuff. In our case our ADS is running in native mode and I was able to join the domain quite easily. I've tested authentications and
2004 Aug 06
2
speex-1.0.4 bug and change request
Hi! The pkgconfig file installed by speex-1.0.4 has a bug and a pasto: the bug is that @VERSION@ has not been replaced with the real version, and the pasto is that the comment at the top says libogg. Also, I have a request for src/Makefile.am: Please do not override mandir. If you do not like the default, you can easily change it from the configure command line with ./configure
2009 Mar 27
1
USB, AutoMount & VNC
Hi! I'm trying to figure out how to make automount do its job when nobody is logged at the console and the user access the server by VNC. Does anybody knows how to make CentOS automount USB Hard Drives / Pendrive when accessed by VNC? Thanks! Guy Boisvert, ing IngTegration inc.
2004 Aug 24
2
Just installed with Fedora 2
I just upgraded my RH9 installation to Fedora 2. To my surprise, imapd seems to be gone from the core. I noticed there are now two IMAP servers docevot and cyrus. After reading brief descriptions of both, dovecot would seem to be more compatible with my setup. Especially since I'm using mbox's. I have 2 questions. It seems like dovecot does not support mailboxes inside of a