Stumbling Around RHEL 6.0: Printing (Updated)

Way back in the old days of Red Hat, printing was no more difficult than using the supplied RedHat config tool for setting up your LPRng queue. Since the arrival of CUPS, I’ve often felt it continues to be one of the most hateful things anyone has ever done to Linux users. I’m sure the developers and technicians love it, but only a precious few distros make it simple. Users of BSD generally learned long ago not to run unneeded LAN servers like CUPS, when you only plan to print from your own system. Thus, BSD still clings to Apsfilter. Given the presumption of most distros (“Why would anyone not love CUPS?”) you might have a real struggle on your hands switching to Apsfilter. For now, let’s concentrate on the shortest path, and note the RHEL series has been particularly painful.

Part of the problem remains the default kernel modules. For example, given how many articles are posted telling you it is necessary to blacklist usblp, I am puzzled why so many distros don’t make it the default, or at least don’t script it. This obscure fact has caused the filling of many forums over why printing doesn’t just happen, as it could and should. Even more disturbing is the large number of “helpful hints” which never seem to bother with that kernel module. Apparently this is both obscure, yet a near universal problem.

So to get my Brother HL-2140 to work, it wasn’t enough the kernel recognized it immediately. It insisted on loading that blasted useless kernel module. Does that work with any printer in the known universe? Not where I’ve tried it. On your RHEL machine, before you bother to plug in any USB printer, always remove that module (as root: rmmod usblp) and blacklist it. Edit /etc/modprobe.d/blacklist.conf by adding this line at the end of the file: blacklist usblp.

(Update: This problem appears less an issue in the full release of RHEL 6.0. Test your USB printer without changing the modprobe blacklist first. If it doesn’t work, then let that be your first check in diagnosing the problem.)

Now it’s okay to plug in your USB printer. It should be auto-configured immediately, if CUPS knows what it is. If you are using some model from HP, you are in for a rough ride, because Red Hat insists on using the oldest possible working version of HPLIP — 3.9.8. Aside from those nice, durable Lasterjets, almost any HP printer you can get today needs the current 3.10 series to even think of working with RHEL 6.

For RHEL 5/CentOS 5, you’ll have your hands full, but I’ve made it work once; see this page. For RHEL 6, you have two different ways to get there. I recommend you go to this helpful page and follow the instructions. Since I don’t plan to ever trust HP again, I can’t vouch for how it works on RHEL 6, but I’ll bet it’s close. The other option is simply upgrading using this SRPM and building it yourself for upgrade. It’s not precisely up to date, but closer than the bundled version.

Posted in computers | Tagged , , | 3 Comments

Radical Honesty

The world isn’t ready for honesty. Sure, we like to think we prefer it, but the issue depends on our own internal willingness to be honest with ourselves.

One of the pillars of Christian Mysticism is a radical commitment to the Truth. Truth is always defined as the Person of God, and most assertively is not some disembodied objective entity out there. Ultimate truth depends entirely from the Person of God, and all truth is God’s truth. Truth is mystical; only facts can be handled objectively, and even then with severe limitations. When you commit to truth, you commit to embracing and upholding whatever God reveals, particularly truth as He reveals it. Truth is whatever God says it is.

Most people reject all that, even most Christians (sadly) at some level in their minds. We should hardly be surprised when people easily believe propaganda. It requires a holy cynicism about humanity — we are all born fallen — to question inputs from humans. The ultimate test of truth for a Christian Mystic is whether it meets the demands of the spirit, whether it is consistent with the bedrock of conviction. All else is merely intellectual speculation. The intellect was never designed to rule our decisions; that was the original issue involved in the Fall. When Eve and Adam chose to eat the fruit of the Tree of Knowledge, that was the choice to put reason on the throne, and displace God’s Spirit. If you miss that point, you don’t understand the Creation narrative.

The choice to let reason rule is death, it is what ties us to this prison world, this fallen plane of existence. You can debate all day long on the human level whether this or that is true (meaning consistent with the facts), but it won’t change anything eternal, which is the only thing that matters. Still, it requires only good critical thinking about facts to realize, for example, the Wikileaks hullabaloo is sly propaganda. But we have this weakness in our damaged ability to discern lying:

