Displaying 20 results from an estimated 38 matches for "domi".
Did you mean:
domid
2000 Feb 02
2
problems with openssh-1.2.2 and pam_tacplus.so
...ug: Client protocol version 1.5; client software version OpenSSH-1.2.1
debug: Sent 768 bit public key and 1024 bit host key.
debug: Encryption type: 3des
debug: Received session key; encryption turned on.
debug: Installing crc compensation attack detector.
debug: Starting up PAM with username "domi"
debug: Attempting authentication for domi.
Failed rsa for domi from 212.88.133.252 port 1021
debug: PAM Password authentication accepted for user "domi"
Accepted password for domi from 212.88.133.252 port 1021
debug: PAM setting rhost to "dominik.saargate.de"
PAM rejected...
2017 Jul 18
2
lme4 question
Hello,
I am trying to run the following model:
domi ~ type*ratio+((1|id)+(0+type|id)+(1|face_id)+(1|car_id))
My question is whether the data coding for "face_id" and "car_id" variables
is correct.
As you see on the following sample data structure, "type" is repeated
measure where 1=car, 0=face. Thus, I coded "face...
2004 Oct 07
2
account is not autorized to connect from this station.
...i-dp-test
- created some user accounts by : smbldap-useradd -a -m -c "Pat DUBAU" pat
For tests i did :
- pdbvedit -Vl : lists all my users/computers with samba attributes. So OK
- smbclient -L FS1 : prompts me a password, i give the *root's*
password then i get :
Domain=[DOMI] OS=[Unix] Server=[Samba 3.0.7-Debian]
Sharename Type Comment
--------- ---- -------
commun Disk commun aux profs et _tudiants
compta Disk fichiers du service comptable
prothee Disk acc__ prothee...
2012 Jul 29
2
Error in for-loop
...station with a constant.
for (i in 3:6){
LF[i] <- 1.26086956521739*superior[[i]];
LC[i] <- 0.722222222222222*inferior[[i]]
}
The error is: "Number of items to replace is not a multiple of replacement
length".
I hope someone can help me. I thank you very much.
Best regards,
Domi
--
View this message in context: http://r.789695.n4.nabble.com/Error-in-for-loop-tp4638257.html
Sent from the R help mailing list archive at Nabble.com.
2013 Jan 31
7
[PATCH] libxl: pass debug flag down to libxl_domain_suspend
...m B<remus> [I<OPTIONS>] I<domain-id> I<host>
diff -r 12455da211d4 -r 256d59b2bc8a tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c
+++ b/tools/libxl/xl_cmdimpl.c
@@ -3331,7 +3331,7 @@ static void migrate_do_preamble(int send
}
-static void migrate_domain(uint32_t domid, const char *rune,
+static void migrate_domain(uint32_t domid, const char *rune, int debug,
const char *override_config_file)
{
pid_t child = -1;
@@ -3340,7 +3340,7 @@ static void migrate_domain(uint32_t domi
char *away_domname;
char rc_buf;
uint8_t...
2012 Aug 11
3
replace funcion
...#39;8'='verano';'9'='verano';'10'='verano'") #when i run this
command it works also fine, but it clears the first change above.
I had previously tried it with the if-command, but it doesn't work. I hope
someone can help me. Thank you very much.
Domi
[[alternative HTML version deleted]]
2004 Oct 14
2
script in netlogon isn't run
Hi,
i have samba 3.0.7 and set a logon.bat script in /home/samba/netlogon
But when i log in my domaine (from a windows xp sp1 machine) "Domi" the
script isn't run, no error message at log in
Just going on the share "netlogon" i got the sand-hour and nothing more
happens
What's wrong ?
Thanks for any help
*here my smb.conf *
[global]
# Do something sensible when Samba crashes: mail the admin a backtrace
netb...
2009 Mar 06
9
Association broken when upgrading from rails 1.2.6 to 2.2.2
I have an app with the following models:
course
belongs_to :semester
semester
has_many: courses
belongs_to :education
education
has_many :semesters
In my old app (rails 1.2.6) I was able to access variables via
controller
@courses = Course.find(:all)
view file:
<% for course in @courses %>
<%= course.name %> <- this line works
<%= course.semester.name %> <- this is now
2011 Jan 14
1
[LLVMdev] examine dominating relationships between basic blocks
I am building code which needs to examine dominating relationships
between Basic Blocks.
I searched the Programming Guide
(http://llvm.org/docs/ProgrammersManual.html#common), it mentioned
briefly that such details will be covered in the future.
So, I am tuning to the list and ask.
Say, I have BasicBlock * a, *b, and need to know whether a...
2000 Feb 02
2
bash: scp: command not found
...i wrote:
> How come I can't get scp to work properly. It just complains like this:
>
> scp foo host:
> bash: scp: command not found
> lost connection
Maybe you should check for the path on the remote machine: it seems like
the remote shell can't find scp in its $PATH.
--
Dominik - http://www.saargate.de/~domi/
2007 Oct 09
1
recycle: touching failed operation not permitted
Hello
In /var/log/messages I have got a lot of errors such as :
"recycle: touching .recycle/jankowski/500/500_U/21-10-5U.~TIF failed,
reason = Operation not permitted "
~~.tif it's a temp file and I noticed that samba deletes this files to
recycle .
My smb.conf
comment = Rastry
public = yes
invalid users = @geodeta,@ewidencja,
path = /home/samba/rastry
2009 Feb 19
6
Rating
how to implement rating feature in rails and wat are the required gems
for that.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
2009 Nov 17
5
has_many :through and foo.bars.include?
hallo everybody,
i already googled the following problem, but there are so many
questions regarding "has_many :through", that i just couldn''t find
what i was looking for. so, i''m really sorry if this has been asked
before. if so, just drop me the link.
i have a has_many :through relationship similar to the following
example:
class Group < ActiveRecord::Base
2011 Apr 14
10
allow_duplicate_certs = true not working?
I saw this feature became available in 2.7.0rc1 and wanted to try it
out. I entered ''allow_duplicate_certs = true'' on both my master and
agent systems in the puppet.conf (not sure if its need in both, saw it
in genconf for puppetd and puppetmasterd though ...). I also have
autosign.conf configured to allow autosigning for our domain
(*.domain.com). I had my agent register with
2009 Feb 24
7
Add .html extension by default
Hi all,
i would like to add the .html extension by default to all my
resources. What is the best way to do that? The reason for this is
that i need to download the generated sites via wget and i need
the .html extension for the downloaded files. Also it would be nice if
the link_to would automatically generate the links with .html...
Thanks,
Gerold
2014 Jun 27
2
[LLVMdev] The implementation algorithm behind LLVM's RegionInfo class
Hi Tobi,
I have one additional question about the RegionInfo::isRegion
function. In the second case (i.e. Entry dominates Exit), why is checking
the following two conditions are equivalent to checking it's a refined
region:
For any BB in DF(exit), 1) BB should be in DF(entry)
2) BB reachable only from entry through
a path passing exit.
I.e., why is checking these...
2005 Oct 20
0
Xen domU installer scripts
Hi,
As followup to the Linux-Kongress tutorials I''ve started to polish my
tiny domain installer scripts a bit and ended up creating a new package
containing a number of shell scripts for domU installations. The name
is "domi" and you can grab a copy here:
tarball: http://dl.bytesex.org/cvs-snapshots/
suse rpm: ftp://ftp.suse.com/pub/people/kraxel/10.0-i386/i586/
Tested on: suse 10.0 + xen unstable.
Distros it can install: suse, fedora, debian, gentoo.
enjoy,
Gerd
_____________________________________...
2008 Apr 02
0
problem with pdbedit logon hours and usrmgr.exe
PLEASE HELP!!
I have got strange problem on samba-3.0.28-0.fc7 with logon hours and
passwords policies .I use tdbsam backend.
After changing time form winter to summer client's (windows XP) cannot
login after 8:00AM ( time zone Warszawa/Poland UTC ). Linux and windows
clients correctly changed time to summer (+1 hour)!!.
Logon hours are set :
from Monday -to-Friday 8:00 AM to 4:00PM
I use
2014 Apr 19
10
[Bug 77674] New: "failed to read DPCD" on wake up with external monitor
https://bugs.freedesktop.org/show_bug.cgi?id=77674
Priority: medium
Bug ID: 77674
Assignee: nouveau at lists.freedesktop.org
Summary: "failed to read DPCD" on wake up with external monitor
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter:
2007 Nov 26
0
Gentoo dom0 installation issues
...already
mounted. But if I use a dom0 kernel with backend drivers in kernel and
fronted drivers as modules, xend complaints about not available slot to
mount blktap0. Is there any way to check status of /dev/blktap0?
- When I try to start VM (images downloaded from web), or create it
with domi, I get non-successful boots, always failed detecting boot
partition inside domU (the known kernel panic about not finding correct boot
partition). I tried with ''file:/var/lib/xen/fedora.img'' as sda1, or
''tap:aio:/var/lib/xen/fedora.img'' as xvda or xvda1, but with...