Displaying 20 results from an estimated 39 matches for "pohl".
Did you mean:
poh
2006 Sep 14
2
More problems with samba 3.0.23c and NT4
...D.tmp gescheitert." EventId:1000 from Userenv.
The same with an XP-computer works without problems.
2. I haven't the security-tag in the property-window of a file or directory on the samba-shares. The tab is there under winxp but
not in NT4.
Is there something broken??
Thanks,
Andreas Pohl
pohl@vegu.de
--------------------------------------------------
INTERMET Ueckerm?nde
D-17373 Ueckerm?nde, Eggesiner Str. 11
Tel.: +49 (0) 39771 2120, Fax: +49 (0) 39771 21210
2010 Jun 09
1
counting across leves of factors
...ve
3levels)
I have maybe 5000 observation.
And i need to do table where is in every raw 1 of possible combination of
this factors and the numbur how many time is this combination in my dataset.
I wrote one code, but this is very slow and dumb.
it looks like this:
i<-0
for(i1 in levels(hivdat$pohl)){
a<-subset(hivdat,hivdat$pohl==i1)
for(i2 in levels(a$vekF)){
b<-subset(a,a$vekF==i2)
for(i3 in levels(b$ekstF)){
c<-subset(b,b$ekst==i3)
for(i4 in levels(c$zam)){
d<-subset(c,c$zam==i4)
for(i5 in levels(d$saman)){
e<-subset(d,d$saman==i5)
for(i6 in levels(e$test)){
f<-subset(e...
2006 Aug 18
3
setting a value of text_field from a controller
...CP, MCP+I, MCSE, NetApp Filer & NetCache
gPG: CB78 76D9 210F 256A ADF4 0B02 BECA D462 66AB 6F56 / $ID: 66AB6F56
GCS d-(?) s: a- C++ ULHISC*++++$ P+++>++++ L+++$>++++ E--- W+++$ N++(+)
!o !K w(---) !O !M V PS+ PE Y+ PGP++ t+@ !5 X? R tv b+ !DI D+ G
e>+++ h---- r+++ z+++@
novy pohled na svicky: http://www.lightgems.cz
===============================================================================
2006 Sep 14
1
Printing problems with samba 3.0.23c and NT4
...rinting = BSD
...
[pspdf]
path = /tmp
printable = yes
print command = /usr/local/bin/samba2pdf %s %U
use client driver = yes
I have played with "use client driver", with no success.
Is the printing-support for NT4 broken?
Thanks a lot in advance
Andreas Pohl
pohl@vegu.de
--------------------------------------------------
INTERMET Ueckerm?nde
D-17373 Ueckerm?nde, Eggesiner Str. 11
Tel.: +49 (0) 39771 2120, Fax: +49 (0) 39771 21210
2014 Nov 22
3
yum-plugin-security
On Sat, 22 Nov 2014 08:00:50 -0600
Johnny Hughes <johnny at centos.org> wrote:
> On 11/22/2014 05:49 AM, Gabriele Pohl wrote:
> > I have difficulties to understand the output of yum-plugin-security.
> >
> > # yum check-update --security
>
> CentOS only tests that things work when doing all updates ... it does
> not test any other grouping of packages.
when I install the updates
I usua...
2016 Jul 26
2
Does e2fsck.conf contain "broken_system_clock = 1" per default on CentOS7?
On Tue, 26 Jul 2016 16:21:00 +0100 (BST)
John Hodrien <J.H.Hodrien at leeds.ac.uk> wrote:
> On Tue, 26 Jul 2016, Gabriele Pohl wrote:
>
> > on all of my CentOS7 VMs on different hypervisors
> > the config file e2fsck.conf contains the line
> >
> > broken_system_clock = 1
> >
> > Do you see similiar /default/ settings on
> > your machines? Is it an issue only on VMs?
> > I...
2016 Jul 31
1
Does e2fsck.conf contain "broken_system_clock = 1" per default on CentOS7?
On Wed, 27 Jul 2016 09:46:02 +0100 (BST)
John Hodrien <J.H.Hodrien at leeds.ac.uk> wrote:
> On Tue, 26 Jul 2016, Gabriele Pohl wrote:
> > I now changed the value to 0 and rebooted.
> >
> > After that fsck based on Interval setting were done.
> >
> > Unfortunately that is not true for the root partition.
> > For that I had to use maxCount settings to trigger fsck.
>
> I believe e2f...
2016 Jul 26
3
Does e2fsck.conf contain "broken_system_clock = 1" per default on CentOS7?
Hi,
on all of my CentOS7 VMs on different hypervisors
the config file e2fsck.conf contains the line
broken_system_clock = 1
I found this because on all of them, the
root partition was not checked triggered
by interval setting with tune2fs.
Do you see similiar /default/ settings on
your machines? Is it an issue only on VMs?
I have no CentOS7 host on bare metal to compare.
Thanks and cheers,
2014 Nov 22
2
yum-plugin-security
On Sat, 22 Nov 2014 12:07:00 -0600
Frank Cox <theatre at melvilletheatre.com> wrote:
> On Sat, 22 Nov 2014 15:32:32 +0100
> Gabriele Pohl wrote:
>
> > As written in my other mail, the intention is
> > to get triggered when security updates are pending.
>
> why not set up something to watch the centos-announce list,
> parse the subject lines for "Security", and then
> do whatever you need to do...
2014 Nov 22
2
yum-plugin-security
On Sat, 22 Nov 2014 13:17:59 -0600
Frank Cox <theatre at melvilletheatre.com> wrote:
> On Sat, 22 Nov 2014 19:52:30 +0100
> Gabriele Pohl wrote:
> >
> > because I want the alert for my individual machines.
> > So the proposed method is no solution
> > for an automagical trigger :)
>
> You still can do that without expending too much effort.
Although the proposal you made is /possible/ to implement,
I...
2016 Apr 22
2
output of "ls" (was: Re: Postgrey on CentOS 6)
On Sat, 23 Apr 2016 02:23:28 +1200
Peter <peter at pajamian.dhs.org> wrote:
> On 23/04/16 02:13, Gabriele Pohl wrote:
> > I administer a postfix mail server on CentOS 6.
> > Now I want to setup another with similar configuration.
> >
> > But the postgrey package is no longer available in Epel
> > for this CentOS release as I have seen now:
> > https://admin.fedoraproject...
2001 Mar 28
1
MSDFS extensions
...ory manually created in /export/publicsmb
| |
| +-share3 <- junction point
| |
| +-dir3 <- directory manually created in /export/publicsmb/dir2
| |
| +-share4 <- junction point
...
In my oppinion, it is only an extension in msdfs.c.
Thanks,
Andreas Pohl
pohl@vegu.de
--------------------------------------------------
INTERMET Ueckerm?nde
D-17373 Ueckerm?nde, Eggesiner Str. 11
Tel.: +49 (0) 39771 2120, Fax: +49 (0) 39771 21210
2016 Apr 22
0
output of "ls" (was: Re: Postgrey on CentOS 6)
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of Gabriele Pohl
> Sent: Friday, April 22, 2016 11:53 AM
> To: centos at centos.org
> Subject: [CentOS] output of "ls" (was: Re: Postgrey on CentOS 6)
>
> On Sat, 23 Apr 2016 02:23:28 +1200
> Peter <peter at pajamian.dhs.org> wrote:
>
> > On 23/04/16 02:13, Gabriele Pohl...
2014 Nov 23
1
yum-plugin-security
On Sat, 22 Nov 2014 17:10:40 -0600
"John R. Dennison" <jrd at gerdesas.com> wrote:
> On Sat, Nov 22, 2014 at 11:41:17PM +0100, Gabriele Pohl wrote:
> >
> > I don't like to spend time in creating ugly workarounds..
> > and therefore would highly appreciate if the CentOS-Developers
> > will add the data to the yum repositories.
> > Then I can use Munin to monitor the pending security packages
> > a...
2005 May 27
2
nlminb to optmin
Hi!
I want to convert S-Plus 6.2 code to R 2.1.0. Instead of the function nlminb I use the function optmin
optmin(start,fn,gr,method="L-BFGS-B", lower, upper, hess,...)
But then I get the Error in optmin ...: L-BFGS-B needs finite values of fn
Then I used optmin(start,fn,gr,method="BFGS", hess, ...)
But then I get the Error in optmin ...: initial value in vmmin is not
2016 Apr 22
2
Postgrey on CentOS 6
Hi,
I administer a postfix mail server on CentOS 6.
Now I want to setup another with similar configuration.
But the postgrey package is no longer available in Epel
for this CentOS release as I have seen now:
https://admin.fedoraproject.org/pkgdb/package/rpms/postgrey/
1. Will I have to make an upgrade of the existing mail server
to get security patches again or is it not critical to
use
2014 Nov 22
4
yum-plugin-security
Hi all,
I have difficulties to understand the output of yum-plugin-security.
I am on a X86_64 machine and when I query for security updates,
yum lists i686 packages, that I don't have installed.
--------------------
# yum check-update --security
Loaded plugins: changelog, fastestmirror, security
Loading mirror speeds from cached hostfile
* base: centos.mirror.linuxwerk.com
* epel:
2013 May 28
3
Issue with Puppet & Packages which are installed multiple times
Hi,
hopefully this hasn''t been discussed too often, haven''t found anything in
the group:
I''m having some issues when a package gets installed twice ( x86 & x64
version).
#system is a RHEL5/x64 system.
*#following manifest:*
[root@kermit ~]# cat install_expect.pp
package { ''expect'':
ensure => present,
}
*#ok, let''s apply*
2014 Nov 22
0
yum-plugin-security
On Sat, 22 Nov 2014 15:32:32 +0100
Gabriele Pohl wrote:
> As written in my other mail, the intention is
> to get triggered when security updates are pending.
If you just want to be notified (or start a job, or whatever) then why not set up something to watch the centos-announce list, parse the subject lines for "Security", and t...
2014 Nov 22
0
yum-plugin-security
On Sat, 22 Nov 2014 19:52:30 +0100
Gabriele Pohl wrote:
>
> because I want the alert for my individual machines.
> So the proposed method is no solution
> for an automagical trigger :)
You still can do that without expending too much effort.
One way would be to monitor centos-announce, parse the subject lines, copy the security up...