Vacaciones de invierno en Ville Saint Germain Carilo apart hotel golf & spa

2019-06-24 Thread Ville Saint Germain apart hotel golf & spa



Inmerso en 3500 m2 de parque y a sólo 50 m del mar, brindamos todo lo necesario 
para que nuestros huéspedes disfruten de su estadía en nuestro apart. Con 
personal 
las 24 horas del día, ofrecemos una amplia variedad de servicios y actividades 
para parejas, familias, amigos y empresas.En 2018, recibimos con gran 
satisfacción 
el certificado "Salón de la Fama" de TripAdvisor, premio que se le otorga a 
los hoteles que han recibido el Certificado de Excelencia durante cinco años 
consecutivos.

Si usted no desea recibir mas nuestras promociones enviar borrar en el asunto


Re: View on UNIX purism in Linux Community

2014-09-15 Thread saint
Bartosz Olender writes:
  Therefore I want to poke my three cents into this discussion reminding
  that GNU is *Not* Unix

May I recall that most of the systemd-haters knows the recursive
expansion of GNU?

  and because of that we should have the freedom
  to create better solutions, rather than being a UNIX purist and keeping
  it old-school.

If the solution is better is welcome. Nobody ever blamed bash, nobody
ever blamed the GNU tar for having compression builtin. I would add
that in the old times when as a student I was working on 4.3 BSD
workstations, we gladly used the GNU commands as replacement for
the standard ones because they were better.

It indeed addresses the problem of boot dependencies solution, maybe
it could have addressed it in a bit smarter way. Other choices
are/were design flaws, some have been overcomed by the effort of
Debian mantainers and luckyly are the most annoying, some other not
and all are mostly bound to lack of experience (and self-conteit).

What systemd should have (other than becoming mature) is have a
documentation that can match that of gcc or Emacs. Documentation
that should come from the very same developing team.

  If you don't want to accept systemd as advancement for GNU/Linux
  platform (especially desktop) and rather stay with the pure UNIX
  approach, maybe it's time to switch to an actual UNIX and not use
  UNIX-like GNU/Linux.

Wow, never seen so much wisdom! :

May I recall that in the early '90 BSD was still blocked by a lawsuit
and therefore GNU/Linux was the only free choice?  And *BSD took a
while to restart. When in my university we heard about Linus work we
all said wow, a Unix you can bring home!.

GNU/Linux was successful because it was free AND it was a flavour of
Unix.

  From what I predict the future for Debian doesn't look that great, I
  think that either most current users unhappy with systemd switch will
  migrate to Gentoo or BSDs,

Migration to Gentoo may become necessary because of the weight of the
software that requires optimized compilations. And the poor support
for some esoteric architectures like, who knows, some strange
shaped, G4 ppc based personal machines.

BSD could be a necessary for some people if Linux becomes a Not at
all Unix system :) :) :).

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21526.38362.374652.126...@mail.eng.it



Re: Using a second monitor

2014-08-14 Thread saint
Robert D. Hilliard writes:
  Reply To:  bobhilli...@gmail.com

 I have a new Dell Ispiron that dual boots Windows 7 and Debian 7.4.
  The new machine uses the F1 key to connect to the second monitor, but
  it only works in Windows - In Debian pressing F! is a noop.

I would advice to use xrandr.

First issue the

xrandr -q command

in a terminal so that you can see which monitors are available.

Here is what the output on my laptop:

08:42:12 [24] $xrandr -q
Screen 0: minimum 320 x 200, current 2390 x 768, maximum 8192 x 8192
LVDS1 connected 1366x768+1024+0 (normal left inverted right x axis y axis) 
344mm x 194mm
   1366x768   60.0*+
   1360x768   59.8 60.0  
   1024x768   60.0  
   800x60060.3 56.2  
   640x48059.9  
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 304mm x 
228mm
   1024x768   75.1 75.0 70.1 60.0* 
   800x60072.2 75.0 60.3  
   640x48072.8 75.0 60.0  
   720x40070.1  
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)

VGA1 on a laptop SHOULD be always be the VGA connector, on my machine
the screen of the laptop is LVDS1 and it is the default primary
monitor. IF I understood the manual page, the primary monitor is also
the first one listed with the -q option.

Please note that there are 2 other connectors that are not in use
HDMI1 and DP1.

Once you know the monitor names you can build the command that better
suits your needs. In the following example I will assume that the
external monitor is named VGA1 and the laptop monitor is named LVDS1.

If you just need to have the external monitor as only output (you do
not use the laptop monitor)

xrandr --output VGA1 --primary

that turns the external monitor into the primary (this comes from one
of the pages mentioned in this thread). I will use this command with a
slight change:

xrandr --output VGA1 --primary --output LVDS1 --off

that shuts down the laptop monitor and saves some power. To turn the
monitor on you must issue the

xrandr --output LVDS1 --mode widthxheight.

This command

xrandr -output VGA1 -same-as LVDS1

turns the external monitor into a mirror of the internal monitor
without changing the primary monitor.

Reading the xrandr manual you will discover what options suits your
problem best.

One last thing. Since you do not want to issue this command over and
over again, you can place it into the .xsession file (if you use
xdm/gdm/kdm) or .xinitrc file if you log on in a text console and then
manually run the startx program.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21484.24685.761993.144...@mail.eng.it



Re: Using a second monitor

2014-08-14 Thread saint
Bret Busby writes:
  After reading the thread, and the above response, it occurred to me,
  that this could be worthwhile to add to the debian.org web site, as a
  HowTo, for whoever has the privileges.

I share the part of my .xinitrc that deals with xrandr

# check if the tv I have home is connected...
if xrandr | grep -q VGA1 connected 1360x768+0+0
then
xrandr --output VGA1 --mode 1920x1080 --pos 0x0 --output LVDS1 --mode 
1366x768 --pos 560x1080
# if VGA1 is connected I assume to be at work...
elif xrandr | grep -q VGA1 connected
then
xrandr --output VGA1 --left-of LVDS1 --output LVDS1 --mode 1366x768
else
# My laptop is without external screen
xrandr --output LVDS1 --mode 1366x768
fi

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21484.36900.595223.246...@mail.eng.it



Re: Using a second monitor

2014-08-14 Thread saint
Elimar Riesebieter writes:
  https://wiki.debian.org/XStrikeForce/HowToRandR12

Cool page, thank you.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21484.37625.575337.89...@mail.eng.it



Re: Using a second monitor

2014-08-14 Thread saint
Brian writes:
  On Thu 14 Aug 2014 at 09:08:29 +0200, sa...@eng.it wrote:
  
  [A nice xrandr howto snipped]
  
   One last thing. Since you do not want to issue this command over and
   over again, you can place it into the .xsession file (if you use
   xdm/gdm/kdm) or .xinitrc file if you log on in a text console and then
   manually run the startx program.
  
  Is there a reason to prefer .xinitrc over .xsession with startx?

First of all,  I used .xinitrc when Linux kernel  version was below 0,
my environment is more or less the same I used on the Sun boxes when I
was a stuudent - including rainbow titlebar for WindowMaker :).

Then I read the letter from Mr. Prolux, gor a look to the scripts in
/etc/X11/Xsession.d and now I state explicitly that I do not need X
session management or, better, I do not want it.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21484.43521.104831.167...@mail.eng.it



Re: systemd fails to poweroff - A stop job is running for Session 2 of user $USER

2014-08-14 Thread saint
Zenaan Harkness writes:

  ChrisBanalGrammatistica,

Grammatistica? Which language does this word belong to? Ancient
Debianese, possibly pre-Vax era?

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21484.50225.571935.947...@mail.eng.it



Re: Using a second monitor

