Sponsored Content
Full Discussion: Booting Up help needed
Top Forums UNIX for Dummies Questions & Answers Booting Up help needed Post 86006 by lweegp on Monday 10th of October 2005 05:47:39 AM
Old 10-10-2005
hi,

did u try the command "boot"? or if u can try to boot up from the 5.6 cd.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Booting

Hi all, I've managed to get Mandrake 9 installed by disconnecting my 2 windows' drives. When I reconnect them Mandrake wants to take over. I figure it's time for the BootManager, or should I use a Linux specific one like Lilo? Or have I already stuffed up by not running Lilo at time of... (2 Replies)
Discussion started by: onestepto
2 Replies

2. UNIX for Dummies Questions & Answers

Tri-booting?

Is it possible to triple boot with Solaris 9 (x86 version)? I installed XP Prof first, then Linux Fedora. Currently there it is a dual boot, and the dual boot software came with Fedora. I already used partition magic to allocate 5 gigs of free space on my disk. Basically my questions are:... (1 Reply)
Discussion started by: CapsuleCorpJX
1 Replies

3. BSD

Quad Booting...

Ok so currently I have XP and Slack booting on my laptop, the next two goals will be FreeBSD and Windows Server 2003, in that order (though I may need to start over and do server before unix/linux. Either way, how I got linux interacting nicely with XP was via this link: ... (1 Reply)
Discussion started by: jboswell
1 Replies

4. UNIX for Dummies Questions & Answers

booting from which harddrive

Hi, both of my /dev/hda and my /dev/hdb contain /boot partition. I'm wondering how to tell which harddrive's /boot is actually being read? Thanks (2 Replies)
Discussion started by: onthetopo
2 Replies

5. Solaris

booting from CD

Hello.. I am Still Learing Solaris .. when i try to Install Solaris 8 from its CD...i pressed STOP + A and i get a OK prompt screen. I then typed, "boot cdrom" and i am getting this error message. " FATAL: system is not bootable, boot command is disabled." How do we enable the boot... (5 Replies)
Discussion started by: vr76413
5 Replies

6. AIX

System is not booting

the error is 0518 /usr mnt failed, pleaze tell me how i can fix it ! (1 Reply)
Discussion started by: majd_ece
1 Replies

7. UNIX for Dummies Questions & Answers

Help with booting Solaris 9

Folks; I have a Solaris 9 server that after power outage it won't come fully up and i was able to bring it up in single user mode and checked "/var/log/messages" & "/var/adm/messages" with nothing showing since Sept. 17. i ran fsck and no luck. I ran all tests from the OK prompt with no luck... (2 Replies)
Discussion started by: Katkota
2 Replies

8. Solaris

Help with Booting procedure

Hello guys, I am a newbie to solaris 10. Recently I was going through booting procedure of solaris 10 on sparc machines, there I was not clear with kernel phase because I read like /etc/system file is read by kernel even before root filesystem is loaded, How is it possible?? Please Help me... (4 Replies)
Discussion started by: praveen12
4 Replies

9. Solaris

Booting Solaris 10/09

What type of communication does Solaris 10/09 need to do with it's default gateway before it can boot up? (7 Replies)
Discussion started by: bstauffer
7 Replies

10. Solaris

Zones are not booting

Hi Can any on help me Zones are not booting showing installed state ---------- Post updated at 01:39 PM ---------- Previous update was at 01:38 PM ---------- ave5ubab ---------- Post updated at 01:44 PM ---------- Previous update was at 01:39 PM ---------- abcdefghijklmnopqrstuv (4 Replies)
Discussion started by: upender
4 Replies
tkspline(n)				   Tk Spline - An additional smoothing method for canvas items				       tkspline(n)

__________________________________________________________________________________________________________________________________________________

NAME
spline, - additional smoothing method for canvas items. SYNOPSIS
package require Tkspline ... .c create line ... -smooth spline ... .c create polygon ... -smooth spline ... _________________________________________________________________ INTRODUCTION
The new option value: -smooth spline provides an additional smoothing method to line and polygon canvas items. Spline smoothing will revert to the builtin smoothing method unless the number of points is 3n+1, where n is the number of spline segments. (Normally in polygons this means 3n points because the last point of the spline is understood to be the same as the first in order to close the polygon). In line and polygon items, the curves generated with the standard -smooth true option have the following properties: - the curve is always tangential to a straight line between consecutive points. - the curve is only guaranteed to intersect the first and last points of lines. - the curve is not guaranteed to intersect any points of polygons. With -smooth spline (and the right number of coordinates) the curves generated have the following different properties: - the curve is guaranteed to intersect the first point, and every third point after that. - each segment of the curve shares endpoints with the adjacent segments, but is otherwise independent of them. - the curve is guaranteed to be tangential to a line between n and n+1 at point n, and also to a line between n+2 and n+3 at point n+3. - the curve is not guaranteed to be smooth at the junctions between segments unless the shared point and the points either side of it are on a straight line. These alternative properties are useful to some path planning algorithms. CREDITS
The underlying Bezier code is in John Ousterhout's original canvas widget, this extension just provides an alternate interface to it. The hooks into the canvas are provided by Jan Nijtmans in his "dash" patch. KEYWORDS
spline, line, polygon, bezier, canvas, widget AUTHOR
John Ellson, ellson@graphviz.org Tk 8.0 tkspline(n)
All times are GMT -4. The time now is 10:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy