Hi!
We have been provided with Linux in our college Labs
recently.
I would like to know , how to find out whether I am
sitting on a networked workstation or on a stand alone
PC.
Please Help
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
Hi friends,
I am not able to load X windows on my node. I have booted the diskless node
under LTSP and I tried to load X windows. The mother board is intel 810e chipset.
I have also tried with Trident SVGA card. I am briefing here under the messages
appeared on the screen using both cards. Also I am attaching the lts.conf file
for reference. Please guide me how to go further to get X loaded in node.
XFS is running on the server when given the command
ps aux | grep xfs, it shown as follows.
xfs 1331 0.0 1.6 5312 4144 ? S Sep22 0:00 xfs -port -1
-dae
vinod 1805 0.0 0.2 1636 612 pts/1 S 00:34 0:00 grep xfs
--------------------------------------------------------------------------------------------
WHEN USED ON BOARD SVGA i810e
--------------------------------------------------------------------------------------------
(--) SVGA: Intel i810e
(--) SVGA: i810e MMID registers at ....
(--) SVGA: I810e : Linear framebuffer at ....
(--) SVGA: i810e: Using hardware cursor
(--) SVGA: Setting dot clock to 75.0 mMhz [0x17 0x6 0x20 ] [25 8 2 ]
(--) SVGA: choose watermark 0x2210a000: (tab.freq 75.0)
(--) SVGA: Using XAA (Xfree86 acceleration architecture)
(--) SVGA: XAA: solid filled rectangles
(--) SVGA: XAA: Screen-to-screen copy
(--) SVGA: XAA: 8x8 color expand pattern fill
(--) SVGA: XAA: Indirect CPU to screen color expansion (image text, polytext)
(--) SVGA: XAA: Using 8 128 x 128 areas for pixmap caching
(--) SVGA: XAA: catching tiles and stipples
(--) SVGA: XAA: Horizondal and vertical lines and segments
_FontTransSocketINETConnect: can't connect: errno=111
Failed to set default font path "tcp/192.168.0.254:7100
Fatel sever error:
Could not open default font 'Fixed'
When reporting a problem related to a server crash,
please send the full server output, not just the last message
INIT: ID "5" respawning too fast; disabled for 5 minuits
INIT: No more process left in this run level
--------------------------------------------------------------------------
When used Trident Card
--------------------------------------------------------------------------
(**) Mouse; buttons; 3
(**) SVGA; graphics device ID; "My video card"
(**) SVGS; Monitor ID: "My monitor"
(**) Font path set to "tcp/192.168.0.254:7100"
(--) SVGS; PCI; Trident tgui 9440 rev 227, memory @ 0xd5000000,0x5200000
(--) Trident chipset version; 0xee(TGUI9440AGi)
(--) SVGA; Revision 4.
(--) SVGA using Trident programable clocks
(--) SVGA chipset,(tgui9440agi)
(--) SVGA; Video ram 1024K
(**) SVGA; using 16 btp, Depth 16, Color weight :565
(--) SVGA; Maximum allowed dot-clock;45.000MHz
(--) SVGA; Clock for mode "1024x760" it is too high for the configurel hardware.
Limit is 45,000 MHz
No valid mods found
When reporting a problem related to a server crash,
please send the full server output, not just the last message
INIT: ID "5" respawning too fast; disabled for 5 minuits
INIT: No more process left in this run level
#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#
[default]
#[ws001]
SERVER = 192.168.0.254
XSERVER = XF86_SVGA
XDM_SERVER = 192.168.0.254
X_MOUSE_PROTOCOL = "PS/2"
X_MOUSE_DEVICE = "/dev/psaux"
X_MOUSE_RESOLUTION = 400
X_MOUSE_BUTTONS = 3
USE_XFS = Y
LOCAL_APPS = N
LOCAL_WM = Y
UI_MODE = GUI
#------------------------------------------------------------------------------
#
# Example of specifying X settings for a workstation
#
[default]
X_RES_1 = 1024x768
X_HORZSYNC = 31-62
X_VERTREFRESH = 55-90
X_MODE_1024x768 = 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
MODULE_01 = agpgart.o
MODULE_02 = uart401.o
MODULE_03 = sb.o io=0x220 irq=5 dma 1
MODULE_04 = opl3.o
RUNLEVEL = 5
#
#------------------------------------------------------------------------------
#
# Example of a workstation configured to load some modules
#
#[default]
# MODULE_01 = agpgart.o # This is for i810 video
# MODULE_02 = uart401.o
# MODULE_03 = sb.o io=0x220 irq=5 dma=1
# MODULE_04 = opl3.o
#------------------------------------------------------------------------------
#
# Example of ws001 configured for local apps
#
#[ws001]
[default]
LOCAL_APPS = N
LOCAL_WM = Y
NIS_DOMAIN = ltsp
NIS_SERVER = 192.168.0.254
#------------------------------------------------------------------------------
#
# Example of a serial printer attached to /dev/ttyS1 on workstation ws001
#
[ws001]
PRINTER_0_DEVICE = /dev/ttyS1
PRINTER_0_TYPE = S # P-Parallel, S-Serial
PRINTER_0_PORT = 9100 # tcp/ip port: defaults to 9100
PRINTER_0_SPEED = 9600 # baud rate: defaults to 9600
PRINTER_0_FLOWCTRL = S # Flow control: S-Software (XON/XOFF),
# # H-Hardware (CTS/RTS)
PRINTER_0_PARITY = N # Parity: N-None, E-Even, O-Odd
# # (defaults to 'N')
PRINTER_0_DATABITS = 8 # Databits: 5,6,7,8 (defaults to 8)
#------------------------------------------------------------------------------
#
# Example of setting the ramdisk size to something other than the
# default of 1024k ( 1mb ). Make sure you also tag your kernel with
# and specify the new ramdisk size.
#
[ws001]
RAMDISK_SIZE = 8192
#
Philip wrote:
>How do I tell rpm that I have installed some packages from tgz? It
>refuses to install software that requires these files.
AFAIK, you can't ... unless someone decides to write a utility which will
do just that.
The best way is to create an rpm out of the tarball - it's rather
straightforward once you get the hang of how to create a spec-file. The
only hard part is creating the list of files in it, which specifies what
goes into the package. But that can be done by inspecting the output of
"make -n install" in the tarball.
SameerDS.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Philip wrote:
>I'm still stuck with the loads and loads of apps that I've already
>installed from rpm. How do I handle those?
Here's a rather painful hack ...
Assuming you still have the build trees with you, create a list of files
installed using "make -n install".
Use this list to create a spec file. Write the file so that rpm does
nothing during the configure and build stages. The only important part is
the files section, and somehow it must be able to figure out where the
build tree is!
Create rpm from the spec file and then do an "rpm -ivh --force"
Anybody got better ideas?
Maybe it is possible to use the rpm development library to write an app
that can directly modify the rpm database? It could take a spec file as
input and use the info to update the database ... maybe the library has a
perl module as well ...
Thank gawd I never install a tarball without creating an rpm first! ;-)
SameerDS.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Should I do anything special to servers behind a NAT? For example,
connections to $IP on port 81 are redirected to $INTERNAL_IP on 80,
and it gives back data that indicates the real IP instead of 81...
--
Satya. <URL:http://satya.virtualave.net/>
As long as I can remember, I've had amnesia.
Hi,
I had configured it long time back. I dont remember , but i think there is
a login /registered user to be created on the server, and given adequate
permissions.
Darshan
"Mahesh Gharat" <mahesh_gharat(a)rediffmail.com>
Sent by: linuxers-admin(a)mm.ilug-bom.org.in
09/21/2001 04:56 PM
Please respond to linuxers
To: linuxers(a)mm.ilug-bom.org.in
cc:
Subject: [ILUG-BOM] VPN help
Hello everybody,
I'm trying to install and configure the VPN network on my LAN. My
VPN server is on Linux machine(kernel 2.4.2). I am using pptpd
(http://poptop.lineo.com/) for this. I want to configure the n/w as
Linux/Win<-->Linux VPN<->Internet<->Linux VPN<--Linux/Win
Client Server Server Client
but just for the begining I installed only one server(kernel 2.4.2 with
pptpd) and on Win98 client trying to connect it.
Linux VPN Server<----->Win98 client
192.168.0.32 192.168.0.0.112
But I'm not able connect.Both the machines are on the same LAN(using
simple hubs not switches).The error I'm getting as below.
/usr/sbin/pppd: The remote system is required to authenticate itself
/usr/sbin/pppd: but I couldn't find any suitable secret (password) for it
to use to do so.
/usr/sbin/pppd: (None of the available passwords would let it use an IP
address.)
Please help me.I'm stuck on this for a whole week.
Thanks in advance.
Mahesh Gharat
mahesh_gharat(a)rediffmail.com
MSN id : mahesh_gharat(a)hotmail.com
If anybody want's to guide me online.Please.)
_______________________________________________
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
Hello everybody,
I'm trying to install and configure the VPN network on my LAN. My VPN server is on Linux machine(kernel 2.4.2). I am using pptpd (http://poptop.lineo.com/) for this. I want to configure the n/w as
Linux/Win<-->Linux VPN<->Internet<->Linux VPN<--Linux/Win
Client Server Server Client
but just for the begining I installed only one server(kernel 2.4.2 with pptpd) and on Win98 client trying to connect it.
Linux VPN Server<----->Win98 client
192.168.0.32 192.168.0.0.112
But I'm not able connect.Both the machines are on the same LAN(using simple hubs not switches).The error I'm getting as below.
/usr/sbin/pppd: The remote system is required to authenticate itself
/usr/sbin/pppd: but I couldn't find any suitable secret (password) for it to use to do so.
/usr/sbin/pppd: (None of the available passwords would let it use an IP address.)
Please help me.I'm stuck on this for a whole week.
Thanks in advance.
Mahesh Gharat
mahesh_gharat(a)rediffmail.com
MSN id : mahesh_gharat(a)hotmail.com
If anybody want's to guide me online.Please.)
Dear Colleague,
This is to remind you about the following event.
Regards,
- Durgesh, for ACM Mumbai
ACM Seminar
Friday, September 21, 2001 - 6:30 p.m.
Title: Firewalls, simple & easy: IPFilter
Speaker: Vivek Nallur (NCST)
Venue: Lecture Theatre, NCST, Juhu
Abstract: "The internet was created as an experiment. The experiment has
failed" - Tsutomu Shimomura
The Internet is currently a system administrator's nightmare, what with
snoopy folks perennially sniffing around the place looking for systems to
break into and steal the 'family silver'. What began as a dream for
scientists, researchers and artists, has become a nightmare for the
knights in geek's clothing.
One of the more potent weapons at the disposal of these knights is the
firewall. Its etymological roots unknown, the current usage stems from
Steve Bellovin's email to Phil Karn regarding some security device. The
first recorded usage in print is in Stafford and Garfinkel's book on
Practical UNIX Security, published in 1990. Simply put, a firewall is a
system that enforces an access control policy between two networks.
This seminar explores the installation and usage of a commonly used
firewall, IPFilter.
About the Speaker: Vivek Nallur passes under the guise of a scientist in
the KBCS division at NCST. He pretends to be pre-occupied with issues in
Data Mining, Chaos Theory and Genetic Algorithms, whilst ogling at his
beloved computer all day. He's passionate about girls, patterns and
reading (in no particular order).
--
----------------------------------------------------------------------------
Durgesh D Rao (DDR) | Email: durgesh(a)ncst.ernet.in
Research Scientist, KBCS Division | Ph: 6201606x372(w), 7563437(r)
National Centre for Software Technology | Fax: +91-22-6210139
Gulmohar Rd 9, Juhu, Mumbai 400049, INDIA.| Web: www.ncst.ernet.in/~durgesh
----------------------------------------------------------------------------
How do I tell rpm that I have installed some packages from tgz? It
refuses to install software that requires these files. With rpm, I can
use nodeps, but with redcarpet, I cannot. RedCarpet requires all
dependencies to be met.
Philip
--
You have mail.
Visit my webpage at http://www.ncst.ernet.in/~philip/
Read my writings at http://www.ncst.ernet.in/~philip/writings/
MSN philiptellis Yahoo! philiptellis
AIM philiptellis ICQ 129711328