Despite the decades of research that have demonstrated that people cannot reliably tell who’s lying and who isn’t, most people believe they can. There is something so fundamentally threatening about the notion that we cannot really know whether or not to trust someone that it is very difficult to get anyone — clinicians, citizens, even police — to take such results seriously.

Self-honesty it not a concrete goal, but an emphasis for life, a path and direction. If you realize you can’t really trust yourself at times, you realize you can’t trust anyone else. You should certainly care (another pillar of Christian Mysticism), but don’t let your sense of peace depend on people (the other pillar), including yourself. Your sense of peace comes from seeking to make your life consistent with God’s revelation, and at that, it only requires you commit to what revelation you have already received, even while you seek more.

One of the most critical facts we so easily forget is most every political leader is at least partly psychopath. The ambition and desire to rule over the lives of others does not arise from good morals. A good moral person tries to avoid such a burden, though they will take it up as a wise parent does for their children. Without that familial piety, the power to decide for others is inherently evil. We are badly damaged enough by the Fall; without a living, breathing sacrificial love for those affected by your decisions, you can’t hope to do them any good. Otherwise, the best we can hope for is a defender who is determined to tear down government political power.

I’m willing to bet you don’t know of any political leader who isn’t a psychopath on some level.

Posted in sanity, social sciences | Tagged , , , | Comments Off on Radical Honesty

Stumbling Around RHEL 6.0: Kernel Update

I keep two harddrives in my system so I can test different OSes while keeping one I can trust. After playing awhile with RHEL 6.0 Beta, I let it go and went back to using Ubuntu Lucid. I had some projects to work on and didn’t want to spend a lot of time building everything from scratch. Today there was some sort of botched update which killed the DNS resolution in Ubuntu. I suppose by tonight or tomorrow I could find others with similar complaints, but I didn’t have time to wait or try to diagnose it myself. After a few attempts, I gave up and rebooted back into RHEL 6.0 Beta.

After the article was posted, I had time to check and see if the full release of RHEL 6.0 was significantly different in package version numbers. I noticed a kernel update, among other things. I decided to try it with the SRPM, since I can’t yet afford the RHN fee.

It took awhile, but some of the packages didn’t build. After some quality time with my favorite search engine, I learned there were some non-default switches necessary to get a default kernel. In this case, you have to run the rpmbuild command so:

rpmbuild -bb --with firmware --with perf kernel.spec

Otherwise, when you try to install the product of this long hard build, you’ll get an error demanding the unbuilt kernel-firmware package. And I don’t really understand what perf does, but the RHSA message indicated it needed updating, so I worked out how to get that, too. I’m sure it’s possible to edit the SPEC file to activate those switches, but I can’t parse the code.

Having so much fun, and now more time to play with it, I’ll be adding a few favorite packages over the next few days, along with catching up on the rest of the RHSA listed replacements. This will be good practice until CentOS 6.0 is released. I’ll be installing that on my laptop and using the experience as the basis for a series of articles on using it as a stable replacement for Windows.

Update: Well, pref didn’t build. I don’t know how the fix that, and I don’t know what difference it makes. Since things are working fine with the new kernel otherwise, I’m not going to worry about it right now.

Posted in Uncategorized | Tagged , , , | Comments Off on Stumbling Around RHEL 6.0: Kernel Update

Decentralized versus Centralized DNS: Why?

In a discussion on a private mailing list, the issue of decentralized DNS was raised, in light of the recent battles between the corporate media working through government versus the pirate industry. Why would a bunch of Christian Open Source geeks be interested? It’s not just the technology angle.

At the risk of oversimplifying, we can describe DNS as the system behind the scenes by which computers pass information across the wires of the Internet. You think in terms of the name of a website, and maybe you know enough to type in “someplace” you want to visit, and it has to end in something like “.com” — you have to have the dot and an ending. Some may even realize you’ll have more than one dot in the name of the place. That we think of it as names, and in our minds as geographic places, is foreign to the computers doing all the work. To them, it’s a matter of passing ones and zeros in streams to other computers based on purely numerical addressing. It’s not places and names.

