Re: Running from XTerm Crashes X

2004-09-18 Thread Terry Carney

It worked. I somehow forgot that change while typing.
This did a little better but xmond.log was still empty. However, it didn't 
crash but returned the following to the console instead:

Gdk-ERROR **: X connection to 127.0.0.1:1 broken (explicit kill or server 
shutdown).

The following from strace that is consistent for each of 2 attempts:
read(7, 0xbfffdd10, 32)  = -1 EAGAIN (Resource temporarily unavailable)
I don't know if this is just a cheap workaround or a real solution but 
I've discovered that adding LANG=en_US to .bash_profile stops the 
crashing. It appears that even though en_US is my default it is 
automatically set to en_US.UTF-8 when loading an xterm. I guess I'll put 
off determining why until some future time unless you have any ideas?

In any case thanks for the assist.
Regards,
Terry.
[EMAIL PROTECTED]
http://haven.selterra.com/
-
Public GPG Key: http://www.selterra.com/pubkeys/tcarney.asc
http://wecanstopspam.org
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: aptitude changelog says "new upstream release" ?

2004-09-18 Thread Brian Nelson
On Sat, Sep 18, 2004 at 09:51:27PM -0400, William Ballard wrote:
> The changelog entry for aptitude says "new upstream release."  I know 
> Debian is trying to be Kernel-neutral, but isn't aptitude a 
> Debian-native package which might happen to run on things like Redhat?

It just means the source and the packaging are kept separate.  In
general, a "new upstream release" means the source changed, whereas a
new Debian release means just the packaging changed.

-- 
Blast you and your estrogenical treachery!


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



Re: minimal installation questions

2004-09-18 Thread Paul E Condon
On Sat, Sep 18, 2004 at 08:42:40PM -0500, Pepper Orlando wrote:
> Hi, I'm new to Debian, I'm coming from the bloated world of RedHat. 
> Basiclly, I'm interested in using debian to run a very basic web surfing 
> machine. I would like to use a fanless VIA EPIA motherboard and keep a very 
> minimal install of Debian on a CompactFlash card interfaced via an 
> IDE-to-CF adapter.
> 
> I would like to know if it's even possible to make a very minimal Debian + 
> XFree86 + Mozilla install. If it is, then how do I go about removing 
> certain unneeded packages that are installed by default? Right now my test 
> machine is running a base install of Sarge (I quit out of the package 
> chooser after the installer installed just the basics) plus enough packages 
> to make XFree86 and Mozilla work (I am using the generic VESA driver for 
> 1024x768, it seems to be fast enough). Even doing just this seems to take 
> up about 235 MB according to df -h. I'm guessing there's far more installed 
> than I really need.
> 
> Thanks in advance for any help with this matter.
> 

In Debian, it is possible to install a system that boots, and 
runs the system clock, and does hardly anything more. This is
less even than you ask for. X, by itself, is bloat in the eyes
of some Debianers. 

The new netinstall Debian is about as small as you get for a Unix-like
system. It has just enough stuff to be able to download Debian
packages over the internet and install them. Each package has well
documented requirements for other packages. The APT system allows you
to check at each step what you will get if you choose to install a
package. Nothing is ever installed, except that it is necessary for a
successful installation of something that you are asking for.  Never
do you get stuff that seems like a good idea to the maintainer of the
package. Those good ideas are listed as "recommends" or "suggests". If
you find a case where you can get a package to work correctly without
one of the packages that the maintainer says are required, that is a
reportable bug in the package. 

You may be able to do without some required packages if you are 
willing to forego some of the standard functionality of a package.
Or you may find a different packages that are advertised as a project
to be a 'light weight' version of foo, or a foo without bloat.

There are a lot of possibilities for this kind of thing in Debian,
and plenty of documentation to help to get it working. 
 
-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: Running from XTerm Crashes X

2004-09-18 Thread Terry
On Sat, 18 Sep 2004, Stefan O'Rear wrote:
nohup bash -c 'xmonui | xmond > xmond.log' &
# click full for the first four choosers
DISPLAY=127.0.0.1:1 app
It worked. I somehow forgot that change while typing.
This did a little better but xmond.log was still empty. However, it 
didn't crash but returned the following to the console instead:

Gdk-ERROR **: X connection to 127.0.0.1:1 broken (explicit kill or 
server shutdown).

The following from strace that is consistent for each of 2 attempts:
read(7, 0xbfffdd10, 32)  = -1 EAGAIN (Resource temporarily unavailable)
Regards,
Terry.
http://haven.selterra.com/
-
Public GPG Key: http://www.selterra.com/pubkeys/tcarney.asc
http://wecanstopspam.org
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Developing flash on debian

2004-09-18 Thread Carl Fink
On Sat, Sep 18, 2004 at 10:47:00PM -0400, Travis Crump wrote:
> Pigeon wrote:

> >It would be useful if there was a flash plugin that did nothing but
> >extract URLs and present them in clickable form, so you could still
> >navigate web sites that have the above problem but are spared all the
> >multimedia garbage.
> 
> There is...

Well, there's a Mozilla extension that does that, anyway.
-- 
Carl Fink [EMAIL PROTECTED]
Jabootu's Minister of Proofreading
http://www.jabootu.com


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



Re: Developing flash on debian

2004-09-18 Thread Travis Crump
Pigeon wrote:
On Wed, Sep 15, 2004 at 07:41:32AM -0700, Zachary Rizer wrote:
If you are using flash, I must warn
you to only use it to make movies or games, NEVER for
navigation, as it is not a highly accessible
technology.  Please, stay away from it for web design.

Well said.
It would be useful if there was a flash plugin that did nothing but
extract URLs and present them in clickable form, so you could still
navigate web sites that have the above problem but are spared all the
multimedia garbage.
There is...


signature.asc
Description: OpenPGP digital signature


Re: Developing flash on debian

2004-09-18 Thread Pigeon
On Wed, Sep 15, 2004 at 07:41:32AM -0700, Zachary Rizer wrote:
> If you are using flash, I must warn
> you to only use it to make movies or games, NEVER for
> navigation, as it is not a highly accessible
> technology.  Please, stay away from it for web design.

Well said.

It would be useful if there was a flash plugin that did nothing but
extract URLs and present them in clickable form, so you could still
navigate web sites that have the above problem but are spared all the
multimedia garbage.

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F


signature.asc
Description: Digital signature


minimal installation questions

2004-09-18 Thread Pepper Orlando
Hi, I'm new to Debian, I'm coming from the bloated world of RedHat. 
Basiclly, I'm interested in using debian to run a very basic web surfing 
machine. I would like to use a fanless VIA EPIA motherboard and keep a very 
minimal install of Debian on a CompactFlash card interfaced via an IDE-to-CF 
adapter.

I would like to know if it's even possible to make a very minimal Debian + 
XFree86 + Mozilla install. If it is, then how do I go about removing certain 
unneeded packages that are installed by default? Right now my test machine 
is running a base install of Sarge (I quit out of the package chooser after 
the installer installed just the basics) plus enough packages to make 
XFree86 and Mozilla work (I am using the generic VESA driver for 1024x768, 
it seems to be fast enough). Even doing just this seems to take up about 235 
MB according to df -h. I'm guessing there's far more installed than I really 
need.

Thanks in advance for any help with this matter.
_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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



Re: Thunderbird 0.8 folder bug ?

2004-09-18 Thread Adam Felix Bogacki
Alexander Sack wrote:
Adam Bogacki wrote:
I am not sure if this is a Debian or Thunderbird problem so I am posting
to both lists. Having apt-upgraded to Thunderbird 0.8
I find the central pane completely blank so that I can not see the
contents of my inbox, or of any other box or folder. It remains blank.
 

I will upload a new package soon. In the meantime you can remove the 
compreg.dat file in the users profile directory (e.g. 
/home/user/.mozilla-thunderbird/default/xx/compreg.dat). This should 
solve your problem

Thanks, I'll give it go. Apart from that, nice work !
Cheers,
Adam.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



aptitude changelog says "new upstream release" ?

2004-09-18 Thread William Ballard
The changelog entry for aptitude says "new upstream release."  I know 
Debian is trying to be Kernel-neutral, but isn't aptitude a 
Debian-native package which might happen to run on things like Redhat?


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



Re: I have no /usr/src/linux/ sources

2004-09-18 Thread Travis Crump
Andrea Vettorello wrote:
On Sat, 18 Sep 2004 06:10:46 -0700, Stefan O'Rear <[EMAIL PROTECTED]> wrote:
On Sat, Sep 18, 2004 at 06:03:01AM -0700, Eric Dickner wrote:
What am I missing here, besides these .h files?
Nothing.
How to cope:
# mkdir /usr/src/linux
# mkdir /usr/src/linux/include

This is only looking for trouble. You should not mess with files
managed by your package manager (dpkg). As a user you are only free to
create/copy files on your home or in /usr/local, any other location
should not be touched 
/usr/src/ should be fine too touch manually.[Though I am not convinced 
this solution is correct, nothing should be referencing kernel headers 
except for kernel modules which generally need the exact version, ie 
install the appropriate kernel-headers package and create a symlink to 
/usr/src/linux/]


signature.asc
Description: OpenPGP digital signature


Re: Running from XTerm Crashes X

2004-09-18 Thread Stefan O'Rear
On Sat, Sep 18, 2004 at 05:36:59PM -0700, Terry wrote:
> On Sat, 18 Sep 2004, Stefan O'Rear wrote:
> 
> >>Sorry for not including it.
> >>
> >>>From .xsession-errors :
> >>
> >>xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
> >>xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
> >
> >That's normal for a server crash...
> >
> >What about /var/log/XFree86.0.log?
> 
> Fatal server error:
> Caught signal 11.  Server aborting
> 
> >Also, apt-get install xmon and:
> >
> >nohup bash -c 'xmonui | xmond > xmond.log' &
> ># click full for the first four choosers
> >DISPLAY=:1 app
> 
> This wouldn't run the app because it couldn't open the display.
*slaps head very hard*

I tested it, it didn't work. I remembered xmond does TCP/IP only (no
AF_LOCAL), so I changed it to:

nohup bash -c 'xmonui | xmond > xmond.log' &
# click full for the first four choosers
DISPLAY=127.0.0.1:1 app

It worked. I somehow forgot that change while typing.

> >then send xmond.log...
> 
> It was created but was empty.

-- 
The world's most effective spam filter:
ln -sf /dev/full /var/mail/$USER


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



Re: Running from XTerm Crashes X

2004-09-18 Thread Terry
On Sat, 18 Sep 2004, Stefan O'Rear wrote:
Sorry for not including it.
From .xsession-errors :
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
That's normal for a server crash...
What about /var/log/XFree86.0.log?
Fatal server error:
Caught signal 11.  Server aborting
Also, apt-get install xmon and:
nohup bash -c 'xmonui | xmond > xmond.log' &
# click full for the first four choosers
DISPLAY=:1 app
This wouldn't run the app because it couldn't open the display.
then send xmond.log...
It was created but was empty.
Regards,
Terry.
http://haven.selterra.com/
-
Public GPG Key: http://www.selterra.com/pubkeys/tcarney.asc
http://wecanstopspam.org
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Not optimal display

2004-09-18 Thread Pascal Bonesh
On Sun, 2004-09-19 at 00:28, Andrea Vettorello wrote: 
> On Sat, 18 Sep 2004 10:08:33 -0400, Jean-Francois Lefebvre
> <[EMAIL PROTECTED]> wrote:
> > Hi.
> > 
> > I'm using Debian since 2 weeks, and so far I'm happy with it. But there's one
> > problem. I have an ATI Radeon 9000 graphic card, and still when a GL
> > screensaver (like Euphoria) appears, it's very slow.
> > 
> > How do I ensure that my display is optimal for my graphic card. How can I
> > install the latest ATI driver (which are rpm package). Do I need them? I don't
> > know where the problem is...
> > 
> 
> If you're running Sarge or Sid you don't need the ATI binary drivers.
> In your XF86Config-4 choose the "ati" driver, check if your "radeon"
> kernel module is loaded before launching X (needed for the DRM/DRI
> stuff) and, after starting X if the command "glxinfo" shows the line
> "direct rendering: Yes" you're running 3D HW acceleration...

Hi, 

