[SuSE Linux] setserial broken :/
Ok, tell me not to tinker with certain things. I deserve the scolding. I was trying to edit the file /sbin/setserial in order to see how to make my boot do the following: setserial /dev/ttyS2 irq 11 What I did was hose the file. It can't be used since it is now a binary file. Can I just recompile and restore it? Maybe just make dep? Advice, please. Does anyone know what file I should edit to add "setserial /dev/ttyS2 irq 11" to the boot sequence? I haven't toyed with this in Linux. One other item so I can keep this down to one post: I have wvdial working perfectly. As soon as I ask xfmail to check my mail, the connection breaks. I suppose by the time I get to NS mail (yuk) I won't have this problem, right? Has anyone used xfmail here? Better ideas are always welcome. :) Thanks, all. Steve <A HREF="http://www.millsphoto.com"><A HREF="http://www.millsphoto.com</A">http://www.millsphoto.com</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Hi, On Sun, Sep 06, Steve Mills wrote:
I was trying to edit the file /sbin/setserial in order to see how to make my boot do the following: setserial /dev/ttyS2 irq 11 What I did was hose the file. It can't be used since it is now a binary file. Can I just recompile and restore it? Maybe just make dep? Advice, please.
Mandelbrot:/kernel/initdisk # rpm -qf /sbin/setserial util-2.6-18 So just do a forced install of package util
Does anyone know what file I should edit to add "setserial /dev/ttyS2 irq 11" to the boot sequence? I haven't toyed with this in Linux.
Steve -o) Hubert Mantel /\\ _\_v
/sbin/init.d/serial - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
On 06-Sep-98 Steve Mills wrote:
Ok, tell me not to tinker with certain things. I deserve the scolding.
Yes. SMACK.
I was trying to edit the file /sbin/setserial in order to see how to make my boot do the following: setserial /dev/ttyS2 irq 11 What I did was hose the file. It can't be used since it is now a binary file. Can I just recompile and restore it? Maybe just make dep? Advice, please.
Does anyone know what file I should edit to add "setserial /dev/ttyS2 irq
Never touch /sbin/setserial. This is the binary executable (which from what you say may still be valid, but don't bank on it if you have interefered with it) which sets up a serial port according to the parameters in the command "/sbin/setserial <params>". The text file you should edit is (in S.u.S.E.-5.1 at any rate) /sbin/init.d/serial (For explanations, see "man setserial".) This is a script which calls the program /sbin/setserial repeatedly according to the requirements which you specify by editing /sbin/init.d/serial. If you have managed to modify /sbin/setserial by accident, you may have to re-instate it off the CD somehow. Not sure about the best way to do this. Hope this helps, and good luck. Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) <Ted.Harding@nessie.mcc.ac.uk> Date: 06-Sep-98 Time: 17:09:45 -------------------------------------------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
On Sun, 6 Sep 1998 Ted.Harding@nessie.mcc.ac.uk wrote:
On 06-Sep-98 Steve Mills wrote:
Ok, tell me not to tinker with certain things. I deserve the scolding.
Yes. SMACK.
I was trying to edit the file /sbin/setserial in order to see how to make my boot do the following: setserial /dev/ttyS2 irq 11 What I did was hose the file. It can't be used since it is now a binary file. Can I just recompile and restore it? Maybe just make dep? Advice, please.
Does anyone know what file I should edit to add "setserial /dev/ttyS2 irq
Never touch /sbin/setserial. This is the binary executable (which from what you say may still be valid, but don't bank on it if you have interefered with it) which sets up a serial port according to the parameters in the command "/sbin/setserial <params>".
The text file you should edit is (in S.u.S.E.-5.1 at any rate)
/sbin/init.d/serial
(For explanations, see "man setserial".) This is a script which calls the program /sbin/setserial repeatedly according to the requirements which you specify by editing /sbin/init.d/serial.
If you have managed to modify /sbin/setserial by accident, you may have to re-instate it off the CD somehow. Not sure about the best way to do this.
He could just cp it from the live filesystem CD.
Hope this helps, and good luck. Ted.
-------------------------------------------------------------------- E-Mail: (Ted Harding) <Ted.Harding@nessie.mcc.ac.uk> Date: 06-Sep-98 Time: 17:09:45 -------------------------------------------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
-------------------------------------------- Brad Shelton bshelton@ole.net On Line Exchange <A HREF="http://ole.net"><A HREF="http://ole.net</A">http://ole.net</A</A>> Detroit News <A HREF="http://detnews.com"><A HREF="http://detnews.com</A">http://detnews.com</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
<font size=3>Are there any WYSIWYG HTML editors for Linux? I'm getting very tired of W95 crashing in the middle of my work. I'd really like something with a site/project view and more flexibility than Netscape Composer. I don't want to spend all my development time struggling with code in emacs, either.</font>
+----- On Mon, 07 Sep 1998 19:03:36 EDT, Ron Lavoie writes: | Are there any WYSIWYG HTML editors for Linux? I'm getting very tired of W95 | crashing in the middle of my work. I'd really like something with a | site/project view and more flexibility than Netscape Composer. I don't | want to spend all my development time struggling with code in emacs, either. The very nature of HTML means that there can be no WYSIWYG editors. IMHO if you are struggling in emacs or vi or pico then it probably means that you aren't structuring your code, machines understand unstructured code but people don't. /Michael - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
<font size=3>I don't understand your claim that there can be no such thing as WYSIWYG editors. Don't lots of people use them under Windose? Isn't Composer WYSIWYG? As for editing code by hand, that's something I do to fine tune and clean up my code. I believe people use an approach that reflects the sate of the development tools at the time they start the learning curve. The more grizzled gurus of HTML insist that "you have to do it by hand." The newbies don't even want to look at code. <br> <br> I'm somewhere in the middle.<br> <br> Ron Lavoie<br> <br> At 03:32 98-09-08 , you wrote:<br>
<br> +----- On Mon, 07 Sep 1998 19:03:36 EDT, Ron Lavoie writes:<br> | Are there any WYSIWYG HTML editors for Linux? I'm getting very tired of W95<br> | crashing in the middle of my work. I'd really like something with a<br> | site/project view and more flexibility than Netscape Composer. I don't<br> | want to spend all my development time struggling with code in emacs, either.<br> <br> The very nature of HTML means that there can be no WYSIWYG editors. <br> IMHO if you are struggling in emacs or vi or pico then it probably <br> means that you aren't structuring your code, machines understand <br> unstructured code but people don't.<br> <br> /Michael<br> </font>
+----- On Tue, 08 Sep 1998 07:30:00 EDT, Ron Lavoie writes: [...] | I don't understand your claim that there can be no such thing as WYSIWYG | editors. Don't lots of people use them under Windose? Isn't Composer | WYSIWYG? No, composer shows you what composer will give you and with a bit of luck what your navigator will give you. You get no idea of how it your text will appear in e.g. Lynx or even in my navigator. HTML inherits SGML's separation of document content and format hence a WYSIWYG HTML editor is an oxymoron. | As for editing code by hand, that's something I do to fine tune and | clean up my code. I believe people use an approach that reflects the sate of | the development tools at the time they start the learning curve. The more | grizzled gurus of HTML insist that "you have to do it by hand." The newbies | don't even want to look at code. It's the same with programming languages, people want to draw lines between blocks of code and call themselves programmers. The proof of the pudding is in the eating though. If you are prepared to accept what someone else thought that you might need then I am sure that composer is OK for you, I plan to stick with vi for a while yet. /Michael - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
No, composer shows you what composer will give you and with a bit of <br> luck what your navigator will give you. You get no idea of how it your <br> text will appear in e.g. Lynx or even in my navigator. HTML inherits <br> SGML's separation of document content and format hence a WYSIWYG HTML <br> editor is an oxymoron.<br> <br> I think you're splitting hairs here. As far as "WYSIWYG" (you've at least got me putting it in quotes here), all I want is to see
<br> | As for editing code by hand, that's something I do to fine tune and<br> | clean up my code. I believe people use an approach that reflects the sate of<br> | the development tools at the time they start the learning curve. The more<br> | grizzled gurus of HTML insist that "you have to do it by hand." The newbies<br> | don't even want to look at code.<br> <br> I'm not talking about blocking sections of code or adding comments, here, but fine tuning the way the pages will appear in the browser. I really don't care whether someone thinks I'm a programmer or not (I certainly don't call myself one). I *do* care whether someone
<font size=3>At 10:00 98-09-08 , you wrote:<br> <br> the table or an image roughly where it will appear in non-text-only browsers. When you do the code by hand, you also cannot visualize *exactly* how it will appear in *all* browsers.<br> thinks I can markup decent web pages and organize coherent sites, though. The proof is, indeed, in the eating. When I don't like what "someone else thought that [I] might need", I edit the code myself.<br> <br> If I thought Composer was good enough for me, I wouldn't be asking about other tools for Linux.<br>
<br> It's the same with programming languages, people want to draw lines <br> between blocks of code and call themselves programmers. The proof of <br> the pudding is in the eating though. If you are prepared to accept what <br> someone else thought that you might need then I am sure that composer <br> is OK for you, I plan to stick with vi for a while yet.<br> <br> /Michael<br> <br> <br> -<br> To get out of this list, please send email to majordomo@suse.com with<br> this text in its body: unsubscribe suse-linux-e<br> </font>
Hi! Trying to kill the keyboard, lavoie@netcom.ca produced:
me putting it in quotes here), all I want is to see the table or an image roughly where it will appear in non-text-only browsers. When you do the code by hand, you also cannot visualize *exactly* how it will appear in *all* browsers.
There are graphic browsers who do not understand tables. See "Tables on non-table browsers" <A HREF="http://ppewww.ph.gla.ac.uk/0.000000E+00flavell/tablejob.html"><A HREF="http://ppewww.ph.gla.ac.uk/0.000000E+00flavell/tablejob.html</A">http://ppewww.ph.gla.ac.uk/0.000000E+00flavell/tablejob.html</A</A>> and "Designing HTML Tables to Work with HTML 2.0 Browsers" <A HREF="http://www.eff.org/0.000000E+00mech/Scritti/html_table_design.html"><A HREF="http://www.eff.org/0.000000E+00mech/Scritti/html_table_design.html</A">http://www.eff.org/0.000000E+00mech/Scritti/html_table_design.html</A</A>> for more info. -Wolfgang -- PGP 2 welcome: Mail me, subject "send PGP-key". If you've nothing at all to hide, you must be boring. Unsolicited Bulk E-Mails: *You* pay for ads you never wanted. - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Hi! Trying to kill the keyboard, lavoie@netcom.ca produced:
Are there any WYSIWYG HTML editors for Linux? I'm getting very tired of W95
You may want to look at asWedit <A HREF="http://www.advasoft.com/asWedit.html"><A HREF="http://www.advasoft.com/asWedit.html</A">http://www.advasoft.com/asWedit.html</A</A>> I found however it's big and slow on startup, like Netscape & co. That's when I decided I'd rather do HTML by hand and needed not look deeper into the thing. Ok, I am a lynx user. :-) -Wolfgang -- PGP 2 welcome: Mail me, subject "send PGP-key". If you've nothing at all to hide, you must be boring. Unsolicited Bulk E-Mails: *You* pay for ads you never wanted. Is our economy _so_ weak we have to tolerate SPAMMERS? I guess not. - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (7)
-
bshelton@ole.net
-
lavoie@netcom.ca
-
mantel@suse.de
-
Michael.Salmon@uab.ericsson.se
-
steve@millsphoto.com
-
Ted.Harding@nessie.mcc.ac.uk
-
weissel@jupiter.ph-cip.uni-koeln.de