Displaying 20 results from an estimated 7000 matches similar to: "Samba 2.2.12 Hardware Migration Policy Issue Win2K"
2005 Feb 24
1
Samba Upgrade Yields Undesired Domain-Wide IE High Security
Forgive the repost, but I've changed the subject line since I
haven't seen a reply yet...please help, I don't have much hair
left!
Hello All,
I had been successfully running Samba 2.2.8a on a FreeBSD 4.7
box for a couple years using roaming profiles. The box was
functioning as PDC. The hardware was getting old; I needed to
migrate to a new server. So, I built a FreeBSD 5.3-RELEASE
2005 Mar 12
1
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc'
Hi
I am trying to build the llvm tools following the instructions here:
http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html
But I get this error:
/zalloc.c:9: error: conflicting types for 'malloc'
I am using gcc 3.4.1
What can be the problem?
__________________________________
Do you Yahoo!?
Yahoo! Sports - Sign up for Fantasy Baseball.
http://baseball.fantasysports.yahoo.com/
2005 Mar 01
1
Re: FLAC 1.1.2 released
--- Christian Weisgerber <naddy@mips.inka.de> wrote:
> Josh Coalson <xflac@yahoo.com> wrote:
>
> > FLAC 1.1.2 has been released. See the news item for full details:
>
> In doc/html, the api documentation is only installed if doxygen is
> installed. Is this correct? I thought, doxygen was only required
> to _build_ the api docs, but the package already comes
2005 Feb 25
1
Rsync signatures and incremental tape backup
Hello,
Andrew Trigdell's original rsync paper (actually
thesis) discussed the idea of using rsync to make
incremental tape backups based not on whole files but
rather parts of files. Sadly, this functionality is
not actually present in the rsync program. I'd like to
explore adding this ability.
There are basically three things that need to be done
to enable efficient (partial-file)
2005 Feb 24
3
Printing only works sometimes
I posted the message below, on the
gmane.network.samba.general newsgroup some days ago,
and haven't got any replies yet. If anyone has any
suggestions as to what can be done, please let me
know.
I have been trying to use Samba 2.2.6 to print from
two SCO Openserver 5.0.7 servers (VDOHOM & VDOHOM2, IP
addresses 192.168.1.121 & 192.168.1.122) on a WAN
consisting of networks
2003 Apr 20
0
How I got Samba 2.2.8a to run on OpenBSD 3.2 i386
First of all, GREAT WORK! I now have my very own Windoze domain thanks to
Samba :)
Now, getting Samba to work fully on OpenBSD was harder than I'd think it
would be.
To get smbd to compile somewhat cleanly, I had to hack
./source/include/config.h thusly: remove USE_SETREUID, add USE_SETEUID.
Then, I hacked sec_ctx.c like the attached diff shows, to get rid of some
assert_gid panic when
2007 Jun 28
2
dovecot help
Hello,
I have a mail server which I upgraded yesterday.
OLD:
Redhat 9
sendmail (very old version)
UW ipop3d
usermin with readmail module for webmail access (very old version)
NEW:
Fedora Core 6
sendmail 8.13.8
Usermin for webmail again
dovecot 1.0.0
# /etc/dovecot.conf
protocols: pop3
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/pop3-login
mail_location:
2008 Mar 11
2
IMAP storage - mail_location = maildir:~/Maildir:mbox:~/mail/
I'm moving to IMAP and trying to understand all the details of where to
save email. The system is CentOS running sendmail - procmail which
delivers as:
DEFAULT=$HOME/Maildir/
I'm trying also to use Usermin as the webmail client. I can get mail to
deliver to $HOME/Maildir/ and I can get clients (thunderbird outlook
etc) to view them. However Usermin seems stuck with saving
2009 Apr 02
1
calculating drop1 R^2s
This is probably simple, but I just can't see it...
I want to calculate the R^2s for a series of linear models where each
term is dropped in turn. I can get the
RSS from drop1(), and the r.squared from summary() for a given model,
but don't know how to use the
result of drop1() to get the r.squared for each model with one term dropped.
Working example:
library(vcd) # for
2002 Oct 14
0
webmin/usermin and winbind authentication
Hi all!
I wonder is it possible to authenticate webmin/usermin users via winbind? I
tried to convert users from Unix to webmin users but it failed: user did not
show up. Well, more likely I have a need for usermin authentication but I
suppose that they function like same..
I have no local users (expect one) and all user information comes from NT
PDC. All other auths like pop or login works
2007 Jul 17
2
A little OT but hopefully still related enough... Maildir Delivered mail naming problems.
Normally I wouldn't post off topic to a mailing list, but I have posted
every where else I can think of and haven't had any success yet working
this out. I know there has to be a few people here with extensive
knowledge of how mail works and maybe just a tip in the right direction
would help me out at this point.
I have migrated from mbox format to Maildir format in the last week. I
2003 Apr 18
1
Slow vipw and fast pwd_mkdb
Hello,
could somebody to comment PR bin/51148? It is suggestion how to pass
a value of cache size to pwd_mkdb when we are doing vipw or such.
It can give a greate speed-up when master.passwd is really big (and
sometimes it is). Appropriate cache size can make process 10 to 100
or more times faster. I gave the results of measurements in that
problem report.
Thanks in advance!
SY, Alex
2003 Jul 01
1
kde KUser - expires accounts
I used KUser to add a user to my system and after saving the changes I
made KUser expired all user accounts except the newly created one.
This meant I could only login as that new user and I could get root
access.
To fix this I rebooted the computer.
When it gives you 10 seconds [or hit enter] I pressed any key but enter to
get a prompt like this:
ok
Then at the prompt I booted into single
2009 Sep 25
2
summarize-plyr package
Hi,I am using the amazing package 'plyr". I have one problem. I would
appreciate help to fix the following error: Thanks.
______________________________
> library(plyr)
> data(baseball)
> summarise(baseball,
+ duration = max(year) - min(year),
+ nteams = length(unique(team)))
Error: could not find function "summarise"
> ddply(baseball, "id", summarise,
+
2012 May 25
1
Correlograms: using boxes and different variables on rows and columns
I'm trying to make correlograms using corrgram. See below for a simple
example.
####
library(corrgram)
data(baseball)
vars1 <- c("Assists","Atbat","Errors","Hits","Homer","logSal")
vars2 <- c("Putouts","RBI","Runs","Walks","Years")
2007 Jun 19
4
web based vacation frontend
Hi,
One customer has Centos 5 installed. He wants to have a web based
frontend to the vacation program because he is in charge to enable the
vacation msg for all the users in leave.
I tried webmin but the webmin vacation module points to a nonexistant
link. And the usermin module is very old and requires the user to do
it by themselves.
Suggestions?
--
2018 Jul 24
0
Mail has quit working
TE Dukes wrote:
>> -----Original Message-----
>> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Alexander
>> Dalloz
>> Sent: Tuesday, July 24, 2018 4:19 PM
>> To: centos at centos.org
>> Subject: Re: [CentOS] Mail has quit working
>>
>>
>> Am 24.07.2018 um 21:07 schrieb TE Dukes:
>>
>>> Output from tail:
2006 May 02
4
ordering after a inject
Hi,
My results are getting out of order after I do the following command:
count = result.inject({}) { |hsh, row| hsh[row[''name'']] = row[''count''].to_i;
hsh }
Why?
Here are more specifics:
My complete method is this (based off of acts_as_taggable code - not'' DHHs,
but the original one):
def self.sql_to_count_plays(lookback)
sql =
2006 Sep 29
3
What is wrong with this input
I can't seem to figure out why I'm getting this error. The output is
copied right off the screen. Notice how in some cases the back slash is
missing. In other cases, it can't read a file that I know is there.
Thanks in advance
> library(foreign)
> hrout <- read.spss("c:\\hrab200.sav")
Error in read.spss("c:\\hrab200.sav") : unable to open file
2005 Jun 29
6
statistics + c code
Good morning :)
I want to use some c code to read statistics as well
as the configured settings ... .. Just give me some
links for starting reading :)
Have a nice day
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com