I don't want to hijack or distract any answers to the problem of the
original poster, but I guess him and me have the very same problem (if
not: just ignore my post...)

The graphic card
# lspci | grep ati
:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250
Lf [Radeon Mobility 9000 M9] (rev 02)

before starting X the radeon driver is present
# lsmod | grep radeon
radeon132452  2

/etc/X11/XF86Config-4
Section "Device"
   Identifier "ATI Radeon Mobility"
   Driver "ati"
EndSection
Section "Module"
   Load "GLcore"
   Load "bitmap"
   Load "dbe"
   Load "ddc"
   Load "dri"
   Load "extmod"
   Load "freetype"
   Load "glx"
   Load "int10"
   Load "record"
   Load "speedo"
   Load "type1"
   Load "vbe"
EndSection
Section "DRI"
   Mode 0666
EndSection

$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: No
 
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x23 24 tc  1 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  1 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  1 24  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  1 24  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  1 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  1 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  1 24  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  1 24  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None


But I've had that before - no clue when or why it happens, because after
a reboot I have direct rendering working again - for a while:

$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
 GLX_NV_vertex_array_range, GLX_MESA_agp_offset
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20020827 AGP 1x x86/MMX/SSE TCL
OpenGL version string: 1.2 Mesa 4.0.4
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color,
GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_clip_volume_hint, GL_EXT_convolution,
GL_EXT_compiled_vertex_array,
GL_EXT_histogram, GL_EXT_packed_pixels, GL_EXT_polygon_offset,
GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_stencil_wrap,
GL_EXT_texture3D, GL_EXT_texture_

marketing direct inter-entreprises

2004-09-18 Thread fax . express
Bonjour,

Avec la rentrée en cours, la  plupart  des entreprises planifieront et débloqueront  
leurs
dépenses de fonctionnement  dans les prochaines semaines.

Plusieurs entreprises comme la votre   me font confiance actuellement pour  mettre en
valeur  leurs services et produits auprès de ces entreprises ayant des besoins.
(équipements, formation, services professionnels)

Si vous désirez utiliser le marketing direct pour le développement de vos affaires,
contactez moi et il me fera plaisir de discuter de vos besoins sans obligations et de
vous
assister avec  le média le plus adapté afin d'atteindre vos objectifs.

Je vous offre une gamme de services adaptés à votre réalité,

.   Marketing  par fax efficace et ciblé avec lettre de vente stratégique.
..  Campagnes de marketing par courriel B2B auprès des décideurs

Une simple lettre informative et professionnelle au bon moment provoquera l'action d'
achat. Quand votre information circule, vos affaires roulent !


MANDATS RÉCENTS :

. Campagne par fax auprès des manufacturiers du Québec et du Canada
. Campagne par courriel auprès des hauts dirigeants d'entreprises
. Campagne de publipostage classique via la poste.

Je peux vous permettre de rejoindre plusieurs milliers de clients potentiels au moment
stratégique. Ciblage parfait, conception du message efficace et conseils judicieux sont
inclus ! je dispose d'une grande capacité pour livrer votre message rapidement
et susciter des demandes de soumissions et des ventes rapidement

Je vous offre un service personnalisé, des taux réalistes et abordables, et une
expertise
reconnue.

Je vous invite à consulter mon site web :
www.publipostage.ca. Vous pouvez me joindre au 514-295-9338

Merci et bonne journée !



Michel Bois, directeur  général
514-295-9338, [EMAIL PROTECTED]
www.publipostage.ca









Re: write access to /proc/bus/usb [for scanners]

2004-09-18 Thread Chris Purves
On Saturday 18 September 2004 19:07, Cameron Hutchison wrote:
> Are you sure only root has permission? Is there group read/write
> permission for the group "scanner"?

If I go to /proc/bus/usb/002/005 root is both the owner and group.  It would 
appear that /etc/hotplug/usb/libusbscanner is not changing the permissions 
like it's supposed to.

> If the device is not set to group scanner, have a look in
> /etc/hotplug/usb/libsane.usermap. The comments at the top of this file
> describe how the scanner permissions should be managed.

My scanner is listed in this file; however, there aren't any comments at the 
top of my file speaking about permissions.

-- 

Take care, eh.
Chris


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



Re: How to connect Broadband automatically at boot

2004-09-18 Thread John Hasler
Paul Johnson writes:
> ppp_on_boot isn't read, only it's filename is, IIRC.

It is executed on boot if it is executable.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


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



Re: How to connect Broadband automatically at boot

2004-09-18 Thread Paul Johnson
<#secure method=pgp mode=sign>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stephen Liu <[EMAIL PROTECTED]> writes:

> Hi folks,
>
> Broadband - via ADSL router
> Connection - requiring login and password
>
> Just have Debian installed with sarge-i386-netinst
> booting to 'init 2' only.  I need to have the Debian
> box connected to broadband automatically at boot
> instead of running;
>
> # pon dsl-provider
>
> after booting up the box.  Following file already
> existing;
>
> # cat /etc/ppp/ppp_on_boot.dsl
> PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
> export PATH
> exec pppd call dsl-provider

ppp_on_boot isn't read, only it's filename is, IIRC.  Opposite of
ppp_on_boot is no_ppp_on_boot.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBTL5WUzgNqloQMwcRAuQ9AKCuNT1UlNbPKRO4V2r6pogdKRdISQCfZC3h
OdqU4X4p1dId8MiqJ75Hxlg=
=dqcC
-END PGP SIGNATURE-


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



Re: screensaver & icewm

2004-09-18 Thread Paul Johnson
<#secure method=pgp mode=sign>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

mike <[EMAIL PROTECTED]> writes:

> Hi.
>
> I am using ICEWM as my window manager, where should I put the
> "xscreensaver &" command to activate the screensaver on graphical
> logins.

At a command prompt in a terminal window.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBTL2HUzgNqloQMwcRAgGNAJ90EO+xdozoO9q8PDtdDIQj/5gbxwCdGHCJ
sW/XQoA/isEqZ0E0e6rioBI=
=5Od/
-END PGP SIGNATURE-


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



Re: How to obtain older package versions?

2004-09-18 Thread Paul Johnson
<#secure method=pgp mode=sign>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andrei Badea <[EMAIL PROTECTED]> writes:

> Is it possible to get an older version of a package than is now in
> unstable? Particularly, I need xserver-xfree86.dfsg.1-6 (the version
> in sid being 1-7).

snapshot.debian.net might be of use if you know when it was in sid.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBTL8TUzgNqloQMwcRAgkWAJoCG0a20SHt5JmY/sGiAOyWAOUmlgCgmlro
yqgGIJCyQzHPzdVtmpZXYVk=
=Am+N
-END PGP SIGNATURE-


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



xemacs & auctex

2004-09-18 Thread Vittorio
I've just installed xemacs21 to run latex files under kde as I'm usually doing 
with emacs[-21] & auctex. But differently from emacs which display a new menu 
when inputing a .tex file with the "command" menu xemacs21 doesn't modify the 
standard menu although it warns that "loading tex-mode  DONE".

What shall I do to make xemacs21 modify its menu as soon as a .tex file is 
loaded?

Ciao - Vittorio


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



Re: Running from XTerm Crashes X

2004-09-18 Thread Stefan O'Rear
On Sat, Sep 18, 2004 at 03:22:09PM -0700, Terry wrote:
> On Sat, 18 Sep 2004, Shaul Karl wrote:
> 
> >>A brief, but by no means exhaustive, list:
> >>
> >>Runs from Windowmaker: ALL
> >>Runs from command line:mozilla, gimp2, gnomesword2, xchat
> >>Crashes from command line: dillo, alsaplayer, acroread, xmms
> >
> > Does ~/.xsession-errors have something more?
> 
> Sorry for not including it.
> 
> >From .xsession-errors :
> 
> xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
> xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"

That's normal for a server crash...

What about /var/log/XFree86.0.log?

Also, apt-get install xmon and:

nohup bash -c 'xmonui | xmond > xmond.log' &
# click full for the first four choosers
DISPLAY=:1 app

then send xmond.log...

-- 
The world's most effective spam filter:
ln -sf /dev/full /var/mail/$USER


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



Re: I have no /usr/src/linux/ sources

2004-09-18 Thread Andrea Vettorello
On Sat, 18 Sep 2004 06:10:46 -0700, Stefan O'Rear <[EMAIL PROTECTED]> wrote:
> On Sat, Sep 18, 2004 at 06:03:01AM -0700, Eric Dickner wrote:
> > I am trying to compile some .src.rpm files.  When
> > I try to do this they look for headers under the
> > /usr/src/linux link. I installed linux from CD's
> > originally and they didn't put anything there...I
> > don't even have that link.
> >
> > I downloaded a source kernel from kernel.org and many
> > of the instructions I found told me to put the source
> > there...BUT the readme from kernel.org specifically
> > told me NOT to put it there.  They said something
> > about how the source from the "kernel du jour" was not
> > what was supposed to be there.  Of course, I threw out
> > all those instructions on recompiling kernels and
> > followed the readme from those folks.
> >
> > As a result I still have nothing there except the RPM
> > directories.  Any effort to"make" the .rps results in
> > them looking for these headers.
> >
> > What am I missing here, besides these .h files?
> 
> Nothing.
> 
> How to cope:
> 
> # mkdir /usr/src/linux
> # mkdir /usr/src/linux/include
> 

This is only looking for trouble. You should not mess with files
managed by your package manager (dpkg). As a user you are only free to
create/copy files on your home or in /usr/local, any other location
should not be touched (if you use a lot of caution you can do it, but
i can assure you it's a very bad idea =). If you need some kernel
header files you'll probably find them installing kernel-headers
packages.

And manuals and documentation in general have their priority: follow
first the Debian if present, then the program documentation and last
the Howto. If something is in contrast with Debian documentation,
follow the Debian Way (TM)...


Andrea


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



Re: How to obtain older package versions?

2004-09-18 Thread Andrei Badea
Sylvain Vedrenne wrote:
On Saturday 18 September 2004 23:45, Andrei Badea wrote:
pour Monsieur)> Is it possible to get an older version of a package than is 
now in

unstable? Particularly, I need xserver-xfree86.dfsg.1-6 (the version in
sid being 1-7).
Thanks for help.
Andrei

Hi Andrei,
Apparently you can find xfree86_4.3.0.dfsg.1-6.diff.gz on the mirrors, which I 
suppose can be used to install version 1-6 from another version using a diff, 
but I don't know how to do that. Good luck Andrei.

http://ftp2.fr.debian.org/debian/pool/main/x/xfree86/xfree86_4.3.0.dfsg.1-6.diff.gz
Hi Sylvain,
thank you for you answer. I wouldn't dare to use that diff :-) because I 
don't know exactly what it's doing. Besides, I'd rather the 1-6 package. 
It must be there somwhere, I even recall reading about some kind of 
archive on this list, but I just can't find that message.

Best regards,
Andrei
--
[EMAIL PROTECTED] # http://movzx.net # ICQ: 52641547


signature.asc
Description: OpenPGP digital signature


SAMBA printer drivers?

2004-09-18 Thread Robert Harris
I've got a samba server up and sharing out my printer to my test
windows machines.  I just went to setup my printer on one of the
windows boxes and it said the drivers aren't there for my HP 882C.  Is
there a place on my Samba server i can put the drivers so that the XP
system will auto-install the printer drivers?
-- 

:wq!
---
Robert L. Harris

DISCLAIMER:
  These are MY OPINIONS With Dreams To Be A King,
   ALONE.  I speak for  First One Should Be A Man
   no-one else.   - Manowar


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



Re: Running from XTerm Crashes X

2004-09-18 Thread Terry
On Sat, 18 Sep 2004, Shaul Karl wrote:
A brief, but by no means exhaustive, list:
Runs from Windowmaker: ALL
Runs from command line:mozilla, gimp2, gnomesword2, xchat
Crashes from command line: dillo, alsaplayer, acroread, xmms
 Does ~/.xsession-errors have something more?
Sorry for not including it.
From .xsession-errors :
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
Regards,
Terry.
http://haven.selterra.com/
-
Public GPG Key: http://www.selterra.com/pubkeys/tcarney.asc
http://wecanstopspam.org
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bootloader for Sarge - partitions

2004-09-18 Thread Alvin Oga


On Sat, 18 Sep 2004, Robert Epprecht wrote:

