Displaying 20 results from an estimated 58 matches for "webdev's".
Did you mean:
webdev
2003 Dec 16
3
Tinc on windows XP Problem?
Hello All , I installed tinc for windows. But it doesn't seem to work.
I want to connect two computers(for testing purposes)
computer1(webdev) and computer2(gis) I have installed the tap-win32 on both
of them.
Both computers are windows XP. Also I don't have a router.
Computer1:webdev
-----------------------
C:\Program Files\tinc\vpn1\tinc.conf
Name = webdev
ConnectTo = office
Interface = VPN
C:\Program Files\tinc\vpn1\hosts\...
2009 Sep 04
2
perplexing permissions issue
Hello,
I have a perplexing permissions problem that i thought i had, but
it's resurfaced.
I'm running CentOS 5.3 and it runs an apache web server. The
permissions on the web data directory in this case /var/www/secure/data are
set to 4775 owner of apache group of webdev. All users that should be
allowed to place content are in the webdev group. I was under the impression
that any file then placed in that directory would have a owner of apache and
a group of webdev permissions of 664. Whenever a locally logged on user adds
content permissions are set to 664 but own...
2012 Jan 11
0
Samba 3.5.10 and Windows 7 DNS Issues
...clients are on a windows domain, DFBFL.ad.foo.com, but the Samba server is not a member of this domain. Security level in samba is set to USER. I can successfully browe and access samba shares utilizing the IP, \\10.70.147.151\<file:///\\10.70.147.151\>, but cannot using the DNS name, \\hhl-webdev\<file:///\\hhl-webdev\> or \\HHL-WEBDEV\<file:///\\HHL-WEBDEV\> or \\HHL-WEBDEV.DFBFL.AD.FOO.COM\<file:///\\HHL-WEBDEV.DFBFL.AD.FOO.COM\>. Hitting it via DNS name results in continual password prompts.
Processes running:
[root at hhl-webdev<mailto:root at hhl-webdev> samba...
2008 Jan 17
2
Webdev tools
I want a tool that will allow me to download files from a webdev site.
All I have found is the other direction: my files to a webdav server.
In particular (some of you might be interested) is the whole IEEE 802.11
meeting documents webdav site: https://mentor.ieee.org/802.11/documents
https://mentor.ieee.org/802.11/public/07/11-07-0767-00-0000-new-802-11-...
2008 Apr 16
1
valid users = +group doesn't work
...o is a member of that Unix group
connects, access is denied. The messages in the log are as follows:
[2008/04/16 15:09:07, 5] smbd/service.c:make_connection(1205)
making a connection to 'normal' service www
[2008/04/16 15:09:07, 3] lib/util_sid.c:string_to_sid(223)
string_to_sid: Sid +webdev does not start with 'S-'.
[2008/04/16 15:09:07, 10] passdb/lookup_sid.c:lookup_name(64)
lookup_name: UNIXBOX\webdev => UNIXBOX (domain), webdev (name)
[2008/04/16 15:09:07, 3] smbd/sec_ctx.c:push_sec_ctx(208)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2008/04/16 15:09:07, 3] smbd/ui...
2009 Aug 18
1
WebDav on CentOS?
Hello,
I'm trying to set up webdav on apache on centos. My web area has dav
on set, it's permissions are 775 owner of the apache user and group of the
webdev group which i put users in who can write to the area. As a user
locally logged on to the machine i can cd to the area and create content
though it is owned and has a group of the user who made it i don't think
this is what i want. Whenever i try to connect via webdav i'm informed that
a new...
2006 May 12
2
Agile WebDev 2nd Edition: PDF free for 1st edition owners?
Hi all
I''m just wondering if I get the 2nd version of "Agile Web Development
with Ruby on Rails" for free if I already own the 1st edition
paperback/PDF combo?
And anyway: I wanted to update my first edition, but I can''t find the
link anymore where I could get a new PDF version?
Thanks a lot for help.
Josh
--
Posted via http://www.ruby-forum.com/.
2006 Feb 01
1
Problems with sample code from "agile webdev. w. rails"
Hello,
I am veeeery new to rails and also to ruby. I have 2 books here on my
desk and try to go through it.
The first book is "Agile Webdevelopment with Rails" and I have trouble
with the following code which I have from the book. I cant get it
working. I searched a lot on google - and also on the erata pages of the
book publisher but without any luck. I hope someone can help me.
here is the complete Cart class (cart.rb file)...
2017 Nov 14
1
SMTP and IMAP authentication critically fails out of the blue
...socket_path = /var/run/dovecot/auth-master? mail_plugins = quota sieve acl? postmaster_address = postmaster at domain1.com}protocol sieve {? managesieve_logout_format = bytes=%i/%o}remote 127.0.0.1 {? disable_plaintext_auth = no}###########################################
Mail.errNov 13 23:59:06 webdev dovecot: auth: Error: PLAIN(account at domain2.com, XXX.XXX.XXX.XXX,<y869CoDETEST4dHk>): Request 29154.1 timed out after 150 secs, state=1###########################################
Mail.logNov 13 23:27:54 webdev dovecot: auth: Error: LOGIN(account at domain1.com,IP.IP.IP.IP,<oN4ly+TestD...
2003 Apr 15
2
Samba access denied or only shows top level directories
...load printers = No
guest ok = no
browsable = yes
include = /opt/samba/lib/smb.conf.%L
comment = "\\%L\%S <\\%L\%S> [%v]"
oplocks = no
mangled names = no
preserve case = yes
case sensitive = yes
In the smb.conf.webdev file we have:
[oubsgout]
path = /fs1/oubs-goutime
valid users = wes64
force user = wduser
writable = yes
Thanks
G.j.francis@open.ac.uk
2006 Apr 28
1
Apache proxy to lighttpd leads to Rails routing error
...ot;),
"min-procs" => 1,
"max-procs" => 1
)))
}
And then I have this in routes.rb so it can generate the right URLs:
ActionController::AbstractRequest.relative_url_root = "/rails/feedback"
So this all works. If I point my browser at
https://rd-webdev/rails/feedback/ I get the default page from my app.
But if I try to go to a URL with the controller/action specified I get a
routing error.
For example, using this URL:
https://rd-webdev/rails/feedback/submit/product/tracker
Rails says:
Routing Error
Recognition failed for "t/product/trac...
2003 Dec 10
1
Can't access remote server
RedHat 9, samba-2.2.7a-8.9.0. Fresh install. No iptables or any firewall
settings.
I can access my server fine locally with smbclient, but using smbclient from
a machine located in a network I get this:
[kwang@gorgon kwang]$ smbclient //webdev.ic2.org/home
added interface ip=24.243.211.67 bcast=24.243.223.255 nmask=255.255.240.0
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0
error connecting to 128.83.222.87:139 (No route to host)
Error connecting to 128.83.222.87 (No route to host)
Connection to webdev.ic2.org fa...
2009 Oct 23
3
samba+ldap
Does this mean that my samba is ready to connect to LDAP server?
root at webdev # ./smbd -b |grep LDAP
HAVE_LDAP_H
HAVE_LDAP
HAVE_LDAP_ADD_RESULT_ENTRY
HAVE_LDAP_INIT
HAVE_LDAP_INITIALIZE
HAVE_LDAP_SET_REBIND_PROC
HAVE_LIBLDAP
LDAP_SET_REBIND_PROC_ARGS
root at webdev #
Thanks!
Paras.
2009 Jun 17
2
weird permissions issue
...= Printer Drivers
# path = /var/lib/samba/drivers
# write list = @ntadmin root
# force group = ntadmin
# create mask = 0664
# directory mask = 0775
[nobackup]
comment = nobackup
inherit acls = Yes
path = /data/nobackup
read only = No
valid users = mainshare @it @webdev
create mask = 0664
directory mask = 0775
[it]
comment = IT
inherit acls = Yes
path = /data/IT/IT-share
read only = No
valid users = @it
force group = it
create mask = 0664
directory mask = 0775
## recycle bin config ##
vfs objects = recycle...
2006 May 05
11
Rails Recipes or AWDWR 2 ?
Hi,
I bougth the Agile Web Development with rails First Edition and now want
buy rails recipes but what is the best decision buy rails recipes or the new
edition de Agile Web Development With Rails?
Jean Carlo Schechnner
www.idvirtual.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Aug 06
4
Volume hacked
Hi,
This morning one of our cluster was hacked, all the VM disks were
deleted and a file README.txt was left with inside just
"http://virtualisan.net/contactus.php :D"
I don't speak the language but with google translete it looks like it's
just a webdev company or something like that, a bit surprised ..
In any case, we'd really like to know how that happened.
I realised NFS is accessible by anyone (sigh), is there a way to check
if that is what they used ? I tried reading the nfs.log but it's not
really clear if someone used it or not. Wh...
2006 Aug 11
1
mongrel still fails to write pid file when starting with config file
upgraded to 0.3.13.4 this morning in order to correct the above titled
problem but mongrel is still not writing the pid file when starting
with a config file
verified i am running 03.13.4 with --version
if i run this command:
mongrel_rails start -p 3000 -e production -d --user mongrel --group webdev
mongrel DOES create the pid file
if i run the same, and include -G config/mongrel.conf, the following
is generated in the config file:
---
:user: mongrel
:host: 0.0.0.0
:mime_map:
:prefix:
:port: "3000"
:daemon: true
:cwd: /srv/www/railsapps/myapp
:includes:
- mongrel
:environment: pro...
2007 Dec 06
2
WebDav/CalDav in Rails
Has anybody done anything with WebDev, or for that matter CalDav, in
Rails? I''m looking to do stuff with CalDav and the spec seems pretty
simple. I''m just wondering if the HTTP methods, like REPORT, natualy
work or if I have to install/configure anything. I''m running Rails on
Apache through FastCGI.
Thank...
2010 Mar 03
2
Memcached: "no such file to load -- memcache-client" when running script/console
...9;'
/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:
164:in `process''
/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:
113:in `send''
/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:
113:in `run''
/Users/yuval/Documents/webdev/pshpn/la/config/environment.rb:9
/usr/local/lib/ruby/1.8/irb/init.rb:252:in `require''
/usr/local/lib/ruby/1.8/irb/init.rb:252:in `load_modules''
/usr/local/lib/ruby/1.8/irb/init.rb:250:in `each''
/usr/local/lib/ruby/1.8/irb/init.rb:250:in `load_modules''
/usr/local/...
2008 May 22
5
my domU from jailtime.org using latests xen kernel freezees
...ith=xennet
--preload=xenblk /boot/initrd-2.6.18-53.1.19.el5xen.domU.img `uname -r`
(uname -r = 2.6.18-53.1.19.el5xen)
6) Here comes my config file :
kernel = "/boot/vmlinuz-2.6.18-53.1.19.el5xen"
ramdisk = "/boot/initrd-2.6.18-53.1.19.el5xen.domU.img"
memory = 512
name = "webdev"
vcpus = 2
vif = [ '' ]
disk = [ 'tap:aio:/home/xen/webdev/webdev_root.img,sda1,w',
'tap:aio:/home/xen/webdev/webdev_swap.img,sda2,w' ]
root = "/dev/sda1 ro"
7) when i will run domU machine using xm create webdev_config.xen -c , it
will start booting
but...