Re: Search Algorithm

2004-11-15 Thread Bojan Baros
e for your problem. What I would do is create a hash table that will produce a near-unique ID for every element of the array. You can than use this key to find the exact element (or a small set of elements) in only few steps. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Squirrelmail on stable: change_password plugin

2004-11-12 Thread Bojan Baros
wnloaded expects a newer Squirrelmail than 1.2. (Of course the > module isn't a Debian package.) > > I'm no PHP guru. Anyone have a way to fix this? Hey Carl. I would look into getting a newer version of Squirrelmail, either from Testing/Unstable (1.43a) or getting a tarbal

Re: Re: Mozilla startup error msg -> no XBL binding for browser <-huh ?

2004-10-03 Thread Bojan Karan
hi, i did the procedure but i dont have a phoenix folder and i am the admin...is there anythin else i can do? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: 'screen' saves life, all in a day's work

2004-08-19 Thread Bojan Baros
creen" thing. very! >> >> >> > > You can also start it up at, say, boot time running, for example, > user-mode-linux or Hercules. > > Speaking of screen... How can I adjust the scrollback buffer? I actually use my box only through ssh sessions, and I tried scrollb

Re: PHP problems (Warning: session_start(): read returned less bytes than requested)

2004-08-04 Thread Bojan Baros
Joost De Cock said: > On Wednesday 04 August 2004 16:08, Bojan Baros hurled the following on the > wire: >> Hello Joost. >> >> Here's the code from session.php of the gallery (1.4.4-1): >> >> /* emulate register_globals for sessions */ >> if (!$ga

Re: PHP problems (Warning: session_start(): read returned less bytes than requested)

2004-08-04 Thread Bojan Baros
Joost De Cock said: > On Tuesday 03 August 2004 22:48, Bojan Baros hurled the following on the > wire: >> Hello Deb-users... >> >> I started having some problems with PHP since the last upgrade, but I am >> not sure if it actually caused it. I primarly use my web s

PHP problems (Warning: session_start(): read returned less bytes than requested)

2004-08-03 Thread Bojan Baros
Hello Deb-users... I started having some problems with PHP since the last upgrade, but I am not sure if it actually caused it. I primarly use my web server for the Gallery. The system is 100% unstable dist. Anyways, when opening gallery pages, the following error messages are displayed on the t

Re: squirrelmail

2004-07-20 Thread Bojan Baros
rrelmail? I found some plugin that accomplishes something > close to what I want, but I'd rather make sure there is no easier way. > ** I accidentally posted this on the debian-apache list too, sorry, > > Thanks for all the help, > nate > >> On Mon, 19 Jul 2004 12:48:44 -

Re: squirrelmail

2004-07-19 Thread Bojan Baros
owing link if you're not > familiar with session_cache_expire() in php: > > http://us4.php.net/manual/en/function.session-cache-expire.php > > HTH, > Jacob If you set the left folder to refresh periodically, you will not have that problem, plus you will get new mail updates and so on. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: need simple imap server to serve up some maildirs

2004-06-21 Thread Bojan Baros
ackage that can do this? > > I have found courier-imap to be easy to set up and use. I am using squirrelmail as an imap client, with imapproxy added into the mix to speed up things. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Logcheck warning: UDP packet from outside my network?

2004-06-04 Thread Bojan Baros
It is common that firewalls do not block UDP packages because they are considered harmless, since they do not establish a connection. That is, until slammer came around. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Fetchyahoo to amavisd-new?

2004-06-02 Thread Bojan Baros
and does not match the final delivery address? The problem is that I tried that as well, and I get the "mail forwarding loop" error. I tried piping the fetchyaho output to "sendmail -oi [EMAIL PROTECTED]" , but it did not work. I wonder if anyone has any suggestions? B

Re: [OT] Yahoo's Antispam proposal

2004-05-20 Thread Bojan Baros
> Bojan wrote: >> >> 0.5 FORGED_YAHOO_RCVD 'From' yahoo.com does not match 'Received' >> headers >> 0.8 PRIORITY_NO_NAME Message has priority setting, but no >> X-Mailer >> 4.3 CONFIRMED_FORGED Received headers are f

[OT] Yahoo's Antispam proposal

2004-05-19 Thread Bojan Baros
ut it would require new modules for the most MTAs out there. I guess in the end it will just turn into another spamassassin score... Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Spamassasin on Woody - standard install using spamc fails??

2004-04-12 Thread Bojan Baros
; Apr 12 13:29:40 fsh5 spamd[22664]: server started on port 783 > > Anyone have an idea what is going on? > > Peter > Hello Peter. If you want to add spamassassin to all users I suggest you do this in /etc/procmailrc: :0fw | /usr/bin/spamc -f -u $1 Hope it helps. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Cron output logging

2004-04-07 Thread Bojan Baros
/dev/null 2>&1 > Non of these options seem to work. Ok, let's try something different... Where do you see this logging? syslog? message? screen? Also, what script is it, is it part of regular Debian distro, or a custom script? Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Cron output logging

2004-04-05 Thread Bojan Baros
> A recent upgrade to my testing system has caused stuff to be logged > that > was not logged before (I think this is pretty poor practice, but > that's > another question). > > How do I stop the logging of the actions of one script in cron.daily > but > not all the others? > > Thanks, > - Richard

Re: Exim & squirrelmail

2004-04-02 Thread Bojan Baros
> Hi! Bojan > > Thank for your reply ... I did install it. Below is the dpkg -l list > of > version install > > ii cyrus-imapd1.5.19-9.1 CMU Cyrus mail system (IMAP support) > > > > But still not working ... any idea ? Need some HELP. > > >From

Re: Exim & squirrelmail

2004-04-01 Thread Bojan Baros
not POP3. The difference is that IMAP client browses mail on the mail server, while POP3 downloads it to the local machine. Is this what you originally intended? If so, you have to download an IMAP server for your email server. apt-get install cyrus-imap should get you started. Bojan -- To

Re: Cyrus/Imap and sa-learn?

2004-02-27 Thread Bojan Baros
e false positive. I usually just mark all the spam as read and leave it in SPAM, and the scripts take care of it. Beware though, once any IMAP client scans the SPAM folder, all the files are moved to "cur" from "new", and they will be picked up by my scripts. So, here are th

Re: Creating a hardware Firewall

2004-02-12 Thread Bojan Baros
> Hi Bojan, > > Which netgear router is it? Has it got a built in firewall? I bet it has. Use that. If your router hasnt got a built in firewall you can get > one from amazon for £50- or so that has. > > It will probably be more secure than a linux firewall. (dons fireproof &

Creating a hardware Firewall

2004-02-12 Thread Bojan Baros
freesco ( http://www.freesco.org ) and LEAF ( http://leaf.sf.net ). Obviously, there might be some more that I am unaware off. What do you guys think? Bojan P.S. I know that creating something from scratch might be a better option, but I am looking for a fast solution now, and maybe will do the

Re: Debian list = spam and virus repeater/multiplexer

2004-01-28 Thread Bojan Baros
> On Wed, 2004-01-28 at 10:31, Sebastiaan wrote: >> Hi, >> >> On Wed, 28 Jan 2004, Bojan Baros wrote: >> >> > Hello deb users. >> > >> > I got a little issue with receiving some of the mails through this >> > list... >> > &g

Debian list = spam and virus repeater/multiplexer

2004-01-28 Thread Bojan Baros
g the off-list emails. Obviously, there might be some good reasons for this behavior that I am not aware off (besides "it helps me build up my Bayes database and test my av"), so please enlighten me. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: crontab

2003-12-04 Thread Bojan Baros
it on a T-shirt, it's speech... To enjoin the T-shirts > as a > circumvention device is ludicrous." --Robin Gross, EFF staff attorney > I messed up all sorts of way in that email. I am going to shoot myself now, thank you. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: crontab

2003-12-04 Thread Bojan Baros
ere is my cron entry for this job. > > > > * 12 * * * /usr/sbin/parselog > > Try * 12 0 * * /usr/sbin/parselog 3rd * will run it every minute from 12.00 - 12.59. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Woody on Sparc

2003-11-25 Thread Bojan Baros
D29C 2863 4E20 8A78 A19D F022 > > Money is a powerful aphrodisiac. But flowers work almost as well. > -- Lazarus Long > Can you attach the XFree86.log file (/var/log), or just grep it for EE and WW at it and paste it here? Bojan -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: Problems partioning XP disk

2003-11-17 Thread Bojan Baros
If you ever wondered about the i386 install with Windows, you probably would have remember the section 3.6.1.1 from the Debian Install document ;) http://www.debian.org/releases/stable/i386/ch-preparing.en.html#s-Lossless Bojan > What are you actually trying to do? > Install Debian? &g

Re: nslookup? What package is it in?

2003-10-27 Thread Bojan Baros
I think the preffered command to the nslookup is dig. It should give you as much functionality, or even more, then nslookup. Bojan On Mon, Oct 27, 2003 at 10:47:06AM -0500, Mike Dresser wrote: > On Mon, 27 Oct 2003, stan wrote: > > > I tried apt-cache search, and the Debian package

Re: Problem with sed, Exec format error.

2003-10-27 Thread Bojan Baros
On Sun, Oct 26, 2003 at 06:05:14PM -0500, Bijan Soleymani wrote: > [EMAIL PROTECTED] (Bojan Baros) writes: > > > I was wondering if anyone could give me a hand. I think it might have > > with the fact that it is a 64 bit, while everything else in the /bin is > > 32 bit.

Problem with sed, Exec format error.

2003-10-26 Thread Bojan Baros
ask for any 64 bit installation with the apt-get, so I am unsure where the problem is. Thanks for your help. Bojan Baros -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Cannot set sound volume after kernel upgrade

2002-03-31 Thread Bojan
Hi all, I upgraded my Woody kernel from 2.2.19 to 2.4.18. Everything is working fine except I cannot set sound volume on SB Live ?? Any sugestions would be welcome. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE: ethernet card IO address

2001-10-11 Thread Bojan Zdrnja
This looks to me like you're choosing wrong module. Which card was it ? Regards, Bojan > -Original Message- > From: MarceI Figuerola Estrada [mailto:[EMAIL PROTECTED] > Sent: 10. listopad 2001 22:17 > To: debian-user@lists.debian.org > Subject: ethernet card IO addres

Compiling kernel 2.4.11

2001-10-11 Thread Bojan Zdrnja
mm. Kernel 2.4.9 compiled nicely on it. Regards, Bojan Zdrnja