Displaying 20 results from an estimated 1100 matches similar to: "[Fwd: Re: [Fwd: Update to 2.2.1-2]]"
2011 Sep 30
5
Fwd: Win 7 Pro
Hello,
I use Samba 3.5.11 from debian. I'm trying to add new Win7Pro to domain,
but I still get error: "The specified domain either does not exist or
could not be contacted".
using wireshark I can see
SMB_NETLOGON 279 SAM LOGON request from client
SMB_NETLOGON 270 SAM Response - user unknown
SMB_NETLOGON 279 SAM LOGON request from client
SMB_NETLOGON 270 SAM Response - user unknown
2008 Feb 22
2
[Fwd: Update to 2.2.1-2]
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20080222/960348fe/attachment.htm
2008 Feb 26
1
Update to 2.2.1-2
Dear Arnaud,
> guys,
>
> sorry for the lag in jumping over there.
>
You anyway do a good job!
Thanks for prompt answers!
>
> If you want to do it yourself:
> - look here for the needed build tools
> http://www.debian.org/doc/maint-guide/ch-start.en.html#s-needprogs
> - svn co svn://svn.debian.org/nut/trunk
> - cd trunk
> - ln -s packaging/debian
> - fakeroot
2012 Jan 02
1
Can not logon to domain:
Hi all,
After new year I started to getting error when trying to logon to domain.
Everything worked well before Christmass; I don't remember any
(relevant) changes.
I'm getting this error in log:
netlogon_creds_server_check failed. Rejecting auth request from client
COMPUTER machine account COMPUTER$
After reading some googled solution nothing seems be relevant for me ...
I tried to
2011 Oct 06
1
Porting samba setup to backup server
I must set up a backup server for failover and have used tdbbackup to create backup files from the functioning primary server. I then copied the files to the backup server and used tdbbackup to restore all the databases, along with copying the smb.conf and other text files from /etc/samba. This does not seem to work and I was hoping someone could assist.
Primary server is RHEL 5.4 with Samba
1998 Dec 11
1
backup PC client
I began with Samba 1.9.18.p10. on SunOs 5.6. I try backup PC(Windows95)
with this:
smbclient \\\\pcbig\\test
..
..
smb:\> recurse
smb:\> directory recursion is now on
smb:\> tar c /dev/rmt/0
....
Until it is OK.
But restore has error:
smb:\> tar x /dev/rmt/0
smb:\> restore tar file \test1.txt of size 70 bytes
smb:\> Updating creation date on \testfolder1\
smb:\> ERRDOS - 50
2013 Feb 20
1
Announce: Module puppetlabs/postgresql 2.1.0 Available
A new release of the puppetlabs/postgresql module is now available on the Forge:
https://forge.puppetlabs.com/puppetlabs/postgresql/2.1.0
Changelog
========
This release is primarily a feature release, introducing some new
helpful constructs to the module.
For starters, we''ve added the line `include
''postgresql_conf_extras.conf''` by default so extra parameters not
2008 Aug 01
1
Confidence intervals with nls()
I have data that looks like
O.lengthO.age
176 1
179 1
182 1
...
493 5
494 5
514 5
606 5
462 6
491 6
537 6
553 6
432 7
522 7
625 8
661 8
687 10
704 10
615 12
(truncated)
with a simple VonB growth model from within nls():
plot(O.length~O.age, data=OS)
Oto = nls(O.length~Linf*(1-exp(-k*(O.age-t0))), data=OS,
start=list(Linf=1000, k=0.1, t0=0.1), trace=TRUE)
mod <- seq(0, 12)
2008 Jun 10
3
newbie nls question
I'm tyring to fit a relatively simple nls model to some data, but keep coming up against the same error (code follows):
Oto=nls(Otolith ~ Linf*(1-exp(-k(AGE-to))),
data = ages,
start = list(Linf=1000, k=0.1, to=0.1),
trace = TRUE)
The error message I keep getting is "Error in eval(expr, envir, enclos) : could not find function "k"". I've used this
2006 Apr 13
2
a question on subset a dataset
Dear R-users,
I generate a dataset "d", and want to get a subset from it.
**
*z<-rnorm(9)
coords<-cbind(x=c(1,1,1,2,2,2,3,3,3),y=c(1,2,3,1,2,3,1,2,3))
d<-SpatialPointsDataFrame(coords, data.frame (z=z[1:9]))*
The result*/dataset* is
coordinates z
1 (1, 1) 1.41173570
2 (1, 2) 0.18546503
3 (1, 3) -0.04369144
4 (2, 1) -0.21591338
5 (2, 2)
2008 Feb 26
0
[nut-commits] svn commit r1334 - in trunk: . drivers
> Author: adkorte-guest
> Date: Mon Feb 25 20:40:41 2008
> New Revision: 1334
>
> Log:
> Allocate twice the maximum number of reports we expect (MAX_REPORTS), to
> allow for bogus/duplicate reports.
Retrospectively, this is gross hack at best and probably only good to fix
the problem temporarily. I think I have a better solution available (in a
similar way as r1210, that was
2013 Oct 20
2
optimize la value of pool in database.yml
Hi,
I would like to understand how to calculate optimal value for "pool"
parameter in database.yml
I''m using rails 3, ruby 2, postgres, elasticsearch, unicorn, nginx
My server : 12 coeurs 24 threads ( I dont know if it is necessary for
define pool value)
unicorn : worker_processes 24
I have around 1500 pages requested per minutes, and around 200ms per request
Is it also
2011 Oct 24
1
Win 7 Pro again
I have succesfully joined Win 7 Pro to my Samba PDC
Now I'm trying to join other machine.
I'm following wiki.samba.org/index.php/Windows7, but from last time i
know this is not ultimate solution. In fact it indirectly states that
with all updates you don't have to do anything to be able join PDC.
Just note, that I have WINS server set in my DHCP as resolved in other
thread.
First I
2001 Jul 30
1
e2fsprogs and ext3
One of my servers appears to have some filesystem corruption. I'm running
Red Hat 6.2 with kernel 2.2.19pre6 and ext3 0.5e. That server currently
has e2fsprogs-1.20-WIP-0117 installed. Is it OK to upgrade to the latest
e2fsprogs (i.e.: 1.22) prior to running the e2fsck on the filesystem?
--Shawn
2013 Mar 27
1
remove all html tag before validation
hi,
is there a clean way to remove all html tag of all attributes before
validation
I found acts_as_sanitized that seemed to be perfect, but for rails 2 :-s
thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2013 Feb 14
1
create object after before_filter :authenticate_user!
hi
I use devise and cancan
my model
class PostsController < ApplicationController
before_filter :authenticate_user!, only: [:create, :update, :destroy]
...
end
so an unauthentificate user can access new post form. Now when
unauthentificate user submit new or edit forms, he is redirected to login
form. But when he logs in, his post is not save in database. Is there
anythings to do such
2004 Oct 18
1
Experience on using Samba with XP SP2
Hallo,
> We have problems with printing after installing XP SP2.
> In nearly every software it takes about 10 seconds to 30 seconds, if you
> click on "Print-Button" and wait for the print dialogue window.
> Extremly slow are programs like MS Word (30 seconds, when you open a
> document the first time).
same problem here. This a known but _unresolved_ problem for Samba
2004 Aug 06
2
Icecast + oddcast + voice
Hi:
If you can record your mic but it's not working in XMMS, this suggests an
issue on the XMMS side. Are you invoking the XMMS Recorder plugin as
detailed in the Readme?
Geoff.
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
2001 Nov 14
2
BASA GELEN CEKiLiR DEMEYiN..
I Don't speak the language it is in, but is this spam?
-----Original Message-----
From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]
On Behalf Of SAGLAM SiGORTA
Sent: Wednesday, November 14, 2001 10:40 PM
To: samba@samba.org
Subject: BASA GELEN CEKiLiR DEMEYiN..
Importance: High
SA?LAM S?GORTA ARACILIK H?ZMETLER?
Merhabalar,
Size ?ncelikle firmam?z? tan?tarak
2005 Jun 02
1
Logcheck flagging "RIP" requests from Router
I enabled logcheck on a Debian Sarge box and it is including in it's reports
hundreds of lines like this:
Jun 2 17:56:09 localhost kernel: PUB_IN DROP 4 IN=eth0 OUT=
+MAC=ff:ff:ff:ff:ff:ff:00:09:5b:e9:56:a0:08:00 SRC=192.168.13.10
+DST=192.168.13.255 LEN=52 TOS=0x00 PREC=0x00 TTL=1 ID=20692 PROTO=UDP SPT=520
+DPT=520 LEN=32
Jun 2 17:56:39 localhost kernel: PUB_IN DROP 4 IN=eth0 OUT=