Displaying 20 results from an estimated 11000 matches similar to: "dynamic routes from the url? is this even possible?"
2009 Apr 06
2
URL issue localhost/mongrel vs remote-server/apache
Hi all
I have a small issue I ma trying to solve (at least to understand..)
I am testing an app on my remote_server (w Apache/Passenger) in a
sub_URI, without any problem (I tested also the same app, locally w
Apache too)
in my environment.rb , I have initialized
config.action_controller.relative_url_root = "/my_subURI"
config.action_controller.asset_host =
2013 Feb 25
1
quesion about SS of ANOVA
Hi all:
I have a quesion about ANOVA: Is SS(Sum of Square) of a specific factor constant with the number of factors changing?
dat1 includes one factor g1,and g1's SS is called SS_g1_dat1.
dat2 includes two factors g1,g2,and g1's SS is called SS_g1_dat2.
My quesion is: Is SS_g1_dat1 equals to SS_g1_dat2?
I have both "yes" and "no" reasons for the quesion,but
2015 Jan 08
0
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On 12/24/14 4:42 AM, Kashyap Chamarthy wrote:
> On Tue, Dec 23, 2014 at 12:38:57PM -0600, Gary R Hook wrote:
>
> [. . .]
>
> In my case, the block device is a QCOW2 disk image file. If I boot
> without using the disk image file which has the operating system, the
> domain will fail to boot, no?
>
> I see you're playing with NBD disks. I'll admit, I haven't
2015 Jan 08
2
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On Thu, Jan 08, 2015 at 01:44:58PM -0600, Gary R Hook wrote:
> On 12/24/14 4:42 AM, Kashyap Chamarthy wrote:
> >On Tue, Dec 23, 2014 at 12:38:57PM -0600, Gary R Hook wrote:
> >
> >[. . .]
> >
> >In my case, the block device is a QCOW2 disk image file. If I boot
> >without using the disk image file which has the operating system, the
> >domain will fail
2008 Mar 03
1
How change text_area form helper into rich text entry area/control?
Do you know how to render a rich text input area (with HTML formatting
buttons (bold, italics, etc., available?)
In RoR I''m hoping this is very easy to pull off?!?
<%= text_area ''blogentry'', ''entry'' %></p>
TO
<%= rich_text_area ''blogentry'', ''entry'' %></p> ???
Haven''t found
2015 Jan 08
2
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On 01/08/2015 12:44 PM, Gary R Hook wrote:
> I've learned how to use the blockcopy command to create a local copy in
> a simple disk file:
>
> virsh dumpxml my_domain > my_domain.xml
> virsh undefine my_domain
> virsh blockcopy --domain my_domain vda $PWD/dsk.copy.qcow2 --wait
> --verbose --finish
> virsh define my_domain.xml
>
> and the resulting copy in
2004 Nov 29
0
delay in winbindd user/group lookups with many users/groups in domain
Hi!
I have the following problem: winbindd getgrnam/getpwnam/lookupname calls
do not return for a long time (> 30 seconds) which is obviously quite
annoying to the users. This usually happens at the "first" login, i.e.
subsequent connections are not delayed until a (probably cache) timeout.
I've failed to determine who is responsible for the caching yet.
I'll provide
2006 Feb 22
5
[OT] Apache rewrite stuff...
Hi all, a little off topic, but was wondering what the best way is to
re-write incoming requests so that they all end up at the same domain.
For example, if I had:
my_domain.net
my_domain.com
my_domain.org
Whats the best way to map/redirect all of these to
www.my_domain.com
?
I know its possible, just not sure what to add for rules/virtual hosts
in my apache config.
Thanks for the help!
-Nick
2017 Feb 03
1
Samba standalone + openldap
Hi everybody,
I'm new to this mailing list, i need help about a configuration with
Samba / Openldap.
I have a samba server with shared folders, where users authenticate with
a determined login/password.
I would like to use my directory (openldap) to authenticate my users to
access the shared folders.
I do not want to use samba as a domain controller, just to authenticate
the users with
2015 Jan 09
0
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On 1/8/15 2:21 PM, Kashyap Chamarthy wrote:
>> qemu-img create -f qcow2 /tmp/dsk.test.qcow2
>
> A typo? You also need to provide a size here:
>
> $ qemu-img create -f qcow2 /tmp/dsk.test.qcow2 1G
Yes, my mistake. The size is set to the potential size of the source
disk, which in this case is 20G.
> For the rest, I'm afraid I still didn't manage time to test
2002 Aug 07
2
can't pause a samba shared printer from w2k pc
Running samba installed from rpm 2.2.5-1 on rh 7.2 system...
security=domain with winbind to NT pdc, LPRng
Trying to pause printing without specifying a queuepause command I get:
You do not have permissions to modify the settings for this printer. If
you need to change the settings, contact your network administrator.
With
queuepause command = /usr/sbin/lpc stop %p
queueresume command =
2018 Jun 22
0
Windows 10 Office 2016 slow accessing samba network shares
On Thu, 21 Jun 2018 19:52:34 +0000
Daulton Theodore <DaultonTheodore at Cunet.Carleton.Ca> wrote:
> Hi Rowland,
>
> You responded to my post quite a while ago. I am still chasing a
> resolution to this issue. You mentioned that I had all but the idmap
> config lines in the smb.conf file. I am not familiar with idmap and a
> bit hesitant to experiment on my production
2006 Apr 07
1
how to map one-to-one relation to two tables
hi. iv got a problem with one-to-one relation with AR. let''s say I need
this classes:
class ContentObject < ActiveRecord::Base
class BlogEntry < ContentObject
class FotoEntry < ContentObject
i.e. Blog and Foto entries must extend ContentObject. Also they must be
mapped to separate tables. I can not figure out how to map this kind of
association better?
The most dumb and
2010 Mar 04
1
ADS integration and local users...
Hello,
I have a Debian server with Samba. I've put this server in AD. Everything
is ok for domain users, but I can't connect with a local user !!!
I've created this local user :
# adduser local_user
# smbpasswd -a local_user
Then :
# smbclient \\\\192.0.0.1\\ressource -U local_user
Enter local_user's password:
Domain=[MY_DOMAIN] OS=[Unix] Server=[Samba 3.2.5]
tree connect failed:
1999 Jan 15
6
Problems joining NT Domain
I am trying to get my linux box running slackware with kernel 2.0.36 and
samba 2.0.0 (full version not BETA) to join our NT domain. I first added
to computer to the domain. Then I typed this (computer and domain names
altered for protection):
linux_computer:/usr/local/samba/bin# smbpasswd -j MY_DOMAIN -r MY_PDC
Where linux_computer is the linux computer (like you needed that)
MY_DOMAIN is the
2011 Nov 15
4
Need some guidance on running shell commands from my app..
During execution in my Rails web app, I need to create a virtual host
config on my Linux server, but I don''t know what would be the best way
to do it , here are the steps ( my_domain.com is fixed, only
my_subdomain is changing dynamically
1- create: /var/www/vhosts/my_domain.com/subdomains/my_subdomain/conf/
vhost.conf
ServerName mysubdomain.mydomain.com
.. content is always the
2005 Feb 28
0
about dial parameter L
quesion 1:
If I write extension.conf
exten => 100,1,dial(sip/100,20,L(0))
I will listen ring but I don't access when other one dial 100.
who have this experience ?
quesion 2:
and I look at this extension.conf in voip-info.org
exten => _908.,1,Dial(Modem/ttyI0:${EXTEN:1})
Could this modem dial to PSTN?
and will I install dial program for the modem?
and when I write :
exten
2011 May 09
3
Sieve & auto_create mail_home
Hello
In my setup I have the following in dovecot.conf (dovecot 2.0.12)
mail_home = /buzones/mydomain/%2.26Hn/%2.200Hn/%n/home_usuario/
mail_location = mdbox:/buzones/my_domain/%2.26Hn/%2.200Hn/%n:INDEX=/indices_dovecot/indices/%2.26Hn/%2.200Hn/%n
My problem is with the autocreation of mail_home. We are using roundcube+sieve plugin and the first time a user tries to use sieve fails with
2005 Dec 18
0
Caching question
I''ve got caching mostly working but it''s acting string with the index/home.
On the site I have a redirect the points http://nutritionreality.com at
http://nutritionreality.com/home
I do this in routes.rb by:
map.index '''', :controller => ''home'', :action => ''index''
Caching happens on index (index.html gets created in
2002 Jul 30
0
quick winbindd/samba question
2.2.5-1 from RPM on a rh7.2 system. I noticed a small inconsistency
that I was unsure about, relating to winbind.
A directory listing shows the first 8 characters in the user and group
of the uploaded file (note the upper case)
user: MY_DOMAI
group: MY_DOMAI
Then playing with exec =
%g evaluated to "MY_DOMAIN+Domain Users"
%u evaluated to "my_domain+username" where username