Displaying 20 results from an estimated 41 matches for "my_user".
2007 Jun 23
2
End of File Error on index optmize
...0.5/lib/
daemons.rb:133:in `run''
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons/
cmdline.rb:105:in `catch_exceptions''
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/
daemons.rb:132:in `run''
ls -Alh /index_dir/
total 649M
-rw------- 1 my_user my_user 3.2M Jun 22 15:40 _0.cfs
-rw------- 1 my_user my_user 22M Jun 22 17:29 _1.cfs
-rw------- 1 my_user my_user 22M Jun 22 18:53 _2.cfs
-rw------- 1 my_user my_user 23M Jun 22 20:14 _3.cfs
-rw------- 1 my_user my_user 22M Jun 22 22:01 _4.cfs
-rw------- 1 my_user my_user 20M Jun 22 21:1...
2006 Jan 28
1
Switchtower different svn repo urls from my local box and my shared hosting
I got problems running switchtower 0.10.0 when I try to run "rake deploy"
from my local box (windows) to my shared hosting
If I set the repository to (deploy.rb):
set :repository, "file:///home/[my_user]/repo/[my_app]/trunk"
My local box (windows) can''t reach the subversion repository located in
site5
If I set the repository to:
set :repository,
"svn+ssh://[my_user]@[my_site]/home/[my_user]/repo/[my_app]/trunk/"
I got a "permission denied" when svn run in my s...
2010 Mar 11
1
Emails Disappearing -- Mystery
...lter enabled (no file present), even
though this configuration is present:
sieve_global_path=/vmail/globalsieverc
User does not have any sieve scripts enabled at the server side.
Ok,
1)
The user shuts down his apple mail software, his Iphone, and the Web
interface:
2010-03-11 15:52:57 IMAP(my_user at mydomain.com): Info: Connection closed
bytes=2188/6499
2010-03-11 15:52:57 IMAP(my_user at mydomain.com): Info: Connection closed
bytes=3887/7336
2010-03-11 15:52:57 IMAP(my_user at mydomain.com): Info: Connection closed
bytes=5873/68309
2010-03-11 15:52:57 IMAP(my_user at mydomain.com): Info...
2006 Jan 27
6
Switchtower deploy error
...gems/1.8/gems/switchtower-0.10.0
/lib/switchtower/recipes/standard.rb
loading configuration ./config/deploy.rb
executing task deploy
transaction: start
executing task update_code
querying latest revision...
[update_code] transaction: rollback
[update_code] rolling back
executing "rm -rf /home/[my_user]/apps/[my_app]/releases/20060127192840"
servers: ["www.[my_server].com"]
Password: *******
processing command
[www.[my_server].com] executing command
command finished
rake aborted!
No such file or directory - svn log -q -rhead
file:///home/[my_user]/repo/[my_app]/trunk
------------...
2007 Dec 04
7
REST bug with form_for
Hi all, I am running on Windows XP sp2 with ruby 1.8.6, and rails
1.2.3
I am using REST, and have this in my view
<% form_for(:project,
:url => project_path(:user_id => @project.my_user, :id =>
@project),
:html => {:method => :put}) do |f| %>
The browser correctly gives
<form method="post" action="/users/2/projects/1">
<div style="margin: 0pt; padding: 0pt;">
<input type="hidden" value="put"...
2006 Jan 28
1
Advice on Optimization, and where to put what?
...then use the array from then on.
My question is.. how do I go about doing that and where would my code
be? In the Model? In the Controller? In a helper file? I also need some
help writing the actual ruby code to define an array of friend_id''s.
My User model HBTM Friends. So I can call my_user.friends.find(:all) and
it will return all of his/her friends. Does my_user.friends return an
array of only those friends that belong to my_user? If so, can I just
assign that to a variable in my User model and access it in my
controllers and views?
Any help would be greatly appreciated.
--
P...
2004 Feb 26
0
Problem Authenticating on Windows NT-Domain via winbind
...ter account. but when i double click the account it states: Access denied.
i started samba and winbind and uses the winbind -t command. everything is ok. winbind -u and winbind -g also works as expected. but when i try to authenticate myself with winbind -a it doesn't work.
i tried:
winbind -a my_user%my_password
winbind -a PORTA#001-NT\my_user%my_password
winbind -a PORTA#001-NT\\my_user%my_password
winbind -a PORTA#001-NT/my_user%my_password
nothing works.
another thing is that i can't see/access my shares on the linux box from a windows box but i think that has to do with my previous que...
2013 Dec 04
1
Question regarding quotas (is this a bug or intended behavior) ?
Hi,
I was wondering if this is a normal behavior (test was made using
Dovecot v2.2.9).
In my config, quotas are configured as follows:
plugin {
quota = dict:Userquota::file:%h/dovecot-quota
quota_rule = *:storage=1G
quota_rule2 = Trash:ignore
}
# doveadm mailbox status -u my_user "messages vsize" '*'
Trash messages=4997 vsize=229535631
Drafts messages=0 vsize=0
Sent messages=0 vsize=0
Junk messages=0 vsize=0
INBOX messages=0 vsize=0
# doveadm -f flow quota get -u my_user
Quota name=Userquota Type=STORAGE Value=0 Limit=1048576 %=0
Quota name=Userquota Type...
2008 Mar 19
2
rsync fails to exclude... sometimes?
...to absolutely prevent rsync from copying
a specific file in a directory where every file but that one is to be
copied?
My rsync statement complete with exclude looks like this:
rsync -avz --delete --update --stats
--exclude=/library/webserver/documents/domains/mydomain/file_to_exclude.html
-e ssh my_user@nnn.nnn.nn.nnn:/Web_Files/Domains/source_of_files/
/library/webserver/documents/domains/destination_dir_of_files/
--
View this message in context: http://www.nabble.com/rsync-fails-to-exclude...-sometimes--tp16146668p16146668.html
Sent from the Samba - rsync mailing list archive at Nabble.com...
2013 Feb 03
1
dsync backup questions
Hi,
I'm currently trying to setup remote backups of my emails but i'm running
into issues (mdbox format, indexes and storage in the same folder
hierarchy).
Local backup command: dsync -u "my_user" backup /backups/my_user
(1) Recently, I noticed that the local backup takes up twice the size as
the original mail location (8gb vs. 4gb). I purged alot of emails from the
original location, so the size shrunk, but the local backup just keeps on
getting bigger. I couldn't find any dsync...
2004 Feb 04
2
Problem browsing my unix-client - session setup failed: NT_STATUS _CANT_ACCESS_DOMAIN_INFO
I installed samba 3.0015.
I have a problem when I try to browse my machine from a windows client. In
effect I am not able to "open" my unix-client.
I checked nmbd and smbd and they are running.
If I try from my unix-clinet: smbclient -L my_user -W my_domain -L my_PDC I
can see shares.
If I try from my unix client: smbclient -L my_user -W my_domain -L
my_unix_client I get
session setup failed: NT_STATUS_CANT_ACCESS_DOMAIN_INFO
What I'm mistaking?
Thank you
Mauro
Il Gruppo Direct Line ? di propriet? del Gruppo Royal Bank of Scotla...
2005 Aug 09
6
Failed authentication to a mysql database (bug or PEBKAC?)
...able and the latest cvs-nightly (I think from
August 9.). With both versions, I get the following error (there are
little differences between the to versions, but the meaning ist the same...)
dovecot: auth-worker(default): mysql: Connect failed to localhost
(my_dbname): Access denied for user 'my_user'@'localhost' (using
password: YES) - waiting for 1 seconds before retry
My connect string is as follows:
connect = host=/var/lib/mysql/mysql.sock user=my_user
password=my_password dbname=my_dbname
Both versions are compiled with the following settings:
./configure --prefix=/usr --loca...
2007 Sep 11
5
Node behavior
...s just fine). However, when I specify the following (see
nodes.pp, specifically), it applies firewall/firewall_mail2.pp to mail2
as well as any other server configured as a puppetd client.
--- BEGIN templates.pp ---
# templates.pp
node basenode {
include virt_all_users,
my_users,
dns,
sudoers,
package_management,
base_packages
}
node default inherits basenode {}
--- END templates.pp ---
--- BEGIN nodes.pp ---
# nodes.pp
node ''mail2.clientdomain.com'' inherits basenode {
import "...
2015 Aug 25
6
echo password into bash script
...igitalplatform@$i:
And here's how it executes:
#bash -x deploy_key.sh
+ pub='~/.ssh/id_rsa.pub'
+ dps_pass='nbcuV01P!'
+ ssh=/usr/bin/ssh
+ scp=/usr/bin/scp
+ for i in 10.10.10.2{5.6}
+ echo 'xfring key up'
xfring key up
+ echo 'my_pass'
+ /usr/bin/scp /Users/my_user/.ssh/id_rsa.pub digitalplatform at 10.10.10.25:
Password:
Can someone please let me know where I'm going wrong?
Thanks
Tim
--
GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
2012 Feb 14
2
Model with 2 foreign keys
Hi All,
I''d like to integrate a simple user-oriented messaging system into my
app.
I have a Message model, with :from_user_id, and :to_user_id (for the
user that sent and the user that recieved the message).
Obivously, (User) has_many :messages will fetch the messages that a
certain user has created, but not the ones that they have been sent.
Currently, I have this:
has_many :messages,
2007 Mar 06
3
GTalk/Jabber passing audio in 1.4.1!
I've just compiled Asterisk 1.4.1 and I'm happy to report that I've got
two-way audio between Google Talk and Asterisk! This IS an exciting moment
today in VoIP! This is just GREAT!
- Ronald Lewis
http://ronaldlewis.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Apr 23
2
Ulimit problem - CentOS 5.10
Running across some curious stuff with ulimit on CentOS 5.10.
We have a non CentOS packaged version of Asterisk (using their packages) that we start at boot time with a typical RC script.
Recently it started whining that it couldn't open enough file handles.
As we dug further into this, it appears that at boot time, it inherits ulimit from init, which is pretty low: 1024.
We've set
2011 Oct 19
1
'doveadm quota get' dictionary SQL query ignores specified '@domain' part of username. bad config or bug?
...9;ve specified dict usage for quota,
/etc/dovecot/dovecot.conf
!include conf.d/*.conf
protocols = imap lmtp
dict { quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext }
created the maps,
/etc/dovecot/dovecot-dict-sql.conf.ext
connect = host=/var/run/mysql/mysql.sock dbname=my_db user=my_user
password=my_pass
map {
pattern = priv/quota/storage
table = PARAMS
username_field = MAILBOX_user_domain
value_field = quota_bytes
}
map {
pattern = priv/quota/messages
table = PARAMS
username_field = MAILBOX_user_domain
value_field...
2005 Oct 29
1
how to restrict rscync to ONLY use ssh-pubkey transport & auth?
...h only.
i'm setting up rsync comms for the first time.
i have rsyncd running on box A.
no-auth rsync from box B to/from box A's rsyncd works as expected.
rsync@B to/from rsyncd@A using pubkey-auth'd-ssh trasport:
rsync --verbose --stats --recursive -e "ssh -F $MY_SSH_CONF -l $MY_USER" /path_to_src_dir/*
BOX_A_FQDN::targetdir
ALSO works as expected.
i've easily managed to turn connection/sync-ing ON. so, how do i turn specific access types OFF?
specifically, i'd like to limit rsync to ONLY allow the pubkey+ssh transport, and NOT any other
channel?
high odds are...
2008 Mar 27
0
handling post-remove URL / uninstall of application
...cept => :post_remove
Now I''ve defined something like this in my controller:
def post_remove
if request.post?
raise "Incorrect API Key" unless params[''fb_sig_api_key''] ==
Facebooker::Session.api_key #session[:facebook_session].api_key
my_user = WebUser.find_by_facebook_uid params[''fb_sig_user'']
WebUser.destroy my_user
end
end
Unfortunately the call to Facebooker::Session.api_key isn''t working,
below is my test code and the error. It''s not strictly necessary, but
helps with security...