[jira] [Updated] (SOLR-14612) Cannot register custom plugins in instances with hostname starting with "solr"

2020-07-01 Thread Daniel Ortega (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Ortega updated SOLR-14612: - Description: This bug prevents to register custom plugins in instances which name starts with

Re: [packer] Docker "RUN" how-to!

2019-02-23 Thread Daniel Ortega
> > Thanks for the heads-up, > > Vincent > On 2/14/19 8:09 AM, Rickard von Essen wrote: > > Since I fail to explain how this works I suggest that you post an example > Dockerfile here and I'll translate it to a similar Packer template. > > On Thu, Feb 14, 2019 at 2:57 PM D

Re: [packer] Docker "RUN" how-to!

2019-02-14 Thread Daniel Ortega
s containers can (and should) really be questioned. > > On Tue, Feb 12, 2019 at 6:14 PM Vincent Rubiolo > wrote: > >> Hi Daniel, >> On 2/12/19 2:29 AM, Daniel Ortega wrote: >> >> We want to use our Java docker image (tagged as >> *idealista/8u181-stretc

Re: [packer] Docker "RUN" how-to!

2019-02-12 Thread Daniel Ortega
7;t think I follow what you ask for here, can you elaborate? > > On Mon, Feb 11, 2019 at 4:21 PM Daniel Ortega > wrote: > >> Is it possible to use packer to replicate this Dockerfile? >> https://github.com/geerlingguy/docker-debian9-ansible/blob/master/Dockerfile#L9 >> >&

[packer] Docker "RUN" how-to!

2019-02-11 Thread Daniel Ortega
Is it possible to use packer to replicate this Dockerfile? https://github.com/geerlingguy/docker-debian9-ansible/blob/master/Dockerfile#L9 Basically I want to execute "Docker RUN" installating some packages (sudo and systemd) and start that container using "/lib/systemd/systemd". Is it possibl

Re: Anyone have any comments on current solr monitoring favorites?

2017-11-07 Thread Daniel Ortega
g. > > Thanks in advance, > Atita > > On Mon, Nov 6, 2017 at 2:19 PM, Daniel Ortega > > wrote: > > > Hi Robert, > > > > We use the following stack: > > > > - Prometheus to scrape metrics (https://prometheus.io/) > > - Prometheus node expo

Re: Anyone have any comments on current solr monitoring favorites?

2017-11-06 Thread Daniel Ortega
t; (Cache usage, QPS, Response times...) (https://github.com/prometheus/jmx_exporter) - Grafana to visualize all the data scrapped by Prometheus ( https://grafana.com/) Best regards Daniel Ortega 2017-11-06 20:13 GMT+01:00 Petersen, Robert (Contr) < robert.peters...@ftr.com>: > PS I knew

Re: Performance Test

2017-09-04 Thread Daniel Ortega
I would recommend you Solrmeter cloud This fork supports solr cloud: https://github.com/idealista/solrmeter/blob/master/README.md Disclaimer: This fork was developed by idealista, the company where I work El El lun, 4 sept 2017 a las 11:18, Selvam Raman escribió: > Hi All, > > which is the bes

Re: Excessive resources consumption migrating from Solr 6.6.0 Master/Slave to SolrCloud 6.6.0 (dozen times more resources)

2017-08-28 Thread Daniel Ortega
-and-commit-in-sorlcloud/ > > > -Scott > > On Thu, Aug 24, 2017 at 10:03 AM, Daniel Ortega < > danielortegauf...@gmail.com > > wrote: > > > Hi Scott, > > > > In our indexing service we are using that client too > > (org.apache.solr.client.sol

Re: Excessive resources consumption migrating from Solr 6.6.0 Master/Slave to SolrCloud 6.6.0 (dozen times more resources)

2017-08-24 Thread Daniel Ortega
gt; Can you post your Update Request Processor Chain? > > > -Scott > > > On Wed, Aug 23, 2017 at 4:13 PM, Daniel Ortega < > danielortegauf...@gmail.com> > wrote: > > > Hi Scott, > > > > - *Can you describe the process that queries the DB an

Re: Excessive resources consumption migrating from Solr 6.6.0 Master/Slave to SolrCloud 6.6.0 (dozen times more resources)

2017-08-23 Thread Daniel Ortega
nt finds out from Zookeeper which nodes are the shard leaders > and sends docs directly to them. > > > -Scott > > On Tue, Aug 22, 2017 at 2:16 PM, Daniel Ortega < > danielortegauf...@gmail.com> > wrote: > > > *Main Problems* > > > > > > We a

Excessive resources consumption migrating from Solr 6.6.0 Master/Slave to SolrCloud 6.6.0 (dozen times more resources)

2017-08-22 Thread Daniel Ortega
*Main Problems* We are involved in a migration from Solr Master/Slave infrastructure to SolrCloud infrastructure. The main problems that we have now are: - Excessive resources consumption: Currently we have 5 instances with 80 processors/768 GB RAM each instance using SSD Hard Disk Dr

[jira] [Created] (AIRFLOW-1392) Documentation link broken

2017-07-10 Thread Daniel Ortega Ufano (JIRA)
Daniel Ortega Ufano created AIRFLOW-1392: Summary: Documentation link broken Key: AIRFLOW-1392 URL: https://issues.apache.org/jira/browse/AIRFLOW-1392 Project: Apache Airflow Issue

[jira] [Updated] (AIRFLOW-1392) Documentation link broken

2017-07-10 Thread Daniel Ortega Ufano (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Ortega Ufano updated AIRFLOW-1392: - Attachment: Captura de pantalla 2017-07-10 a las 16.57.17.png > Documentat

Re: Segments with 500KB size (source: "flush") in a cluster with ramBufferSize of 2GB

2017-07-06 Thread Daniel Ortega
; 5> if someone is indexing via SolrJ and specifies a "commitWithin" for > one of the calls. > > Can you guarantee that none of these occur? > > Best, > Erick > > On Thu, Jul 6, 2017 at 6:14 AM, Daniel Ortega > wrote: > > Hi Guys, > > > > Could some

Segments with 500KB size (source: "flush") in a cluster with ramBufferSize of 2GB

2017-07-06 Thread Daniel Ortega
Hi Guys, Could someone explain me why I have segments of 500 KB (with source "flush" and only with 91 documents) if I have a ramBufferSizeMB of 2GB and maxBufferedDocs not definined? Thanks in advance, Daniel

[AngularJS] Re: Notifying $viewChangeListener subscribers on ngModel change.

2014-08-19 Thread Daniel Ortega
Hi Alex, I can't see how that would make the $viewChangeListeners subscribers to be called as the code inside ngModelController is missing those calls. Anyway, I just wrapped my code inside the usual block to call $digest or $apply if not in $$pashe and had the same result. I can make my code

[AngularJS] Notifying $viewChangeListener subscribers on ngModel change.

2014-08-18 Thread Daniel Ortega
Hi everyone, I've just run into a problem when developing a custom directive using the ngModel Controller. I'm adding a custom function to the $viewChangeListeners list so I get notified whenever the value changes, and everything was working fine until I manually changed the value of the ngMod

Re: Zip bomb with BoilepipeContentHandler

2012-07-30 Thread Marc-Daniel Ortega
012 at 3:38 PM, Marc-Daniel Ortega > wrote: > > Caused by: org.apache.tika.sax.SecureContentHandler$SecureSAXException: > > Suspected zip bomb: 100 levels of XML element nesting > > This could be caused by BoilerPipe not closing elements properly. > > The BoilerPipeContentHa

Zip bomb with BoilepipeContentHandler

2012-07-27 Thread Marc-Daniel Ortega
Hi I am trying to create a very simple boiler pipe parser for Tika The scala class is class BoilerPipeParser(val extractor: BoilerpipeExtractor) extends HtmlParser { def this() = this(DefaultExtractor.INSTANCE) override def parse(stream: InputStream, handler: ContentHandler, metadata: Met

Re: [plug] ubuntu 10.04 installation

2011-10-30 Thread Daniel Ortega
haven't tried it but i think it's possible with the comments on the firs link and their modification, haven't had hardware to spare but if we have might as try it on my leisure time if i have a leisure time at all. it's not mine, im not claiming glory or fault either! cheers! On Sun, Oct 30, 20

Re: [plug] ubuntu 10.04 installation

2011-10-30 Thread Daniel Ortega
Hi Ron! I'm Not a fan of software raid (but that's just me), take a look at this: i could have write a how to for you but since im reasonable lazy and somebody has written about it and they are better than me, here: http://www.howtoforge.com/install-ubuntu-with-software-raid-10 and from ubuntu: h

Re: [plug] Year of Linux (Unix) | The Manila Bulletin Newspaper Online

2011-03-01 Thread Daniel Ortega
"Linux has become the premium OS for inexpensive, feature-packed wireless networking. Linksys, one of the major wireless players, turned to Linux for its 802.11g next-generation Wi-Fi devices. When Cisco bought Linksys in early 2003, it inherited both the Linux devices and an emerging feud over the

Re: [plug] How to be a member?

2010-12-22 Thread Daniel Ortega
https://help.ubuntu.com/8.04/config-desktop/C/other-desktops.html On Wed, Dec 22, 2010 at 10:17 AM, Madel Zamora < october12handicr...@yahoo.com> wrote: > Hello to all the member of PLUG! I would like to learn more about the li

Re: [plug] format or syntax in "-c" parameter of the "net" samba utility

2010-07-23 Thread Daniel Ortega
Hi! Maybe this would help: http://www.samba.org/samba/docs/man/manpages-3/net.8.html Dan On Mon, Jul 19, 2010 at 5:05 PM, Martin Acupanda wrote: > Hello PLUG, > > What is the syntax or format of the "-c " in the following: "net ads user > add -c -U useradmin%password"? > > I have a

Re: [Ubuntu-PH] ubuntu-ph Digest, Vol 62, Issue 6

2010-05-26 Thread Daniel Ortega
On Mon, May 24, 2010 at 9:00 AM, Stephen Piana wrote: Hello list, "I have a problem in shutting down or restarting my ubuntu 10.04 from the menu (sometimes) . After clicking the button, it redirects me to the login screen which is really weird. Does anyone know how to fix this problem? Thanks"

[Ubuntu-PH] Novell Netware and Ubuntu Server Re: ubuntu-ph Digest, Vol 61, Issue 1

2010-04-09 Thread Daniel Ortega
Hey, maybe you should read this Mr. Buenavista, if you're interested. http://www.linuxjournal.com/article/1354 On Thu, Apr 1, 2010 at 7:00 PM, wrote: > Send ubuntu-ph mailing list submissions to >ubuntu-ph@lists.ubuntu.com > > To subscribe or unsubscribe via the World Wide Web, vis

Re: [plug] pulseaudio problems (was re: AMD 780G+SB700 users?)

2009-11-18 Thread Daniel Ortega
11:44 AM, Daniel Ortega > wrote: > > im No expert but have you tried this: > > http://ubuntuforums.org/showthread.php?t=1327449 > > i don't know if this would work because i dont experience your problem as > I > > have done a clean install. Only problem i have is

Re: [plug] pulseaudio problems (was re: AMD 780G+SB700 users?)

2009-11-17 Thread Daniel Ortega
Hi Guys! im No expert but have you tried this: http://ubuntuforums.org/showthread.php?t=1327449 i don't know if this would work because i dont experience your problem as I have done a clean install. Only problem i have is sometimes my pc freeze and i have to restart. i dont know how to resolve t

Re: [plug] xrdp

2009-11-09 Thread Daniel Ortega
Sir June, My Senior Network Admin updated our xrdp and we dont have this problem anymore but he used an rpm. you might take a look at this: http://rpm.pbone.net/index.php3/stat/22/idpl/12022161/com/changelog.html hth, Dan On Tue, Nov 10, 2009 at 1:27 AM, Sir June wrote: > Hi, > > I'm t

[plug] Security: An important Linux fix

2009-11-09 Thread Daniel Ortega
Hi All! just wanna share with you guys. http://www.itworld.com/security/83917/an-important-linux-fix -- Registered Linux User# 459081 Linux machine registration number# 369005. Linux users please register and be counted! http://counter.li.org Key ID # CA53B229 _

[plug] Barracuda defends open-source antivirus from patent attack

2009-03-02 Thread Daniel Ortega
Barracuda Networks has filed for declaratory judgment in an effort to fight back against patent threats made by Trend Micro against the open-source ClamAV antivirus software. Read full story here: http://arstechnica.com/security/news/2008/01/barracuda-defends-open-source-antivirus-from-patent-att

Re: [plug] Optimal Number Files of Per Directory

2009-02-16 Thread Daniel Ortega
hi! maybe ext4 could help. Dan On Fri, Feb 13, 2009 at 2:09 PM, Ludwig Isaac Lim wrote: > > Hi: > > We're try to implement a large file server. Since there are so many > files. I'm thinking of > splitting the files across multiple subdirectories. What do you think in a > good number of

Re: [plug] supermicro server

2008-10-24 Thread Daniel Ortega
we used CentOS on this brand and didn't encounter any problems. On Mon, Oct 20, 2008 at 8:34 AM, Michael Tinsay <[EMAIL PROTECTED]> wrote: > No I haven't. We reported it to the supplier and they said they'll pull it > out. I'm chucking it out to hw issue and hopefully the replacement won't >

Re: [plug] routing two gateway

2008-03-14 Thread Daniel Ortega
Hi! i think you'd be better off asking this question to cisco forum/mailing list. I read this type of problem was answered in cisco mailing of ittoolbox.com Sorry, i forgot the answer but i think you will need the ISP's help to solve this problem. just my suggestion. On Tue, Mar 11, 2008 at

Re: [plug] CH polishes proposed measure to collect electronic device fees

2008-03-03 Thread Daniel Ortega
This is the best part! (he he he!): "And new building applications will not only require electrical and sanitary permits, among others, but also electronics permit, necessitating the employment of an accredited electronics engineer by the City. "Unya ang mga electronics engineers, magamit na unya

Re: [plug] problem running nscd

2008-01-29 Thread Daniel Ortega
You can't run nscd? what about manual for nscd? have you check your dependency? what is/are the error/s your getting? Reminder: Nscd doesn't know anything about the underlying protocols for a service. This means, that if you change */etc/resolv.conf* for DNS queries, nscdwill continue to use

Re: [plug] libpam_pwdfile rpm package

2008-01-29 Thread Daniel Ortega
www.rpmfind.net or try livna.org On Jan 29, 2008 6:53 PM, Jay Jesus Amorin <[EMAIL PROTECTED]> wrote: > Aside from alien. > > Jay Jesus Amorin wrote: > > Hi pluggers, > > > > Can anyone please help me on where i can download the rpm package of > > this file? I need this package for vsftpd to a

Re: [plug] gui based apps

2008-01-17 Thread Daniel Ortega
use webmin for system administration . read first. On Jan 18, 2008 9:59 AM, Nelson Serafica <[EMAIL PROTECTED]> wrote: > Anyone knows an application (a web-based or GUI like) tool where you can > add/delete user in Linux. I'll be deploying a file server (samba) and >

Re: [plug] Fast broadband connection (Fort Bonifacio Area)

2007-12-19 Thread Daniel Ortega
Tinkering with www.speedtest.net i got this: http://www.speedtest.net/global.php?continent=4&country=10®ion=416&city=1569 well maybe or maybe not true. On Dec 13, 2007 11:31 AM, Danny Ching <[EMAIL PROTECTED]> wrote: > Greetings fellow PLUGers! > > I've set up a webserver/router for our fir

Re: [plug] Fast broadband connection (Fort Bonifacio Area)

2007-12-19 Thread Daniel Ortega
mine (Manila Area) is http://www.speedtest.net/result/213501786.png and Bayantel advertised rate as P899.00 but what is the add'l P300.00 for bundled rate? (he he he! much like PLDT before P999.00 and you would see the 12% EVAT once you're billed! he he he!) On Dec 19, 2007 12:25 PM, thad <[EMAIL

Re: [plug] OpenVPN Setup Help

2007-12-18 Thread Daniel Ortega
Hey Junji! you could try strongSwan http://www.strongswan.org or Openswan http://www.openswan.org On Dec 17, 2007 4:21 PM, Jun Salen <[EMAIL PROTECTED]> wrote: > Hi Daniel, > > Yes I am. In fact besides of being the system a

Re: [plug] TSIG + nsupdate

2007-12-16 Thread Daniel Ortega
it has something to do with signature (md5,sha,asc) ; its either you don't have rhel4 keys or the package or redhat have a different signature keys for the package your updating. try getting knowledge on pgp or gpg or rpm options without keys (don't verify keys). That's what i think about your e

Re: [plug] OpenVPN Setup Help

2007-12-16 Thread Daniel Ortega
Hi Jun! are you permitted to access the workstation in your office from home? man, be sure you are; or it might cost you your job!? Doesn't mean you know how to, and your knowledgeable than your network administrator that your allowed! but it's a good thing to acquire the knowledge! (he he he! i'

Re: [plug] Opensource Mailserver Setup Help

2007-12-11 Thread Daniel Ortega
Hi! Qmail! on different distro. visit http://www.qmailrocks.org to install qmail and add some features you want. Simple to follow instructions.(at least, i find it simple for me). You're choice. HTH! Daniel On Dec 10, 2007 8:51 PM, Arshad Ali Amade <[EMAIL PROTECTED]> wrote: > Dear al

Re: [plug] Possible work for PLUG

2007-11-29 Thread Daniel Ortega
I'm trying the pclinuxos 2007 as I am writing this; at first glance everything seems to be working as "advertised"(the easiest linux), my adsl connection works just 'out-of-the-box' i just have to have a few clicks from the control center for it to recognized my built-in

Re: [plug] SSH keybased authentication issues

2007-11-27 Thread Daniel Ortega
Hi! try or ask what encryption type is on the client side(MD5,SHA etc) just to make sure you're both agreeing to the same protocol. Not all encryption are installed by default and if you can't agree, then no 'hand-shake' or better yet have them signed your public key and if you're authorized (per

Re: [plug] 64bit vs. 32bit

2007-11-27 Thread Daniel Ortega
Hi! If you're on to speed stuff, consider your MoBo and your hard disk and your applications are design for 64 bit processors. On Nov 27, 2007 5:10 PM, Orlando Andico <[EMAIL PROTECTED]> wrote: > On Nov 27, 2007 4:34 PM, Michael Tinsay <[EMAIL PROTECTED]> wrote: > .. > > A 64-bit processor me

Re: [plug] java wont run

2007-11-27 Thread Daniel Ortega
To test your connection speed, you could visit: http://www.speedtest.net/ On Nov 22, 2007 5:06 AM, Iris Lames <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to browse www.myspeed.visualware.com to check my connection > speed. However, my installed java wont run. > > I'm using Fedora Core 6 kerne

Re: [plug] OT: connecting two offices

2007-11-24 Thread Daniel Ortega
Hi! Might as well try vendor specific forum and mailing lists like cisco or Not. Or asking the advice of TELCOS. Whichever solutions is better doesn't mean it would be cheaper but lies upon your shoulder man. Daniel On Nov 24, 2007 7:06 AM, Michael Janapin <[EMAIL PROTECTED]> wrote: > H

Re: [plug] java wont run

2007-11-22 Thread Daniel Ortega
from: http://plugindoc.mozdev.org/faqs/java.htmlJava FAQ - Before You Install - Windows - Linux

Re: [plug] Can't upgrade kernel and boot

2007-11-20 Thread Daniel Ortega
If you decide, to compile here is a link i found simple but you may disagree. Mac is right upgrading the kernel entails recompiling the loadable modules. And you should have listed them before hand and read a lot of kernel-how-to like this one. http://technowizah.com/2005/12/debian-how-to-custom-k

Re: [plug] fruity for nagios.

2007-11-20 Thread Daniel Ortega
Hi! What does your error log say? Is there any other software fruity is dependent on? What version/s of nagios is fruity stable? Have you read the installation of fruity, changelog, known issues etc? Is nagios in daemon mode? Have you tried stopping nagios before importing? Hope that helps.

Re: [plug] need help with ssh and ping in Mandriva

2007-11-14 Thread Daniel Ortega
Try to use 'nmap' on your pc to see which port is open and you could configure your firewall with firestarter(previously configuring using gui messed up manually configured config files) that is if you haven't made or you're not the one who configured your iptables and this is a personal pc. Make s

Re: [plug] video player - shows digicam video capture in portrait mode

2007-11-09 Thread Daniel Ortega
Hey, Don't know why you that but : Top 5 Video Players in Linux http://lindesk.com/2007/05/top-5-video-players-in-linux/ On Nov 10, 2007 2:49 PM, Gerald Timothy Quimpo <[EMAIL PROTECTED]> wrote: > hi all, > > As in the subject, my wife is wondering if there is a video player (for > linux, of

Re: [plug] flow-tools

2007-10-31 Thread Daniel Ortega
On 11/1/07, Daniel Ortega <[EMAIL PROTECTED]> wrote: > > here's a link: > > http://www.onlamp.com/pub/a/bsd/2005/08/18/Big_Scary_Daemons.html > > or better yet try understanding this from its creator(?) cisco: > > http://www.cisco.co

Re: [plug] flow-tools

2007-10-31 Thread Daniel Ortega
here's a link: http://www.onlamp.com/pub/a/bsd/2005/08/18/Big_Scary_Daemons.html or better yet try understanding this from its creator(?) cisco: http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_configuration_guide_chapter09186a00806f542b.html aru dyosko wish ko yan, main man sa

Re: [plug] Help: how to remove packages installed from source

2007-10-31 Thread Daniel Ortega
Hey! read the installation of the packages you installed from source to get a clue to the default installation path of the package; usually it would be placed in one folder then you could delete the folder and determine if it made a link to your executable and delete the link to clean your system

Re: [plug] Do we like the same books?

2007-10-31 Thread Daniel Ortega
No, we don't like the same books!!! Man, i've been seeing this for a couple of times would somebody please don't send this anymore here. On 26 Oct 2007 22:30:38 -0700, P~Manalastas <[EMAIL PROTECTED]> wrote: > > I just joined Shelfari to connect with other book lovers. Come see the > books I l

Re: [plug] CALL FOR EXAMINEES: Linux Professional Institute (LPI) Level 1 Certification Exams - Manila, Philippines

2007-10-26 Thread Daniel Ortega
"Nagulat ako sa mahal." Try inquiring about MS certifications. he he he! and you would say mura lang yan. On 10/26/07, Louie Miranda <[EMAIL PROTECTED]> wrote: > > I am praying already.. > > I got this quote from one of the examination centers in Makati. > > 117-101 - LPI Level 1 Exam 101

Re: [plug] CALL FOR EXAMINEES: Linux Professional Institute (LPI) Level 1 Certification Exams - Manila, Philippines

2007-10-26 Thread Daniel Ortega
If you could have your information disseminated on some computer related show or published on a broadsheet; more linux enthusiasts would know and be informed and hopefully would be interested to take the certification. just my thought. On 10/26/07, eric pareja <[EMAIL PROTECTED]> wrote: > > I

Re: [plug] how to establish mail server

2007-10-16 Thread Daniel Ortega
Hey Riaghan! try www.qmailrocks.org and you wouldn't have to change your linux distro if you really want that in redhat9 just have an update for your system and preferably your kernel. Daniel At Xpango, you can receive the latest [image: Free Nokia N-Series - including Nokia N91, N90 and

Re: [plug] us robotics modem driver

2007-10-13 Thread Daniel Ortega
Glennix, You're probably referring to an internal modem. Try linuxant.org have tried once on the "so-called winmodem" it gave a lot of blood hours trying to make it work with different flavor of linux but i got it going til the modem died. I forgot man, i know linuxant drivers are not free but th

Re: [plug] [OT] Bad Debian Names

2007-10-10 Thread Daniel Ortega
Yes, i agree with you Mr. Rafael Sevilla it's UBUNTU with the bad names NOT Debian GNU/Linux. On 10/10/07, Tito Mari Francis Escaño <[EMAIL PROTECTED]> wrote: > > F - Fiery Ferret > I - Itching Iguana > J - Jackass Jerboa > K - Knotty Karakul > M - Maniacal Mink > N - Nosy Nutria > O - Onerous Or

Re: [plug] [help] Nagios server unable to connect to client

2007-08-29 Thread Daniel Ortega
well, maybe my mind is cluttered but forgive me i cnt understand; a) are you trying to configure your nagios server from a client (windows os)? b) are you trying to configure the client(windows os)? to be check by nagios. 1. what is the os of the client? (win ( NT, 2K, or 2K3)) 2. firewall disa

Re: [plug] Inquiry on running WEBTHUMB to capture webscreen

2007-08-26 Thread Daniel Ortega
Hope this helps - http://tips.webdesign10.com/how-to-take-a-screenshot-on-ubuntu-linux On 8/24/07, aileen fernando <[EMAIL PROTECTED]> wrote: > > for the webthumb, it is using the X server to provide an environment for > > the mozilla web browser. it is running in the background when i run th

Re: [plug] nagios-plugin 1.4.9 error

2007-08-25 Thread Daniel Ortega
Hey! Well, i'm not an expert on this man but did you follow the installations steps from nagios website? Are there pre-compiled binaries for your distro.? Installing from source code is good but you have to read the pre-requisites. Just my suggestion and check for directory/folder permissions and

Re: [plug] help on mail implementation

2007-08-17 Thread Daniel Ortega
Hey! I don't know how new you are but you can configure qmail (mail server) better than postfix if you say you are new. There are step-by-step configurations at this www.qmailrocks.org and you could load all extensions(features) you want. But you could google POSTFIX if you want, it's a long instr

Re: [plug] router "request time out"

2007-08-12 Thread Daniel Ortega
well, have you tried to reconnect only one; i mean your radius server only or your web/mail server only; then what happens? is your web/mail server and radius server, one and the same? try viewing your log files; /var/log maybe you could get something out of it on what is going south in your syst

Re: [plug] IM

2007-08-12 Thread Daniel Ortega
Hello, and you believe that? for security reasons? i think someone is paranoid in your company, my opinion only man but why not block the IM entirely for security purposes? just asking? if someone is snooping in your private conversations / chat would you like it? your network is as secured the pe

Re: [plug] How to determine multiple copy of a PostgreSQL record in SQL

2007-08-10 Thread Daniel Ortega
Please try to understand that sometimes answers / help to your problems / questions / point of clarifications, may not be answered verbatimly by people since most of us are busy. One thing I' ve learn from this mailing lists is that oftentimes, answers are in the form of ideas not your direct inst

Re: [plug] make error - when compiling htmldoc < [closed]

2007-08-07 Thread Daniel Ortega
Before you take the plunge to installing software, please read the documentation especially txt file that says INSTALL, prerequisites, README etc. Then, you'll have less setback. Just an advice, nothing personal. On 8/7/07, Rommel Asibal <[EMAIL PROTECTED]> wrote: > > thanks guys. for a while