similar to: Mixing share and user?

Displaying 20 results from an estimated 190 matches similar to: "Mixing share and user?"

2003 Sep 28
3
FYI-New ATA clone out
was breezing over http://voxilla.com/ Looks like a new ATA from the founder of Komodo Technology (aka the Cisco 186) Sipura SPA 2000 http://www.sipura.com/products/spa2000.htm to join the others Cisco ATA 186/188 http://www.cisco.com/warp/public/cc/pd/as/180/186/ 8x8 DTA-310 http://www.8x8.com/products/home_office/dta-310/index.asp.html Grandstream HandyTone 286
2006 May 17
5
select list
I''m trying to build a selection list which I have done in various ways but this one is new to me. I have a ''facilities'' table which has all the outpatient facilities but I need to add ''Float'' and ''Main Office'' which I don''t want to add to the ''facilities'' table itself. so I figure I can add these to an
2003 Jun 30
3
* Video changes
Does anyone know if someone makes a hard video phone for SIP. Dave
2003 Aug 02
5
PDC Controller Error
I am trying to set up a PDC controller on a samba server, but continue to get the following error: The user could not be added because the following error occured: The trust relationship between the workstation and the primary domain failed. An extract from the log shows only the following: [2003/08/01 22:58:42, 0] smbd/service.c:make_connection(381) make_connection: bkruger logged in as
2007 Jul 30
0
Mixing RPMforge and EPEL (Was: EPEL repo)
On 28 July 2007, Dag Wieers wrote: <snip> > Let me add that an effort to make sure EPEL is compatible with > RPMforge failed as EPEL wants to become the only repository for RHEL > and there is no interest to consider current RPMforge users. > > EPEL refused the repotag, so one cannot easily identify where a > package comes from and mixing repositories becomes harder. Since
2006 Jun 13
0
Mixing dynamic and static content in routing
Hi all, I am working on a small project--a backend for a website with a tree like structure. I have a Node model which acts_as_tree and use polymorphic associations to "link" differend resources (a free form page, a course description and so on) to the nodes. In my routes.conf I have map.connect ''/homepage/*path_info'', :controller => "index",
2004 Jul 11
0
mixing ext3 and reiserfs on slackware 10
Will I run into any problems mixing ReiserFS and ext3 on my slackware linux box? I'm using ReiserFS and LVM on the current version, thinking of mixing it up a bit with slackware 10, again with LVM. Thanks for any advice! ===== Christopher Mark Conn http://storm.cadcam.iupui.edu/~cmcgoat Austin, Texas, USA
2008 Jan 19
1
mixing templates and other methods for a file''s content
Hello there, I have come to a situation where I would like to mix 2 approaches to create the contents of a file. Here is what I have: a module ''sudo'' which manages a hosts /etc/sudoers file: init.pp: class sudo { case $operatingsystem { Debian: { package { "sudo": } } } file { "/etc/sudoers": mode => 440, content =>
2004 May 08
0
win32-process - mixing Process into Object
I''ve committed a new version of process.c, which removes the Win32 toplevel module/namespace and defines the methods directly in the Process module. One thing I want to accomplish, however, is the ability to call fork() without having to using the Process constant, i.e. fork vs Process.fork. In pure Ruby, you can do this: module Process def fork puts "fork!" end
2008 Jun 01
0
Mixing mocking frameworks?
First, it was great meeting a bunch of you at RailsConf. Recently I''ve run into a problem using RSpec, namely its support for multiple mocking frameworks. Wait you say, isn''t that a good thing? Yes, it is until you end up mixing frameworks. I was writing my latest app, and I choose to get the app working and then add in the authentication system. So I went and wrote all
2006 Jan 17
0
mixing engine
Hi all, I got a question here, I have 2 engine, 1 is LoginEngine, the other is AdminEngine (to handle all Project wide administrative job), how can I have the AdminEngine to have login and authorisation function from the LoginEngine?
2005 Dec 23
1
Handling file uploads & mixing class and instance vars
Hey Everybody, This is the only way I''ve been able to get my file upload to work: class Item < ActiveRecord::Base def file=(upload) @file=upload end def after_create File.open("public/items/#{self.id}.jpg", "w") { |f| f.write(@file.read) } end end The upload form has "file_field ''item'', ''file'',
2006 Mar 16
1
Mixing FTP and HTTP file transfers
How do I deal with this? A content management system which writes to a user's directory as user apache. A customer that wants to be able to FTP through a FTP client and vsftpd those same files up and down, which is presently set to work with only their username. I don't want everything set 777 or even 707. Is there a way to allow a particular user to download and upload files owned
2007 May 04
0
Mixing InPlaceEditor with AutoComplete
Hi I''d like to be able to open a field for update , with InPlaceEditing Features ... On the displayed TextField i want to plug : 1) AutoCompleter 2) (if possible) ModelAutoCompleter Someone already did that? I ''m going to begin to extend the InPlaceEditor (InPlaceEditorWithAutoCompleter) ... then i''ll see for ModelAutoCompleter Laurent
2009 Jun 12
0
No alsa mixing device shows in winecfg
For me, no mixerdevice comes up in winecfg under alsa. I have three soundcards, and my winecfg shows the following: Under alsa, wave-in wave out, shows three copies of dmix:system and dsnoop:system There is no category for Mixer Devices. Under oss, which works fine (except not with the clarity of alsa) I show under : wave-out / wave-in / mixer devices Realtek ALC660-VD USB Mixer Creative
2002 Apr 29
2
Mixing static nat and port forwarding
Is there a way to mix static NAT and port forwarding or is it only possible to use a rule to port forward other IPs? In my tests using ACCEPT net loc:192.168.134.1:80 tcp http - all This worked if (from outside) I connected to the IP address of the external interface but failed (package went throught to Static NATed machine) for those IPs that used Static NAT. I have searched the
2008 Mar 20
0
Mixing stored procedure call with RoR db calls in the same function gives errors
Folks, I am using ruby 1.8.5 with rails 1.2.3 and have made changes to mysql_adapter.rb based on recommendations made here http://wiki.rubyonrails.org/rails/pages/StoredProceduresInMySql to be able to use stored procs in my code. I have changed this call in mysql_adapter.rb ConnectionAdapters::MysqlAdapter.new(mysql, logger, [host, username, password, database, port, socket], config) to
2008 Dec 26
0
question about Assortative and Disassortative Mixing
Dear colleagues, I'm trying to have a look at the Assortative and Disassortative( http://en.wikipedia.org/wiki/Assortative_mixing) of the network I have. But it seems that the igraph hasn't mentioned that yet. I have to get the in/out degree of the vertices of each edge and calculate the Pearson's Correlation coefficient which seems to be quite a huge task for me. :( So I wonder if
2007 Jun 04
0
Mixing Vars into Voicemail WAVs
Has anyone out there tried to mix the envelope metadata for voicemails into the audio payload that's stored by Asterisk? I would like to have the CID and Timestamp baked into the beginning of the WAV file, not just as text in the email itself. Thanks! -Rob.
2005 Jun 01
3
Mixing Controllers
I have a login section that is part of my view from my sign_up controller. Validating my user happens through a login_controller. Now if validation is good it is ok because I have a redirect in my login_controller. But if the login is not successful I have to go back to my view from my sign_up controller. Using redirect makes no sense because my @user_login object is lost and so are