Re: Vista Won't Boot From Grub Under F11

2009-07-21 Thread gerrynix


> > On 07/21/2009 07:15 PM, Tom Horsley wrote:
> >> On Tue, 21 Jul 2009 19:08:15 -0400
> >> rgheck wrote:
> >>> I'm thinking maybe this is a consequence of
> having the boot partition on
> >>> the second drive?
> >> 
> >> I'm pretty sure all flavor windows have always
> been willing to boot
> >> only from drive zero (or C: or however you want to
> talk about it).
> >> 
> > Yes, but what I meant was: I've got both F11 and Vista
> on the SAME drive (first drive) of a different machine.
> > 
> > The section of this
> > http://www.linuxselfhelp.com/gnu/grub/html_chapter/grub_4.html
> > on DOS/Windows suggests a technique that can allow you
> to put Windows on some other disk. It may be that such a
> technique is also needed here, to compensate for (hdx)
> mapping weirdness.
> > 
> So this ends up working for me:
> 
> map (hd0) (hd1)
> map (hd1) (hd0)
> rootnoverify (hd1,1)
> chainloader +1
> 
> Clearly, there's something weird about how grub is mapping
> the drives here. Is there something I can do with the
> device.map file to fix this? As I said before, I'm having to
> use "wrong" hdX specifications all over the place.
> 
> rh
> 
> 
> Richard
> 
Solaris 10 x86 has very similar problems with grub and Vista. I opted to go 
with VMs via Virtual Box instead (64 bit Vista host in my case). HOWEVER, I 
googled "boot vista with grub' and hit a load of documented solutions with 
various versions of Linux and Solaris.
--
Nix

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-06 Thread gerrynix

> Thank you.
> Can you give a specific example of
>
> ssh yourserver
>
> What would be the "yourserver"?

  i'm sorry but i have to ask -- do you actually know what the "ssh"
command is supposed to do?  seriously, asking how to use "ssh",
reproducing the sample line "ssh yourserver" and asking what to put in
place of "yourserver" is like saying, "i want to log into another
machine with telnet.  help tells me that the command is 'telnet
othermachine'.  what do i use for 'othermachine'?"

  i apologize if that sounds harsh but, given that you've asked the
same trivial question about four times now, i'm not convinced that
you're ready for ssh.

rday
--

Excellent resource: http://kimmo.suominen.com/docs/ssh/
Others are available: Google search -> ssh tutorial

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ATT's DSL Lite for Linux

2009-01-20 Thread gerrynix
--- On Tue, 1/20/09, Mikkel L. Ellertson  wrote:

> From: Mikkel L. Ellertson 
> Subject: Re: ATT's DSL Lite for Linux
> To: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Date: Tuesday, January 20, 2009, 6:52 PM
> bruce wrote:
> > the user/passwd for the dsl modem.. normally (in my
> case) has come from
> > att...
> > 
> In my case, with SBC, I had to run the Windows program to
> get them.
> It may depend on what the local phone company was before it
> was
> gobbled up by AT&T.
> 
> Mikkel
> --

Hmm. . . When one purchases AT&T DSL, it it typically linked to an email 
account... i.e bu...@sbcglobal.net (or other). That email account and password 
becomes the PPoE auth creds. THAT IS... I've seen it work exactly that way many 
times... I suppose there may be other methods I am unaware of
--
Nix

> 
> A:  Because it messes up the order in which people normally
> read text.
> Q:  Why is top-posting a bad thing?
> 
> 
> -- 
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe:
> https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ATT's DSL Lite for Linux

2009-01-20 Thread gerrynix
--- On Tue, 1/20/09, Mikkel L. Ellertson  wrote:

From: Mikkel L. Ellertson 
Subject: Re: ATT's DSL Lite for Linux
To: "Community assistance, encouragement, and advice for using Fedora." 

Date: Tuesday, January 20, 2009, 4:26 PM

dvbc...@juno.com wrote:
> Is there any low cost High Speed Internet service for Linux? ATT
> is offering their DSL Lite for 14.95 (10/month for a year), but for
> Windows 2000, AT, or Vista only.
> 
> Could Wine fool ATT in to thinking it is a Windows 2000?
> 
> Diane Vanden Broek 
> 
You may have to borrow a Windows box to do the initial setup. After
that, it isn't a problem. I have not tried to run the setup program
under Wine. But the only thing you need it for is to generate the
account information. After that, you can setup the DSL modem to
handle the PPPoE, or you can get a hardware router/firewall to do
it. I am using SBCGlobal/AT&T right now. It is fine with Linux. If
they ever port their account setup to Linux, you will not need
Windows at all.

Mikkel
--

Log into your router (see the docs :) and fill in the ppoe info in the 
appropriate interface page of the router. In many cases, it's the router that 
handles the auth. The "Windows" software that comes with the kit, simply does 
that (as above) for you.
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: howto: write a init script

