Tim Holloway | 1 Jan 2004 01:43
Favicon

Re: Auto-login with XDM only

I'll leave your point-by-point to be repeated, but there's a couple of 
reasons why I think that you may have used a little more brute force 
than necessary.

Firstly, the MythTV is using FWVM as its window manager. It's been a 
long while, but I'm pretty sure that neither KDM nor GDM even existed 
back when FWVM was considered "gee-whiz" technology. MythTV also 
mentioned another window manager of that era (I forget which) with 
similar characteristics. So only if your apps actually /need/ K/GDM 
should there be a requirement for them if you simply run under the 
right window manager.

Similarly, the apps launched at startup using a minimal window manager 
should be *your* choice, so there's not what I'd call "hacking" 
involved in such a case. I think back in the good old days, in fact I 
did manage to start X with absolutely no apps - including xterm and/or 
toolbars. It makes for a pretty boring display/user experience, though. :)

Likewise, the idea of having to run an extraneous X app just to keep 
things alive doesn't sit well. There's cleaner ways to do that. At the 
very least, I'd respawn the app by launching it from a continous loop 
shell script. You might want to trap signals and re-loop if it's prone 
to die. A lower-level equivalent is the inittab respawn facility, but I 
think that's more appropriate if the whole X session dies. You might 
want to consider that as well. It's sort of a last-resort solution, 
however.

You really /should/ "login", just to not be running as root. This can 
be as simple as starting the app via "su" in your init.d script - and 
you'll find a number of tasks doing exactly that, especially if you 
(Continue reading)

jsklein | 1 Jan 2004 18:47
Picon

RE: january topic???

Pat,

I have no problem giving a presentation, just don't know at this moment
if I am going to be in town. Should be able to confirm last next week. 

Joe Klein 

-----Original Message-----
From: jaxlug-list-admin@... [mailto:jaxlug-list-admin <at> jaxlug.org]
On Behalf Of Patrick Martin
Sent: Wednesday, December 31, 2003 8:15 AM
To: jaxlug-list@...
Subject: Re: [JaxLUG] january topic???

Gene Cronk wants to present the IPV6 presentation again in preparation 
for his
upcoming presentation at a convention up in Atlanta.  Also, Joe Klein 
expressed
interest.

It would probably be better for Gene to perform his presentation later 
at a date
which is closer to the convention.

That's all I have.  Shabbir had a 2nd part to the tcpdump presentation 
as well.

Any other volunteers?  Gene, Joe, Shabbir, care to comment?

- Pat
(Continue reading)

Patrick Martin | 2 Jan 2004 04:00

Re: january topic???

Next week should be fine.  That'll give me plenty of time to line something
else up if needed.

- Pat

jsklein@... wrote:

>Pat,
>
>I have no problem giving a presentation, just don't know at this moment
>if I am going to be in town. Should be able to confirm last next week. 
>
>Joe Klein 
>
>-----Original Message-----
>From: jaxlug-list-admin@... [mailto:jaxlug-list-admin <at> jaxlug.org]
>On Behalf Of Patrick Martin
>Sent: Wednesday, December 31, 2003 8:15 AM
>To: jaxlug-list@...
>Subject: Re: [JaxLUG] january topic???
>
>
>Gene Cronk wants to present the IPV6 presentation again in preparation 
>for his
>upcoming presentation at a convention up in Atlanta.  Also, Joe Klein 
>expressed
>interest.
>
>It would probably be better for Gene to perform his presentation later 
>at a date
(Continue reading)

Cary D. Beuershausen | 2 Jan 2004 21:27

Specifying MAC address

I'm running RH 8 on a PC at work. Unfortunately, our internet access is 
both by IP address and MAC address. I can get the static IP to work fine, 
but even if I try to bind my card to the correct MAC I can't get out. Could 
there be something I'm missing? When I run ifconfig it looks like it's got 
the right IP/MAC combo. When doing the same thing on my Win2K laptop the 
combo works fine. Any ideas greatly appreciated.

Cary D. Beuershausen
cary@...

Air conditioners and computers are alike. Once you open windows they're 
both useless.

_______________________________________________
Jaxlug-list mailing list
http://mailman.jaxlug.org/mailman/listinfo/jaxlug-list
Send email to jaxlug-list-admin@... for any problems.

Tim Holloway | 2 Jan 2004 22:16
Favicon

Re: Specifying MAC address

A. Are they keying off the manufacturer's MAC or are they requiring you 
to remap it to a site-defined MAC #?

B. How far CAN you get and with what? Can you ping to the 
router/gateway? through it? Can you connect to intranet web servers? 
Tried tracert to see how far you can go to a well-known destination 
like www.jaxlug.org? Rule #1 in networking is to always see how far you 
can get in a circle that starts with the failing machine at its center. 
It'll usually give you a clue.

C. Since the basic ipconfig seems to be OK under Win2K, I'd also check 
to see you've managed to firewall youself in. Look at 
/etc/sysconfig/iptables. Win2k doesn't have to worry about such 
problems <snarf/>.

BTW, it could always turn out your cable is loose/defective. ;)

Cary D. Beuershausen wrote:
> I'm running RH 8 on a PC at work. Unfortunately, our internet access is 
> both by IP address and MAC address. I can get the static IP to work 
> fine, but even if I try to bind my card to the correct MAC I can't get 
> out. Could there be something I'm missing? When I run ifconfig it looks 
> like it's got the right IP/MAC combo. When doing the same thing on my 
> Win2K laptop the combo works fine. Any ideas greatly appreciated.
> 
> Cary D. Beuershausen
> cary@...
> 
> Air conditioners and computers are alike. Once you open windows they're 
> both useless.
(Continue reading)

