IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Whew.
Ugly. Corrupted Zope object database... Greg restored it from backup. We've lost a few source changes that I've made recently, but no data.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Do we have the 2 GB limit resolved?
"good ideas and bad code build communities, the other three combinations do not"
- [link|http://archives.real-time.com/pipermail/cocoon-devel/2000-October/003023.html|Stefano Mazzocchi]
New Yes...
It's called, "keeping the database packed in a timely fashion"... :-P
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New That works for a few years... :-)
"good ideas and bad code build communities, the other three combinations do not"
- [link|http://archives.real-time.com/pipermail/cocoon-devel/2000-October/003023.html|Stefano Mazzocchi]
New Works for good...
The object database grows only because of a bug in Zope that causes transaction logs on objects that essentially aren't changing. As a result, the odb grows. All it takes is a pack to get it back to 8M again.

The real growing data is in the Postgres database.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Thanks!
New Will postgres also have a 2GB limit?
"good ideas and bad code build communities, the other three combinations do not"
- [link|http://archives.real-time.com/pipermail/cocoon-devel/2000-October/003023.html|Stefano Mazzocchi]
New NO.
That was a limitation out to rest at v7.0

Since Postgres uses a "files based" setup, it hav multiple files for the data to exist in. But it can and does handle >2GB in 7.2.3 which is where we are.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

I did a 10K wheelchair race once. The NTMFAC
who pushed me still has the whip-marks.
New Thanks, dudes.


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New thanx all, and Peter
I cant download any files from sourceforge mirrors, get an error that source cannot be read, it was working the other day. Will have to jabber another time.
thanx,
bill
"You're just like me streak. You never left the free-fire zone.You think aspirins and meetings and cold showers are going to clean out your head. What you want is God's permission to paint the trees with the bad guys. That wont happen big mon." Clete
questions, help? [link|mailto:pappas@catholic.org|email pappas at catholic.org]
New Get It Here (new thread)
Created as new thread #147574 titled [link|/forums/render/content/show?contentid=147574|Get It Here]


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New Thankee sai.
-YendorMike

[link|http://www.hope-ride.org/|http://www.hope-ride.org/]
New Eeeks.. that was horridly long.
BTW Scott, I am going to pack and copy that file into the nightly backups.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

[insert witty saying here]
New Re: Eeeks.. that was horridly long.
Thanks for fixing it Greg.

Nightowl >8#
"I learned to be the door, instead of the mat!" "illegitimi nil carborundum"

Comment by Nightowl
New Trust me... it was NOT just me...
Scott told me what he wanted. I complied. :)
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

[insert witty saying here]
New Correction then
Thank all who participated in repairing the problem!

Muchly appreciated! ;)

Nightowl >8#
"I learned to be the door, instead of the mat!" "illegitimi nil carborundum"

Comment by Nightowl
New Much thanks
/me heads off to get his fix...
In that final hour, when each breath is a struggle to take, and you are looking back over your life's accomplishments, which memories would you treasure? The empires you built, or the joy you spread to others?

Therin lies the true measure of a man.
New glad we're back
Have fun,
Carl Forde
New Set clock?
That is - while my Prefs still seem correct for PDT - youse guys are posting in the futchah ...

Also - thanks!
New Nope, you preferences went back to:
2003-09-09

Sorry Folks. I didn't know the object DB was so critical.

Going into the daily backup tonight.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

I did a 10K wheelchair race once. The NTMFAC
who pushed me still has the whip-marks.
New Grrr...
Stupid exUserFolder caches all the user preferences... it will never re-read them.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New So much for "fixed for good".
Script failure, resulting in 1) no database packs being performed and 2) no backups being performed, ultimately resulting in another 2G Zope file. Preferences will be reverted to last November again; sorry for that.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New dem script thingies, look good, test good
then a different shell runs them in cron :-)
thanx,
bill
"You're just like me streak. You never left the free-fire zone.You think aspirins and meetings and cold showers are going to clean out your head. What you want is God's permission to paint the trees with the bad guys. That wont happen big mon." Clete
questions, help? [link|mailto:pappas@catholic.org|email pappas at catholic.org]
New Nah... nothing that HARD...
I re-directed all errors to /dev/null

So, what do you get with an untested (for sure) backup script that has errors but has all errors being re-directed to /dev/null?

Something like this morning.

Seems to work well now. :)

It damn well better work...

If you all haven't noticed *Z* has been bouncing a bit today... I am making sure things work.

Sorry about any problems here today.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

