8
No SQLite in use but I get an "android.database.sqlite.SQLiteDiskIOException" Exceptionview story

http://stackoverflow.com – I'm using BugSense to track down errors in my app, and it just caught one related to SQLite... the problem is that I don't use SQLite. I use sharedPreferences and ads though, but no SQLite at all... Why is this happening? (HowTos)

8
Server shuts down suddenly *HELP*view story

http://forums.fedoraforum.org – Hi. I have a Server running fedora core 8. The client is a small office. The server is used for storage only. They doesn't work 24hours, for this reason, at the moment they close the office, they put the breakers down. (HowTos)

8
Aligned partitioning of 2TB disk with Linux fdiskview story

http://serverfault.com – Is there a way to create a single 2TB partition, which is 4096-byte-sector aligned, on a disk using the standard Linux fdisk (I have tried version 2.17.2)? I've tried the following things and ran into the described error: If I simply use the -u flag, it sets the cluster size to one sector of 512 byte. (HowTos)

8
Error when trying to update: grub-probe error cannot find a grub drive for /dev/sdd2view story

http://unix.stackexchange.com – When running a fresh install of Ubuntu 12.10 I try to install updates, but half way through it reaches this error when updating grub, says "done" and the updates just hang. (HowTos)

8
[ubuntu] Windows doesn't load: Invalid EFI File Pathview story

http://ubuntuforums.org – I installed Linux Mint, and in the process removed Windows 7 (the C:\ drive was corrupted). I had a backup, fortunately, so I reformatted the drive and restored the backup. Linux Mint recognizes the drive and all its files, GParted says it's a-ok, and GRUB recognizes it as an operating system. But when I try to boot to Windows 7, it spits out "Invalid EFI file path". (Hardware)

8
rsyslogd refuses to start after pacman upgradeview story

https://bbs.archlinux.org – Hello, After last pacman upgrade rsyslog refused to start.This also caused boot problems - systemd would go into infinite loop trying to start rsyslog and failing miserably.I've disabled rsyslog.service from chroot environment and booted from disk - it helped.I've also noticed that latest package version (  rsyslog-7.2.6-4-x86_64)  does not ship with /etc/rsyslog.conf, soupgrad (HowTos)

8
"cannot open display" after suspend/resume, possibly broadcom-wl driveview story

https://bbs.archlinux.org – Hey peoples,I'm finding that after suspend/resume my machine will not open any new windows. The windows that were already open continue to function. (HowTos)

8
[all variants] external (sata) drive verification on coming back from sleep?view story

http://ubuntuforums.org – This post is actually a feature request :idea I boot Xubuntu (12.04) on my laptop from an external SATA drive (the internal one is for coprorate use, Xubuntu is the OS for my private use). Sometimes I send my laptop (Lenovo T420) to sleep Accidentally it can happen that I do not connect the cables (eSATA/USB for power) before trying to wake up the system. It is no surprise that in these cases the (Hardware)

8
Unable to load GLProfile on Android (maven repo 2.0rc11post06)view story

http://stackoverflow.com – I'm unable to load JOGL on android using the maven repo version 2.0rc11post06 found at the jogl site. (HowTos)

8
ASLR affected by entropy available on Linux?view story

http://stackoverflow.com – It is mentioned in the kernel source in random.c that get_random_int is "Similar to urandom but with the goal of minimal entropy pool depletion.". However, where (and how) does get_random_int interact with the entropy pool? Now, urandom actually calls extract_entropy_user, but I don't see anything similar to that in get_random_int. (HowTos)