> Alvin Oga <[EMAIL PROTECTED]> writes:
> 
> > - /boot should NOT be a separate partition
> 
> Why? Please elaborate.

even if you can boot, you do NOT have a root fs ..
( /etc /bin /sbin /lib /dev ... )

you can always use a fd or cd or network to boot
the system if the rootfs /etc /bin /sbin is working
without /boot

without a rootfs ... it is pointless to boot unless
the boot fd or boot cd has its own rootfs 
( like an installer or standalone system like knoppix )

gazillion ways to boot a box

only one way to fix a dead linux install 
- to get into single user mode
or boot a standalone system w/o needing the 
dead/suspect hard disk

- a bad partition scheme will prevent you
from fixing your "disk gone bad" due to
corruptions in ext2/ext3/reiserfs/etc

partition scheme is important if you dont want to lose
your user data in say /home
- user configs in /etc is easy to save onto floppy

c ya
alvin


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



Re: Not optimal display

2004-09-18 Thread Andrea Vettorello
On Sat, 18 Sep 2004 10:08:33 -0400, Jean-Francois Lefebvre
<[EMAIL PROTECTED]> wrote:
> Hi.
> 
> I'm using Debian since 2 weeks, and so far I'm happy with it. But there's one
> problem. I have an ATI Radeon 9000 graphic card, and still when a GL
> screensaver (like Euphoria) appears, it's very slow.
> 
> How do I ensure that my display is optimal for my graphic card. How can I
> install the latest ATI driver (which are rpm package). Do I need them? I don't
> know where the problem is...
> 

If you're running Sarge or Sid you don't need the ATI binary drivers.
In your XF86Config-4 choose the "ati" driver, check if your "radeon"
kernel module is loaded before launching X (needed for the DRM/DRI
stuff) and, after starting X if the command "glxinfo" shows the line
"direct rendering: Yes" you're running 3D HW acceleration...


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



Re: How to obtain older package versions?

2004-09-18 Thread Sylvain Vedrenne
On Saturday 18 September 2004 23:45, Andrei Badea wrote:
pour Monsieur)> Is it possible to get an older version of a package than is 
now in
> unstable? Particularly, I need xserver-xfree86.dfsg.1-6 (the version in
> sid being 1-7).
>
> Thanks for help.
>
> Andrei

Hi Andrei,

Apparently you can find xfree86_4.3.0.dfsg.1-6.diff.gz on the mirrors, which I 
suppose can be used to install version 1-6 from another version using a diff, 
but I don't know how to do that. Good luck Andrei.

http://ftp2.fr.debian.org/debian/pool/main/x/xfree86/xfree86_4.3.0.dfsg.1-6.diff.gz

Cheers,
Sylvain.

-- 
wxWidgets config: WX 2.4.2 / GTK 2 / gcc 3.3.3

La lingvo internacia: http://uea.org/index.html


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



Re: How to obtain older package versions?

2004-09-18 Thread Andrea Vettorello
On Sat, 18 Sep 2004 23:45:11 +0200, Andrei Badea <[EMAIL PROTECTED]> wrote:
> Is it possible to get an older version of a package than is now in
> unstable? Particularly, I need xserver-xfree86.dfsg.1-6 (the version in
> sid being 1-7).
> 

http://snapshot.debian.net/


Andrea


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



Re: How to obtain older package versions?

2004-09-18 Thread Sylvain Vedrenne
On Saturday 18 September 2004 23:45, Andrei Badea wrote:
> server-xfree86.dfsg.1-6

Hi,

You will not find it in testing either, the version there being "1-4" 
apparently:

# apt-get install -s xserver-xfree86 | grep xserver-xfree86
  xserver-xfree86
Inst xserver-xfree86 [4.3.0-7] (4.3.0.dfsg.1-4 Debian:testing)
Conf xserver-xfree86 (4.3.0.dfsg.1-4 Debian:testing)

And on http://backports.org, I don't see it in ...\xfree86\

Good luck.
Sylvain.

-- 
wxWidgets config: WX 2.4.2 / GTK 2 / gcc 3.3.3

La lingvo internacia: http://uea.org/index.html


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



Re: Two ethernet cards [SOLVED]

2004-09-18 Thread Jason Rennie
It was annoying that dhclient would spend 60 second figuring out that
eth0 was not connected to a network.  Some pre-up lines fixed that
problem:

auto eth0
iface eth0 inet dhcp
pre-up /home/jrennie/usr/bin/check-mac-address.sh eth0 00:50:8B:46:28:6F

auto eth1
iface eth1 inet dhcp
pre-up /home/jrennie/usr/bin/check-mac-address.sh eth1 00:50:8B:46:28:6F

I copied check-mac-address.sh from /usr/share/doc/ifupdown/examples.

Jason


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



Re: Two ethernet cards [SOLVED]

2004-09-18 Thread Jason Rennie
On Sat, Sep 18, 2004 at 05:14:41PM -0400, Jason Rennie wrote:
> Now, when the laptop is docked, PCMCIA comes up as eth0, but

I lied.  PCMCIA still comes up as eth1 (dhclient and ifconfig confused
me by showing eth0 and 00:50:8B:46:28:6F together...)

I added another section to /etc/network/interfaces:

auto eth1
iface eth1 inet dhcp
hwaddress ether 00:50:8B:46:28:6F

Now it works! :)

Jason


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



How to obtain older package versions?

2004-09-18 Thread Andrei Badea
Is it possible to get an older version of a package than is now in 
unstable? Particularly, I need xserver-xfree86.dfsg.1-6 (the version in 
sid being 1-7).

Thanks for help.
Andrei
--
[EMAIL PROTECTED] # http://movzx.net # ICQ: 52641547


signature.asc
Description: OpenPGP digital signature


Two ethernet cards

2004-09-18 Thread Jason Rennie
Hello,

I have a laptop with docking station.  The laptop has a PCMCIA
wireless card; the docking station has its own ethernet port/card.

When I boot up w/o the docking station, the wireless card is
recognized as eth0 and the network comes up properly.

When I boot up with the docking station, the docking station ethernet
gets eth0, PCMCIA gets eth1 and Debian tries to bring up the network
via eth0.  Unless I connect with a ethernet cord, networking fails.

Following suggestions from the recent "DHCP Question" thread, I added the
hardware address to the eth0 section of my /etc/network/interfaces file:

auto eth0
iface eth0 inet dhcp
hwaddress ether 00:50:8B:46:28:6F

Now, when the laptop is docked, PCMCIA comes up as eth0, but
networking doesn't work.  During boot, dhclient runs and fails
(DHCPDISCOVER, DHCPDISCOVER, ..., No DHCPOFFERS received).  I tried
running dhclient after the machine was fully booted... it again fails.
PCMCIA card flashes its LED to indicate that it has been initialized,
but it is not connected to a network.

I use a DSL wireless router for networking.

Anyone have any suggestions?

Many thanks,

Jason


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



RE: networking/permissions NEWBIE

2004-09-18 Thread Roger Creasy
Tony Uceda Velez <[EMAIL PROTECTED]> wrote:


when you do a ps -ef | grep -i smb do you see the smbd running?
 
yes. it should start at boot time.
 
I get 3 lines. something like root 732 1 0 sep17? 00:00:00:00 smb -d
 
my e-mail doesn't work on the debian machine. So I can't cut and paste the lines to send. If the above doesn't give you enough info, I will write them down and send them to you.
		Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!

Solved Re: Lcd4linux ./configure and make problem.

2004-09-18 Thread Rthoreau
> Stefan O'Rear <[EMAIL PROTECTED]>

> Wrote:
> Note that this info was found by the 'dlocate' program on the 
> computer of a programmer who uses Woody. If you use Sarge, Sid, 
> Potato, or any other Debian version, you may need different 
> packages. Search packages.debian.org for your version and:   

> /usr/include/gd.h
> /usr/X11R6/include/X11/Xlib.h
> /usr/bin/autoconf

> Build-essential has the same name everywhere, it is a dep package 
> that pulls in C, C++ (which this program actually needs) and a 
> bunch of unobvious stuff you'll often need to compile programs. 

I just followed your suggestion and installed everything, I am using 
sarge and the names are the same.

> build-essential (mandatory)
> xlibs-dev (mandatory)
> autoconf, automake (optional)
> libgd2-dev (mandatory)

I did not know I needed all these packages, as I do compile my own 
kernel, I thought I had all the needed packages for compile time.
Guess you learn something everyday, maybe I will down the road make a 
debian package out of it, so it will be installed with dpkg.

Seems like my CrystalFontz 634 is picky about what client it likes. 
lcd4linux, lcdproc are problem childs on this setup. I guess I need 
to hit the mailing lists and see what I can dig up, so far its not 
looking good. I did find another 634 user with simillar problems as 
me but no solution.

Thanks;

Rthoreau


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



Java package

2004-09-18 Thread Otto Wyss
What's the name of a Java package for Mozilla?

O. Wyss

-- 
How to enhance your code, see "http://freshmeat.net/projects/wxguide/";


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



Re: My Blues just go more blue

2004-09-18 Thread Bill Moseley
On Sat, Sep 18, 2004 at 11:21:40AM +1000, Cameron Hutchison wrote:
> Did you notice a few months ago when it used to be dark blue, it changed
> to light blue? I did. I'm glad it's changed back.

I'm not sure where I would notice it other than in mutt and vim.
But I'll keep looking.

Now a question about resources:

Ok, so to change it back for mutt I can use in .Xdefaults-:

  mutt*color4: DodgerBlue1

But, I really only need to set it for vim -- but when mutt runs vim,
vim still has the name used for resources:

  WM_CLASS(STRING) = "mutt", "XTerm"

So I can't fine tune it.  Is there any way for vim to use different
resource names when run from within mutt?  I suspect not.

I suppose I could use this in my .muttrc:

  set editor="xterm -name vim -e vim %s"

But I don't really want another window opening up when I'm editing.



-- 
Bill Moseley
[EMAIL PROTECTED]


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



Failed PPP hangs system

2004-09-18 Thread Robert Golovniov
Hello!
I have a very strange problem to deal with. When a ppp connections gets 
broken, the whole system (Sarge) hangs and I cannot do anything with it 
- neither through ssh, nor even through the normal keyboard.

What might be the root of the problem and how to fight with it?
--
 -=Robert & Beata Golovniov | Lviv, Ukraine=-
~~~
  "Taste and see that Jehovah is good." - Psalm 34:8
 PGP key at: https://www.biglumber.com/x/web?qs=golovniov%40interia.pl
~~~
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cdrecord does not work as ordinary user in kernel 2.6.8-1-686

2004-09-18 Thread Elimar Riesebieter
On Fri, 17 Sep 2004 the mental interface of
H. S. told:

> Hi,
> 
> I just recently mustered up some courage and started using Kernel 2.6, 
> 2.6.8-1-686 to be more exact.
> 
> Since then I am having a few problems. Most can be lived with but 
> cdrcord is not allowing non-root users to blank a CDRW disc.

Fixed in 2.6.8-4

Ciao

Elimar


-- 
  Excellent day for drinking heavily. 
  Spike the office water cooler;-)


signature.asc
Description: Digital signature


Re: Bootloader for Sarge - partitions

2004-09-18 Thread Robert Epprecht
Alvin Oga <[EMAIL PROTECTED]> writes:

>   - /boot should NOT be a separate partition

Why? Please elaborate.

Robert Epprecht


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



Re: invisible mailboxes in evolution

2004-09-18 Thread Paul
I've since created a new user in Linux, logged in as that user, and
launched evo.  It worked.  I nuked that local $home/evolution directory
and copied the *problem* one from my normal home directory over, and it
launched evolution again.  Still worked, this time with all of my
mail/settings.

Back to the original user account, and still doesn't work.  I tried
setting the Gnome theme/icons to default, as I've read that can cause
problems.  I've also tried nuking $home/evolution and starting over, but
still the same issues.

I have noticed though that removing $home/evolution DOES NOT remove my
summary page settings.  It still keeps the same weather, rss feeds, etc.
 I'm wondering if something is messed up here, causing my problems.  I
don't know where that stuff is at though.

Ideas?  Thanks again, Paul


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



Re: upgrade from thunderbird 0.7.x to 0.8 in unstable