2014-08-14 Thread saint
Brian writes:
  On Thu 14 Aug 2014 at 14:22:25 +0200, sa...@eng.it wrote:
  
   Brian writes:
 
 Is there a reason to prefer .xinitrc over .xsession with startx?
   
   First of all,  I used .xinitrc when Linux kernel  version was below 0,
   my environment is more or less the same I used on the Sun boxes when I
   was a stuudent - including rainbow titlebar for WindowMaker :).
  
  Argumentum ad antiquitatem. :)

Reductio ad antiquitatem. :) (from Reductio ad Hitlerum).

BTW, it works for the equipment in the NFL. Or would you like to argue
with some veteran linebacker :) :) ?

   Then I read the letter from Mr. Prolux, gor a look to the scripts in
   /etc/X11/Xsession.d and now I state explicitly that I do not need X
   session management or, better, I do not want it.
  
  Fine. But, without explanation, personal use is probably not suitable

Agreed that people without technical skill have to use what a technician
prepared for them.

But I will stop using a GNU/Linux if it prevents me from using it the
way *I* want, since I am supposed to know what I do :).

I suppose that Debian will never violate Property[0] of the Free
Software.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21484.52984.723410.810...@mail.eng.it



Re: Using a second monitor

2014-08-14 Thread saint
Brian writes:
  *Your* use of .xinitrc is not the issue. Your advice, without
  qualification. that users of Debian follow in your footsteps is.
  The argument is set out in the earlier linked post.

Can't check right now, but if I recall it well I cited both .xinitrc
and .xsession, whichever one uses...

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21484.54738.936005.675...@mail.eng.it



Re: Using a second monitor

2014-08-14 Thread saint
Brian writes:
  On Thu 14 Aug 2014 at 17:29:22 +0200, sa...@eng.it wrote:
  
   Brian writes:
 *Your* use of .xinitrc is not the issue. Your advice, without
 qualification. that users of Debian follow in your footsteps is.
 The argument is set out in the earlier linked post.
   
   Can't check right now, but if I recall it well I cited both .xinitrc
   and .xsession, whichever one uses...
  
  It is quoted in
  
 
  https://lists.debian.org/14082014114201.39912d455...@desktop.copernicus.demon.co.uk

Thanks.

My fault, I thought that .xession was bound to the use of a session
manager.

 We have come full circle. Which one of us goes to jail and does not
  collect 200 GBP? :)

May I have the 200 GBP? There's a LMS Garrat Model by Heljan at 199GBP...

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21484.56871.62946.381...@mail.eng.it



Re: Towards an instructive minimalist intall of Openbox

2014-08-13 Thread saint
Bob Proulx writes:
  And so there is the explanation.  If the .xinitrc script exits then
  that indicates to xinit that the user is done and that xinit should
  exit, ending the X windows session.  Therefore we put the window
  manager at the end and run it in the foreground not the background.

Once upon a long ago (Linux version number was below 0) I used to have
an xterm -C or an xconsole as last instruction in my .xinitrc file I
was working on a Sun workstation and not having it meant having a mess
on the root window any time some output reached the console (i.e. talk
request from someuser@onemachine).

Then Linus wrote the virtual consoles (and then it was a very good
thing) and Linux users lost the ability to see console message in X11,
at least AFAIK. I wonder if have things changed, if someone devised a
way to have the console output visible in an X11 window under
GNU/Linux.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21483.8803.389929.800...@mail.eng.it



Re: Irony

2014-08-11 Thread saint
koanhead writes:
  On 08/10/2014 10:30 AM, Steve Litt wrote:
  
  For the record, in case anyone is interested, I'm writing this from a
  Jessie box without systemd. It's easy to make this happen, and it works
  just fine as long as you don't use GNOME or MATE, possibly KDE, or those
  functions of other DEs that require a systemd component.

Fine, that suits perfectly my needing!.

  All I did was use aptitude interactively to remove systemd-* and then
  review and adjust the solutions as necessary. Nothing broke or caught fire.

Did it install automatically something else to manage the boot?

  I'm not a particular fan nor partisan of systemd. I have used (and
  supported) it in the past on various servers.

Hmmm. I see systemd more a client-machine-with-frequent-changes tool
rather than a server tool:

- server should not change this often
- server should not boot this often

While it  is fine to give  a good solution to  boot time dependencies,
recomputing  them at  each  boot makes  sense if  you  think that  the
machine will face changes (network, attached HW) at each boot. Else
you should cache your computation results.

  I think systemd-as-default
  is wrong for Debian if only because it's Linux-only (and therefore not
  Universal) but I do find it good that Debian supports systemd.

systemd could stop Linux from being a Unix replacement o spur an
innovation in the Unix world that could even lead to something
smarter. I don't know which one will happen.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21480.25498.928727.516...@mail.eng.it



Re: Irony

2014-08-11 Thread saint
Zenaan Harkness writes:
  There are tiers of users.
  
  There's the users who are not developers.
  There's the users who are developers.
  Then there's me.
  
  Since I am at the top of the hierarchy,

Uh, you are from down under, aren't you?
That could explain this perfectly.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21480.25667.168993.501...@mail.eng.it



Re: End of hypocrisy ?

2014-08-11 Thread saint
Zenaan Harkness writes:
  GNOME Image Manipulation Package?

GNU Image Manipulation Program. It a bit funny but not strange that
The Gimp is developed under the banner of the GNOME project: GNOME was
created AFTER The Gimp was re-written using GTK (GIMP Tool Kit),
providing the uniform look required to create a desktop environment.

We have Gnome (thumb down) because we had The Gimp first.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21480.46633.362720.886...@mail.eng.it



Re: Moteur de recherche local

2014-07-29 Thread Jean-Christophe Saint-Marc

Bonjour,

La commande suivante

$ aptitude search ~dindex~dsearch~dweb~dinterface

retourne (entre autres) xapian-omega qui pourrait correspondre.


Cordialement,

--
Jean-Christophe

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: https://lists.debian.org/53d7b239.1030...@free.fr



Re: FWIW: script vs. configurtion file

2014-07-24 Thread saint
Zenaan Harkness writes:
  Scripting has its place, but from my extensive reading
  of systemd docs and some of the old sysv startup scripts
  (for postfix and various others over the years), give me
  systemd unit files any day! Preference. Mine.

De gustibus non disputandum est (you can't argue about personal taste)

In the list of things I don't like of crapsystemd, the format
of the configuration files comes last and least :).

  For games customization,

Games only? Whenever a user has to do repetitive tasks, giving a scripting
capability improves the user experience. And since you have this scripting
capability, handling configuration through that is a wise move.

Scripting makes a program extensible when you can't achieve extensibility
by composition with other programs.

And depending on which service a daemon does, extensibility may be
crucial or useless :).

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21456.46228.200173.967...@mail.eng.it



Re: FWIW: script vs. configurtion file

2014-07-23 Thread saint
Joel Rees writes:

  Programming is a field of mathematics. Mathematically speaking, limiting a
  language to a declarative syntax does not mean that the language ceases to
  be a language.

But it could lose the Turing completeness.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21455.24345.954393.806...@mail.eng.it



Re: FWIW: script vs. configurtion file

2014-07-23 Thread saint
Joel Rees writes:
  2014/07/23 16:41 Tony Baldwin to...@myownsite.me:
  
   On Wed, Jul 23, 2014 at 03:46:56PM +0900, Joel Rees wrote:
Programming is a field of mathematics. Mathematically speaking, limiting 
a
language to a declarative syntax does not mean that the language ceases 
to
be a language.
  
   I would argue that programming is linguistics (being a linguist, myself,
   and a professional translator), but I would also argue that math is
   language (a symbolic means of representing our perception of reality).
  
  http://en.wikipedia.org/wiki/Formal_grammar

Confusion Warning!

The Formal Language Theory _belongs_ to several disciplines
(mathematics, linguistics, computer science) and while the programming
language design is inherently close to linguistics, not all
programming is.

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21455.36919.830969.37...@mail.eng.it



Re: FWIW: script vs. configurtion file

2014-07-23 Thread saint
Zenaan Harkness writes:

 So thank you Joel for spending the time to describe these
  concepts as 'pedantically' as you have. Your descriptions
  are an excellent grounding for the conversation which is
  undoubtedly going to continue :)

One question. Can you give me an example of Turing completeness with
just declarations? 

If not, the description you refer to may be valid only when discussing
configuration, and even there there is some loss.

[Scripts, in the Unix world - and GNU is a Unix replacement - are
 something almost Turing complete or Turing complete, depending on the
 language used for the a given script]

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21455.43692.243729.192...@mail.eng.it



Re: FWIW: script vs. configurtion file

2014-07-23 Thread saint
Joel Rees writes:
  On Wed, Jul 23, 2014 at 9:29 PM,  sa...@eng.it wrote:
   Zenaan Harkness writes:
  
   So thank you Joel for spending the time to describe these
 concepts as 'pedantically' as you have. Your descriptions
 are an excellent grounding for the conversation which is
 undoubtedly going to continue :)
  
   One question. Can you give me an example of Turing completeness with
   just declarations?
  
   If not, the description you refer to may be valid only when discussing
   configuration, and even there there is some loss.
  
   [Scripts, in the Unix world - and GNU is a Unix replacement - are
something almost Turing complete or Turing complete, depending on the
language used for the a given script]
  
  You know, I don't think I've seen very many configuration scripts,
  even those using the richer aspects of bash, perl, python, et. al.,
  which have made use of Turing completeness.
  
  (And I do not think you intend to mean that the configuration scripts
  themselves might sometimes be Turing complete.)

1) Yes  you are right!  The correct version  of my sentence  in square
   brackets should have been

   [Scripts, in the Unix world - and GNU is a Unix replacement - are
something written in an almost-Turing-complete or Turing-complete
language]

   Blame on me for the error, kudos to you for understanding what I
   really meant.

2) When a program has a declarative configuration file, then you can
   select among a certain number of fixed behaviours. When a program
   has a Turing complete language for its configuration then that
   program is likely to be quickly extensible. 

   I admit that you could write a declarative configuration that lets
   you specify scripts to be executed by the configured program
   or the system. Frankly, I would put everything into a script, much
   easier to write and maintain.
   
If the argument of the discussion was whether a declarative language
has or has not a grammar, then my point is outside this discussion,
and chances are that my limited English skills prevented me from
understanding that.

But I still have the feeling that the original post tried to
demonstrate a more general equivalence between declarative
configuration and scripted configuration.

That's all, folks :)!

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21455.50927.788722.960...@mail.eng.it



Re: FWIW: script vs. configurtion file

2014-07-23 Thread saint
Steve Litt writes:

  Although I spent 14 years making my living as a software developer,
  there are times when I don't want the freedom to do absolutely
  anything. This is why I switched away from Perl: I needed some
  limitations.

Despite  limits may  be  a fun  challenge,  I prefer  to  give a  good
configuration ready and let everyone free to do as she likes.

That's the Debian way, and works quite well (even if not perfectly well).

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21455.51221.838948.673...@mail.eng.it



Re: FWIW: script vs. configurtion file

2014-07-23 Thread saint
Steve Litt writes:
  On Wed, 23 Jul 2014 16:35:01 +0200
  sa...@eng.it wrote:
  
   Steve Litt writes:
   
 Although I spent 14 years making my living as a software developer,
 there are times when I don't want the freedom to do absolutely
 anything. This is why I switched away from Perl: I needed some
 limitations.
   
   Despite  limits may  be  a fun  challenge,  I prefer  to  give a  good
   configuration ready and let everyone free to do as she likes.
   
   That's the Debian way, and works quite well (even if not perfectly
   well).
  
  So then, it sounds to me like you would want to write your program as
  an API, document the API, and let the user write one or more
  [Perl|Python|Ruby|Lua] programs to use the API to make the program
  work their way.

You have three ways to write a program: write simple programs that do
one thing and can be combined with other programs to do more complex
things (i.e. `ls /bin /usr/bin` #command substitution implied :) ),
write a program with a set of capabilities and write a program with
a set of capabilities PLUS an extension mechanism. An interpreted
language is, in my experience, the easiest way, since the user could
write the extension on the fly.

  So then, for the program, you would use a different
  design process. For instance, when I start to design a program, my first
  question is what data will be involved? But to design the program as
  an API, I would think the first question would be What capabilities
  do I want the user to have?

Usually a program has use cases that is doing some actions on some
information. You need both of them.

  You know, the beauty of doing it your way would be that various people
  would write all sorts of [Perl|Python|Ruby|Lua] programs to make your
  API do different things, so it would be sort of like you wrote 50
  programs at one time. And of course, the knowledgeable user could
  modify one of those  [Perl|Python|Ruby|Lua] programs to make your
  program perform in yet another unique way.

True.

A less knowledgeable user would use the program as is or import
modules other people create.

I am not an expert in image manipulation software but I use the modules
other people wrote for The Gimp.

Guess why Emacs is so large :)

-- 
 /\   ___Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_   African word
  //--\| | \|  |   Integralista GNUslamicomeaning I can
\/ coltivatore diretto di software   not install
 già sistemista a tempo (altrui) perso...Debian

Warning: gnome-config-daemon considered more dangerous than GOTO


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21455.56459.953.614...@mail.eng.it



Re: [Firmware Bug]: AMD-Vi: IOAPIC[0] not in IVRS table

2014-05-17 Thread Jean-Christophe Saint-Marc

Auriez-vous des suggestions à ce problème ?



Linux 3.14.4 est disponible dans les backports

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: https://lists.debian.org/5377b4cd.2010...@free.fr



Re: Re: Wheezy avec noyau Jessie mais Gnome en mode dégradé

2013-12-20 Thread Jean-Christophe Saint-Marc

Bonjour,
voici un résumé à partir d'une réponse déjà donnée sur
debian-fr.org
D'après Wikipedia[1], il faut pour Haswell:
- linux = 3.8.2
- mesa = 9.1
- xf86-video-intel = 2.21.3
Dans Debian, à cette date, on a :
- linux 3.11 dans wheezy-backports
- mesa 9.2 dans jessie
- xserver-xorg-video-intel 2.21 dans jessie
Backporter soi-même mesa n'est pas chose facile.
Mais pas impossible non plus. Juste long.
Backporter xserver-xorg-video-intel est une formalité.
kanotix, une autre distribution, l'a fait à une époque.
Pour tester le dépôt
deb http://kanotix.com/files/fix/mesa.wheezy/ ./

[1] http://fr.wikipedia.org/wiki/Haswell#Prise_en_charge_de_la_partie_graphique

--
Jean-Christophe



Re: Module b43 et kernel 3.9.1

2013-08-03 Thread Jean-Christophe Saint-Marc

Pour le 4312, il y a firmware-b43-lpphy-installer

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/51fd16ad.3040...@free.fr



Re: [wheezy]Comment garder OpenVz

2013-07-06 Thread Jean-Christophe Saint-Marc

Consulter le wiki debian https://wiki.debian.org/OpenVz
En particulier la première solution, suivre les instructions 
http://download.openvz.org/debian/


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/51d84803.6040...@free.fr



Re: Debian Wheezy upgrade curieu

2013-04-21 Thread Jean-Christophe Saint-Marc

Bonjour,

Le 21/04/2013 13:00, Nicolas Pechon a écrit :

Prenons l'exemple du paquet VLC.
PC1 version installé: 1:2.0.6-dm01
PC2 version installé: 1:2.0.5-dm01