And all of this assumes a certain amount of trust. Given all the wires are owned almost exclusively by governments and large corporations, you’d naturally assume those entities have some interest in making this stuff work to their satisfaction. It has to be reliable so they can make money or maintain control, or whatever justifies the expense of running those wires and the computers. Your computer does not likely connect directly to the Net, but goes through several other computers first, typically owned by your ISP. All those governments and companies get together and set up a central means of sharing control among themselves, and trade some highly protected certifications between each other to make sure the mutual trust system works.

In times past, it was otherwise pretty much hands-off what computers passed across the wires. Then some smart-alecks started passing stuff annoying, then actually harmful to computers and to the business of folks who were paying to keep the whole thing alive. So it required some sort of protections. We all know about anti-virus and so forth, so that means protection distributed among the systems — decentralized. Except, the viruses are detected and stopped based on some centralized provider of information. It’s always been that way, a hybrid maintaining tension between centralized and decentralized. Somebody will always be displeased by the current balance, seeking ways to push things in one direction or another. For the most part, it works. Right now we are passing through a rough patch, where the tension is high and balance is wobbly.

Decentralized DNS has been tried on various scales since long ago. Indeed, in some ways it has always been in use, but restricted to a select few participants. It hasn’t worked that well, so there has to be a compelling reason for keeping it alive. Mostly it has been in the form of piggy-backing onto the regular system, by encrypting the traffic so that those passing the information have no idea what it is, only where it is going. Trying to come up with private wires running the same routes as the common wires used by everyone else is pretty hard to justify, so it’s easier to hide your stuff in the vast streams of everybody else’s stuff. And now we have increasing use of wireless transmissions (basically radio waves), which only complicates things, because wireless currently has to re-enter the wired system sooner or later. Yet it has the potential of working entirely without the wires, so long as your radio signal can reach the desired destination, or be passed along by other wireless connections. That’s another thing entirely.

If the only thing we can get from all this debate and technology warfare is Hollywood filth, cookie cutter music and porn, I could care less. I have TV and movies, and vastly prefer live performance of any music over commercially controlled, canned and poorly engineered noise any day. But I believe popular garbage entertainment is merely the reason money and effort will go into something I can use for other purposes.

While I certainly enjoy playing with computers, testing software and learning how to fix stuff, and surfing the Net, the whole thing is merely a tool. Not only do I have a purely spiritual motive for wanting to play in cyberspace, but it appears my message appeals to a rather narrow slice of humanity, thinly scattered. To share anything useful at all, it has to be accessible to as many humans as possible, as cheaply as possible. Right now, the Internet is the only route of exposure. Having suffered at the hands of the centralizers who objected to some of my gospel motivated behavior, I am quite sensitive to the whole issue of centralized versus decentralized. This isn’t simply one tool of many, but the single most important tool I have right now.

The current balance of power between the centralizers and decentralizers makes the former a bigger threat to my mission. Favoring the corporate run government oppression most certainly won’t help me, any more than it helped the Apostle John, who called it “Babylon.” But I am also in no position to fight pirates, porn addicts and other filth in their use of the Net. My mission gains nothing by trying anything beyond the usual verbal appeal for sanity and repentance. That’s how the Kingdom works. If some new technology idea helps the pirates and hinders government controls, it will likely bless me, too.

Posted in sanity | Tagged , , , , | Comments Off on Decentralized versus Centralized DNS: Why?

Underground Internet and Global Patterns

Global patterns: It’s not about ultimate truth and reality, any more than a single model of human behavior can explain everything we observe. Detecting a global pattern is simply a way of modeling human behavior on a broad scope.

I’m not the only one who has noticed the Internet is fitting into a known pattern. Something revolutionary splashes on the scene. First it’s the domain of specialists, but their need for convenience means dumbing it down enough for others to use their simplified tools. Then it gets simpler by degrees and suddenly everyone has it and uses it, until even government becomes dependent on it. We had that with other means of communication, starting as far back as the printing press. It’s not just information. The same applies in varying degrees to just about anything people want, where the demand outruns supply significantly. At some point there is a war between government and some non-government force over control of this thing. In the case of the Internet, it’s between corporations using government laws and freebooters.