2004-09-18 Thread Alexander Sack
Clemens Schwaighofer wrote:
Hi,
I just want to warn every unstable user, that the upgrade from 0.7.x to
0.8 is not without pain. Even if you have no plugins or extensions
installed (by yourself), after the upgrade Thunderbird can't see any
mails, etc.
You have to move your old prefs directory away and start over from zero
to get all things running.
You need to remove the compreg.dat file in your profile to fix this 
without pain.
I will upload a new package soon that makes the 0.7-> 0.8 transition 
completely painless.

--
GPG messages preferred. |  .''`.  ** Debian GNU/Linux **
Alexander Sack  | : :' :  The  universal
[EMAIL PROTECTED] | `. `'  Operating System
http://www.jwsdot.com/  |   `-http://www.debian.org/

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



Re: Thunderbird 0.8 folder bug ?

2004-09-18 Thread Alexander Sack
Adam Bogacki wrote:
I am not sure if this is a Debian or Thunderbird problem so I am posting
to both lists. Having apt-upgraded to Thunderbird 0.8
I find the central pane completely blank so that I can not see the
contents of my inbox, or of any other box or folder. It remains blank.
 

I will upload a new package soon. In the meantime you can remove the 
compreg.dat file in the users profile directory (e.g. 
/home/user/.mozilla-thunderbird/default/xx/compreg.dat). This should 
solve your problem

--
GPG messages preferred. |  .''`.  ** Debian GNU/Linux **
Alexander Sack  | : :' :  The  universal
[EMAIL PROTECTED] | `. `'  Operating System
http://www.jwsdot.com/  |   `-http://www.debian.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Zoom ADSL 5X Router,Modem,Switch error

2004-09-18 Thread Werner Otto
Hi All,

I recently bout a Zoom X5 Router modem. I set it up on Windows XP Pro
with no errors. I booted into Debian with no problem and worked 100%.
I then logged off and a few days later logged back into Debian and did
not work. I am unable to ping any hostname or localhost. I changed
nothing. I made sure that my nameserver in /etc/resolv.conf was set to
10.0.0.2. My /etc/network/interfaces file has the line auto dhcp and
iface eth0 inet dhcp in it, with the fallback lo interface.

The errors that I get at bootup are: DHCPNAK with no active lease 10.0.0.2
DROPPED IN= OUT=eth0 SRC=10.0.0.10 DST=10.0.0.255 LEN=260 TOS=0x00
PREC=0x00 TTL=64 ID=1 DF PROTO=UDP SPT=138 DPT=138 LEN=240. This error
sequence seems to display indefinate.

I am a newby when it comes to router configuration. Could someone
please point me in the right direction?
-- 
Kind Regards
 Otto


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



Re: Nvidia problems in kernel 2.6.7

2004-09-18 Thread Joris Huizer
H. S. wrote:
Hi,
I was using Nvidia drives in 2.4.26 and they were working pretty nicely 
(with the necessary changes in /etc/X11/XF86Config-4. But Since using 
2.6.7 (now about a day) the same drivers do not work for the new kernel. 
In 2.4.26, there is documentatoin in 
/usr/share/doc/nvidia-kernel-2.4.26-1-686, but there is nothing similar 
for the newer kernel. From the reading that I have done, it seems that 
there is no need for such modules for the new kernels. Correct me if I 
am wrong.
Wrong.. have a look at 
http://home.comcast.net/~andrex/Debian-nVidia/installation.html how to 
make nvidia modules stuff "the Debian way"

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



Re: how to change ugly themes i.e. acroread, xcdroast and other apps

2004-09-18 Thread Pascal Bonesh
Hi Stefan,

Your tips got me started and finally I got at least the gtk 1.x thing
figured out. 

It's actually quite simple, but has a small bug (at least the way I did
it, maybe there is a simpler and better way)

That's the way I did it:

1. install themes that support gtk 1 (search for gtk-engines) and the
matching gtk2 themes (search for gtk2-engines) - Industrial is the one I
wanted.
2. install gtk-theme-switch (comes in two flavors: gtk-theme switch is
the one I wanted, gkt-theme-switch2 is the one for gnome 2)
3. use gtk-theme-switch - it will write a line in .gtkrc in ~. Which
will nevertheless be ignored by the gtk 1.x apps.

The line belongs into "~/.gtkrc.mine" which will be loaded by
~/.gtkrc-1.2-gnome2 - which, as it seems, is the replacement for .gtkrc
if gnome2 is used.

thank you
Pascal


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



Re: cdrecord does not work as ordinary user in kernel 2.6.8-1-686

2004-09-18 Thread H. S.
Apparently, _Zachary Rizer_, on 09/17/04 15:52,typed:
This is a known issue. You need to upgrade your kernel
to 2.6.9-rcX, or downgrade to 2.6.7.X.  Some details
here: http://k3b.plainblack.com/index.pl/news2 (under
"Do not use kernel 2.6.8") or more at google.com, I'm
sure.
Regards,
~Zaq
Hi,
Okay, so I installed 2.6.7-1-686 and the cdrecord issue is resolved.
I noticed that the ayttm sounds are silent in 2.6.8, in 2.6.7 and when I 
tried now in 2.4.26, in that too. So I guess the problem is somewhere 
else. I am guessing it has to do with my installing ALSA related 
packages recently since before that the sounds worked in 2.4.26. 
Anyhowww ... I will see what I can do about that.

thanks,
->HS

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



Nvidia problems in kernel 2.6.7

2004-09-18 Thread H. S.
Hi,
I was using Nvidia drives in 2.4.26 and they were working pretty nicely 
(with the necessary changes in /etc/X11/XF86Config-4. But Since using 
2.6.7 (now about a day) the same drivers do not work for the new kernel. 
In 2.4.26, there is documentatoin in 
/usr/share/doc/nvidia-kernel-2.4.26-1-686, but there is nothing similar 
for the newer kernel. From the reading that I have done, it seems that 
there is no need for such modules for the new kernels. Correct me if I 
am wrong.

Also, for the newer kernel, I did the changes in the XF86Config-4 file 
and replace "nv" with "nvidia" but that didn't help either. Any 
suggestions what could going wrong? Or I am just missing some packages 
that I don't now about?

These are the changes that work for 2.4.26:
Section "Module"
#comment out this for Nvidia(2.4.26)
Load"GLcore"  < a
Load"bitmap"
Load"dbe"
Load"ddc"
#comment out this for Nvidia(2.4.26)<-- b
Load"dri"
...
...
Section "Device"
Identifier  "Matrox GeForce"
#comment out "nv" and add "nvidia" for Nvidia(2.4.26)
Driver  "nv" <- c
#   Driver  "nvidia"   <--- d
So commenting out a,b and c and putting in d worked for 2.4.26. Not in 
2.6.7.

All help is appreciates,
thanks,
->HS
---My config file:-
> cat /etc/X11/XF86Config-4
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades 
*only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
#comment out this for Nvidia
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
#comment out this for Nvidia
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection
Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection
Section "Device"
Identifier  "Matrox GeForce"
#comment out "nv" and add "nvidia" for Nvidia
Driver  "nv"
#   Driver  "nvidia"
BusID   "PCI:1:0:0"
VideoRam65536
EndSection
Section "Monitor"
Identifier  "CPD-G420S"
HorizSync   30-110
VertRefresh 48-170
Option  "DPMS"
EndSection
Section "Screen"
Identifier  "Default Screen"
Device  "Matrox GeForce"
Monitor "CPD-G420S"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1792x1344" "1600x1200" "1280x1024" 
"1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1792x1344" "1600x1200" "1280x1024" 
"1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "

Re: uname problem??

2004-09-18 Thread Eddy Parris
Ah ok, sorted

dunno wat it was but i dl'ed the coreutils deb file and reinstalled it with dpkg, 
seems to have
fixed the problem... i wonder wat it was though?
very odd!

nevermind.. its sorted now and im happy :P



=
.'' ` .  Edward Parris
: :'  :  Debian Linux : http://www.debian.org : How Gnu are You?
`. `'`
  `-





___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com


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



Re: How to connect Broadband automatically at boot

2004-09-18 Thread H. S.
Apparently, _Stephen Liu_, on 09/18/04 09:05,typed:
booting to 'init 2' only.  I need to have the Debian
box connected to broadband automatically at boot
instead of running;
# pon dsl-provider
after booting up the box. 

Have you run pppoeconf first?
->HS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Lcd4linux ./configure and make problem.

2004-09-18 Thread Stefan O'Rear
On Sat, Sep 18, 2004 at 10:57:59AM -0500, Rthoreau wrote:
> Dear: Fellow Debian Users;
> 
> I am having problems trying to get ./configure to generate a make file 
> for Lcd4linux. Below is the output for the program.  It stops with an 
> error message "configure: error: X11 headers or libraries not 
> available: X11 driver disabled".
> 
> This of course is taken from the last line of the below information. I 
> will also include the document configure.in as an attachment; which 
> the INSTALL readme says to adjust for making the make file. I have no 
> idea as to what I need to change in the file to make it work.
> If you want to check the source its available at, 
> http://lcd4linux.sourceforge.net/.

You need to install packages.

> checking for working aclocal-1.4... missing
> checking for working autoconf... missing
> checking for working automake-1.4... missing
> checking for working autoheader... missing
> checking for working makeinfo... missing
autoconf, automake (optional)

> checking for g++... no
> checking for c++... no
> checking for gpp... no
> checking for aCC... no
> checking for CC... no
> checking for cxx... no
> checking for cc++... no
> checking for cl... no
> checking for FCC... no
> checking for KCC... no
> checking for RCC... no
> checking for xlC_r... no
> checking for xlC... no
> checking whether we are using the GNU C++ compiler... no
> checking whether g++ accepts -g... no
build-essential (mandatory)

> checking for X... no
xlibs-dev (mandatory)

> checking gd/gd.h usability... no
> checking gd/gd.h presence... no
> checking for gd/gd.h... no
> checking gd.h usability... no
> checking gd.h presence... no
> checking for gd.h... no
libgd2-dev (mandatory)

> checking which drivers to compile... done
> configure: WARNING: gd.h not found: PNG driver disabled
> configure: WARNING: gd.h not found: PNG driver disabled
> configure: error: X11 headers or libraries not available: X11 driver 
> disabled

Note that this info was found by the 'dlocate' program on the computer
of a programmer who uses Woody. If you use Sarge, Sid, Potato, or any
other Debian version, you may need different packages. Search
packages.debian.org for your version and:

/usr/include/gd.h
/usr/X11R6/include/X11/Xlib.h
/usr/bin/autoconf

Build-essential has the same name everywhere, it is a dep package that
pulls in C, C++ (which this program actually needs) and a bunch of
unobvious stuff you'll often need to compile programs.

-- 
The world's most effective spam filter:
ln -sf /dev/full /var/mail/$USER


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



Re: Lcd4linux ./configure and make problem.

2004-09-18 Thread Jacob S
On Sat, 18 Sep 2004 10:57:59 -0500
Rthoreau <[EMAIL PROTECTED]> wrote:

> Dear: Fellow Debian Users;
> 
> I am having problems trying to get ./configure to generate a make file 
> for Lcd4linux. Below is the output for the program.  It stops with an 
> error message "configure: error: X11 headers or libraries not 
> available: X11 driver disabled".
> 
> This of course is taken from the last line of the below information. I 
> will also include the document configure.in as an attachment; which 
> the INSTALL readme says to adjust for making the make file. I have no 
> idea as to what I need to change in the file to make it work.
> If you want to check the source its available at, 
> http://lcd4linux.sourceforge.net/.
 

It sounds like you're missing the development files for X. Try 'apt-get install 
xlibs-dev' and see if that fixes the problem. (Apt will want to install several other 
packages along with xlibs-dev, depending on how many you already have installed. This 
is expected, since xlibs-dev is a 'pseudopackage'; mainly there as an easy way to 
install it's dependencies.)

HTH,
Jacob


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



RE: networking/permissions NEWBIE

2004-09-18 Thread Roger Creasy
Tony Uceda Velez <[EMAIL PROTECTED]> wrote:


 
Do you have samba running?
 
As far as I know. Should it not start at boot?
		Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.

Lcd4linux ./configure and make problem.

2004-09-18 Thread Rthoreau
Dear: Fellow Debian Users;

I am having problems trying to get ./configure to generate a make file 
for Lcd4linux. Below is the output for the program.  It stops with an 
error message "configure: error: X11 headers or libraries not 
available: X11 driver disabled".

This of course is taken from the last line of the below information. I 
will also include the document configure.in as an attachment; which 
the INSTALL readme says to adjust for making the make file. I have no 
idea as to what I need to change in the file to make it work.
If you want to check the source its available at, 
http://lcd4linux.sourceforge.net/.

Thanks; 

Rthoreau
-
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for gawk... no
checking for mawk... mawk
checking for ranlib... ranlib
checking for log in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
configure: checking location of ncurses.h file...
Found ncurses on /usr/include/ncurses.h
checking for ncurses version... 5.4
checking for X... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking gd/gd.h usability... no
checking gd/gd.h presence... no
checking for gd/gd.h... no
checking gd.h usability... no
checking gd.h presence... no
checking for gd.h... no
checking which drivers to compile... done
configure: WARNING: gd.h not found: PNG driver disabled
configure: WARNING: gd.h not found: PNG driver disabled
configure: error: X11 headers or libraries not available: X11 driver 
disabled

#   -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([LCD4Linux],[0.9.11],[EMAIL PROTECTED])
AC_CONFIG_SRCDIR([lcd4linux.c])
AM_INIT_AUTOMAKE(lcd4linux,0.9.11)
AM_CONFIG_HEADER(config.h)

# Checks for programs.
AC_PROG_CC
AC_PROG_CXX
AC_PROG_AWK
# Using `AC_PROG_RANLIB' is rendered 
# obsolete by `AC_PROG_LIBTOOL' :-(
AC_PROG_RANLIB
# Deactivating libtool for the moment until
# we find a way this beast works cleanly...
#AC_PROG_LIBTOOL
#AM_PROG_LIBTOOL

# Checks for libraries.
AC_CHECK_LIB(m, log)

# curses
sinclude(curses.m4)
AC_CHECK_CURSES

# Checks for X11
AC_PATH_XTRA

# check for gd.h
AC_CHECK_HEADERS(gd/gd.h gd.h, [has_gd=true], [has_gd=false])

# drivers
AC_MSG_CHECKING([which drivers to compile])
AC_ARG_WITH(
  drivers, 
  [  --with-drivers=   compile driver for displays in ,]
  [drivers may be separated with commas,]   
  ['all' (default) compiles all available drivers,] 
  [drivers may be excluded with 'all,!',]   
  [(try 'all,\!' if your shell complains...)]   
  [possible drivers are:]   
  [BeckmannEgle, CrystalFontz, Cwlinux, HD44780,]
  [M50530, T6963, USBLCD, MatrixOrbital, PalmPilot]
  [PNG, PPM, X11, Text],
  drivers=$withval, 
  drivers=all
)

drivers=`echo $drivers|sed 's/,/ /g'`

for driver in $drivers; do

   case $driver in 
  !*) 
 val="no"
 driver=`echo $driver|cut -c 2-`
 ;;
   *) 
 val="yes"
 ;;
   esac

   case "$driver" in
  all)
 BECKMANNEGLE="yes"
 CRYSTALFONTZ="yes"
 CWLINUX="yes"
 HD44780="yes"
 M50530="yes"
 T6963="yes"
 USBLCD="yes"
 MATRIXORBITAL="yes"
 PALMPILOT="yes"
 PNG

Re: how to change ugly themes i.e. acroread, xcdroast and other apps

2004-09-18 Thread Stefan O'Rear
On Sat, Sep 18, 2004 at 05:30:17PM +0200, Pascal Bonesh wrote:
> Hi,
> 
> I just wondered why some apps turn out to look ugly/oldfashioned. 
> 
> I.e. gktalog, nmapfe, xcdroast and acroread. Are they plain X-11 apps or
> are they using some old gtk 1.x toolkit?
> 
> I would like to change the look of these apps so that they closer match
> my gnome 2.6 Simple theme.

Gtk+ apps should pay attn to your .gtkrc (use Control Center to change
that)

Don't know about Qt.

Xt/Motif and Xt/Athena cannot be themed, but you can change the
appearance with LD_PRELOAD replacements (e.g. xaw3dg)

Most X apps support X resources, but they normally only affect colors
and the like.

To see what kind of program: (non toolkit stuff deleted)

~ %% ldd `which konsole` `which gnome-terminal` `which xterm` `which xpdf`

/usr/bin/konsole:   Qt/KDE
libkdeui.so.3 => /usr/lib/libkdeui.so.3 (0x401ae000)
libqt.so.2 => /usr/lib/libqt.so.2 (0x4054d000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40a54000)

/usr/bin/gnome-terminal:Gtk+/GNOME
libgnomeui.so.32 => /usr/lib/libgnomeui.so.32 (0x4012f000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x402e6000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x4040b000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4045b000)
libgnome.so.32 => /usr/lib/libgnome.so.32 (0x40535000)

/usr/bin/X11/xterm: Xt/Athena
libXaw.so.7 => /usr/X11R6/lib/libXaw.so.7 (0x4008d000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x400f4000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40178000)

/home/stefan/bin/xpdf:  Xt/Motif
libXm.so.1 => /usr/lib/libXm.so.1 (0x400a5000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x401cf000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4025a000)

-- 
The world's most effective spam filter:
ln -sf /dev/full /var/mail/$USER


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



Re: Error mkswap

2004-09-18 Thread Fernando
Hi. I find a solution. When i charge Knoppix, and this take swap space 
on HDD if you want to do mkswaps in other partition its say this error. 
Now, i install debian sarge from a woody and works perfect :D
Thans all :D

El sáb, 18-09-2004 a las 12:46, Fernando escribió:
>  Hi all. I want to install debian in a old pc. Its a
> PII 333, 64Ram,3Gb HD. I want to install sarge using
> knoppix and debootstrap. Ok, i make all partitions
> with fdisk and there isnt problems. 
> But when i do mkswap /dev/hda2, i get this error:
>  mkswap: error: swap area needs to be at least 40kB
>  Usage: mkswap [-c] [-v0|-v1] /dev/name [blocks]
> The partition's table is:
>  Disco /dev/hda: 3249 MB, 3249340416 bytes
>  128 cabezas, 63 sectores/pista, 787 cilindros
>  Unidades = cilindros de 8064 * 512 = 4128768 bytes
>  
>  Disposit. Boot  Start End  Blocks  
>  Id
>   System
>  /dev/hda1  50 787 2975616  
>  83
>   Linux
>  /dev/hda2   1  49  197536+ 
>  82
>   Linux swap
> 
> Can anyone help me???
> Thank you!.
> 
> 
> 
>   
>   
>   
> __
> Renovamos el Correo Yahoo!: ¡100 MB GRATIS!
> Nuevos servicios, más seguridad
> http://correo.yahoo.es
-- 
# Linux Registered User #37 
#
#"Nacimos para ser libres y Linux , nos brinda la luz de la esperanza  
# en esta sombria oscuridad que nos desean imponer los poderosos"
# Debian Sid User.


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



how to change ugly themes i.e. acroread, xcdroast and other apps

2004-09-18 Thread Pascal Bonesh
Hi,

I just wondered why some apps turn out to look ugly/oldfashioned. 

I.e. gktalog, nmapfe, xcdroast and acroread. Are they plain X-11 apps or
are they using some old gtk 1.x toolkit?

I would like to change the look of these apps so that they closer match
my gnome 2.6 Simple theme.

Does somebody know a way?

Thank you,
Pascal


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



RE: networking/permissions NEWBIE

2004-09-18 Thread Roger Creasy
Tony Uceda Velez <[EMAIL PROTECTED]> wrote:


smbuser add {username}
 

I get command not found
 
 
		Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!

RE: networking/permissions NEWBIE

2004-09-18 Thread Tony Uceda Velez



smbuser add {username}
 
Tony UcedaVélez Security Analyst [EMAIL PROTECTED] 877.884.1110 -- SecureWorks. 
Rock-solid Internet security. No 
hassles. No headcount.  No capital outlay. -- http://www.secureworks.com 

  -Original Message-From: Roger Creasy 
  [mailto:[EMAIL PROTECTED]Sent: Saturday, September 18, 2004 
  11:10 AMTo: [EMAIL PROTECTED]Subject: RE: 
  networking/permissions NEWBIE
  
  Tony Uceda Velez <[EMAIL PROTECTED]> 
  wrote: 
  

Make sure you've created a smbuser on the Linux 
box.  Update your /etc/hosts file and your /etc/allow file as well with 
the hostname and workgroup/ domain.  Make sure in your smb.conf file 
you've associated the computer with the right Workgroup or Domain.  If 
all this has been done, write back.
 
How do I create a smbuser? Sorry for such a 
basic question, I can't find a man for samba

  I have a home network set up, sort of...
  My awesome, incrediable, debian box has sarge, KDE, Samba.
  My problem box has winXP home. 
   
  From the linux box I can see everything on the network, can open 
  shared folders, etc.
  However, from the windose box I can see the linux computer, but 
  cannot see or access any folders on it. Suggestions? (other than the 
  obvious, put Debian on the windows box :) )
   
  Thanks,
   
  Roger
  
  
  Do you Yahoo!?vote.yahoo.com - 
  Register online to vote today!
  
  
  Do you Yahoo!?vote.yahoo.com - 
  Register online to vote today!


RE: networking/permissions NEWBIE

2004-09-18 Thread Roger Creasy

Tony Uceda Velez <[EMAIL PROTECTED]> wrote: 


Make sure you've created a smbuser on the Linux box.  Update your /etc/hosts file and your /etc/allow file as well with the hostname and workgroup/ domain.  Make sure in your smb.conf file you've associated the computer with the right Workgroup or Domain.  If all this has been done, write back.
 
How do I create a smbuser? Sorry for such a basic question, I can't find a man for samba

I have a home network set up, sort of...
My awesome, incrediable, debian box has sarge, KDE, Samba.
My problem box has winXP home. 
 
From the linux box I can see everything on the network, can open shared folders, etc.
However, from the windose box I can see the linux computer, but cannot see or access any folders on it. Suggestions? (other than the obvious, put Debian on the windows box :) )
 
Thanks,
 
Roger


Do you Yahoo!?vote.yahoo.com - Register online to vote today!
		Do you Yahoo!?vote.yahoo.com - Register online to vote today!

RE: networking/permissions NEWBIE

2004-09-18 Thread Tony Uceda Velez



Make 
sure you've created a smbuser on the Linux box.  Update your /etc/hosts 
file and your /etc/allow file as well with the hostname and workgroup/ 
domain.  Make sure in your smb.conf file you've associated the computer 
with the right Workgroup or Domain.  If all this has been done, write 
back.
 
Tony UcedaVélez Security Analyst [EMAIL PROTECTED] 877.884.1110 -- SecureWorks. 
Rock-solid Internet security. No 
hassles. No headcount.  No capital outlay. -- http://www.secureworks.com 

  -Original Message-From: Roger Creasy 
  [mailto:[EMAIL PROTECTED]Sent: Saturday, September 18, 2004 
  10:51 AMTo: [EMAIL PROTECTED]Subject: 
  networking/permissions NEWBIE
  I have a home network set up, sort of...
  My awesome, incrediable, debian box has sarge, KDE, Samba.
  My problem box has winXP home. 
   
  From the linux box I can see everything on the network, can open shared 
  folders, etc.
  However, from the windose box I can see the linux computer, but cannot 
  see or access any folders on it. Suggestions? (other than the obvious, put 
  Debian on the windows box :) )
   
  Thanks,
   
  Roger
  
  
  Do you Yahoo!?vote.yahoo.com - 
  Register online to vote today!


networking/permissions NEWBIE

2004-09-18 Thread Roger Creasy
I have a home network set up, sort of...
My awesome, incrediable, debian box has sarge, KDE, Samba.
My problem box has winXP home. 
 
From the linux box I can see everything on the network, can open shared folders, etc.
However, from the windose box I can see the linux computer, but cannot see or access any folders on it. Suggestions? (other than the obvious, put Debian on the windows box :) )
 
Thanks,
 
Roger
		Do you Yahoo!?vote.yahoo.com - Register online to vote today!

Re: Error mkswap

