Re: [blfs-support] remove-expired-certs.sh

2011-12-04 Thread DJ Lucas
On 12/04/2011 12:32 PM, Bruce Dubbs wrote: > To make a fix, we could do something like: > > certdate=$( date -d "${date}" +%Y%m%d 2>/dev/null ) > if [ $? != 0 ]; then > # skip it with continue > # or remove it with rm -f "${cert}" > fi Yes, assuming that this is the 2038 bug, a contin

Re: [blfs-support] remove-expired-certs.sh

2011-12-04 Thread Bruce Dubbs
DJ Lucas wrote: > On 12/04/2011 10:04 AM, Fernando de Oliveira wrote: >> Hi, >> >> Running this script I obtain (LFS 6.5, 6.7, small difference in 6.8): >> >> $ remove-expired-certs.sh >> date: data inválida "Jul 31 12:31:40 2038 GMT" >> /bin/remove-expired-certs.sh: line 18: [: -lt: esperado opera

Re: [blfs-support] remove-expired-certs.sh

2011-12-04 Thread DJ Lucas
On 12/04/2011 10:04 AM, Fernando de Oliveira wrote: > Hi, > > Running this script I obtain (LFS 6.5, 6.7, small difference in 6.8): > > $ remove-expired-certs.sh > date: data inválida "Jul 31 12:31:40 2038 GMT" > /bin/remove-expired-certs.sh: line 18: [: -lt: esperado operador unário > certs/ad6c2f

[blfs-support] remove-expired-certs.sh

2011-12-04 Thread Fernando de Oliveira
Hi, Running this script I obtain (LFS 6.5, 6.7, small difference in 6.8): $ remove-expired-certs.sh date: data inválida "Jul 31 12:31:40 2038 GMT" /bin/remove-expired-certs.sh: line 18: [: -lt: esperado operador unário certs/ad6c2ff9.pem is expired! Removing... certs/84009bc3.pem is expired! Remo

Re: [blfs-support] nouveau to radeon transition help needed

2011-12-04 Thread Andrew Benton
On Sat, 3 Dec 2011 14:33:38 + luxInteg wrote: > Greetings, > > I have never used ati/radeon graphic cards on amd64 until now. I have used > nvidia gpu's with the opensource nouveau driver. My baptism with > ati/radeon/amd64 is proving a little difficult hence thie email soliciting > hel