Tuesday, July 4, 2017
Re: [LINUX_Newbies] How to add script to Slackware startup
> parameter setting file itself. Typically an entry "" is a null and you
> change that to "yes" to activate.
>
> Have you tried the official Slackware forum; linuxquestions.org?
>
> --
>
> Hal..
>
> GNU-Linux/UNIX - Slackware 14.1 JFS X86
No I have not tried the forums yet. I will try that. Thank you.
------------------------------------
------------------------------------
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
------------------------------------
Yahoo Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/LINUX_Newbies/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/LINUX_Newbies/join
(Yahoo! ID required)
<*> To change settings via email:
LINUX_Newbies-digest@yahoogroups.com
LINUX_Newbies-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
LINUX_Newbies-unsubscribe@yahoogroups.com
<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Re: [LINUX_Newbies] How to add script to Slackware startup
On Mon, Jul 03, 2017 at 03:46:05PM -0500, Michael msulli1355@gmail.com [LINUX_Newbies] wrote:
> On 07/03/2017 07:47 AM, Hal halinux@frontier.com [LINUX_Newbies] wrote:
> > On Sun, Jul 02, 2017 at 04:19:32PM -0500, Michael msulli1355@gmail.com
> > [LINUX_Newbies] wrote:
> > > I'm relatively new to Slackware. I notice that my /etc/rc.d/rc.vboxdrv
> > > script is not starting at boot. Do I need to add it to another file?
> > > If so, what is that file?
> > >
> >
> > You must be using Slackware 14.2 or a patch because I don't have that script
> > file.
> >
> > Try looking at rcinet1.conf to see if you can turn it on.
> >
> > --
> >
> > Hal..
>
> I KNOW how to manually start networking. I've done it several times
> when the automatic startup failed for some reason. It's
> /etc/rc.d/rc.inet1 restart. What does this have to do with adding my
> vboxdrv to startup? That conf file is all about networking (which
> thankfully IS working ATM.)
OK - restart is strictly command line of course. I was referring to the
parameter setting file itself. Typically an entry "" is a null and you
change that to "yes" to activate.
Have you tried the official Slackware forum; linuxquestions.org?
--
Hal..
GNU-Linux/UNIX - Slackware 14.1 JFS X86
Posted by: Hal <halinux@frontier.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (4) |
Monday, July 3, 2017
Re: [LINUX_Newbies] How to add script to Slackware startup
> On Sun, Jul 02, 2017 at 04:19:32PM -0500, Michael msulli1355@gmail.com
> [LINUX_Newbies] wrote:
> > I'm relatively new to Slackware. I notice that my /etc/rc.d/rc.vboxdrv
> > script is not starting at boot. Do I need to add it to another file?
> > If so, what is that file?
> >
>
> You must be using Slackware 14.2 or a patch because I don't have that script
> file.
>
> Try looking at rcinet1.conf to see if you can turn it on.
>
> --
>
> Hal..
>
> GNU-Linux/UNIX - Slackware 14.1 JFS X86
>
>
> ------------------------------------------------------------------------
> Posted by: Hal <halinux@frontier.com>
> ------------------------------------------------------------------------
I KNOW how to manually start networking. I've done it several times
when the automatic startup failed for some reason. It's
/etc/rc.d/rc.inet1 restart. What does this have to do with adding my
vboxdrv to startup? That conf file is all about networking (which
thankfully IS working ATM.)
------------------------------------
------------------------------------
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
------------------------------------
Yahoo Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/LINUX_Newbies/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/LINUX_Newbies/join
(Yahoo! ID required)
<*> To change settings via email:
LINUX_Newbies-digest@yahoogroups.com
LINUX_Newbies-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
LINUX_Newbies-unsubscribe@yahoogroups.com
<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Re: [LINUX_Newbies] How to add script to Slackware startup
On Sun, Jul 02, 2017 at 04:19:32PM -0500, Michael msulli1355@gmail.com [LINUX_Newbies] wrote:
> I'm relatively new to Slackware. I notice that my /etc/rc.d/rc.vboxdrv
> script is not starting at boot. Do I need to add it to another file?
> If so, what is that file?
>
You must be using Slackware 14.2 or a patch because I don't have that script
file.
Try looking at rcinet1.conf to see if you can turn it on.
--
Hal..
GNU-Linux/UNIX - Slackware 14.1 JFS X86
Posted by: Hal <halinux@frontier.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (2) |
Sunday, July 2, 2017
[LINUX_Newbies] How to add script to Slackware startup
I'm relatively new to Slackware. I notice that my /etc/rc.d/rc.vboxdrv
script is not starting at boot. Do I need to add it to another file?
If so, what is that file?
Posted by: Michael <msulli1355@gmail.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Saturday, July 1, 2017
Re: Fwd: Re: [LINUX_Newbies] how to killall chromium
On 01Jul2017 18:57, highskywhy@yahoo.de <highskywhy@yahoo.de> wrote:
>thank You. Sophie
>> >
>> > pgrep chrome|xargs kill -9
>> >
>> > Can this kill chrome also?
>>
>> Yes.
It will also kill anything it can mentioning the word "chrome". More like a
grenade than a pistol.
I like to use:
ps axf | grep "whatever"
and then choose the relevant PID from that output.
Cheers,
Cameron Simpson <cs@zip.com.au>
Posted by: Cameron Simpson <cs@zip.com.au>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (4) |
Re: [LINUX_Newbies] Fwd: hardware error during booting
On Sat, Jul 01, 2017 at 07:00:42PM +0200, 'highskywhy@yahoo.de' highskywhy@yahoo.de [LINUX_Newbies] wrote:
> are You sure, the message is not a software roblem? cause its during
> booting, how can I "fotograph" the error messager, with a digicam? The
> system is starting.
You might find it in dmesg, or somewhere in /var/log, I don't know which
logs Ubuntu has. If Jeff sees this he can give a better answer.
--
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
Posted by: Scott <scottro@nyc.rr.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (4) |
Re: [LINUX_Newbies] Fwd: hardware error during booting
are You sure, the message is not a software roblem? cause its during
booting, how can I "fotograph" the error messager, with a digicam? The
system is starting.
Regards
That computer with this problem is very very new from factory.
Regards
Sophie
On 28.06.2017 15:07, Scott scottro@nyc.rr.com [LINUX_Newbies] wrote:
> On Wed, Jun 28, 2017 at 12:51:39PM +0200, 'highskywhy@yahoo.de'
> highskywhy@yahoo.de [LINUX_Newbies] wrote:
> >
> >
> > hello
> > what do I have to do?
> >
> > its xubuntu.
> >
> > the system did start afterwards and xubuntu is now runnning
> >
> > sophie
> > regards
> >
> > should I ignore?
>
> Where did you see it? What was the message?
> Sometime's it is a loose cable, sometimes a dying disk.
> Checking hardware errors can be a real pain, it's best if you ask someone
> near you to look. For example, you can try reseating cables connecting
> disks and reseating memory and that might fix it. Or you can try replacing
> each component one by one, which is why I say it's a real pain. If there
> is more to the message, it might be useful.
Posted by: "highskywhy@yahoo.de" <highskywhy@yahoo.de>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (3) |
Re: Fwd: Re: [LINUX_Newbies] how to killall chromium
thank You. Sophie
> >
> > pgrep chrome|xargs kill -9
> >
> > Can this kill chrome also?
>
> Yes.
>
Posted by: "highskywhy@yahoo.de" <highskywhy@yahoo.de>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (3) |