il semble que tu utilises le dépôt deb-multimedia.org pour obtenir VLC (d'où le 
-dmo1)

Si tu n'en as pas un besoin précis, passer sur debian suffit.
Sinon, le site mentionne VLC au même version que ce soit pour i386 ou amd64

http://deb-multimedia.org/dists/testing/main/binary-i386/package/vlc
http://deb-multimedia.org/dists/testing/main/binary-amd64/package/vlc

Peut-être passes-tu par un miroir non à jour sur le PC2 ?

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/5173dadc.6050...@free.fr



Re: Tranporte de pacotes para PC sem acesso a rede

2008-03-31 Thread Saint

Nei Moreira escreveu:

Davi,

Agora que comentou, lembrei que algum dia alguém citou, mas como na
época não era foco de atenção, caiu no esquecimento. Vou ver o que
encontro.

Renato,

Só com o dpkg eu não consegui. Tive que instalar os pacotes um a um e
resolvendo suas dependências antes.

Saint,

Estou testando as soluções dadas pelo link que me enviou.

A todos,

Grato pela atenção.
Abraço,

Nei Moreira



  
Procurei um artigo no Linux Dicas que tenho impresso, mas não consegui 
localizá-lo, somente difere no local onde os arquivos são colocados, um 
comentário que este link não faz você pode pegar estes pacotes 
juntamente com o Packages.gz e gravar em um cd ou dvd e adicionar esta 
midia com o apt-cdrom add.



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



Re: Tranporte de pacotes para PC sem acesso a rede

2008-03-30 Thread Saint

Nei Moreira escreveu:

Boa noite a todos!

Alguém conhece alguma forma de agrupar os pacotes de atualizações ou de
instalação e transportá-los para uma outra máquina que não possua acesso
a rede para efetuar as instalações/atualizações?

Nei Moreira



  


Como vc não especificou a distro, tente este 
http://www.vivaolinux.com.br/dicas/verDica.php?codigo=6616



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



Re: dpkg-scanpackages

2008-02-22 Thread Saint

Felipe Augusto van de Wiel (faw) wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 21-02-2008 20:36, Saint wrote:
  

qdo crio um repertório local alguns pacotes estão com versão anteriores,
sendo que o apt-get autoclean não apaga, mas o dpkg-scanpackages os
localiza, como tenho vários pacotes, mais de 3mil, como poderia remover
estes pacotes que estão desatualizados? Um por um ficar muito trabalhoso!



Você poderia dar mais detalhes?

Quais pacotes? Quais versões? Quais comandos executou?

O que você está tentando fazer exatamente?

:-)

Abraço,
- --
Felipe Augusto van de Wiel (faw)
Debian. Freedom to code. Code to freedom!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHvkHMCjAO0JDlykYRAt1XAJ9z2bP6Lojid+3SUj7OAQiAvZiNAACguVSn
TzreZPmrDOaOlRfKdetAgv8=
=BBNx
-END PGP SIGNATURE-


  

usei esta dica:
http://www.vivaolinux.com.br/dicas/verDica.php?codigo=6616

qdo se usa o
#dpkg-scanpackages debs arquivo | gzip  debs/Packages.gz

! Package ruby (filename debs/ruby_1.8.2-2_all.deb) is repeat;
  ignored that one and using data from debs/ruby_4.1_all.deb !
! Package iceape-browser (filename 
debs/iceape-browser_1.1.7-1_amd64.deb) is repeat;



ele vai usar a versão mais nova, no caso a ruby_4.1_all.deb e ignorar outra.


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



dpkg-scanpackages

2008-02-21 Thread Saint
qdo crio um repertório local alguns pacotes estão com versão anteriores, 
sendo que o apt-get autoclean não apaga, mas o dpkg-scanpackages os 
localiza, como tenho vários pacotes, mais de 3mil, como poderia remover 
estes pacotes que estão desatualizados? Um por um ficar muito trabalhoso!


Obrigado desde já.


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



Debian AMD64

2008-01-02 Thread Saint
O Debian AMD64 possui mirrors próprios, ou seja a entrada no source.list 
é diferente?

Ou pode-se utilizar a mirror da arquitetura 32bits?


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



[Fwd: Re: Debian AMD64]

2008-01-02 Thread Saint


---BeginMessage---

Saint escreveu:

_Anubis_ escreveu:

Saint escreveu:
O Debian AMD64 possui mirrors próprios, ou seja a entrada no 
source.list é diferente?

Ou pode-se utilizar a mirror da arquitetura 32bits?



tem source.list proprios pra amd64



Ok, onde eu procuro os mirros pra acrescentar no source.list?


[EMAIL PROTECTED]



mirrors amd 64 bits -- http://amd64.debian.net/README.mirrors.html

utilize o aptitde install, o synaptic ou o melhor apt-build
http://wiki.forumdebian.com.br/index.php/Apt-build


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


---End Message---


Re: Debian AMD64

2008-01-02 Thread Saint

Felipe Augusto van de Wiel (faw) escreveu:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02-01-2008 21:16, _Anubis_ wrote:
  

Saint escreveu:


_Anubis_ escreveu:
  

Saint escreveu:


O Debian AMD64 possui mirrors próprios, ou seja a entrada no
source.list é diferente?
Ou pode-se utilizar a mirror da arquitetura 32bits?


  

tem source.list proprios pra amd64




Ok, onde eu procuro os mirros pra acrescentar no source.list?


[EMAIL PROTECTED]


  

mirrors amd 64 bits -- http://amd64.debian.net/README.mirrors.html

utilize o aptitde install, o synaptic ou o melhor apt-build
http://wiki.forumdebian.com.br/index.php/Apt-build



*ERRADO*! O amd64.debian.net só precisa ser usado para o
Sarge (3.1), no Etch (4.0) a arquitetura AMD64 foi incluída
oficialmente e está disponível nos espelhos oficiais do projeto.

No entanto, há _alguns_ servidores que não espelham todas
as arquiteturas, embora a maioria deles espelhe a amd64.

Abraço,
- --
Felipe Augusto van de Wiel (faw)
Debian. Freedom to code. Code to freedom!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHfC1dCjAO0JDlykYRAp9wAJ9nAMYnrj/K23rCwceiZBmoNHfy1gCgv1vu
tjc8Lpm8ODck2DddA6be75k=
=ydSH
-END PGP SIGNATURE-


  
então é só usar as mesmas mirrors que uso no i486 por exemplo, que o 
apt-get vai saber qual é a versão do kernel usado?



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



Nueva Achocolatada Light !!!

2007-12-28 Thread Saint Promo

Si no puede ver este mail, haga click aquí
Disfruta el nuevo sabor del verano !!! 


Pedila En El Comercio De Tu Barrio



Este mensaje fue enviado desde: Saint Hnos.
Usted recibió este mensaje porque nuestra intención es informarle y ofrecerle 
nuestros productos.
Este E-mail no puede ser considerado Spam mientras posea una forma de ser 
removido.
Si desea ser eliminado de la lista de correo de nuestra base de datos, responda 
a este correo con el asunto Remover.
A la brevedad actualizaremos su pedido; no obstante, es posible que durante ese 
período reciba promociones generadas con anterioridad.


Montagem de HD-USB

2007-12-25 Thread Saint
Pelo q vi quem cuida da montagem de dispositivos deste tipo (HD-USB) é o
gnome-volume-manager, eu queria mudar o programa q abre qdo se clica no
icone do dispositivo, alguem sabe fazer isso?







___ 
Yahoo! Mail - Sempre a melhor op��o para voc�! 
Experimente j� e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/


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



PHP5

2007-11-04 Thread Saint