2004-09-18 Thread Patrick Albuquerque
On Sat, Sep 18, 2004 at 12:46:01PM +0200, Fernando wrote:
>  Hi all. I want to install debian in a old pc. Its a
> PII 333, 64Ram,3Gb HD. I want to install sarge using
> knoppix and debootstrap. Ok, i make all partitions
> with fdisk and there isnt problems. 
> But when i do mkswap /dev/hda2, i get this error:
>  mkswap: error: swap area needs to be at least 40kB
>  Usage: mkswap [-c] [-v0|-v1] /dev/name [blocks]
> The partition's table is:
>  Disco /dev/hda: 3249 MB, 3249340416 bytes
>  128 cabezas, 63 sectores/pista, 787 cilindros
>  Unidades = cilindros de 8064 * 512 = 4128768 bytes
>  
>  Disposit. Boot  Start End  Blocks  
>  Id
>   System
>  /dev/hda1  50 787 2975616  
>  83
>   Linux
>  /dev/hda2   1  49  197536+ 
>  82
>   Linux swap

Heh heh, from the fdisk manpage "fdisk is a buggy program that does
fuzzy things ... avoid it if you can" (Then goes on to recommend cfdisk)
:-)

If you have to use fdisk, perhaps try go to the advanced menu 'x' and
then do 'f' to fix partition order.  That will probably make swap hda1.
Also try 'v' for verify.

hth,
Patrick.


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



Not optimal display

2004-09-18 Thread Jean-Francois Lefebvre
Hi.

I'm using Debian since 2 weeks, and so far I'm happy with it. But there's one
problem. I have an ATI Radeon 9000 graphic card, and still when a GL
screensaver (like Euphoria) appears, it's very slow.

How do I ensure that my display is optimal for my graphic card. How can I
install the latest ATI driver (which are rpm package). Do I need them? I don't
know where the problem is...

Can anyone help me?

--
Jean-François Lefebvre
École Polytechnique de Montréal
Étudiant à la maîtrise génie énergétique


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



Re: uname problem??

2004-09-18 Thread Stefan O'Rear
On Sat, Sep 18, 2004 at 02:54:43PM +0100, Eddy Parris wrote:
> Hallo
> 
> I am having terrible problems with my system, I think coreutils was upgraded in my 
> last apt-get
> update/upgrade and now uname does not seem to function like it should, it behave 
> rather like
> fsck... thus rendering many start up scripts useless and making my computer not boot 
> properly.
> 
> uname should print out system information, but the version i have seems to wants to 
> be fsck, here
> is the out put from uname run without any switches
> 
> shell:~#uname
> Usage: uname [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]
> [-I indoe_buffer_blocks] [-P process_inode_size]
> [-l|-L bad_blocks_file] p-C fd] [-j ext-journal]
> [-E extended-options] device
> 
> Emergency help:
> -p automatic repair
> -n make no changes to the filesystem
> -y assume 'yes' to all questions
> -c check for bad blocks and add the to the badblock list
> -f force checking even if filesystem is marked clean
> -v be verbose
> -b superblock use alternative superblock
> -B blocksize force blocksize when looking for superblock
> -j external-journal set location of the external journal
> -l bad_blocks_file add to badblocks list
> -L bad_blocks_file set badblocks list
> 
> 
> yes, very suspiciously like the output of fsck --help (which im not going to put 
> here as i just
> had to type the above by hand copying from my other monitor :P).
> I really am at a loose end, i dont know why or how this happened, as i say i 
> rebooted about
> 12hours after having apt-get updated/upgraded and found that my system was unable to 
> start
> properly because uname is used in so many start up scripts... all that it was 
> printing to the
> screen during boot was the usage of the supposed uname (ie wats above).
> 
> Does anyone know wat has happened here? or can anyone point me in the direction of 
> wat i should do
> to recover uname etc... i think ihave carried out the siplest checks by trying to 
> upgrade/update
> again, checking that uname is not a funny symlink and stuff...
> 
> Rah, this really has me stumped!

I suspect filesystem corruption...

Boot from a Knoppix/Gnoppix/etc CD and /sbin/fsck your partitions, since
it is possible (probable, seeing how mangled uname is) that the
installed fsck is non-working.

-- 
The world's most effective spam filter:
ln -sf /dev/full /var/mail/$USER


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



uname problem??

2004-09-18 Thread Eddy Parris
Hallo

I am having terrible problems with my system, I think coreutils was upgraded in my 
last apt-get
update/upgrade and now uname does not seem to function like it should, it behave 
rather like
fsck... thus rendering many start up scripts useless and making my computer not boot 
properly.

uname should print out system information, but the version i have seems to wants to be 
fsck, here
is the out put from uname run without any switches

shell:~#uname
Usage: uname [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]
[-I indoe_buffer_blocks] [-P process_inode_size]
[-l|-L bad_blocks_file] p-C fd] [-j ext-journal]
[-E extended-options] device

Emergency help:
-p automatic repair
-n make no changes to the filesystem
-y assume 'yes' to all questions
-c check for bad blocks and add the to the badblock list
-f force checking even if filesystem is marked clean
-v be verbose
-b superblock use alternative superblock
-B blocksize force blocksize when looking for superblock
-j external-journal set location of the external journal
-l bad_blocks_file add to badblocks list
-L bad_blocks_file set badblocks list


yes, very suspiciously like the output of fsck --help (which im not going to put here 
as i just
had to type the above by hand copying from my other monitor :P).
I really am at a loose end, i dont know why or how this happened, as i say i rebooted 
about
12hours after having apt-get updated/upgraded and found that my system was unable to 
start
properly because uname is used in so many start up scripts... all that it was printing 
to the
screen during boot was the usage of the supposed uname (ie wats above).

Does anyone know wat has happened here? or can anyone point me in the direction of wat 
i should do
to recover uname etc... i think ihave carried out the siplest checks by trying to 
upgrade/update
again, checking that uname is not a funny symlink and stuff...

Rah, this really has me stumped!

any help would be much appreciated
thanks
edward parris

