Displaying 4 results from an estimated 4 matches for "21713".
Did you mean:
1713
2011 Jan 28
3
Transitioning from multi-boot to Xen
I am looking into setting up Xen 4.0 on a simple dual-boot
Windows/ubuntu laptop with the following partitions:
| Device Boot Start End Blocks Id System
| /dev/sda1 * 1 223 1782784 7 HPFS/NTFS
| /dev/sda2 223 21713 172624888 7 HPFS/NTFS
| /dev/sda3 35854 38914 24576344 7 HPFS/NTFS
| /dev/sda4 21713 28522 54686721 5 Extended
| /dev/sda5 21713 24145 19530752 83 Linux
| /dev/sda6 24145 26090 15624192 82 Linux swap...
2006 Sep 02
3
No sound after upgrade to 4.4
After upgrading from CentOS 4.3 to 4.4 the sound doesn't work anymore. Messages like the following appear in dmesg when I try to use it:
application firefox-bin uses obsolete OSS audio interface
The output from 'lsmod | snd' is:
snd_azx 21713 2
snd_hda_codec 121665 1 snd_azx
snd_pcm_oss 52729 0
snd_mixer_oss 21953 2 snd_pcm_oss
snd_pcm 92357 3 snd_azx,snd_hda_codec,snd_pcm_oss
snd_timer 28229 1 snd_pcm
snd 57509 8 snd_azx,snd_hda_codec,snd_pcm_oss,snd_mixe...
2011 Dec 30
0
Wine release 1.3.36
...514 Wine botches keysends under autohotkey
19034 Starship Titanic freezes during introduction sequence.
19150 FlashDevelop 3.0.1 RTM crashes on startup
20046 MacOSX race condition during 3D/GL initialisation
20048 SIV (System Information Viewer) shows incorrect PCI device information
21713 Add support for D-Bus provider "UDisks" (libhal.so is deprecated)
22507 Half-life 1: missing PAUSE banner and looking through walls
22794 Macrium Reflect 4.2 installer needs "HKLM\System\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}" registry key...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...configure:21660: result: yes
configure:21677: checking for rl_callback_read_char in -lreadline
configure:21707: gcc -o
conftest -g -O2 -I/usr/local/include -L/usr/local/lib
onftest.c -lreadline -ldl -lm >&5
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
configure:21713: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "R 2.0.1"
| #define PACKAGE_BUGREPORT "r-bugs at R-project.org"
| #defi...