Right now, the conflict is getting pretty hot. The US grabbed a bunch of domain names so that pirates can’t easily find their favorite suppliers of digital merchandise. But the P2P gang have struck back. I confess I don’t understand DNS that well, so I can’t explain in layman’s terms what this business of decentralized DNS is really all about. I’m thinking most of the P2P users know even less about it. Not every casual user of pirated digital goods will be able to adjust, but there is a broad stripe between geeks and dummies who will pick this up quickly enough to keep the traffic going. How quickly government responds with a more effective measure is anybody’s guess.

What I do understand is the pattern. We’ve had some golden years of relative peace on the Net. At some point the demand outstrips the supply, particularly with heavy multimedia files. As long as technology keeps up, things are okay. But a heavy conflict between supply and demand sides is unstable, and ripe for abuses. So the old media corporations refuse to play ball with the new market realities, such that prices are artificially high. That’s begging for efforts to break outside the official channels. So we have “piracy” and the corporations prod government into action, and a great many innocent bystanders are hurt. The system changes repeatedly in a short time, and that in itself is an open invitation for more government regulation. Regulation under this context will always come loaded with unintended consequences, to which the underground will react. We have hit the point where the whole thing wobbles like a top, which is actually a ton of concrete, spinning along a putt-putt course.

It’s not going to crash all at once, but it will get very messy and folks will flee to some other market. The cellphone industry is trying to capture that, but it’s just not the same, yet simultaneously, too much the same. Given the nature of things, there will have to be a new “drug” to marginalize the whole thing, a whole new way of transmitting information. Then the Internet will fade back into its proper place in terms of market size, but it will never recover the freedom it once offered until most of the world just does not care.

I can’t guess whether this new trick of decentralized DNS is going to result in a real game-changer. I can promise I won’t miss the unwashed masses which currently soil the Internet. The problem is, their passing from the scene will leave the whole thing utterly broken. It’s possible this thing has become so completely essential to a certain class of folks able to rescue it for their own use, but the global pattern can’t account for that. There’s something about information as traffic and market which seems to offer its own twist on the pattern.

But for today, it looks like the Net Pirates win one.

Posted in social sciences | Tagged , | Comments Off on Underground Internet and Global Patterns

Righteous Survival in a Global Meltdown

Ambitious title for my post, no?

So we had late yesterday (US time) the dreaded Wikileaks release of secret embassy traffic. I reiterate what I’ve said in the past: Notice who wasn’t embarrassed by this stuff. The major player in all this who remains undamaged, in their own eyes, is Israel. The age old question — Cui bono? — is Occam’s Razor in this context. For those of you with a poor education, cui bono is Latin for “who benefits” and Occam’s Razor is the rule of logic which says the simplest explanation is probably the correct one. Given how the US government treats its own citizens, is anyone surprised by how she treats officials who are outside that government? Collectively, the US government suffers paranoid schizophrenia, stratospheric arrogance, and visceral contemptuous hatred for everyone else. That’s how the governing classes treat each other; it’s no surprise they treat us even worse.

So we still have Israel planning to start a war with Iran and Lebanon, and hoping to provoke just about everyone else in the world. Russia is not government by corporations as in the US, but by the Russian Mafia. Saudis blindly fund pet American black ops projects such as the false enemy called “al-Qaeda”. Is anyone really surprised? On the one hand, it’s nice to see official government documentation for the evil the underground has been warning about all along. On the other hand, this whole thing is laughable for what it slips in as pure and unadulterated lies. The best way to keep your secrets is to bury it in garbage. No sane person wants to dig through tons of raw sewage to find a tiny handful of gems. Those on the inside at both ends — those who matter — already have filters in place.

Let’s say it one more time: US government at all levels, down to your neighborhood council, remain evil in one way or another. People who govern intend to hurt you for their own benefit. That is the nature of government in the US. Everything contrary to that truth is hogwash. If you don’t understand that, just try to run your daily affairs according to Scripture and you will, at the very least, hear something you do is illegal. That’s just at the level of the Law Covenants. If you gravitate toward a higher code of spiritual sanity, you will find it extremely difficult to evade conflict with government agents. But by the definition established in God’s Laws, all Western governments are illegitimate. You cannot pursue sanity without conflict with government agencies in the US.