2008-07-31 Thread gerrynix
> > Hi
> > 
> > Why don't you start with one in /etc/init.d and
> modify to you needs?
> > 
> > Marcelo
> > 
> > Christoph Höger wrote:
> > > Hi,
> > > 
> > > is there some documentation out there about how
> to write a init script
> > > for fedora9 for a given binary?
> > > Maybe even a "insert your binary
> here"-tempate?
> > > 
> > > regards
> > > 
> > > christoph
> > > 
> > 
> 
> That has some bad taste. I _could_ do that but I would
> always feel like
> missing something important.
> -- 
You don't say if you have shell programming experience. Those who do, have an 
easier time with it. Simply 'study' the existing init scripts and jump in with 
your own, or modify an existing one (surely nothing illegal here :). Also check 
out the man page for chkconfig, to see how that works in Linux init scripts. 
Also try this... go to Google and search on "tutorial init script for Linux"... 
for which a wealth of info was returned.
--
Nix

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: vim syntax highlight F9

2008-07-31 Thread gerrynix
Hi

How to enable syntax highlighting in vim? I tried to put "syntax on" on 
/etc/vimrc and on my "~/.vimrc" and does not work.  I have the following vim 
packages installed:
[EMAIL PROTECTED] set_new_machine]# yum list installed vim*
Loaded plugins: refresh-packagekit
Installed Packages
vim-common.i386  2:7.1.291-1.fc9  installed  
vim-enhanced.i3862:7.1.291-1.fc9  installed  
vim-minimal.i386 2:7.1.291-1.fc9  installed  

Does anyone know how to solve this?

Thanks

Marcelo
-- 
I assume you mean highlight search lhs. To control this:

hls and nohls
--
Nix

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


RE: rsh issue (access denied)...

2008-06-24 Thread gerrynix
> Hi Alexander...
> 
> Thanks for the reply... I'd already changed the
> /etc/xinetd.d/rsh,rlogin, files but forgot to list them.
> The files as they exist are:
> 
> 
> /etc/xinetd.d/rexec::
> # description: Rexecd is the server for the rexec(3)
> routine.  The server \
> #   provides remote execution facilities with
> authentication based \
> #   on user names and passwords.
> service exec
> {
> socket_type  = stream
> wait= no
> user= root
> log_on_success+= USERID
> log_on_failure   += USERID
> server  = /usr/sbin/in.rexecd
> disable = no
> }
>  
> 
> /etc/xinetd.d/rsh::
> # default: on
> # description: The rshd server is the server for the
> rcmd(3) routine and, \
> #   consequently, for the rsh(1) program.  The server
> provides \
> #   remote execution facilities with authentication
> based on \
> #   privileged port numbers from trusted hosts.
> service shell
> {
> disable = no
> socket_type  = stream
> wait= no
> user= root
> log_on_success+= USERID
> log_on_failure   += USERID
> server  = /usr/sbin/in.rshd
> }
>  
>  
> /etc/xinetd.d/rlogin::
> # default: on
> # description: rlogind is the server for the rlogin(1)
> program.  The server \
> #   provides a remote login facility with
> authentication based on \
> #   privileged port numbers from trusted hosts.
> service login
> {
> socket_type  = stream
> wait= no
> user= root
> log_on_success+= USERID
> log_on_failure   += USERID
> server  = /usr/sbin/in.rlogind
> disable   = no
> } 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Alexander Apprich
> Sent: Tuesday, June 24, 2008 1:48 AM
> To: For users of Fedora
> Subject: Re: rsh issue (access denied)...
> 
> 
> Hi Bruce,
> 
> just a wild guess...
> 
> check /etc/xinetd.d/rsh and /etc/xinetd.d/rlogin if they
> contain
>disabele = yes
> if so, change it to
>   disable = no
> and restart xinetd
> 
Try a: 
# chkconfig --list | less
and confirm that the services you require are "on."  If not, use chkconfig (man 
pages) to turn them on (reboot may be required, if you don't know how to start 
the daemons manually). However, if they are already marked as "on", then there 
are likely configuration problems in /etc/hosts.equiv or .rhosts (whichever you 
are using) on the machine running the daemons. Both files should have man pages 
outlining syntax.
--
Nix

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Unable to set LC_COLLATE system-wide

2008-06-03 Thread gerrynix
> > On Tue, 2008-06-03 at 13:41 +0100, John Horne wrote:
> > > I have noticed that despite setting both LC_COLLATE and LANG in
> > > the /etc/sysconfig/i18n file, it seems that the LC_COLLATE does
not
> > > get set for normal users, but does get set for root.
> > 
> > Did you reboot?
> > 
> Yup.

OK, just checking.

The action appears to be in the file /etc/profile.d/lang.sh, where there
is a check for $HOME/.i18n. If this exists it's sourced, except that
$LANG is preserved. Then there's a bunch of other special cases which
you would need to pore over. Of course if the user doesn't have a
$HOME/.i18n file it just sets some standard defaults.

I don't know if any of this explains what you're seeing.

poc

Not sure if this will fill your needs, but you will have no further probs... 
Place the assignments in the /etc/profile. Of course, they are then set into 
the environment on a per login basis. If you have *csh users, also place the 
assignments in the /etc/csh.login. 
--
Nix
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list