LILO Issue in LINUX and win2k

2002-01-22 Thread guruprasads

Hi,

I did the following events in sequence

#Installed Win2k.
#Created Linux Partition using partition magic and installed Linux 7.1
#Linux alone was booting.
#Modified linux.conf and executed lilo
#Lilo boot was working fine with boot options for linux and win2k.

#The same hard-disk(with all software installed) was used in a different
machine(mother board different).
#The machine was not booting(I used to get "LI" on the screen and
nothing
used to happen).
#I booted using WIN 98 boot disk and executed "fdisk /mbr".
#Now windows started to boot but issued a blue screen error "Boot device
not
found".
#I re-installed WIN2k.

#The hard-disk was taken back to the original machine.
#The hard disk did not boot again
#I reinstalled the win2k.
#I booted linux with linux boot floppy and executed lilo. Lilo Worked
and
gave no errors.
#I booted the machine and lilo did show the options for Linux and win2k.
#I choose win2k. win2k starts to boot but I get the same blue screen
error
"Boot device not found"


What could have gone wrong? How do I rectify the same.

Two Questions

1) In the first case I installed win2k and then installed linux and
executed
lilo. Everything worked fine. In the second case I resinstalled win2k.
Linux
was already installed. So just booted using floppy and executed lilo.
Now
lilo boot shows the boot options (win2k and linux) but win2k boot is
corrupted . why?

2) If I install the OS on one machine(motherboard) and use the same hard
disk in another machine (motherboard), the OS fails even to boot. why?


Thanks
Guru








--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




AccessControlException

2002-01-22 Thread Franck Routier

Hi all,

I have a problem that I don't know how to track.

I use a ant task from NetBeans.

The exact same code (from a cvs repository) on the following
environments compile perfectly fine :

- Debian GNU/Linux PowerPC + Blackdown JDK 1.3.0 (no deb package)
- Mac OSX 10.1.2 + Apple JDK 1.3.1

But on my Debian GNU/Linux i386 box, I get the following error message
(of course, I run all this as user 'alci' and every concerned directories 
belong to
'alci') :

compile:
Compiling 21 source files to /home/alci/devel/bdc/build/WEB-INF/classes
An exception has occurred in the compiler (1.3.1). Please file a bug at
the Java Developer Connection
(http://java.sun.com/cgi-bin/bugreport.cgi).  Include your program and
the following diagnostic in your report.  Thank you.
java.security.AccessControlException: access denied
(java.io.FilePermission /home/alci/devel/bdc/build/WEB-INF/classes/bdc
write)
 at
java.security.AccessControlContext.checkPermission(AccessControlContext.java 
:272)
 at
java.security.AccessController.checkPermission(AccessController.java:399)
 at
java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
 at
org.netbeans.core.execution.TopSecurityManager.checkPermission(TopSecurityMa 
nager.java:243)
 at
java.lang.SecurityManager.checkWrite(SecurityManager.java:978)
 at
org.netbeans.core.execution.TopSecurityManager.checkWrite(TopSecurityManager 
.java:186)
 at java.io.File.mkdir(File.java:956)
 at
com.sun.tools.javac.v8.code.ClassWriter.outputFile(ClassWriter.java:717)
 at
com.sun.tools.javac.v8.code.ClassWriter.outputFile(ClassWriter.java:703)
 at
com.sun.tools.javac.v8.JavaCompiler.writeClass(JavaCompiler.java:311)
 at
com.sun.tools.javac.v8.JavaCompiler.genCode(JavaCompiler.java:303)
 at
com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:407)
 at com.sun.tools.javac.v8.Main.compile(Main.java:247)
 at com.sun.tools.javac.Main.compile(Main.java:26)
 at java.lang.reflect.Method.invoke(Native Method)
 at
org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:92)
 at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:557)
 at org.apache.tools.ant.Task.perform(Task.java:217)
 at org.apache.tools.ant.Target.execute(Target.java:184)
 at org.apache.tools.ant.Target.performTasks(Target.java:202)
 at org.apache.tools.ant.Project.executeTarget(Project.java:601)
 at org.apache.tools.ant.Project.executeTargets(Project.java:560)
 at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:277)
 at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:118)
build.xml [181] Compile failed, messages should have been provided.
BUILD FAILED
Total time: 6 seconds


Thank for any clue.

Franck Routier






---
Franck Routier
SHC - Support FIH9


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




challenging problem

2002-01-22 Thread list

hi,

i want to use java to generate html and css - code!

for example, I'd like to use something like:

css.h1.fontstyle.normal();
this should add an entry in the h1 hashtable(!): ("fontstyle","normal")

so I very easy can generate
"h1 { font-style:normal; }\n" 

there should not only exist a method normal() but also italic()

and there should also exist fontfamily, fontsize and so on...

how to realize this???
any ideas???
thanks
michi


Re: challenging problem

2002-01-22 Thread Nathan Meyers

Hi all,

I have a problem that I don't know how to track.

I use a ant task from NetBeans.

The exact same code (from a cvs repository) on the following
environments compile perfectly fine :

- Debian GNU/Linux PowerPC + Blackdown JDK 1.3.0 (no deb package)
- Mac OSX 10.1.2 + Apple JDK 1.3.1

But on my Debian GNU/Linux i386 box, I get the following error message
(of course, I run all this as user 'alci' and every concerned directories 
belong to
'alci') :

compile:
Compiling 21 source files to /home/alci/devel/bdc/build/WEB-INF/classes
An exception has occurred in the compiler (1.3.1). Please file a bug at
the Java Developer Connection
(http://java.sun.com/cgi-bin/bugreport.cgi).  Include your program and
the following diagnostic in your report.  Thank you.
java.security.AccessControlException: access denied
(java.io.FilePermission /home/alci/devel/bdc/build/WEB-INF/classes/bdc
write)
 at
java.security.AccessControlContext.checkPermission(AccessControlContext.java 
:272)
 at
java.security.AccessController.checkPermission(AccessController.java:399)
 at
java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
 at
org.netbeans.core.execution.TopSecurityManager.checkPermission(TopSecurityMa 
nager.java:243)
 at
java.lang.SecurityManager.checkWrite(SecurityManager.java:978)
 at
org.netbeans.core.execution.TopSecurityManager.checkWrite(TopSecurityManager 
.java:186)
 at java.io.File.mkdir(File.java:956)
 at
com.sun.tools.javac.v8.code.ClassWriter.outputFile(ClassWriter.java:717)
 at
com.sun.tools.javac.v8.code.ClassWriter.outputFile(ClassWriter.java:703)
 at
com.sun.tools.javac.v8.JavaCompiler.writeClass(JavaCompiler.java:311)
 at
com.sun.tools.javac.v8.JavaCompiler.genCode(JavaCompiler.java:303)
 at
com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:407)
 at com.sun.tools.javac.v8.Main.compile(Main.java:247)
 at com.sun.tools.javac.Main.compile(Main.java:26)
 at java.lang.reflect.Method.invoke(Native Method)
 at
org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:92)
 at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:557)
 at org.apache.tools.ant.Task.perform(Task.java:217)
 at org.apache.tools.ant.Target.execute(Target.java:184)
 at org.apache.tools.ant.Target.performTasks(Target.java:202)
 at org.apache.tools.ant.Project.executeTarget(Project.java:601)
 at org.apache.tools.ant.Project.executeTargets(Project.java:560)
 at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:277)
 at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:118)
build.xml [181] Compile failed, messages should have been provided.
BUILD FAILED
Total time: 6 seconds


Thank for any clue.

Franck Routier






---
Franck Routier
SHC - Support FIH9


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Problem regard rtp-jmf

2002-01-22 Thread Fred Cailloux

I need some help.

I did a rtp audio/video sender receiver (base on AVTransmit AVReceive). It 
works great on my Windows 98/2000 machine but, it fails on my linux box. It 
can send or receive rtp stuff but if I do it on the same machine, the second 
thread (sender or receiver) blocks without any messages.

Does anybody have some help to provide me?

I run Linux redhat 7.1

ide-cd 26848   1 (autoclean)
cdrom  27232   0 (autoclean) [ide-cd]
es1371 25968   0 (autoclean)
ac97_codec  8800   0 (autoclean) [es1371]
soundcore   4464   4 (autoclean) [es1371]
nls_iso8859-1   2880   1 (autoclean)
nls_cp437   4384   1 (autoclean)
vfat9392   1 (autoclean)
fat32672   0 (autoclean) [vfat]
r128  156944   1
agpgart23392   3
nfs79008   2 (autoclean)
lockd  52464   1 (autoclean) [nfs]
sunrpc 61328   1 (autoclean) [nfs lockd]
8139too16480   1 (autoclean)
ipchains   38976   0 (unused)
usb-uhci   20720   0 (unused)
usbcore49664   1 [usb-uhci]

Thanks for your help.




_
Discutez en ligne avec vos amis, essayez MSN Messenger : 
http://messenger.msn.fr/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]