Não estou conseguindo fazer com o php5 juntamente com o apache2 funcionarem.
A página original do apache2 está funcionando, aparece a mensagem It 
works!, até alterei e acrescentei alguns codigos em html, q também 
funcionaram, mas o phpinfo() não trás resultado nenhum.



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



mencoder

2007-09-28 Thread Saint
Tenho um video em wmv, estou  querendo converter o mesmo para DVD, como 
faria isso?

Desde já obrigado pelo ajuda.


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



Firestarter

2007-03-21 Thread Saint
Depois q instalei o firestarter venho recebendo estas mensagens
no /var/log/messeges:

Mar 22 03:27:18 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=203.142.167.191 DST=201.1.35.79 LEN=40 TOS=0x00 PREC=0x00 TTL=102
ID=256 PROTO=TCP SPT=39277 DPT=5900 WINDOW=55808 RES=0x00 SYN URGP=0 
Mar 22 03:28:01 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=24.64.229.144 DST=201.1.35.79 LEN=504 TOS=0x00 PREC=0x00 TTL=65
ID=54780 PROTO=UDP SPT=25732 DPT=1026 LEN=484 
Mar 22 03:28:01 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=24.64.229.144 DST=201.1.35.79 LEN=504 TOS=0x00 PREC=0x00 TTL=65
ID=54781 PROTO=UDP SPT=25732 DPT=1027 LEN=484 
Mar 22 03:28:01 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=24.64.229.144 DST=201.1.35.79 LEN=504 TOS=0x00 PREC=0x00 TTL=65
ID=54782 PROTO=UDP SPT=25732 DPT=1028 LEN=484 
Mar 22 03:28:20 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=221.208.208.100 DST=201.1.35.79 LEN=485 TOS=0x00 PREC=0x00 TTL=47
ID=0 DF PROTO=UDP SPT=52951 DPT=1026 LEN=465 
Mar 22 03:28:21 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=217.159.217.218 DST=201.1.35.79 LEN=48 TOS=0x00 PREC=0x00 TTL=108
ID=41414 PROTO=TCP SPT=40250 DPT=1080 WINDOW=65535 RES=0x00 SYN URGP=0 
Mar 22 03:29:09 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=221.208.208.97 DST=201.1.35.79 LEN=486 TOS=0x00 PREC=0x00 TTL=47
ID=0 DF PROTO=UDP SPT=34356 DPT=1026 LEN=466 
Mar 22 03:29:09 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=221.208.208.97 DST=201.1.35.79 LEN=486 TOS=0x00 PREC=0x00 TTL=47
ID=0 DF PROTO=UDP SPT=34356 DPT=1027 LEN=466 
Mar 22 03:29:13 saint kernel: Inbound IN=ppp0 OUT= MAC= SRC=201.1.32.93
DST=201.1.35.79 LEN=48 TOS=0x00 PREC=0x00 TTL=127 ID=53018 DF PROTO=TCP
SPT=2131 DPT=445 WINDOW=64800 RES=0x00 SYN URGP=0 
Mar 22 03:29:24 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=221.209.110.44 DST=201.1.35.79 LEN=485 TOS=0x00 PREC=0x00 TTL=46
ID=0 DF PROTO=UDP SPT=44237 DPT=1027 LEN=465 
Mar 22 03:29:24 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=221.209.110.44 DST=201.1.35.79 LEN=485 TOS=0x00 PREC=0x00 TTL=46
ID=0 DF PROTO=UDP SPT=44237 DPT=1026 LEN=465 
Mar 22 03:29:25 saint kernel: Inbound IN=ppp0 OUT= MAC=
SRC=221.209.110.44 DST=201.1.35.79 LEN=485 TOS=0x00 PREC=0x00 TTL=46
ID=0 DF PROTO=UDP SPT=44250 DPT=1027 LEN=465 
Mar 22 03:31:26 saint kernel: Inbound IN=ppp0 OUT= MAC= SRC=24.64.52.240
DST=201.1.35.79 LEN=504 TOS=0x00 PREC=0x00 TTL=67 ID=39051 PROTO=UDP
SPT=20438 DPT=1027 LEN=484 
Mar 22 03:31:26 saint kernel: Inbound IN=ppp0 OUT= MAC= SRC=24.64.52.240
DST=201.1.35.79 LEN=504 TOS=0x00 PREC=0x00 TTL=67 ID=39050 PROTO=UDP
SPT=20438 DPT=1026 LEN=484 
Mar 22 03:31:26 saint kernel: Inbound IN=ppp0 OUT= MAC= SRC=24.64.52.240
DST=201.1.35.79 LEN=504 TOS=0x00 PREC=0x00 TTL=67 ID=39052 PROTO=UDP
SPT=20438 DPT=1028 LEN=484 

Alguem poderia me indicar o que significa?


-- 
 _   _ _   _ 