As already noted, government people don’t trust each other very much, so there are noteworthy conflicts among the various agencies, not simply on the same level, but across all levels. The sort of psychosis which makes you aspire to government office makes you dangerous to everyone, including your fellow rulers. But they will certainly band together against those they govern, particularly when threatened. That “threat” means even the slightest incursion into their areas of authority, particularly if you cause them any inconvenience in ruling. So while we see a certain amount of embarrassment among the noisiest government officials about some of the Wikileaks revelations, there is no genuine shame, because they were simply doing their jobs, right? The difference between an ostensibly democratic regime (rule by the people) and an autocratic tyranny is the former carries a pretense of accountability, but only a pretense.

So we have, against all protest, TSA continuing blatant sin against travelers, and expectations of extending their reach into forms of transportation other than flying. At the same time, we correctly sense the threat conditions will collude to put private transportation increasingly out of reach — oil prices soaring, economic depression impoverishing a broader slice of the population, regulation increasing, etc. We have a high probability of military adventures in even more places around the world. Meanwhile, war cannot help our national economy because we have almost no native manufacturing aside from war materials. Banks have been bailed out from their rapacious lending practices by raping yet again the same folks through taxes. Sure, the banks have been bailed out by deficit spending, but we borrow that money indirectly from the same doggone banking system we are propping up. In other words, the circular flow of money skips by us poor taxpayers completely. What little productivity we have left is already mortgaged for the next century or two — that is, if we stop the government borrowing totally right now. Otherwise, the catch-up date is beyond the horizon.

If you have read this far, I’m assuming you are interested in what would constitute a sane response. Let me first remind you I define “sanity” as Christian Mysticism. In this context, the pertinent issue is treating this level of existence as a prison, and seeking to embrace the higher level of existence in the Spirit Realm. Human pain and suffering aren’t good things, but we hold the entire mess in contempt among the spiritually sane. We have endless compassion on those around us who don’t quite get that. We can afford to extend a considerable amount of sacrifice to ease human suffering because the sacrifice is the whole point in revealing God’s way of doing business. People matter far more than anything else on this earth.

The answer then becomes one of addressing the context. In the context of what we see right now, I would suggest you spend half of your waking attention on thinking through the commitments of Christian Mysticism. The other half builds upon that: Prepare to face a deepening economic depression paired with increasing difficulty differentiating government from well organized criminals. Whatever resources you posses, invest in preparations to help others. Simply consider whatever it is you are good at doing, regardless whether it makes you much money right now. The first things which come to mind are provisions of the basics of life: food, clothing and shelter. That is, find ways you know how to contribute to the process of producing those things, and develop your talents and skills.

I’m going to provide myself as an example, since I know me better than I know anyone else. I’m not really much good at gardening itself, but I’m pretty good at ground preparation. So this past summer I really tore into our garden plot, breaking up the clay soil and enriching it. For clothing, I’m just so-so at repairing fabrics, though I understand better than I can actually do. I’m a little more skillful at heavier materials, such as shoes. I haven’t tried it yet, but I have studied how to use some recycled materials to make footwear of various types. Having spent time in various climates from the Arctic to the Equator in the Americas, and parts of Europe, I am painfully aware of what kind of clothing works best in different situations. Recently I spent some time renovating my brother’s roof. I probably could help someone else build a house, but I can do some repairs myself. I have invested in hand tools, and could work without power tools if necessary. In this case, it’s mostly an instinct God gave me for what works, rather like an intuitive grasp of the limits of physical materials.

Then we have to think about trade and transportation. Rare indeed is the individual who can live utterly alone and do all the things necessary for life. In this modern world, such splendid isolation is pretty hard to achieve, anyway. Given my previous statement people are the single greatest resource, you cannot hope to be sane if you don’t know how to negotiate and deal with other people. You don’t have to be particularly talented at it; you simply have to care. People can tell if you care. You have to be able to exchange your abilities and products for theirs, and make them feel good about it. And given my blanket dismissal of government legitimacy, I have no trouble with smuggling anything not harmful to humans. By no means would I want to limit folks trading in goods by which people kill themselves, but sane people aren’t going to sell cigarettes if they don’t smoke. Go ahead and sell your raw milk products if you feel certain you would consume them yourselves. If you are good at making deals or managing transportation at some level, you can contribute to a sane world.

