search for: admin

Displaying 20 results from an estimated 25113 matches for "admin".

2012 Oct 23
0
route problem
Hello I have this routes.rb Tamara::Application.routes.draw do ActiveAdmin.routes(self) devise_for :admin_users, ActiveAdmin::Devise.config resources :users resources :category do resources :berichten end end So I thought that localhost:3000/<category>/bericht/new I could write a new bericht which is stored in the <categoryname> But when...
2007 Sep 16
2
Problem with recognize_path
Hello, I am experiencing a weird problem on one of the 3 test servers I''m using: There is a controller named admin/statistics and I am trying to access /admin/statistics The matching rule is: map.connect '':controller/:action/:id'' On 2 of the 3 servers, recognize_path correctly matches to Parameters: {"action"=>"index", "controller"=>"admin/statistics&qu...
2014 Nov 26
1
mail_location maildir:~/Maildir Invalid user settings[SOLVED]
...tached are dmesg, maillog and doveconf -n output. -------------- next part -------------- OpenBSD 5.6-current (GENERIC) #525: Wed Nov 19 22:47:44 MST 2014 deraadt at i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC -------------- next part -------------- Nov 26 07:11:01 mail dovecot: lda(admin): Debug: Effective uid=1000, gid=1000, home= Nov 26 07:11:01 mail dovecot: lda(admin): Debug: Effective uid=1000, gid=1000, home= Nov 26 07:11:01 mail dovecot: lda(admin): Debug: Namespace inbox: type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes location=maildir:~/Mail...
2010 Oct 01
1
File permissions getting destroyed with M$ software on ZFS
...1 force directory mode = 0751 directory security mask = 0750 inherit permissions = Yes inherit owner = Yes browseable = No level2 oplocks = No vfs objects = zfsacl nfs4:acedup = merge nfs4:mode = special [ens] comment = ENS Groups path = /XKA2/admin/ENS valid users = +admin force group = admin read only = No create mask = 0770 directory mask = 02770 inherit permissions = Yes inherit acls = Yes map archive = No map readonly = permissions vfs objects = zfsacl nfs4:acedup = merge nfs4:mo...
2019 Jan 01
1
I can't find what's causing this warning?
This is also on Stack Overflow… It’s odd, because sometimes it seems to wrk, and sometimes not??? error.log [2019-01-01 13:08:31] INFO admin/admin_handle_request Bad or missing password on admin command request (command: stats.xml) [2019-01-01 13:08:31] INFO admin/admin_handle_request Bad or missing password on admin command request (command: stats.xml) [2019-01-01 13:08:31] INFO admin/admin_handle_request Bad or missing password on a...
2019 Jan 01
2
I can't find what's causing this warning?
I?ve started getting this warning, and nothing I do seems to solve it? INFO admin/admin_handle_request Bad or missing password on admin command request (command: stats.xml) It repeats about every 15 secinds? Any ideas anyone Robert
2008 Jan 09
1
Rscript on OSX
...it directly: >-bash: ./Rscript: cannot execute binary file On linux this works. I would like to send her some Rscripts, but how can we make them run on her system? thank you very much, ido imaclab3:/Library/Frameworks/R.framework/Resources/bin ru$ ls -l total 1008 -rwxrwxr-x ? 1 root ?admin ? ?1654 Nov 26 17:36 BATCH -rwxrwxr-x ? 1 root ?admin ? ?2188 Nov 26 17:36 COMPILE -rwxrwxr-x ? 1 root ?admin ? 34391 Nov 26 17:36 INSTALL -rwxrwxr-x ? 1 root ?admin ? ?1593 Nov 26 17:36 LINK -rwxrwxr-x ? 1 root ?admin ? ?7210 Nov 26 17:37 R -rwxrwxr-x ? 1 root ?admin ? ?7210 Nov 26 17:37 R.orig -r...
2008 Mar 28
10
Inheriting from AdminController intstead from ApplicationController
Hi I would like to do the following: I have created an admin namespace and the required folders app/admin views/admin etc. And then I wanted all controllers under app/admin to inherit from a controller named AdminController which resists under app/admin/admin.rb instead of inhereting from ApplicationController, so I could better separate between admin and pu...
2011 Aug 27
2
: error while loading shared libraries: libdovecot.so.0 (arm cross compile)
...Program exited with code 0177. (gdb) bt full No stack. (gdb) quit By the way on a separate but related note, adding --enable-maintiner-mode introduced a new problem also relating to libdovecot.so.0.0.0 I'll refer to that in the post script. # ls -alh /opt/lib/dovecot/ drwxr-xr-x 8 admin administ 4.0k Aug 27 16:31 ./ drwxr-xr-x 37 admin administ 16.0k Aug 27 16:27 ../ drwxr-xr-x 2 avahi avahi 4.0k Nov 26 2009 .debug/ drwxr-xr-x 2 admin administ 4.0k Aug 27 16:27 auth/ drwxr-xr-x 2 admin administ 4.0k Aug 27 16:31 doveadm/ -rw-r--r--...
2006 Feb 16
1
setting the right routes
I''m trying to create an admin section in my application which can be accessed through www.myapp.com/admin. I''m going to need to administer two models through the admin section. I have a generated the controllers for Admin::Image and Admin::Project. That created a subdirectory under the controllers directory call...
2016 Aug 19
3
multiple domain and winbind use default domain
...ttributs filled for accounts. I'm using "winbind use default domain" because users are also used on linux PC labs. So currently an user user1 from domain AD can request a ticket and access his share with smbclient -k //server/user1 wbinfo -i user1 gives correct values. But a user admin.eb from subdomain PSI can't access his share after requesting a ticket wbinfo -i admin.eb gives correct value: PSI+admin.eb:*:9994:5000::/psihome/admin/admin.eb:/bin/bash but the smbd logs are saying: Adding homes service for user 'PSI+admin.eb' using home directory: '/psihom...
2009 Dec 06
9
Route error to Admin namespace
Hi. I have some apps that i have "admin" areas to the clients manager the app. This "admin" is a directory on my controllers path, like this: my_site --> app -->-->controllers -->-->-->admin And my controllers in "admin", i use the correct namespace(example for clients_controller): class Adm...
2007 Oct 28
2
failing test with nested controller routes
I have googled and browsed through spec-users archives, but didn''t find anything different. I used rspec scaffold command to generate a mvc for groups, I used nested controller so I could have a separate interface for admin. the specs are the same as generated, so I won''t post the whole thing. I did put the nested routes names on the calls to the name routes: it "should redirect to the new group on successful save" do post_with_successful_save response.should redirect_to(admin_group_url...
2007 Mar 26
4
Monit + Mongrel woes
...9;'m currently using mongrel 1.0.1 and I am using the same monit configuration I''ve always been using, yet everytime monit should restart mongrel, I get "Execution failed". For the start command, I originally used the following: ------------ start program = "/usr/bin/su admin -c ''/usr/local/bin/mongrel_rails start -d -e production -p 8001 -a 127.0.0.1 -c /home/admin/webapps/gohuman/current -P log/mongrel.8001.pid''" ------------ But then monit started giving me execution failed errors and when I tried to run it manually I got a "PID already ex...
2017 Aug 31
3
sysvolreset doesn't reset all ACLs
...12:27, Rowland Penny via samba wrote: > > I actually used worse words when I found out why I couldn't get my work > on the python code to work. ;-) > >> Does this apply only to sysvolreset or also when fixing ACLs from >> Windows? > > On a Samba AD DC, 'Domain Admins' is mapped to 'ID_TYPE_BOTH' in > idmap.ldb, this makes it able to own files and dirs in sysvol. The > moment you give 'Domain Admins' a gidNumber, you break this mapping and > the group becomes just a group and cannot own anything on a Unix > machine, so my recomme...
2013 Nov 23
1
quota warning by script fails
...l 580 23 Nov 17:14 /usr/sbin/quota-warning.sh* socket: [root at testfbsd ~]# ll /var/run/dovecot/quota-warning srw-rw-rw- 1 root wheel 0 23 Nov 17:06 /var/run/dovecot/quota-warning= Calling the 'quota-warning.sh' script from the console works: Nov 23 17:00:42 testfbsd dovecot: lda(admin at testfbsd.XXXXXXXXX.net): msgid=<Ne509YyBcF4pRuYBSyaSfTuUquS9YW at testfbsd>: saved mail to INBOX But when I force dovecot to call it with sending to much mails to the server, the following log comes up (which show, that dovecot at least wants to call the script :"Debug: quota: Execu...
2017 Aug 31
1
sysvolreset doesn't reset all ACLs
...I actually used worse words when I found out why I couldn't get my >>> work on the python code to work. ;-) >>> >>>> Does this apply only to sysvolreset or also when fixing ACLs from >>>> Windows? >>> >>> On a Samba AD DC, 'Domain Admins' is mapped to 'ID_TYPE_BOTH' in >>> idmap.ldb, this makes it able to own files and dirs in sysvol. The >>> moment you give 'Domain Admins' a gidNumber, you break this mapping >>> and the group becomes just a group and cannot own anything on a Unix &gt...
2006 Feb 24
4
Understanding controllers
You''ll have to forgive me ... I''ve been toying with rails for about a week and although I don''t feel completely lost there''s still a lot that I don''t understand. Here goes. Assume I have a controller called admin in app/controllers as well as three model classes in app/models: product, category, warehouse. How exactly do I use the admin controller to produce this kind of structure? http://example.com/admin/product/ http://example.com/admin/product/edit/1 http://example.com/admin/category/new http://example...
2006 Feb 13
2
categories and admin/categories - different controllers and templates?
Is there some way to have these two sets of URLs use totally different controllers and templates? categories/list categories/show/1 admin/categories/list admin/categories/edit/1 admin/categories/destroy/1 admin/categories/update/1 Besides, of course, using different controller names ;). The first URL is publicly accessible, while the second contains admin functions. Also, with the second, subclassing the Category controller from the...
2005 Feb 27
0
Astcc installation
I try to install astcc. Make install gives me: DBI connect('database=astcc;host=localhost','astcc',...) failed: Unknown database 'astcc' at ./astcc-admin.cgi line 67 DBI connect('database=;host=','',...) failed: Access denied for user: 'root@localhost' (Using password: NO) at ./astcc-admin.cgi line 60 Ignoring that (!!! ;-) ) and going to the website, configuring the database, I get: /Database unavailable -- please check...