=
.'' ` .  Edward Parris
: :'  :  Debian Linux : http://www.debian.org : How Gnu are You?
`. `'`
  `-





___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com


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



Re: Running from XTerm Crashes X

2004-09-18 Thread Shaul Karl
On Fri, Sep 17, 2004 at 10:50:20PM -0700, Terry wrote:
> Hi.
> 
> I am running the current Testing and am using WindowMaker as my window 
> manager.
> 
> For some time now (a year?) trying to run an X program from the command 
> line in an XTerm often causes the X server to unceremoniously crash and 
> cycle to the login screen and it happens to many but not all. Because I 
> don't often run X programs from the command line it has been tolerable.
> 
> Any of these programs when run from a user-created WindowMaker menu 
> seems to run flawlessly. In addition, text-mode programs seem to run 
> fine from the XTerm. I haven't seen the common thread, however I haven't 
> spent a great deal of time trying to metaphorically tear it apart.
> 
> A brief, but by no means exhaustive, list:
> 
> Runs from Windowmaker: ALL
> Runs from command line:mozilla, gimp2, gnomesword2, xchat
> Crashes from command line: dillo, alsaplayer, acroread, xmms
> 
> Please reply to the list. I am subscribed but not to the above address.
> 


  Does ~/.xsession-errors have something more?


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



Re: Locked out! How to circumvent password urgently?

2004-09-18 Thread John Summerfield
Anthony Campbell wrote:
Anthony
   

Sorry for this follow-up, but I've now discovered what the original
problem with the passwords was. The console keymap has somehow gone
wrong and is not generating the correct UK symbols for # ~ @ . This may
have happened in today's update from Sid - I'm not sure. Anyway, the
passwords I was using contained these characters so they were coming out
wrong when I typed them, but of course I couldn't see that!
So at least I hadn't been compromised - relief!
 

I once installed using a keyboard with a failed zed key. I chose a root 
password with a zed in it. Caused some puzzlement when I replaced the kbd:-)


--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Noteedit

2004-09-18 Thread Silvan
On Saturday 18 September 2004 08:46 am, Silvan wrote:
> On Saturday 18 September 2004 06:39 am, Roy Pluschke wrote:
> > To those that are interested I noticed that noteedit has found some
> > people to take over the project see
> > http://developer.berlios.de/projects/noteedit. I'm hoping this will mean
> > that debian will continue to package it in future releases.
>
> I can't see why they wouldn't anyway, really.  They still package the
> ancient predecessor to the modern Rosegarden, and that code line has been
> abandoned for seven years.

I should add, I'm happy to see someone picking it up for the sake of the 
application itself.  I didn't mean to sound so ambivalent about its 
development.

(I am pretty much ambivalent about its development, but then again I'm a 
Rosegarden developer after all.  I'm ambivalent about MuSE, GNOME and the 
color orange too, but I would take no joy in the world losing these choices.)

-- 
Michael McIntyre     Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621
http://www.geocities.com/Paris/Rue/5407/
http://rosegarden.sourceforge.net/tutorial/


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



Re: gconf schemas in /etc

2004-09-18 Thread J.H.M. Dassen (Ray)
On Fri, Sep 17, 2004 at 13:21:34 +1000, Cameron Hutchison wrote:
> Why is this in /etc?

Historic reasons.

> Shouldn't it belong in /usr/share?

Yes. A migration to /usr/share/gconf/schemas is in progress. 
61 packages in sid have already migrated; 41 still use /etc/gconf/schemas.

HTH,
Ray
-- 
What is this talk of software 'releases'? Klingons do not 'release'
software; our software ESCAPES, leaving a bloody trail of designers and
quality assurance people in its wake!


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



Re: I have no /usr/src/linux/ sources

2004-09-18 Thread Eric Dickner

--- Stefan O'Rear <[EMAIL PROTECTED]> wrote:

> 
> Nothing.
> 
> How to cope:
> 
> 
> # mkdir /usr/src/linux
> # mkdir /usr/src/linux/include
> 
> Now the apps -I/usr/src/linux/include won't do
> anything, but they will
> still find the kernel headers because a set of
> known-good kernel
> headers is installed in /usr/include by libc6-dev.
> 
> -- 

Well, that's easy enough.  

I guess it's silly to point it out but it is things
like this that make linux hard to use.  Why isn't that
directory created and left empty upon installation?
Scrpits and makefiles from all over seem to want
things there.



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


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



Re: Papersize in Gnumeric/Abiword

2004-09-18 Thread J.H.M. Dassen (Ray)
On Thu, Sep 16, 2004 at 14:30:25 +0200, Hans Gubitz wrote:
> how can I manage to make A4 the papersize in gnumeric or abiword?

> -  As a single user?

In gnumeric, it's supposed to work like this:
File -> Page Setup -> Paper size -> pick A4
and then select the
Save as default settings
above the OK button and then
OK
This adjusts the value for the /apps/gnumeric/printsetup/printer-config
gconf key.

Unfortunately, 1.2.x doesn't pick up this value again on startup. This is
fixed in gnumeric 1.3.90 which is currently in project/experimental.

> -  For the whole system?

Set the the value for /apps/gnumeric/printsetup/printer-config system-wide;
see http://www.gnome.org/projects/gconf/ for information on GConf.

HTH,
Ray
-- 
POPULATION EXPLOSION  Unique in human experience, an event which happened
yesterday but which everyone swears won't happen until tomorrow.
- The Hipcrime Vocab by Chad C. Mulligan


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



Re: I have no /usr/src/linux/ sources

2004-09-18 Thread Stefan O'Rear
On Sat, Sep 18, 2004 at 06:03:01AM -0700, Eric Dickner wrote:
> I am trying to compile some .src.rpm files.  When
> I try to do this they look for headers under the
> /usr/src/linux link. I installed linux from CD's
> originally and they didn't put anything there...I
> don't even have that link.
> 
> I downloaded a source kernel from kernel.org and many
> of the instructions I found told me to put the source
> there...BUT the readme from kernel.org specifically
> told me NOT to put it there.  They said something
> about how the source from the "kernel du jour" was not
> what was supposed to be there.  Of course, I threw out
> all those instructions on recompiling kernels and
> followed the readme from those folks.
> 
> As a result I still have nothing there except the RPM
> directories.  Any effort to"make" the .rps results in
> them looking for these headers.
> 
> What am I missing here, besides these .h files?

Nothing.

How to cope:


# mkdir /usr/src/linux
# mkdir /usr/src/linux/include

Now the apps -I/usr/src/linux/include won't do anything, but they will
still find the kernel headers because a set of known-good kernel
headers is installed in /usr/include by libc6-dev.

-- 
The world's most effective spam filter:
ln -sf /dev/full /var/mail/$USER


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



Problems with .deb signatures

2004-09-18 Thread David A. Cobb
Well !   After 3 months of tweaking this then tweaking that I suddenly 
got the right combination and my internet connection is now working from 
Debian.  I did several updates, couldn't get things quite stable. 
That's stable only in the sense that aptitude actually completes its 
list of things to do.  There are always things that don't get
done and so are still highlighted for update.
Commented out SOURCES.LIST references to 'sid' ('unstable') & tried 
--dist-upgrade.

Now every run of APT-GET --INSTALL gets stopped by this --

apt-listchanges: Mailing superbiskit: apt-listchanges: changelogs for 
Cobb028933918S1Tux
apt-listchanges: Mailing superbiskit: apt-listchanges: news for 
Cobb028933918S1Tux
Preconfiguring packages ...
grep: /usr/share/iso-codes/iso_639.tab: No such file or directory
grep: /usr/share/iso-codes/iso_639.tab: No such file or directory
Fetched 405MB in 19m46s (341kB/s)
Authenticating /var/cache/apt/archives/apache-utils_1.3.31-6_i386.deb ...
debsig: Origin Signature check failed. This deb might not be signed.

dpkg: error processing 
/var/cache/apt/archives/apache-utils_1.3.31-6_i386.deb (--unpack):
Verification on package 
/var/cache/apt/archives/apache-utils_1.3.31-6_i386.deb failed!
Authenticating /var/cache/apt/archives/apache-common_1.3.31-6_i386.deb ...
debsig: Origin Signature check failed. This deb might not be signed.

dpkg: error processing 
/var/cache/apt/archives/apache-common_1.3.31-6_i386.deb (--unpack):
Verification on package 
/var/cache/apt/archives/apache-common_1.3.31-6_i386.deb failed!
Authenticating /var/cache/apt/archives/debwrap_0.9.2_i386.deb ...
debsig: Origin Signature check failed. This deb might not be signed.

[ more of the above until the error quota stops things ]

Has anyone an idea of what might be happening?
TIA
--
David A. Cobb, Software Engineer, Public Access Advocate
"By God's Grace, I am a Christian man; by my actions a great sinner." -- The Way of a 
Pilgrim: R.French, Tr.
Life is too short to tolerate crappy software!

begin:vcard
fn:David A. Cobb
n:Cobb;David A.
adr:;;7 Lenox Av #1;West Warwick;RI;02893-3918;USA
email;internet:[EMAIL PROTECTED]
title:Independent Software Consultant
note:PGP Key ID#0x4C293929 effective 01/28/2004
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: screensaver & icewm

2004-09-18 Thread Antonio Rodriguez
On Sat, Sep 18, 2004 at 07:39:44AM -0400, mike wrote:
> Hi.
> 
> I am using ICEWM as my window manager, where should I put the 
> "xscreensaver &" command to activate the screensaver on graphical logins.
> 
> Thanks in advance,
> Mike
> 

In /home/mike/.xsession


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



Re: Will Debian have libstdc++.so.5 soon?

2004-09-18 Thread Micha Feigin
On Fri, Sep 17, 2004 at 06:19:18PM -0700, Eric Dickner wrote:
> 
> --- Stefan O'Rear <[EMAIL PROTECTED]> wrote:
> > Unstable means that the packages actually get
> > upgraded. With stable, all
> > you get is security fixes.
> > 
> 
> Well, that's good to know.  The word has many bad
> connotations in spite of its official definition.
> 
> > But stable _does_ have libstdc++.so.5; you must not
> > have it installed. 
> 
> I don't have it installed so I searched
> packages.debian.org with "stable" as one of the
> parameters and it turned up nothing (.3 latest one in
> there).  I should have checked under the other two
> parameters before asking about it...kinda stupid
> there.
> 
> I am glad I asked, though.  Without being reassured I
> would not use anything under "testing" or "unstable",
> ever.
> 

Actually unstable is usually quite stable. Testing can be a problem
when its not close to freeze on its direction to become stable (which
its actually doing right now for some months now so its quite stable at
the moment also).

You could also try www.backports.org which backports some newer
packages into stable (i386 only, if you are using a mac you will need
to search on www.apt-get.org)

> Thanks,
> 
> Eric D.
> 
> 
>   
> __
> Do you Yahoo!?
> Yahoo! Mail - 50x more storage than other providers!
> http://promotions.yahoo.com/new_mail
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>  
>  +++
>  This Mail Was Scanned By Mail-seCure System
>  at the Tel-Aviv University CC.
> 


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



How to connect Broadband automatically at boot

2004-09-18 Thread Stephen Liu
Hi folks,

Broadband - via ADSL router
Connection - requiring login and password

Just have Debian installed with sarge-i386-netinst
booting to 'init 2' only.  I need to have the Debian
box connected to broadband automatically at boot
instead of running;

# pon dsl-provider

after booting up the box.  Following file already
existing;

# cat /etc/ppp/ppp_on_boot.dsl
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
export PATH
exec pppd call dsl-provider

Please advise how to make it.  TIA

B.R.
satimis


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



I have no /usr/src/linux/ sources

2004-09-18 Thread Eric Dickner
I am trying to compile some .src.rpm files.  When
I try to do this they look for headers under the
/usr/src/linux link. I installed linux from CD's
originally and they didn't put anything there...I
don't even have that link.

I downloaded a source kernel from kernel.org and many
of the instructions I found told me to put the source
there...BUT the readme from kernel.org specifically
told me NOT to put it there.  They said something
about how the source from the "kernel du jour" was not
what was supposed to be there.  Of course, I threw out
all those instructions on recompiling kernels and
followed the readme from those folks.

As a result I still have nothing there except the RPM
directories.  Any effort to"make" the .rps results in
them looking for these headers.

What am I missing here, besides these .h files?




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


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



Re: How to set up CUPS client

2004-09-18 Thread Tom Pfeifer
Tim Kelley wrote:
> 
> On Thu, Sep 09, 2004 at 11:35:08AM -0400, Tom Pfeifer wrote:
> > For the benefit of anyone else trying this, you don't have to touch
> > anything on the client machine(s). Just the default install of the basic
> > CUPS packages is needed on the client. The CUPS daemon running on the
> > client will then automatically discover the printer(s) on the local
> > network, and the printcap file for the remote printer will show up at
> > /var/run/cups/printcap on the client. At that point, the remote printer
> > will be available to your applications to print from.
> 
> What's wrong with just putting the servers name in
> /etc/cups/client.conf?
> 
> There's no need to be running another daemon ... all you need in
> debian to use cups on another server is cupsys-client and it's
> depends.

Yes, someone else mentioned doing it that way also. Interesting, and
I'll have to try it sometime, but right now I'm quite satisfied with how
it's all working.

Tom


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



Re: Noteedit

2004-09-18 Thread Silvan
On Saturday 18 September 2004 06:39 am, Roy Pluschke wrote:
> To those that are interested I noticed that noteedit has found some people
> to take over the project see http://developer.berlios.de/projects/noteedit.
> I'm hoping this will mean that debian will continue to package it in future
> releases.

I can't see why they wouldn't anyway, really.  They still package the ancient 
predecessor to the modern Rosegarden, and that code line has been abandoned 
for seven years.

-- 
Michael McIntyre     Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621
http://www.geocities.com/Paris/Rue/5407/
http://rosegarden.sourceforge.net/tutorial/


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



Re: My Blues just go more blue

2004-09-18 Thread Thomas Dickey
Bill Moseley <[EMAIL PROTECTED]> wrote:

>> This changelog entry from xterm explains:
>> 
>> + Change resource settings for color4 and color12; add some
>>   discussion in XTerm-col.ad.  (Closes: #255070)

> Interesting discussion.  Not sure I follow all of it, though.
> Something else to learn about.  As far as I can tell, I have not
> overridden colors in any of my configs so this dark blue text on black
> background is the system default.  So, I expect that it's harder to
> read for others, too.

> BTW -- where's Xterm-col.ad?

see

/usr/X11R6/lib/X11/app-defaults/XTerm
/usr/X11R6/lib/X11/app-defaults/XTerm-color

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


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



Re: waproamd usb interface: hotplug versus coldplug

2004-09-18 Thread Thomas Hood
On Sat, 18 Sep 2004 09:50:08 +0200, Jerome BENOIT wrote:
> I have an USB wireless gear which works fine with ndiswrapper.
> On the other hand I use waproamd to configure on the fly my wireless 
> connection: since a while I have noticed that this configuration works
> only when my USB wireless stick is hot plugged, but not when it is cold
> plugged. Why ? How can we make it to work for cold plugging ?


I have a similar problem.  waproamd sometimes hangs when it is
"Scanning..." but this only happens after I resume from APM Suspend.  I
have been investigating the problem, so far without success.

-- 
Thomas Hood


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



Re: Will Debian have libstdc++.so.5 soon?

2004-09-18 Thread Joris Huizer
Eric Dickner wrote:
--- Stefan O'Rear <[EMAIL PROTECTED]> wrote:
Unstable means that the packages actually get
upgraded. With stable, all
you get is security fixes.

Well, that's good to know.  The word has many bad
connotations in spite of its official definition.

But stable _does_ have libstdc++.so.5; you must not
have it installed. 

I don't have it installed so I searched
packages.debian.org with "stable" as one of the
parameters and it turned up nothing (.3 latest one in
there).  I should have checked under the other two
parameters before asking about it...kinda stupid
there.
I am glad I asked, though.  Without being reassured I
would not use anything under "testing" or "unstable",
ever.
Thanks,
Eric D.
There is a package called apt-file to find which package contains which 
files; also, you can do the same search at http://packages.debian.org

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



Re: Bootloader for Sarge

2004-09-18 Thread Tom Pfeifer
> Matthew Jackson wrote:
> 
> I just downloaded the weekly build for Sarge and burnt the first iso.
> The install goes great but when asked to install GRUB, I decide not to
> install to the MBR so it asks me where to install it to. The reason is
> I have XP on one hard disk and Linux on the other hard disk. the linux
> hard disk comes up as 'hdc'. On it I have partitioned it into these:
> /boot 250mb
> /tmp 750mb
> /var 1gb
> / 10gb
> /usr 20gb
> swap 1gb
> /home remainder ~40gb
> 
> in that order. I tell the debian installer to install GRUB into
> /dev/hdc1 meaning the /boot partition. I want to use the NTLDR so it
> does not mess with windows MBR. I then have installed bootpart onto my
> xp drive and added to boot.ini the 250mb (/boot) linux drive as read
> here: http://www.aboutdebian.com/dualboot.htm In bootpart my /boot is
> number 2.
> 
> So is it the debiban installer not putting it where I want or is it
> bootpart not finding it?


What are the contents of your boot.ini file? It's just a simple text
file, so you could post it here.

There needs to be an entry for Debian in there, and it has to refer to a
file containing the contents of the /boot partition's boot sector (a 512
byte file). And of course, that boot sector file has to contain stage 1
of Grub - which it should if you told the Debian installer to install
Grub to /dev/hdc1.

What happens when you try to boot Debian? Is there an entry for Debian
on the Windows boot menu?

Tom


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



Re: write access to /proc/bus/usb

2004-09-18 Thread Martin Spasov
On Sat, 2004-09-18 at 18:13 +0800, Chris Purves wrote:
> I've set up an usb scanner recently, but I am having permissions problems.  
> The scanner generally resides in /proc/bus/usb/003 but only root has 
> read/write permissions.  What I have been doing is manually changing the 
> permissions access every time I want to run the scanner.  (using xsane)
> 
> Does anyone have a permanent solution?

I have solved this by using saned and sharing for the localhost. Read
the saned manual - in a few steps - you should add a line in inetd.conf
and modify saned.conf and net.conf.

Please note that there are some issues with saned in ipv6 enabled
machines, you will figure it out.


-- 
Martin Spasov <[EMAIL PROTECTED]>


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



screensaver & icewm

2004-09-18 Thread mike
Hi.
I am using ICEWM as my window manager, where should I put the 
"xscreensaver &" command to activate the screensaver on graphical logins.

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



Re: write access to /proc/bus/usb

2004-09-18 Thread Andrea Vettorello
On Sat, 18 Sep 2004 12:22:16 +0200, Andrea Vettorello
<[EMAIL PROTECTED]> wrote:
> 
> 
> On Sat, 18 Sep 2004 18:13:06 +0800, Chris Purves <[EMAIL PROTECTED]> wrote:
> > I've set up an usb scanner recently, but I am having permissions problems.
> > The scanner generally resides in /proc/bus/usb/003 but only root has
> > read/write permissions.  What I have been doing is manually changing the
> > permissions access every time I want to run the scanner.  (using xsane)
> >
> > Does anyone have a permanent solution?
> >
> 
> IIRC you need to remove your old ~/.xsane dir or config file... (i
> could not check right now  cause i'm not near the Sid box attached to
> the scanner)
> 

Sorry, i recalled wrong, the thing about the ~/.xsane config was
related to some segfaults of xsane. The read/write permission should
be changed by your hotplug system, do you have added your user to the
"scanner" group?


Andrea


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



Re: write access to /proc/bus/usb [for scanners]

2004-09-18 Thread Cameron Hutchison
Once upon a time Chris Purves said...
> I've set up an usb scanner recently, but I am having permissions problems.  
> The scanner generally resides in /proc/bus/usb/003 but only root has 
> read/write permissions.  What I have been doing is manually changing the 
> permissions access every time I want to run the scanner.  (using xsane)

Are you sure only root has permission? Is there group read/write
permission for the group "scanner"?

My USB scanner is appearing with group scanner write privs.

If the device is not set to group scanner, have a look in
/etc/hotplug/usb/libsane.usermap. The comments at the top of this file
describe how the scanner permissions should be managed.


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



Re: Error mkswap

2004-09-18 Thread Fernando
 Hi all. I want to install debian in a old pc. Its a
PII 333, 64Ram,3Gb HD. I want to install sarge using
knoppix and debootstrap. Ok, i make all partitions
with fdisk and there isnt problems. 
But when i do mkswap /dev/hda2, i get this error:
 mkswap: error: swap area needs to be at least 40kB
 Usage: mkswap [-c] [-v0|-v1] /dev/name [blocks]
The partition's table is:
 Disco /dev/hda: 3249 MB, 3249340416 bytes
 128 cabezas, 63 sectores/pista, 787 cilindros
 Unidades = cilindros de 8064 * 512 = 4128768 bytes
 
 Disposit. Boot  Start End  Blocks  
 Id
  System
 /dev/hda1  50 787 2975616  
 83
  Linux
 /dev/hda2   1  49  197536+ 
 82
  Linux swap

Can anyone help me???
Thank you!.






__
Renovamos el Correo Yahoo!: ¡100 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es


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



Noteedit

2004-09-18 Thread Roy Pluschke
To those that are interested I noticed that noteedit has found some people to 
take over the project see http://developer.berlios.de/projects/noteedit. I'm 
hoping this will mean that debian will continue to package it in future 
releases.

R.J.P.


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



Re: Bootloader for Sarge

2004-09-18 Thread Shaul Karl
On Fri, Sep 17, 2004 at 07:33:16PM -0700, Matthew Jackson wrote:
> I have no floppy drive
> 


  There is probably a way to boot a CD in a similar manner.
  You also might want to explore the following GRUB configuration:

title XP
root  (hd0,0)
makeactive
chainloader   +1
boot

Note that I haven't read the article you were referring to and I hardly
have experience with dual boot configuration.


> 
> - Original Message - 
> From: "Shaul Karl" <[EMAIL PROTECTED]>
> To: "Matthew Jackson" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, September 17, 2004 4:01 PM
> Subject: Re: Bootloader for Sarge
> 
> 
> >On Fri, Sep 17, 2004 at 01:39:23PM -0700, Matthew Jackson wrote:
> >>I just downloaded the weekly build for Sarge and burnt the first iso.
> >>The install goes great but when asked to install GRUB, I decide not
> >>to install to the MBR so it asks me where to install it to. The
> >>reason is I have XP on one hard disk and Linux on the other hard disk.
> >>the linux hard disk comes up as 'hdc'.
> >>I tell the debian installer to install GRUB into /dev/hdc1 meaning the
> >>/boot partition. I want to use the NTLDR so it does not mess with
> >>windows MBR. I then have installed bootpart onto my xp drive and added
> >>to boot.ini the 250mb (/boot) linux drive as read here:
> >>http://www.aboutdebian.com/dualboot.htm In bootpart my /boot is number
> >>2.
> >>
> >>So is it the debiban installer not putting it where I want or is it
> >>bootpart not finding it?
> >>
> >>Any help? Hope I was clear with everything.
> >>
> >
> >
> > Since GRUB has another naming scheme for the drives, I am not sure if
> >you can ask the Debian installer to put it on hdc.
> > If no one comes with a better answer, I would create a boot floppy
> >with GRUB on it, and then try the following steps:
> >1. Boot into the floppy, and use the manual method in order to try and
> >  boot debian. This should teach you the commands that GRUB needs to
> >  boot debian.
> >2. Try to make the NTLDR use that floppy.
> >


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



Re: Apache2 (testing) cgi-bin doesn't execute?

2004-09-18 Thread Stephen Patterson
On Thu, 16 Sep 2004 23:10:05 +0200, Iwan van der Kleyn wrote:
> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
>
You want a slash here^

> AllowOverride None
> Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
> Order allow,deny
>  Allow from all
>
> 
> 
> 
> 


-- 
Stephen Patterson http://patter.mine.nu/
[EMAIL PROTECTED]  remove SPAM to reply
Linux Counter No: 142831 GPG Public key: 252B8B37
Caution: breathing may be hazardous to your health.


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



Re: write access to /proc/bus/usb

2004-09-18 Thread Andrea Vettorello
On Sat, 18 Sep 2004 18:13:06 +0800, Chris Purves <[EMAIL PROTECTED]> wrote:
> I've set up an usb scanner recently, but I am having permissions problems.
> The scanner generally resides in /proc/bus/usb/003 but only root has
> read/write permissions.  What I have been doing is manually changing the
> permissions access every time I want to run the scanner.  (using xsane)
> 
> Does anyone have a permanent solution?
> 

IIRC you need to remove your old ~/.xsane dir or config file... (i
could not check right now  cause i'm not near the Sid box attached to
the scanner)


Andrea


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



Re: Firefox with flash and sound

2004-09-18 Thread Caveman
Well thats interesting, because the sound with flash works fine in the
normal mozilla...
So I can't see how even if the two are related.

Caveman


On Fri, 17 Sep 2004 13:17:32 +0200, Andrea Vettorello
<[EMAIL PROTECTED]> wrote:
> 
> 
> On Fri, 17 Sep 2004 09:36:32 +1000, Caveman <[EMAIL PROTECTED]> wrote:
> > No I am using alsa.
> >
> > Adnrea: Sorry about the personal email before. I forgot to send to
> > list !!! instead.
> >
> > Caveman
> >
> > On Thu, 16 Sep 2004 08:28:14 +0200, Andrea Vettorello
> >
> >
> > <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > On Thu, 16 Sep 2004 12:58:27 +1000, Caveman <[EMAIL PROTECTED]> wrote:
> > > > I have noticed a strange issue with the firefox debian package.
> > > > When you use flash everything works fine except sound with flash.
> > > > It works fine on mozilla however.
> > > >
> > > > But I have just discovered that the firefox binary from mozilla.org
> > > > works fine with exactly the same plugin and settings etc.
> > > >
> > > > So I am thinking something has been stuffed up with the deb package.
> > > >
> > > > Any ideas ?
> > > >
> > >
> > > Are you using sound managers, like ART or ESD?
> > >
> 
> IIRC the mozilla package has a debconf option to choose a sound daemon
> or set a reasonable default, firefox don't has this choice but don't
> know if it's related. Sometimes i've had troubles too after using java
> applets with sound (i'm using the SUN 1.4.2 sdk), as Michael Marsh
> said...
> 
> Andrea
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>


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



write access to /proc/bus/usb

2004-09-18 Thread Chris Purves
I've set up an usb scanner recently, but I am having permissions problems.  
The scanner generally resides in /proc/bus/usb/003 but only root has 
read/write permissions.  What I have been doing is manually changing the 
permissions access every time I want to run the scanner.  (using xsane)

Does anyone have a permanent solution?

-- 

Take care, eh.
Chris


pgp4lIKoxTkZd.pgp
Description: PGP signature


Re: IDE zip, udev: partition 4 is not created

2004-09-18 Thread Alban Browaeys
Le Tue, 14 Sep 2004 11:30:04 +0200, Cyril Humbert a écrit :

> [Please, CC me, I don't subscribe to the list]
> 
> Hello,
> 
> I experience problems to use IDE zip drive with udev: the
> fourth partition is not created at boot time. It seems to 
> be a known problem. For Debian there's a (closed) bug report:
> 
>  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=260349&archive=yes
>  "The partition files for an IDE zip drive are not created"


I did reformat my floppy with a first partition instead of 4th (was before
udev) and never encountered a problem (tested on mac and linux, maybe
windows requires the 4th partition)
As far as i know the 4th partition was requires years ago and is still
used by default for compatibility reason ... though i guess all readers by
now support the 1st partition on zip. No need to tweak udev then.

Else:

> I don't see any FAQ in /usr/share/doc/udev for example and the
> syntax of /etc/udev.rules or udev(8) manpage are a little bit
> obscure to me. Any help appreciated.

from udev.rules, i made this rule to set permission on a cdrom. It gives
syntax for apply a rule on a "kind" of ide device

# There are a number of modifiers that are allowed to be used in some 
# of the different fields. They provide the following subsitutions: 
#%n - the "kernel number" of the device. 
#For example, 'sda3' has a "kernel number" of '3' 
# %k - the kernel name for the device. 
# %M - the kernel major number for the device 
# %m - the kernel minor number for the device
# %b - the bus id for the device
# %c - the string returned by the PROGRAM. (Note, this doesn't work within
# the PROGRAM field for the obvious reason.)
# %s{filename} - the content of a sysfs attribute.
# %% - the '%' char itself.
#

BUS="ide", KERNEL="hde", PROGRAM="/bin/cat /proc/ide/%k/media", RESULT="cdrom*", 
NAME="%k", MODE="0660", GROUP="cdrom", SYMLINK="cdrecorder"

this read (with /bin/cat) the /proc/ide/*/media files . For a zip drive on
ide (BUS), this output "floppy" (here RESULT="cdrom*"
KERNEL is not required , i use it to select the first cdrom , with its
kernel name .
NAME="%k" is the device name udev will create under /dev, %k tell udev to
use the same name provided by kernel (here hde). 
MODE, GROUP are used to set permission on this file
and SYMLINK to have a standard name in my applications (i always map the
cd writer to /dev/cdrecorder)


> /--
> | kernel 2.6.7
> |  udev 0.031-2
> |
> | cat /etc/fstab | grep zip
> | /dev/hdd4 /media/zip vfat user,noauto,showexec 0 0
> `--


Good luck, please report wich options bet fitted your usage.

Alban


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



Re: nvidia-kernel-common problem

2004-09-18 Thread Andrew Schulman
> /home/ed0n# apt-get install nvidia-kernel-common
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Package nvidia-kernel-common is not available, but is referred to by
> another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> E: Package nvidia-kernel-common has no installation candidate

What does 'apt-cache policy nvidia-kernel-common' say?



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



invisible mailboxes in evolution

2004-09-18 Thread Paul W.
I'm using Debian Testing, and it's been working for about the last eight
months w/o too much issue.  I have a sudden problem now though, that
being that I can open Evolution and see the summary, calendar, and task
pages, but nothing with an email in it  (drafts/sent/trash/inbox/etc.). 
Clicking on one of those folders presents me with an empty window pane,
with just the std search bar at the top present for that display.

I've checked everything I can think of, including verifying I had no
hidden messages.

I thought perhaps I'd muffed my $home/evolution directory, so backed the
current one up, and restored from a month's old backup.  Same exact
problem, though the display no longer recognized that I had any unread
emails.

Debian Testing, Evolution 1.4.6, Gnome 2.6

I'd appreciate any tips or help.

Thanks, Paul


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



  1   2   >