Naturally, the arts are always critical. But putting a price tag on them is next to impossible, and tends to defeat the purpose in the arts. If you can wrangle survival doing your art, stay with it. Life is better with artistic expression. Information I’ve discussed at length on this blog, and is an art form itself, so the same rules apply. It’s all communication, and life is impossible without it. My faith permits no restrictions on communication except what is inherent in God’s justice itself. That means Western notions of copyright are mostly wrong. God is not impressed with notions of Intellectual Property.

In the long run, you should always plan to implement your own safe and sane social structure. The biggest threat to government is people who don’t need it. All the government you need, according to Scripture, can be obtained in the tribal social structure. Democracy in all it’s forms is a lie, because it asserts man is not fallen. In a proper Scriptural household structure, a loving elder always listens to his family and considers their wishes, but is saddled with understanding their needs may demand things they don’t want. Paternalism is God’s way; there is no room for discussion. For all its failures, life on this planet cannot be any better than under tribal government. Given our situation now, genuine DNA-based extended family households may be impossible. The Christian Mysticism way is recreating one from whatever disparate sources through a spiritual replacement of DNA. The early churches were just that — a spiritual clan which operated as a single extended family household.

Whether mass destruction comes quickly, slowly, or not at all in your perception, it won’t make any difference. These are the things God has said we must do to embrace sanity as He defines it. In other words: Thus saith the Lord.

Posted in sanity, social sciences | Tagged , , , , , | Comments Off on Righteous Survival in a Global Meltdown

Our Injustice in Korea

So we are stirring up trouble again, this time in Korea. Our US government is jonesing for a new war to create a new public fear whip and keep us in line.

Take a look at the maps. That little island shelled by the North Koreans is way, way north of the line of demarcation (DMZ). It’s right on top of North Korea’s coast. I don’t have to know the history to tell you having South Korean troops that close to the northern coast is pushing things already. How smart can it be if you are close enough to be hit by ordinary artillery fire? Cannons can only fire just so far (I’ve served in the US Army Field Artillery, intimately acquainted with artillery range of fire). So the situation is already unjust. Then to provoke things as the South loves to do…

God will not bless our involvement there. We might do just fine in battle. I understand the South did more damage than the North did in this last round. But this is a setup for invasion from the South, fishing for an excuse. I wonder how the Chinese will view that? Wonder how they will react to our backing in this provocation? We are more vulnerable in other ways than they are militarily.

I can’t say, “God help us.” He won’t allow me to cry out on behalf of our criminal nation. We tolerate a criminal government, so we are in on this. What I can say is, “God have mercy on your peaceful saints who refuse to support this evil.”

Posted in sanity | Tagged , , | Comments Off on Our Injustice in Korea

Jesus Cracked a Whip

If you’ve read the Gospels in the New Testament, you are aware of the narrative where Jesus drove the currency scalpers out of the Court of Gentiles.

The story goes Jesus bundled some cords together and used it like a whip. He overturned the coin exchange tables, along with a few other stalls run by the Bazaars of the Sons of Annas. This was a scandalous business licensed by the High Priest, Annas. His boys would pay a high franchise fee, but would then be protected from competition. Folks coming from outside the country would carry differing currencies and pay well above the official exchange rate because the Temple Tax could be paid only in the Judean shekel. The official reason was the sort of images stamped into the coins; human faces were considered pagan and defiling.

Another wicked practice was selling animals which were “pre-inspected” and already acceptable as offerings in the Temple. The price was considerably higher than animals bought in any other market place. Nobody in their right mind would try to transport their own live animal offerings, since the priestly inspection process was rigged to reject most animals on the various flimsy pretexts.

Worse, all of this was conducted in the Court of Gentiles. This meant Gentiles unwilling to go through circumcision and all the other rituals of conversion to Judaism had no place in the Temple grounds to gather during the high festivals. Jesus cried out as He tore the place apart how wrong it was to block this court, since God’s Temple was to be a house of prayer for all nations, not just Jews.