I did a 10K wheelchair race once. The NTMFAC
who pushed me still has the whip-marks.
New Why would you redirect errors to /dev/null in production? (new thread)
Created as new thread #149244 titled [link|/forums/render/content/show?contentid=149244|Why would you redirect errors to /dev/null in production?]
"good ideas and bad code build communities, the other three combinations do not"
- [link|http://archives.real-time.com/pipermail/cocoon-devel/2000-October/003023.html|Stefano Mazzocchi]
New Yikes!
And I hadn't had a chance to write down the code for the line in my sig.

Hmmmm maybe I can site search for the last time someone gave me the answer...

Sorry it's giving you problems, Scott.

Nightowl >8#
"I learned to be the door, instead of the mat!" "illegitimi nil carborundum"

Comment by Nightowl
New Aitch-frigging-Arr!
"hr"(*), for Horizontal Ruler.

How fucking hard can that be? Don't you fucking EVER learn ANYTHING?

Now go fucking tattoo it backwards on your forehead, so you can read it in the mirror every morning.


(*) Only between angle brackets, like every fucking other HTML tag on the planet


   [link|mailto:MyUserId@MyISP.CountryCode|Christian R. Conrad]
(I live in Finland, and my e-mail in-box is at the Saunalahti company.)
Your lies are of Microsoftian Scale and boring to boot. Your 'depression' may be the closest you ever come to recognizing truth: you have no 'inferiority complex', you are inferior - and something inside you recognizes this. - [link|http://z.iwethey.org/forums/render/content/show?contentid=71575|Ashton Brown]
New Re: Aitch-frigging-Arr! (new thread)
Created as new thread #149313 titled [link|/forums/render/content/show?contentid=149313|Re: Aitch-frigging-Arr!]



"Don't be a cynic and disconsolate preacher. Don't bewail and moan. Omit the negative propositions. Challenge us with incessant affirmatives. Don't waste yourself in rejection, or bark against the bad, but chant the beauty of the good." Ralph Waldo Emerson
New Well... let me see what today brings...
Backups went as planned last night at 0408 EST (GMT -5)

Discovered another issue: the ODB is growing log style.

Gonna have a cronjob check the size every hour for a while, see what the real growth is.

in 5.5 hours sine the last pack the size went from 7.8MB to 111MB.

Adding an LRPD adds 27MB to the ODB. Fun.

Shouldn't be too bad to fix though. Using bandaids.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

I did a 10K wheelchair race once. The NTMFAC
who pushed me still has the whip-marks.
New Just saw the Devil's Tower (new thread)
Created as new thread #149484 titled [link|/forums/render/content/show?contentid=149484|Just saw the Devil's Tower]
     Whew. - (admin) - (29)
         Do we have the 2 GB limit resolved? -NT - (ben_tilly) - (6)
             Yes... - (admin) - (5)
                 That works for a few years... :-) -NT - (ben_tilly) - (4)
                     Works for good... - (admin) - (3)
                         Thanks! -NT - (Another Scott)
                         Will postgres also have a 2GB limit? -NT - (ben_tilly) - (1)
                             NO. - (folkert)
         Thanks, dudes. -NT - (pwhysall) - (2)
             thanx all, and Peter - (boxley) - (1)
                 Get It Here (new thread) - (pwhysall)
         Thankee sai. -NT - (Yendor)
         Eeeks.. that was horridly long. - (folkert) - (3)
             Re: Eeeks.. that was horridly long. - (Nightowl) - (2)
                 Trust me... it was NOT just me... - (folkert) - (1)
                     Correction then - (Nightowl)
         Much thanks - (inthane-chan)
         glad we're back -NT - (cforde)
         Set clock? - (Ashton) - (2)
             Nope, you preferences went back to: - (folkert) - (1)
                 Grrr... - (admin)
         So much for "fixed for good". - (admin) - (8)
             dem script thingies, look good, test good - (boxley) - (2)
                 Nah... nothing that HARD... - (folkert) - (1)
                     Why would you redirect errors to /dev/null in production? (new thread) - (ben_tilly)
             Yikes! - (Nightowl) - (2)
                 Aitch-frigging-Arr! - (CRConrad) - (1)
                     Re: Aitch-frigging-Arr! (new thread) - (Nightowl)
             Well... let me see what today brings... - (folkert) - (1)
                 Just saw the Devil's Tower (new thread) - (Another Scott)

He wasn't always this way. He used to be a genial nerd, like many of us.
97 ms