My guess is this defaults to Bash, but would like to know for sure.
Thanks.
The first few fields of 'cat /proc/bus/pci/devices' are understandable.
Field 1 - BusDevFunc
Field 2 - Vendor Id + Device Id
Field 3 - Interrupt Line
Field 4 - BAR 0
and the rest of the BAR registers (0 - 5) after that.
After the BAR registers are printed out, what are the other fields? Specifically, what PCI configuration space registers(offsets) are printed out?
I am trying to get VNC server on a fedora core 11 box and can't get it to run. The log contents are below. Any ideas what should be done here?
Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'
Xvnc Free Edition 4.1.3 - built Oct 15 2008 12:55:42 Copyright (C) 2002-2008 RealVNC Ltd. See http://www.realvnc.com for information on VNC. Underlying X server release 40201000, The XFree86 Project, Inc
Wed Sep 16 17:45:43 2009 vncext: VNC extension running! vncext: Listening for VNC connections on port 5901 vncext: created VNC server for screen 0 error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy Could not init font path element /usr/share/fonts/, removing from list!
Fatal server error: could not open default font 'fixed' vncconfig: unable to open display "vivekian.com:1" xrdb: Connection refused xrdb: Can't open display 'vivekian.com:1' xmodmap: unable to open display 'vivekian.com:1' $DISPLAY is not set or cannot connect to the X server.
I am using RealVNC - Downloaded the package from its website and unzipped it. Copied the binary images to /usr/bin.
While trying to compile a 64 bit Linux kernel using GCC, I see the following error:
kernel/bounds.c:1: error: code model ‘kernel’ not supported in the 32 bit mode
kernel/bounds.c:1: sorry, unimplemented: 64-bit mode not compiled in
This is what gcc -v
reports:
Using built-in specs.
Target: i586-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man -- infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/ bugzilla --enable-bootstrap --enable-shared --enable-threads=posix -- enable-checking=release --with-system-zlib --enable-__cxa_atexit -- disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c+ +,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable- plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre -- enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/ usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl -- with-cloog --with-tune=generic --with-arch=i586 --build=i586-redhat- linux
Thread model: posix
gcc version 4.4.1 20090725 (Red Hat 4.4.1-2) (GCC)
Am I missing something on my kernel make command line? Or is it the GCC present on the system does not support 64-bit compilation?
These are the steps I am doing to compile the linux source on my machine :
1. Copy the config file from /boot to /usr/src/kernels/2.6.29.4-167.fc11.i586/ directory
2. make oldconfig
3. make
Step 3 fails with the following error : make[1]: *** No rule to make target `missing-syscalls'. Stop.
Compiling on a x86 box. Any suggestions ? Please feel free to close this question if it does not belong here.
I have just installed Fedora 11 on my desktop system and would like to have sshd work. These are the steps I have done:
system-config-firewall
service restart sshd
An SSH connection to localhost is possible, but I still can't use an SSH connection from a remote machine. Is there anything I am missing?