| \ | | __ _ __ _ _ __ ___| |_| |__  
|  \| |/ _` |_  / _` | '__/ _ \ __| '_ \ 
| |\  | (_| |/ / (_| | | |  __/ |_| | | |
|_| \_|\__,_/___\__,_|_|  \___|\__|_| |_|
 
Seja Livre use Linux.

email   =   [EMAIL PROTECTED]
msn =   [EMAIL PROTECTED]
skype   =   nazareth87


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



Re: [slack-users] ntfs-3g

2007-03-18 Thread Saint
sim veja:

http://www.guiadohardware.net/dicas/ntfs3g.html

Em Sáb, 2007-03-17 às 14:49 -0700, [EMAIL PROTECTED] escreveu:
 Gostaqria de saber se alguem tem um tutorial de como instala e
 NTFS-3g, pq nao estiou conseguindo pois nao tenho experiencia em linux.
 
 
 --~--~-~--~~~---~--~~
 GUS-BR - Grupo de Usuários de Slackware - BR
 http://www.slackwarebrasil.org/
 http://groups.google.com/group/slack-users-br
 -~--~~~~--~~--~--~---
 



___ 
Yahoo! Mail - Sempre a melhor op��o para voc�! 
Experimente j� e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/
 


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



Modem for Linux

2007-03-01 Thread Saint

Além dos hardmodens, existe mais algumas boas opções em modens (fax)?

Tenho diversos amigos interessados em migrar ou experimentar o Linux, 
mas esbarra justamente em conexão com a internet, pois é muito dificil 
configurar estes hardwares no linux.


--
Buscai o Senhor enquanto se pode achar, invocai-o enquanto está perto.
(Is. 55-6)

_   _ _   _ 
| \ | | __ _ __ _ _ __ ___| |_| |__  
|  \| |/ _` |_  / _` | '__/ _ \ __| '_ \ 
| |\  | (_| |/ / (_| | | |  __/ |_| | | |

|_| \_|\__,_/___\__,_|_|  \___|\__|_| |_|

email	=	[EMAIL PROTECTED]

msn =   [EMAIL PROTECTED]
skype   =   nazareth87


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



Pacotes Debian

2007-02-23 Thread Saint
Tenho vários pacotes (1,8G) em uma pastas, o problema que coloquei 
vários pacotes de várias versões (Sarge e Etch), criei um repertório 
local via dpkg-scanpackages, gostaria de saber quais são ainda 
utilizados pelo Debian (Etch) que está instalado?


--
Buscai o Senhor enquanto se pode achar, invocai-o enquanto está perto.
(Is. 55-6)

email   =   [EMAIL PROTECTED]
msn =   [EMAIL PROTECTED]
skype   =   nazareth87


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



Pacotes

2007-02-15 Thread Saint
Adicionei vários cd com arquivos *debs, via apt-cdrom add, queria saber 
quais são os arquivos *.debs de determinado cd?


--
Buscai o Senhor enquanto se pode achar, invocai-o enquanto está perto.
(Is. 55-6)

_   _ _   _ 
| \ | | __ _ __ _ _ __ ___| |_| |__  
|  \| |/ _` |_  / _` | '__/ _ \ __| '_ \ 
| |\  | (_| |/ / (_| | | |  __/ |_| | | |

|_| \_|\__,_/___\__,_|_|  \___|\__|_| |_|

email	=	[EMAIL PROTECTED]

msn =   [EMAIL PROTECTED]
skype   =   nazareth87


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



Nvidia

2007-02-12 Thread Saint
Instalei a versão Etch (kernel 2.6.17-2-486 - original) na hora de 
instalar os drives da nvidia apresentou o seguinte erro:


ERROR: Unable to find the kernel source tree for the currently running 
kernel.

  Please make sure you have installed the kernel source files for your
  kernel and that they are properly configured; on Red Hat Linux 
systems,
  for example, be sure you have the 'kernel-source' or 
'kernel-devel' RPM
  installed.  If you know the correct kernel source files are 
installed,
  you may specify the kernel source path with the 
'--kernel-source-path'

  command line option.

o problema que não estou encontrando o kernel-source.


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



Re: Nvidia

2007-02-12 Thread Saint

Tiago Saboga escreveu:

On Mon, Feb 12, 2007 at 01:13:07PM -0200, Saint wrote:
  
Instalei a versão Etch (kernel 2.6.17-2-486 - original) na hora de 
instalar os drives da nvidia apresentou o seguinte erro:


[...]
  

o problema que não estou encontrando o kernel-source.



Como assim não está encontrando? Aonde procurou, como fez, o que
esperava, o que aconteceu?
  

[EMAIL PROTECTED]:/# apt-get install kernel-source-2.6.17-2-486
Lendo lista de pacotes... Pronto
Construindo árvore de dependências... Pronto
E: Impossível achar pacote kernel-source-2.6.17-2-486
[EMAIL PROTECTED]:/#



E qual método de instalação dos drivers da nvidia está usando? Você
  


baixei do site da nvidia o NVIDIA-Linux-x86-1.0-9629-pkg1.run.

#./NVIDIA-Linux-x86-1.0-9629-pkg1.run




conhece o module-assistant ou os pacotes nvidia-* (seção non-free)?

Tiago.

  

nunca usei.


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



Re: Nvidia - Resolvido

2007-02-12 Thread Saint

Tiago Saboga escreveu:

On Mon, Feb 12, 2007 at 01:13:07PM -0200, Saint wrote:
  
Instalei a versão Etch (kernel 2.6.17-2-486 - original) na hora de 
instalar os drives da nvidia apresentou o seguinte erro:


[...]
  

o problema que não estou encontrando o kernel-source.



Como assim não está encontrando? Aonde procurou, como fez, o que
esperava, o que aconteceu?

E qual método de instalação dos drivers da nvidia está usando? Você
conhece o module-assistant ou os pacotes nvidia-* (seção non-free)?

Tiago.


  
Instalei o linux-headers-2.6.17-2-486 e funcionou, obrigado a todos 
pelas dicas.




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



MySQL 5.0 - ajuda

2007-02-12 Thread Saint

altero a senha do root do mysql?


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



Som 5.1

2007-01-07 Thread Saint

o sistema está configurado e funcionando:

# lspci
00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge 
(rev a2)


usando o alsa, depois de instalar um home theater silver 
(http://www.bright.com.br/) 5.1, notei que o sistema não fornece som no 
canal central e subwoofer, alguém conseguiu?



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



Instalação do Debian 3.1

2006-12-28 Thread Saint
fiz a instalação usando como referencia : 
http://www.nautilus.com.br/~rei/material/cursos/Apostila%20Debian.pdf


Após instalação do sistema básico e configuração de senhas, etc, vem a 
escolha a opção Ambiente Desktop, como só tenho o cd1 esta opção não 
esta disponivel, preciso de outros cds?


Me desculpem, pois sou novato na debian.


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



Re: Instalação do Debian 3.1

2006-12-28 Thread Saint

Frederico Martins wrote:

coloca so o ambiente grafico,o resto você instala depois ;)
Creio que a primeira e segunda opção tem no 1° cd.



Pelo que andei lendo o próximo seria:

#apt-get install x-window-system ou

#apt-get install x-window-system-core

o resultado é:
Lendo Lista de Pacotes...
Construindo Árvore de Dependências...
O pacote x-window-system não está disponível, mas é referenciado por 
outro pacote.

Isso pode significar que o pacote está faltando, ficou obsoleto ou
está disponível somente a partir de outra fonte.

ou seja o cd1 não traz o x-window-system?

se traz porque não instala.




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



Re: reparer un dvd video defectueux sous debian

2006-12-25 Thread Yannick Le Saint
Thierry B wrote:
 Est-ce qu'il y aurait des manips ou applis, peut-être en copiant tout
 le contenu du dvd sur le disque dur par un dd, pour essayer en étant
 astuccieux, de pouvoir récupérer ce qui est defectueux, et de regarder
 toute mon émission, depuis mon disque dur?

Ddrescue permet de lire le contenu d'un fichier depuis un média
défectueux, voire de récupérer au mieux une image de ton disque.

Pour information, ddrescue est aussi appelé dd-rescue ou dd_rescue.

-- 
Regards.

Yannick Le Saint (kyncani) [EMAIL PROTECTED]
http://y.lesaint.free.fr/



-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



coleção de cds

2006-12-06 Thread Saint

existe algum programa que faça o catalogo de uma coleção de cds?


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



Onde são colocados os arquivos?

2006-10-15 Thread Saint
Como descubro onde um arquivo de um pacote foi instalado, nos modes do 
slackware?

tipo :
usr/
usr/bin/
usr/bin/aterm
usr/man/
usr/man/man1/
usr/man/man1/aterm.1
usr/doc/
usr/doc/aterm-1.0.0/
usr/doc/aterm-1.0.0/ChangeLog
usr/doc/aterm-1.0.0/ChangeLog.0.4
usr/doc/aterm-1.0.0/INSTALL
usr/doc/aterm-1.0.0/README.configure


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



OFF Placa de tv compatível com linux

2006-10-11 Thread Saint
uso uma PCTV Pro, chipset saa7130, que tambem funciona bem no linux, não 
com todas as   funções (rádio e controle remoto), detalhe com o kernel 
2.6.8 acima.



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



Re: Como reinstalar o grub na mbr

2006-09-18 Thread Saint
veja este artigo : http://www.linuxbsd.com.br/portal/index.php?q=node/82

vc possui algum disquete com o grub ou alguma versão do kurumin?

Em Seg 18 Set 2006 15:56, Darley Rovaris da Silva escreveu:
 Estou com um probleminha.. sei que existe solução, mas não sei como
 fazer... eu tinha instalado em dual boot o windows e o debian  acabei
 precisando reinstalar o windows e ele reinscreveu na mbr.. como faço
 reinstalar o grub na mbr e restaurar meu dual boot... tenho o cd do debina
 sarge mas nao consigo acessar o sistema e reinstalar o grub.. como devo
 fazer?


 DARLEY ROVARIS DA SILVA
 (18) 3742-4228 (Casa)
 (18) 3743-1000 ramal 1316 (LDC - UNESP)
 [EMAIL PROTECTED]
  -- To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] with a subject of
 unsubscribe. Trouble? Contact [EMAIL PROTECTED]


___
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. 
Registre seu aparelho agora!
http://br.mobile.yahoo.com/mailalertas/




Re: mp3 player - como montar?

2006-09-17 Thread Saint
Em Dom 17 Set 2006 12:55, Fabio Guerrazzi escreveu:
 Fala pessoal!

 Comprei recentemente um mp3 player destes sem marca [1] de 1GB e ele
 passou a dar erro de leitura das músicas.
 O debian (etch com hal + gnome-volume-manager) está montando
 automaticamente como:
 /dev/sda on /media/NOVO VOLUME type vfat
 (rw,noexec,nosuid,nodev,quiet,shortname=mixed,uid=1000,gid=1000,umask=077)
 Porém o windows diz que ele está formatado como FAT. Passei a desmontar e
 montar novamente como msdos, ficando:
 /dev/sda on /media/usb0 type msdos (rw)
 E assim parece que funciona bem.

 Seria este o erro? O hal está identificando errado o fs? Como proceder?

 1. http://img.mercadolivre.com.br/jm/img?s=MLBf=45001512_5298.jpgv=O

 Agradeço ajuda,

 --
 Fabio.

tenho um também e uso assim:
/dev/sda /mnt/pendrivemsdos   noauto,gid=100,umask=000,users,rw 
 1  0

e nunca tive problemas, só não esqueça de desmontar o volume.
Somente qdo grava nomes muito grandes, o que não é suportado pelo sistema de 
arquivo do pendrive. Fique com Deus.


___
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale
o discador agora!
http://br.acesso.yahoo.com



kernel

2006-09-14 Thread Saint
Tenho um Sempron (969) qual seria o kernel mais indicado 2.6.8-k7?


___ 
O Yahoo! está de cara nova. Venha conferir! 
http://br.yahoo.com


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



Re: garder son historique dans un screen

2006-08-15 Thread Yannick Le Saint
Thierry B wrote:
 Vincent Lefevre a écrit :
 On 2006-08-14 22:54:18 +, Yannick Le Saint wrote:
 Thierry B wrote:
 Je me connecte sur ma sarge en ssh, et souvent dedans, je rejoins
 un screen avec screen -x, mais quand je tape une big commande,
 depuis mon shell, je peux pas remonter pour oir le début de
 l'affichage, alors, que sans le screen, ca marche deja mieux.

 Comment peut-on paramétrer cela?
 Ctrl-A puis Echap  pour pouvoir remonter dans l'historique :)

 Consulte le manuel de screen pour plus d'infos.
 
 La question n'était pas très claire. Peut-être que Thierry parle de
 le faire à la souris (via la barre de scrolling du terminal). Mais
 ça, je ne sais pas faire.
 
 
 Oui, c'estait plutot avec la souris, que je souhaitais le faire lol.

Sauf à développer un client graphique pour screen, je ne crois pas que
cela soit possible avec le client actuel, qui est en mode console
uniquement.

Les applis en mode console uniquement ont la vie dure ...

Moi c'est une interface graphique pour aptitude que j'aimerais bien
avoir :)

-- 
Regards.

Yannick Le Saint (kyncani) [EMAIL PROTECTED]
http://y.lesaint.free.fr/



-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: garder son historique dans un screen

2006-08-14 Thread Yannick Le Saint
Thierry B wrote:
 Je me connecte sur ma sarge en ssh, et souvent dedans, je rejoins un
 screen avec screen -x, mais quand je tape une big commande, depuis mon
 shell, je peux pas remonter pour oir le début de l'affichage, alors,
 que sans le screen, ca marche deja mieux.
 
 Comment peut-on paramétrer cela?

Ctrl-A puis Echap  pour pouvoir remonter dans l'historique :)

Consulte le manuel de screen pour plus d'infos.

-- 
Regards.

Yannick Le Saint (kyncani) [EMAIL PROTECTED]
http://y.lesaint.free.fr/



-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: how to reconstruct a deleted /boot partition

2006-08-14 Thread Yannick Le Saint
H.S. wrote:
 This is not debian specific, but I foresee that I might need to do
 this in my Debian Etch one of these days.
 
 I use a common /boot for dual booting between Debian Etch and FC4.
 Recently I re-installed Debian Etch and overwrote everything in /boot.
 If I want to boot into FC4 now, how do I go about reconstructing the
 files in /boot for that distribution?

I guess i would boot knoppix and chroot into debian from there, then
reinstall grub with any package that have installed files into /boot
(check /var/lib/dpkg/info/*.list).

Don't know how this translates in FC4 though ...

-- 
Regards.

Yannick Le Saint (kyncani) [EMAIL PROTECTED]
http://y.lesaint.free.fr/



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



Re: Kernel panic al instalar

2005-11-02 Thread Saint German
Hola, yo creo que podria deberse a un problema con la memoria ram,
antes me pasaba lo mismo a mi y resulto que tenia un modulo dañado, lo
reemplaze y anduvo perfecto. Saludos


Re: System gradually getting slower

2005-08-03 Thread Yannick Le Saint (kyncani)
On Wed, 2005-08-03 at 19:11 -0400, Bill Marcum wrote:
 On Wed, Aug 03, 2005 at 08:46:16PM +0200, Nils Erik Svangård wrote:
  Im running Amd64 with unstable for i386 with my own custom compiled kernel.
  Usually I can run the computer for several months without rebooting,
  but recently everything has started going slower, the only way I have
  found that fixes it is to reboot the system.
  Does anyone know whats going on? Is there any diagnosticsprogram I can
  run to check the problem?
  
 top

  And oprofile.


--
Regards.

Yannick Le Saint (kyncani) [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: gtk-config

2005-08-02 Thread Yannick Le Saint (kyncani)
On Mon, 2005-08-01 at 22:57 -0700, ken keanon wrote:
 When I try to run 'gtk-config --prefix', the system
 responded with 'command not found'. Am I missing any
 package?

  You may want to install apt-file. It's a tool that can tell you which
packages (even not installed ones) provide which files.

  For example, apt-file search bin/gtk-config  will tell you which
package provide gtk-config.


--
Regards.

Yannick Le Saint (kyncani) [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: Why gmplayer - no sound; mplayer - sound?

2005-07-30 Thread Yannick Le Saint (kyncani)
On Sat, 2005-07-30 at 23:47 -0400, Patrick Wiseman wrote:
 When I play a file directly with mplayer, it has sound, but when I
 select the same file from the gmplayer list, I get Could not
 open/initialise audio device - no sound.
 
 What's gmplayer's problem with the audio device?  I thought it was
 just a frontend for mplayer.

  Yes, but they don't take their configuration from the same places.
  See https://wiki.ubuntu.com/MplayerInstallHowto


--
Regards.

Yannick Le Saint (kyncani) [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: grub and 3 disks ( ide and scsi)

2005-07-30 Thread Yannick Le Saint (kyncani)
On Sat, 2005-07-30 at 19:44 +0100, [EMAIL PROTECTED] wrote:
 The problem is that the scsi is recognised as hd1, while normally the 
 second ide is hd1 ??!

  According to grub's faq http://www.gnu.org/software/hurd/faq.en.html
  Grub names the disks in the same order than the bios detected them.

--
Regards.

Yannick Le Saint (kyncani) [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


quanto tempo logado

2004-11-19 Thread Saint
estive procurando e não encontrei ainda um comando ou log em que possa 
saber quais usuários estiveram logado e a quanto tempo, alguma ajuda?




x0rfbserver

2004-09-01 Thread Saint

estou procurando o x0rfbserver e não estou localizado, o site
http://www.hexonet.de/software/x0rfbserver/index.html não existe mais,
sourceforce tb não
freasmeat tb não
se alguem tiver poderia me enviar?



Modem intel ham

2003-09-27 Thread Saint
tenho um pacote para instalar o modem intel.tgz, ele pede que eu 
instale o kernel source, dentro do cd existe um kernel source 2.4.18 e o 
que estou utilizando é o 2.4.18-bf24, tentei:


http://list.debian.org/debian.user.portuguese/2003/debian.user.portuguesehttp://lists.debian.org/debian-user-portuguese/2003/debian-user-portuguese-200303/msg00367.html
não funcionou, continuou a pedir o kernel-souce.
 percebi que foi deixado o arquivo kernel-source-2.4.18.tar.bz2 no 
diretorio /usr/src, decompactei, compilei e :

Kernel: panic: VFS: unable to maout root fs on 03i48, legal.
Existe algum metodo mais fácil?
Existe algum drive para o referido modem em .deb?
Agradeço desde já a todos que ajudarem.
Debian woody



Modem intel ham

2003-09-27 Thread Saint

tenho um pacote para instalar o modem intel.tgz, ele pede que eu
instale o kernel source, dentro do cd existe um kernel source 2.4.18 e o
que estou utilizando é o 2.4.18-bf24, tentei:

http://list.debian.org/debian.user.portuguese/2003/debian.user.portuguese/2003/debian-user-portuguese-200303/msg00367.html
não funcionou, continuou a pedir o kernel-souce.
 percebi que foi deixado o arquivo kernel-source-2.4.18.tar.bz2 no
diretorio /usr/src, decompactei, compilei e :
Kernel: panic: VFS: unable to maout root fs on 03i48, legal.
Existe algum metodo mais fácil?
Existe algum drive para o referido modem em .deb?
Agradeço desde já a todos que ajudarem.
Debian woody




intalação de pacotes

2003-08-31 Thread Saint
instalei diversos pacotes via apt, após ter baixado o pacote instalou e 
deletou o mesmo, como poderia recuperar o pacote instalado?




problemas com o kde

2003-07-27 Thread Saint
instalei a woody e apanhei para fazer funcionar o X; quando abro um 
terminal via xinit --:2, funciona o mouse e o grafico, gnome-session sem 
novidades, mas quando vou utilizar o kde:

(**) Option Device /dev/input/mice
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
No such device.xf86OpenSerial: Cannot open device /dev/input/mice
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device Generic Mouse
(II) UnloadModule: mouse
(II) XINPUT: Adding extended input device Configured Mouse (type: MOUSE)

Fatal server error:
Caught signal 11.  Server aborting
Alguem poderia me ajudar?



Modo grafico

2003-02-27 Thread Saint

Agredeço o Marcio Roberto pela dicas mas ainda não consegui fazer
funcionar o modo grafico, tentei :
#dpkg-reconfigure xserver-xfree86
Respondi as perguntas e nada, detalhe meu inglês é pessimo
tentei:
#dpkg-reconfigure xserve-svga
diz que o pacote não foi instalado.
com o xf86config não funcionou, existe alguma ferramenta que possa ser
usada para configurar o modo gráfico?

[EMAIL PROTECTED]


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.17 i686 [ELF] 
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Mon Feb 24 14:07:42 2003
(==) Using config file: /etc/X11/XF86Config-4
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor yes
(**) |   |--Device yes
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 500 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel abnt2
(**) XKB: model: abnt2
(**) Option XkbLayout br
(**) XKB: layout: br
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(WW) Cannot open APM
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106, rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:07:5: chip 1106,3058 card 15dd,7600 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:0a:0: chip 1131,7130 card 1131, rev 01 class 04,80,00 hdr 00
(II) PCI: 00:0c:0: chip 1813,4000 card , rev 02 class 07,80,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0110 card , rev b2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
compiled for 4.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 00x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 00x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 00x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
[0] -1 00xdc00 - 0xddff (0x200) MX[B]
(II) Bus 1 

configuração do mouse

2003-02-08 Thread Saint
Possuo o mouse Genius NetScroll + PS2 estou tentando configura-lo na woody, 
utilizei o xf86config e consegui o X aparecer e mouse no centro, quando 
movimento o mesmo ele se desloca para a esquerda/acima e fica, não movendo 
mais para o centro, tentei configura-lo com o xf86cfg (não consigo fazer nada 
com ele) sem exito.
Por favor me ajudem.
-- 
Email [EMAIL PROTECTED]
ICQ 130494367
___
Busca Yahoo!
O serviço de busca mais completo da Internet. O que você pensar o Yahoo! 
encontra.
http://br.busca.yahoo.com/



Re: recompil noyau

2002-03-13 Thread Saint-Martin Frédéric
De: 
 Il faut que tu copies le fichier /boot/Config-2.2.19 ( ou quelque chose comme 
ça ) dans
 /usr/src/linux
 puis dans menuconfig tu le charges par l'option Load configuration 
file--Config-2.2.19
 ce fichier est l'image de la configuration de ton noyeau apres la premiere 
install.
 Cordialement,
 FSM


=
This Email is confidential to the addressee but it may also be privileged.
Neither the confidentiality nor any privilege attaching to this Email is
waived, lost or destroyed by reason that it has been mistakenly transmitted
to a person or entity other than the addressee.
Please note that any dissemination, distribution or copying of this Email is
strictly prohibited if you are not the addressee.
Please notify us immediately by Email and destroy this Email.

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



Re: Problemas imprimiendo ASCII

2000-05-22 Thread Mauricio Saint-Supery
On Mon, May 22, 2000 at 08:50:34AM -0500, Javier Viñuales Gutiérrez  wrote:
 
 Te adjunto los filtros de magicfilter que uso y el
 printcap a ver qué pasa.

(No veas lo que me ha costado decodificar el adjunto). Veo que usas
el filtro de la deskjet500. Las últimas líneas dicen así:

 # Default entry -- for normal (text) files.  MUST BE LAST.
 # If you do not have djscript use the other default line or, better, install
 # it. MM
 #
 default filter  /usr/bin/djscript -q

Modifícalo de esta forma:

  default filter  /usr/bin/djscript -q -Cecma

Con -C cambias el juego de caracteres de la impresora, y ecma es
sinónimo de iso-8859-1 o latin1 (man djscript).

Saludos.



Problems w/bash upgrading to libreadlineg

1998-09-07 Thread Randy Marianne Saint
Howdy,
I think I've really got my Debian Linux system messed up now.  I was trying
to upgrade to: bash_2.01.1-3.1.deb, which requires libreadlineg2 (2.1-10.1).
Well, dselect would always fail with an internal error - filename not
found...chunk 16 message.
So, I decided to try to install with dpkg command line.  It basically said I
couldn't upgrade bash because the current bash used libreadline2 and that
conflicted with libreadlineg2.  And it wouldn't upgrade to libreadlineg2
because it said that the conflict would break libreadline2 and thus bash.
Aargh!

So here's where I really hosed up my system.  I forced the upgrade to
libreadlineg2 and tried to force the bash upgrade.  The libreadlineg2
upgrade worked, but has now broken the current bash, so no scripts
(including the dpkg subprocess pre-installation script) will run, and thus
the new bash will not install.  Help!

How can I install the new bash so I will have an operational system?

Perhaps if someone can send me the new bash executable, I can install that
by hand.

Any help will be greatly appreciated.

Randy Saint
[EMAIL PROTECTED]




Re: Lyx figures and mice

1997-06-06 Thread Saint
GET ME OFF THIS LIST !


On Fri, 6 Jun 1997, Kingsley G. Morse Jr. wrote:

 Does anyone know how to use figures in 0.10.7 version of Lyx from the 
 frozen and contrib directories? When I click on the figure icon on 
 the menu bar, I'm not prompted for the filename of a figure to include. :-(
 
 It WILL display a figure however, which I tested by editing the User Guide
 (/usr/X11R6/lib/X11/lyx/doc/UserGuide.lyx) to use the correct path for a
 picture of a platypus. I changed it to
 
/usr/X11R6/lib/X11/lyx/clipart/platypus.eps
 
 The User Guide says that the user should click with the center mouse button 
 to popup a dialog box which allows you to insert a postscript figure, but
 it doesn't work for me. In my case, pressing the middle mouse button 
 dumps out Xwindow's paste buffer or nothing, depending on where the pointer
 is.
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .