Displaying 2 results from an estimated 2 matches for "000529".
Did you mean:
00029
2007 May 21
2
CentOS-5 - kmod-gfs dependency issue?
.../modules/2.6.18-8.1.4.el5/weak-updates/gfs/gfs.ko
/lib/modules/2.6.18-8.el5/extra/gfs/gfs.ko
...so what happened here?
This system is x86-64 while my problem-systems are i386, but that should
not be an issue, I hope?
I also found this;
http://lists.us.dell.com/pipermail/dkms-devel/2007-February/000529.html
...which seems to explain the situation somewhat.
...but how should I fix my problem - where the RPM I want to install
depends on an RPM that can't be installed? (well, I'll be able to jam it
in, of course, but...)
Is this just me doing something silly (capability-upgrading a syst...
2006 May 12
4
POST vs GET
I read in the Agile Rails book that I should avoid GETs for
destructive actions. I notice that on 37signals'' Backpack web site,
deleting an item in a list is accomplished with a simple click on a
picture of a trash can. Is this a violation of the POST/GET rule
noted above, or is there some way to make a clickable link send a
POST?
Ben