Along with this was the understanding not obvious to us today: This “cleansing of the Temple” was itself a common prophetic act. It was a symbolic ritual. So the Temple guards and priests on hand asked Jesus what message He proclaimed, so they could decide whether to arrest Him for interfering with the licensed businesses.

Are we to suppose Jesus didn’t actually hit anyone? On the one hand, the best guess we have regarding His whip of cords actually didn’t amount to much of a physical threat. Apparently it was braided, so it could sting if He struck exposed skin, but serious injury was unlikely. But it was violent nonetheless. It was also the single example of Jesus getting violent.

We can’t possibly know, arguing from silence, whether He ever got violent on any other occasion. The Apostle John notes it was not possible, and implies it was inadvisable, to record everything Jesus said and did during His ministry. Given what we do have recorded of His words and deeds, it’s safe to say He was mostly against violence, particularly with such teachings as “turn the other cheek.” We can reasonably deduce He made rare exceptions, such as His zeal for the purpose of God’s Temple. There are some things which cannot be done any other way. This is what I have taught since before starting this blog.

Oddly, I find myself over the years stumbling close to the Mennonite position on most things. That is, I had no intention of being like any particular group, but followed best I could the leading of the Holy Spirit. I realize I teach a lot of things Mennonites don’t teach, and the foregoing discussion shows I can’t quite accept a total ban on violence. At the same time, I do teach violence is wrong in almost every context I’ve experienced. Defending your children from oppressive government, and particularly any so-called Child Protective Services is an example of when I say violence may be godly. Of course, it’s better if you can with godly wisdom discern when they are likely to come after your kids and simply not be there to victimize. I also teach it’s okay to resist sexual assault with violence. But in every case, you, and you alone, can decide what God wants from you in the moment, and sometimes non-resistance may be His desire even in those cases.

I certainly teach you should never serve in the military nor police, since those are today completely given over to state-sponsored violent oppression. Indeed, you should avoid all government service. I don’t care much for formalized theology, but prefer to emphasize biblical theology and obedience to Christ in conduct. I certainly recognize two domains and often post here about how things ought to be handled in the lower, worldly domain. On the other hand, I teach a strong element of ancient Hebraic mysticism. Still, for those who would like to have a handy label for what I believe, I suspect I’m closer to Mennonites than anything else.

Posted in religion | Tagged , , , | Comments Off on Jesus Cracked a Whip

Backup Static Site Hosting (Updated)

Tonight my static website (soulkiln.org) is unavailable. This is the first time this has happened, as far as I know, in several years since starting that site. I have no complaints whatsoever against the fellow who provides the hosting of this site. However, he isn’t God and sometimes I need a backup.

I can’t afford much, and free is better. I’ve surveyed the free stuff, but I’m not savvy on who is hiding unpleasant facts on their all-happy all-the-time gateway pages. I don’t want some highly scripted or templated mess, especially those with tight limitations. All I really need is a place to park a backup of my hand-coded, simple XHTML pages. I don’t do ads and precious few images, mostly text and CSS. I’m a real tightwad on space, currently less than 10MB for the whole thing. I would like to have one email address to go with it, and the inbox will be emptied often.

If any of my fine readers know of a free or very cheap place I can park a backup of my site, I’d love to hear about it.

Update: I now have a mirror for my site here.

Posted in personal | Tagged , | 1 Comment

Repent While There’s Time

God has called me to prophesy. Nothing I write or say as prophecy will diverge from anything written in the Bible, provided you can read it with the same frame of mind as those who wrote it.

The great legacy of biblical prophecy points out repeatedly: When nations flout His Laws, they eventually will face His wrath. It’s no different when several nations together under one civilization ignore His Laws. Thus, today I tell you the entire range of Western Civilization is under God’s wrath.

God does not suffer from our minuscule attention span, so these things happen slowly. On other blogs elsewhere, now long gone, and here as well, I have detailed the many examples of how we poke God in the eye every chance we get. I’m not going to review the catalog of our sins here. Rather, I’m calling for all people living within or, under the influence of, Western Civilization to repent while there’s time. Not that we can save the nations from His wrath, but perhaps He will offer you some individual mercy to you while the world comes crashing down around you.

Where to start? Try this.

Posted in religion | Tagged , | Comments Off on Repent While There’s Time