search for: nessari

Displaying 12 results from an estimated 12 matches for "nessari".

Did you mean: nessary
2006 May 27
1
pop3-login: Internal login failure
Hi all... I'm running Dovecot 0.99.14 on Debian Sarge and I'm now trying to configure a mysql-based authentication. I made all the nessary setup accordinf to dovecot.conf and dovecot-mysql-conf but when i try to login I get the follwing error: pop3-login: Internal login failure: username at mydomain.tld [xxx.xxx.xxx.xxx] Any ideias on what may be happening? Thanks in advance,
2009 Jul 08
3
Restarting of B-channel on span 1
Hi All, Hope you all are fine and good, Today i have found that Mine all PRI Channels are restating after every interval of one hour, and i have search and psot on fourms and everyone said that this is a normal behaviour. If this is a normal behaviour is there is any way to stop it { i still don't know what is the reson to restart ever hour } . Because this is listed everywhere that
2015 Mar 09
1
Samba internal DNS and Sysvol share
> > > > My concern is that if I ping domain.mydomain.com from any of the > > sites, domain.mydomain.com resolves to a single domain controller (the > > first domain controller that was configured). So the clients at the > > remote sites will be accessing the sysvol share over the VPN, instead > > of the local copy on their local domain controller. > >
2009 Jun 12
1
Xen Installation Problem
Hi All, When I was tring to use Yast(Opensuse 11.1) to Create Virtual Machine, Yast can start the virtual machine installation process but cannot find any disk, so the installation fails. I encountered the same problem when installing Windows XP and Opensuse. Do I need to create a virtualized disk first? Or how can I specify which disk to install? Any help would be greatly appreciated. Eddie
2007 Jun 07
0
KOM RSVP
Does anyone on hear have any thoughts on the changes that would be nessary for KOM RSVP to use HTB rather than just CBQ and HFSC? Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7
2003 May 14
2
MAX_DEBUG_LEVEL for 2.0.10a?
Hi @all, in which version MAX_DEBUG_LEVEL in local.h and debug.h is available (not in 2.2.8a and not in 2.0.10a)? I want to get smaller binaries for the router system fli4l (router on a floppy) with reducing the amount of debugging informations. I have to use on of the above versions due last security fixes. I would prefere 2.0.10a, because it is smaller as 2.2.8a and has functionality enough for
2015 Mar 08
2
Samba internal DNS and Sysvol share
I have four domain controllers on my Samba 4.1.17 domain. Each is on a separate site in AD, in the real world each is at a separate physical location connected by VPN links. They are each configured as DNS servers for the domain using the internal Samba DNS implementation. On each site the local clients are configured to go to their local domain controller for DNS. My understanding of the Sysvol
2000 Aug 30
1
by & tapply
Rers, I have been using the function 'by' in such a manner: by(LogMetric, list(Loci.Number=Loci.Number, Code.Flag=Code.Flag), plot) with par(mfrow=c(5,3)) to produce a single R Graphics: Device with 14 different plots on it as described above in my 'by' statement. Thank you for helping me thus far. A similar command using 'tapply' can be written as well. My
2002 Mar 06
3
OT(?): Poll: how big is your environment
Hi, just being nosey :) How big is your environment? Especially of interest: number of printers configured on the samba server(s), and what architecture/OS the samba server is running on... bye, M.Homann Number of printers (on the single server which has the most printers): [ ] < 5 [ ] < 10 [ ] < 25 [ ] < 50 [ ] > 50 Printer driver system for clients [ ] old system
2000 Aug 15
2
Compiling R on HP-UX
Has anyone succeeded in compiling R on HP-UX? I'm trying to compile R version 1.1.0 on a HP-UX 10.20 machine. I run into the following problems: I got a compile error on src/unix/X11/rbitmap.c which I solved by including setjmp.h. After that, and after editing the Makefiles a bit cause gcc en ld can't find all the libraries, I finally get it to compile. Then I run "make
2001 Jun 01
4
multiple lattice-pages (development package!)...
One Question: if I make a lattice-plot (beware: under development!) with a special layout e.g. c(2,2,4): p1 <- xyplot(y~x|id,data=data,layout=c(2,2,3)) is there a way to print.trellis e.g. the second page of the trellis object "p1"? print.trellis(p1,page=2) #!wrong! I want this to automatically dev.print the pages (no, I don't want multiple postscript pages). If this
2007 Nov 28
20
Page tables in Xen
Hi, I have a question about memory page tables in Xen. As far as I understood, every modification to page table will go through Xen(hypervisor). Is it so that all page tables are actually allocated in Xen(hypervisor) instead of guest OS(domain)? Also, is it the case that Xen(hypervisor) needs to maintain a page table for each process running in every domain? Thanks Haifeng