Gene Cronk | 2 Jan 2004 22:32

Re: Specifying MAC address

ifconfig eth0 hw ether 00:01:02:03:04:05 (insert proper MAC)
ifconfig eth0 down
ifconfig eth0 up
ifconfig etho 192.168.0.100 netmask 255.255.255.0 (insert proper IP)
route add -net default gw 192.168.0.1 (insert proper gateway here)

Cary D. Beuershausen wrote:

> I'm running RH 8 on a PC at work. Unfortunately, our internet access is 
> both by IP address and MAC address. I can get the static IP to work 
> fine, but even if I try to bind my card to the correct MAC I can't get 
> out. Could there be something I'm missing? When I run ifconfig it looks 
> like it's got the right IP/MAC combo. When doing the same thing on my 
> Win2K laptop the combo works fine. Any ideas greatly appreciated.
> 
> Cary D. Beuershausen
> cary@...
> 
> Air conditioners and computers are alike. Once you open windows they're 
> both useless.
> 
> _______________________________________________
> Jaxlug-list mailing list
> http://mailman.jaxlug.org/mailman/listinfo/jaxlug-list
> Send email to jaxlug-list-admin@... for any problems.
> 
> 
> !DSPAM:3ff5d379757191272619537!
> 
> 
(Continue reading)

Keith Burres | 3 Jan 2004 01:43
Picon

Re: Intranet website management

Another possiblity is  a wiki web product.

Don't know if it will fit your corporate tool set stanbdards, but thise 
seemed pretty intersting.

http://sourceforge.net/projects/tikiwiki/

Russ Johnson wrote:

>Go PostNuke. Its the only way to go if you want "free" software. With add on
>chat and forum modules its great for collaboration.
>
>Russ
>
>-----Original Message-----
>From: jaxlug-list-admin@...
>[mailto:jaxlug-list-admin@...]On Behalf Of Jim Wharton
>Sent: Tuesday, December 30, 2003 3:11 PM
>To: Mike Rathburn
>Cc: jaxlug-list@...
>Subject: RE: [JaxLUG] Intranet website management
>
>
>On Tue, 30 Dec 2003, Mike Rathburn wrote:
>
>For that matter, you could use plone. Same type of thing.
>
>  
>
>>Kevin, may also want to look at CodeCharge Studio (www.codecharge.com).
(Continue reading)

S. Martinez | 4 Jan 2004 13:20

Re: file permissions

I have modified fstab as follows.

/dev/hdb1   /mnt/hdb1   vfat   users,umask=000   0   0

I still have the same problem when I mount hdb1.  ls -l still shows

drwxr-xr-x   4 root   root

If I try chmod 777 hdb1 I still get the "operation not permitted" 
message.  By the way, I am doing all of this as root.  My goal is to 
have the partition mounted automatically at boot time with 
read/write/execute access for all users, and eventually set this up as a 
Samba share on my home network.  I also dual boot with Winduhz 2000 and 
want access to this partition there as well (hence vfat).  This 
partition is kind of a "temp" partition so security is not a big issue 
for me.  Any other ideas?

_______________________________________________
Jaxlug-list mailing list
http://mailman.jaxlug.org/mailman/listinfo/jaxlug-list
Send email to jaxlug-list-admin@... for any problems.

Tim Holloway | 4 Jan 2004 13:34
Favicon

Re: Re: file permissions

Here's what I've got in /etc/fstab:

/dev/hdf1 /mnt/store vfat defaults,umask=000,uid-mythtv,gid=mythtv 1 2

I also chowned/chmodded /mnt/store as mythtv and 777 before mounting 
just to ensure that no conflicts were likely to bubble up from below.

I'm able to read and write from both the MythTV backend (as user 
mythtv) and from my own userid, no problems.

   Tim

S. Martinez wrote:
> I have modified fstab as follows.
> 
> /dev/hdb1   /mnt/hdb1   vfat   users,umask=000   0   0
> 
> I still have the same problem when I mount hdb1.  ls -l still shows
> 
> drwxr-xr-x   4 root   root
> 
> If I try chmod 777 hdb1 I still get the "operation not permitted" 
> message.  By the way, I am doing all of this as root.  My goal is to 
> have the partition mounted automatically at boot time with 
> read/write/execute access for all users, and eventually set this up as a 
> Samba share on my home network.  I also dual boot with Winduhz 2000 and 
> want access to this partition there as well (hence vfat).  This 
> partition is kind of a "temp" partition so security is not a big issue 
> for me.  Any other ideas?
> 
(Continue reading)

Tim Holloway | 4 Jan 2004 16:28
Favicon

Single-frame video grab

Anyone here know a simple way to grab a single frame from a recorded 
video stream and save it as an image file? Everything I turn up either 
assumes it's too trivial to mention or requires some sort of 
specialized configuration.

All I want is a way to input a video file (mpeg, avi, nuv, whatever), 
select a frame # (or equivalent timing ID) and produce a still image 
(png, jpeg, etc.). I don't require a GUI, and I don't want to have to 
spend the next week installing prerequisites that may get into fights 
with the software that's aleady in there.

Suggestions, anyone?

   TIA,

     Tim

--

-- 
GPG public key:

http://www.mousetech.com/gpgkey-timh.txt

_______________________________________________
Jaxlug-list mailing list
http://mailman.jaxlug.org/mailman/listinfo/jaxlug-list
Send email to jaxlug-list-admin@... for any problems.


Gmane