Re: Firefox ESR 60.6.2+ still unavailable for me

2019-05-28 Thread Guilherme Vieira
Did I send this to the wrong list? Atenciosamente / Sincerely, Guilherme Prá Vieira <http://www.linkedin.com/in/n2liquid> On Wed, May 22, 2019 at 10:12 AM Guilherme Vieira < super.driver@gmail.com> wrote: > Hi folks! > > I've been waiting for a few days now for

Firefox ESR 60.6.2+ still unavailable for me

2019-05-22 Thread Guilherme Vieira
logically closer mirror. What should I do in order to have Firefox ESR updated to the latest version? Atenciosamente / Sincerely, Guilherme Prá Vieira <http://www.linkedin.com/in/n2liquid>

Re: Debian testing randomly freezes

2016-10-05 Thread Guilherme Vieira
Is this not the right list for these kinds of questions? Atenciosamente / Sincerely, Guilherme Prá Vieira <http://www.linkedin.com/in/n2liquid> On Tue, Oct 4, 2016 at 2:49 AM, Guilherme Vieira wrote: > Hello. > > I've been using Debian testing for over a year without pr

NFS, Nautilus, D-Bus and clock settings

2013-10-31 Thread Iuri Guilherme dos Santos Martins
I have around ten computers in a properly configured network all running Debian Wheezy. After I installed task-file-server in all of them I have been able to share the 'Public' folder of every machine and transfer files within the network. It seems that now everytime I try to open the remote fold

Re: Bash script problem [OT?]

2012-04-23 Thread Iuri Guilherme dos Santos Martins
When dealing with paths in bash i usually employ two things: One is declaring arrays like this: FILES_LIST=( ) And everytime I want to append to the array I go like this: FILES_LIST=( ${FILES_LIST[@]} ${NEW_FILE} ) Obviously I will have problems if the paths or files have spaces in their nam

Re: how to change bubble size ?

2012-04-20 Thread Iuri Guilherme dos Santos Martins
exactly... it is notification-daemon available in debian But the bubble is too big and I want to minimize its size as well as it's font size. To me it looks like notification-daemon is not a good thing if you want to edit it. Also googling I found people talking about alternativ

Re: how to change bubble size ?

2012-04-19 Thread Iuri Guilherme dos Santos Martins
Em 19-04-2012 13:07, Camaleón escreveu: On Thu, 19 Apr 2012 20:52:16 +0530, J. Bakshi wrote: On Thu, 19 Apr 2012 14:49:24 + (UTC) Camaleón wrote: A On Thu, 19 Apr 2012 18:42:35 +0530, J. Bakshi wrote: Could any one suggest me a way to change the fontsize of the desktop

Re: Fwd: Running kwrite with root privelige

2011-12-28 Thread Iuri Guilherme dos Santos Martins
Em 27-12-2011 12:49, Tony van der Hoff escreveu: Bump this - Has anyone any suggestions, please? Original Message Subject: Running kwrite with root privelige Resent-Date: Sat, 24 Dec 2011 14:21:08 + (UTC) Resent-From: debian-user@lists.debian.org Date: Sat, 24 Dec 2011 13:4

Re: How to key Esperanto characters

2011-12-12 Thread Iuri Guilherme dos Santos Martins
Use setxkbmap. For permanent changes, you can either send the command everytime the system starts by placing it in init scripts, or manually edit the /etc/default/keyboard file. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contac

Re: Panning Desktop WITHOUT xorg.conf

2011-12-06 Thread Iuri Guilherme dos Santos Martins
This is from man page of randr: Per-output options [--panning widthxheight[+x+y[/track_widthx‐ track_height+track_x+track_y[/border_left/border_top/border_right/bor‐ der_bottom So i guess that the panning option expect more arguments. I will test here and send my experiences (after lunch).

Re: Unable to boot Debian 6

2011-12-06 Thread Iuri Guilherme dos Santos Martins
I would say that you or someone installed Debian 6.0.1, because when Ubuntu 10.04 was out, i think there was not Debian 6. Anyways it seems like you dropped into a virtual terminal, try to type in your user name, or anything, and in your screen should appear this: Password: If it does, maybe

Re: disable beep for wall command

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Yes, it is important to remember that ALSA is not the only sound system for Linux, where either his ALSA is not configured to handle the pc beep or maybe another sound system is taking care of that. I'm not sure how gnome-volume-control handles sound sytems. -- To UNSUBSCRIBE, email to debian

Re: Viewing contents of AR archive in KDE

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Well, maybe it could be an issue with Ark itself, you have lightweight options you could test, like XArchiver and Squeeze -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian

Re: Viewing contents of AR archive in KDE

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Also check if you have the proper libraries My search returned this package: libarchive-ar-perl Maintained by: Debian Perl Group -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://l

Re: disable beep for wall command

2011-12-06 Thread Iuri Guilherme dos Santos Martins
What's making that horrible beep is the calling of the funtion sigaction() with the first parameter being SIGALRM, and then it being called the function alarm(). As we said, disabling your pc beep disables this, as disabling only the wall will not solve your problem (other programs will also b

Re: disable beep for wall command

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Those links i sent you are old links i had here, I thought that they were teaching how to disable the beep, but looking at them now make me feel like I sent you the wrong link. What I thought these links would show you is how to disable the beep using the ALSA mixer, as you were already told h

Re: Trying to use Wireshark on Lenny

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Did it worked? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ede185f.1090...@gmail.com

Re: Trying to use Wireshark on Lenny

2011-12-05 Thread Iuri Guilherme dos Santos Martins
If you already know which your system is, there should be a way to tell that to configure (for example, . configure --operational-system GNU\/Linux). Because what this config-guess is trying to do looks like the same thing. If it is not working, I would find it easier to pass the arguments ma

Re: disable beep for wall command

2011-12-05 Thread Iuri Guilherme dos Santos Martins
http://www.smartpixie.com/wiki/Tech/DebianTips.twiki.html http://www.debian-administration.org/articles/110 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4edcc124.3

Re: Trying to use Wireshark on Lenny

2011-12-04 Thread Iuri Guilherme dos Santos Martins
Looks like that .config-guess script is not asking uname -o, which would return your operational system. Check to see if there is a way to pass an argument to configure that tells manually which is your operational system (take the output from uname -o and paste it there) -- To UNSUBSCRIBE,

Re: Creating PXE boot image

2011-12-04 Thread Iuri Guilherme dos Santos Martins
You may look at the ltsp-build-image command, it does exactly what you want. I'm not saying you should use ltsp-server, you could download the source of this ltsp-build-image and see if you can use it in the way you want. What that does, roughly is take a chroot filesystem (in ltsp case norma

Re: Detach Icedove from xterm itself called from terminal.

2011-12-02 Thread Iuri Guilherme dos Santos Martins
Em 02-12-2011 17:36, Mart Frauenlob escreveu: ok, after reading the online help for xterm: as it calls a shell normally, why not let the shell just execute one command with the '-c' option? xterm -e sh -c 'icedove &' how does that behave? xterm should close after the shell closes, right?

Re: Detach Icedove from xterm itself called from terminal.

2011-12-02 Thread Iuri Guilherme dos Santos Martins
Your script is very good, by the way. I used that to fix some errors i had in my Openbox menu that I was procrastinating to solve (nothing that couldn't be done by command line anyways). Thanks for sharing :D -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject o

Re: Detach Icedove from xterm itself called from terminal.

2011-12-02 Thread Iuri Guilherme dos Santos Martins
Well, the way that you could produce a bash script file and then run it with only one command would be like this: echo "#!/bin/bash \nicedove & \nexit" > script.sh && bash script.sh && rm script.sh Just make sure your Lua interpreter can understand the && What that does is create a file call

Re: Detach Icedove from xterm itself called from terminal.

2011-12-02 Thread Iuri Guilherme dos Santos Martins
Em 01-12-2011 17:28, Mart Frauenlob escreveu: why use a shubshell for icedove, we expect to use the output for something? better use single quotes to protect the `&' to be parsed by the shell and to prevent from word splitting, so we keep it as one 'word' option for xterm. echo exit > xter

Re: Detach Icedove from xterm itself called from terminal.

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Now I get it, You must use the same command i sent you, however in the Lua language you should have an option to detach the command from the terminal that you are using, and to close the terminal. That should work (assuming that now i did understand what you are doing). -- To UNSUBSCRIBE, e

Re: Release file expired

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Your system clock is properly set? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ed7a6a1.3080...@gmail.com

Re: Reload X

2011-12-01 Thread Iuri Guilherme dos Santos Martins
See if your gdm3 appear on the list given by $ service --status-all (this is on sbin, should be run as root) If it is, you should be able to do $ service gdm3 restart But that may not reload X, as gdm3 is just a display manager (unless gdm3 is configured to restart xinit along with it, but tha

Re: Detach Icedove from xterm itself called from terminal.

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Em 01-12-2011 11:08, Chris Davies escreveu: Paul Isambert wrote: But Icedove still stays attached to the first terminal... Just to check, you want to be able to start icedove from the command line in (say) an xterm, but have it continue to run even when that xterm is closed? And you'

Re: GNOME 3 Alt-Tab takes two hands now

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Em 01-12-2011 03:20, Brian Flaherty escreveu: On 11/30/2011 08:46 AM, Iuri Guilherme dos Santos Martins wrote: You may configure that in the window manager Where does one do that? Well i think the window manager you use is metacity, so you will have luck searching for this. -- To

Re: can't enter into gnome interface

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Nevermind, i was looking in the gdm man pages and there is no way to set the display, unless you manually configure EACH configuration file. It seems that gdm is supposed to work out-of the-box, and no one is supposed to edit the configuration files. What means that if it fails, it's their fa

Re: Detach Icedove from xterm itself called from terminal.

2011-12-01 Thread Iuri Guilherme dos Santos Martins
The first terminal you say is supposed to be closed? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ed76b6e.4010...@gmail.com

Re: can't enter into gnome interface

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Try changing your DISPLAY variable. Or open your Display Manager (probably gdm3) with the DISPLAY argument. The DISPLAY variable format is hostname:display.screen As you probaly are running locally, the hostname is not needed. display and screen most of the times work for most of people when t

Re: GNOME 3 Alt-Tab takes two hands now

2011-11-30 Thread Iuri Guilherme dos Santos Martins
You may configure that in the window manager -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ed65deb.2040...@gmail.com

Re: Detach Icedove from xterm itself called from terminal.

2011-11-30 Thread Iuri Guilherme dos Santos Martins
Well, the example i gave you opens another terminal (xterm) and opens icedove without closing the first terminal nor the second (assuming that you was using xterm in the first place). If you want the terminal to be closed, you may use: echo exit > xterm -e `icedove &` & (if you want the xterm

Re: Detach Icedove from xterm itself called from terminal.

2011-11-30 Thread Iuri Guilherme dos Santos Martins
I did not understand what you wanted, but i guess `xterm -e `icedove &` ` is close to the command you are looking for. The `` are used by bash to open a sub shell. (Assuming you are using bash). -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe".

Re: Newly back to Debian/LXDE, now have a blank menu.

2011-11-14 Thread Iuri Guilherme dos Santos Martins
Em 14-11-2011 13:30, Cybe R. Wizard escreveu: OK, I'll admit that I drank the Ubuntu Kook-Aid for a (n unspecified) number of years. Now I've returned /home Welcome home. preferring to use LXDE/Compiz. Since you are releasing yourself from chains, do yourself a favor and get rid of Compiz. If

Re: GNOME3 Ugh! Reverted to XFCE4

2011-11-14 Thread Iuri Guilherme dos Santos Martins
Em 12-11-2011 17:57, Walter Hurry escreveu: On Sat, 12 Nov 2011 15:13:49 -0500, Doug wrote: I seem to recall that this Gnome3 and Unity first came from Ubuntu. Unity did. GNOME3 has no origin in Ubuntu. Yes, Unity is still using gtk2. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.

Re: GNOME3 Ugh! Reverted to XFCE4

2011-11-14 Thread Iuri Guilherme dos Santos Martins
Em 12-11-2011 15:51, Joe escreveu: I wouldn't know, my two-year-old Gigabyte MB is apparently too old for Gnome 3. According to the Gnome site: 'It is our primary focus to build a modern operating environment, platform, and user experience. It doesn't make sense to target the hardware of the pas

Re: Formatting external HDD

2011-10-19 Thread Iuri Guilherme dos Santos Martins
Em 19-10-2011 18:29, Karl Vogel escreveu: On Tue, 18 Oct 2011 17:54:32 +0100, Lisi said: L> I have just acquired a one T HDD for use as an external HDD. I now need L> to decide how to partition it. [...] Would it be feasible to have one L> large partition on the drive, and then use

Re: the best note in debian

2011-10-15 Thread Iuri Guilherme dos Santos Martins
Em 14-10-2011 11:13, lina escreveu: On Fri, Oct 14, 2011 at 9:18 PM, Camaleón wrote: On Fri, 14 Oct 2011 15:45:55 +0800, lina wrote: (lina, remember to disable html in your posts) I did not realize it, until now I found the plain text, (hope this one works) On Fri, Oct 14

Re: Lenny 5.0 AMD64 install hangs

2009-04-21 Thread Luiz Guilherme Regis Emediato
, 2009 at 11:15:09AM -0300, Luiz Guilherme Regis Emediato wrote: Hi, I am trying to install Debian 5.0 Lenny on AMD64 machine but it hangs at partitioning. Why ? Are you sure the disk is ok? Have you tried running a livecd (like Knoppix) and mount the disk there? Perhaps try to write a

Lenny 5.0 AMD64 install hangs

2009-04-21 Thread Luiz Guilherme Regis Emediato
Hi, I am trying to install Debian 5.0 Lenny on AMD64 machine but it hangs at partitioning. Why ? I need some help here. I appreciate. Thanks Guilherme Regis -- Luiz Guilherme lgeme...@terra.com.br -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of

Maildrop drama with virtual domains

2005-01-05 Thread Guilherme B. Viebig
ING for additional information.   # echo "teste" | maildrop -V -d [EMAIL PROTECTED] displays: maildrop: Unable to open filter file, errno=2.   # echo "oi" | maildrop -d [EMAIL PROTECTED] displays: maildrop: Unable to change to home directory. What the hell i´m doing wrong?   Thanks in advance   Guilherme B. Viebig    

Courier-imap Mysql 4.x

2004-12-29 Thread Guilherme B. Viebig
...     Guilherme B. Viebig São Paulo, Brazil    

unsubscribe.

2004-11-22 Thread Guilherme Rocha_Sul Soluções
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Need help to setup soundcard CMI8330

2004-10-01 Thread guilherme
  Hello Johnny, You can use the sndconfig tool in command line.   EX: # sndconfig the tool ask some questions for you and if all is OK you will go to over listening a linux torvals voice. is the best way to configure your sound system. Bye. Guilherme Rocha Brasilian IT for the world

RES: Active Directory

2004-06-30 Thread Guilherme Rocha_Sul Soluções
ol" the errors don't have effects. And you can sleep well at night. Guilherme Rocha Sul SoluÃÃes InformÃtica www.sulsolucoes.com.br -Mensagem original- De: news [mailto:[EMAIL PROTECTED] Em nome de Adam Aube Enviada em: quarta-feira, 30 de junho de 2004 14:24 Para: [EMAIL

Driver S3 Pro SavageDDR.

2004-06-09 Thread Guilherme Rocha_Sul Soluções
My video card is S3 Pro SavageDDR My Xserver is SVGA (I make tests with the Xserver-xfree86 and Xfre86-S3 and tests bad) What the correct configuration for this card??? Thank's Guilherme Rocha *Divisão Técnica* Sul Soluções Informática 55 (71) 334 0843 /88145926 www.sulsolucoes.com.

samba doubts.

2004-06-05 Thread Guilherme Rocha_Sul Soluções
I'll need to use encrypted passwords, a has some other doubts, Thank's!!! See our site in www.sulsolucoes.com.br in 20 days will made some modifications, transform in a dynamic site. Guilherme Rocha *Divisão Técnica* Sul Soluções Informática 55 (71) 334 0843 /88145926 www.sulsolucoes.co

RES: stable x unstable.

2004-06-05 Thread Guilherme Rocha_Sul Soluções
Thank's!! -Mensagem original- De: Alex Derkach [mailto:[EMAIL PROTECTED] Enviada em: sábado, 5 de junho de 2004 15:58 Para: Guilherme Rocha_Sul Soluções Cc: [EMAIL PROTECTED] Assunto: Re: stable x unstable. cat /etc/apt/sources/list | grep -i [un]stable | awk '{ print

PLEASE A COMMAND FOR SHUTDOW KDE AND X!!!!!

2004-06-05 Thread Guilherme Rocha_Sul Soluções
erver-xfree86 But this only in text mode. Thanks!!! Guilherme Rocha *Divisão Técnica* Sul Soluções Informática 55 (71) 334 0843 /88145926 www.sulsolucoes.com.br -- Este e-mail foi verificado pelo servidor Antivírus da Sul Soluções. Caso você esteja suspeitando ter recebido um vírus através de n

stable x unstable.

2004-06-05 Thread Guilherme Rocha_Sul Soluções
How I can to know what my distro??? If stable or unstable??? My Xserver can't run and a friend saw that unstable is more recent than my vga card maybe are recognize for unstable vrsion. Thank's P.S. the iso image of my installation is " debian-30r2-i386-binary1_NONUS1 "

RES: X server.

2004-06-04 Thread Guilherme Rocha_Sul Soluções
Where are you Guilherme Rocha (BR) -Mensagem original- De: Kent West [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 3 de junho de 2004 23:26 Para: [EMAIL PROTECTED] Assunto: Re: X server. Guilherme Rocha_Sul Soluções wrote: >I install debian 3.0 in my PC 3 times, I don

X server.

2004-06-03 Thread Guilherme Rocha_Sul Soluções
nf to configure VGA cards? My vga card is S3 Prosavage My PC has installed KDE and gnome I need Help. Sorry for this english, it's so bad. Thank's Guilherme Rocha *Divisão Técnica* Sul Soluções Informática 55 (71) 334 0843 /88145926 www.sulsolucoes.com.br -- Este e-mail foi

unsubscribe

2004-03-23 Thread Guilherme B. Viebig
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Urgent apt-problem

2003-12-08 Thread Guilherme Viebig
I´m trying to remove, install, upgrade...(-f || !-f) whatever... plptools-kde package, but it returns the same error with dirname command I´m stuck Can someone help me with this issue? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

apt error or bug with plptools & plptools-kde

2003-12-07 Thread Guilherme Viebig
I´m using Debian 3.0r1 2.4.22 unstable When I tried to remove plptools and plptools-kde dpkg returns error signal 1 and the dirname applied by dpkg seens to have lack of arguments. Like: #apt-get remove plptools-kde Reading Package Lists... Done Building Dependency Tree... Done The following pa

Postfix issue

2003-08-14 Thread Guilherme Viebig
Hi all, I trying to configure postfix to listen as a remote smtp, my host name is plannercorretora.com.br but if I send an an message to a domain that´s not my host name, postfix say Relay Access Denied how can I setup my postfix to act as an mail gateway for internet thks! bye -- To UNSU

Re: Problems with X and the Intel i855GM integrated graphics

2003-08-14 Thread Guilherme A Mendes
t; When I choose more colors (i.e. 24bit) X doesn't work at all, it just > dies. What's the problem? Any suggestions, experiences, questions? I > attached all files and messages I though could be relevant. > > Best regards, > Magnus -- Atenciosamente, Guilherme

Mouse Pointer Problem

2003-08-14 Thread Guilherme A. Mendes
Hi everyone, I have a big problem with my mouse pointer: suddenly it loses the focus, for example if I put the pointer under an icon, the pointer is not exactly under that icon, it's some pixels left. I'm looking for the solution for a long time and anyone can figure out what is happenning (I kno

Re: Mouse Pointer Problem

2003-08-14 Thread Guilherme A Mendes
No, I dont have this option in XF86Config... Do you have an example how I can add it ? Thanks, GMendes On Wed, 2003-08-06 at 19:14, Michael Heironimus wrote: > On Wed, Aug 06, 2003 at 05:56:41PM -0300, Guilherme A. Mendes wrote: > > I have a big problem with my mouse pointer: suddenly

Re: Mouse Pointer Problem

2003-08-10 Thread Guilherme A. Mendes
Wed, 2003-08-06 at 19:33, Jonathan Matthews wrote: > On Wed, Aug 06, 2003 at 05:56:41PM -0300, Guilherme A. Mendes wrote: > > Hi everyone, > > > > I have a big problem with my mouse pointer: suddenly it loses the focus, > > for example if I put the pointer under an i

APT Serious Bug

2003-07-04 Thread Guilherme Viebig
I´m using Debian 3.0 kernel 2.4.19bf24 When I try to update my system with apt I get this error message E: Internal error. could not immediate configuration (2) on libpam-modules Now my apt is bugged. Any hints ? Thanks Guilherme B. Viebig -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

help: APT - locked

2003-06-04 Thread Guilherme Viebig
- open (11 Resource temporarily unavailable) E: Unable to lock the download directory Any hints? thks.. Guilherme B. Viebig -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

unsubscribe

2002-12-13 Thread Guilherme Silveira Castor
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 12:01 PM Subject: debian-user-digest Digest V2002 #853 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

XServer

2002-10-28 Thread Guilherme A. Mendes
or on driver 0".   Then I tried to set it up again with dpkg-reconfigure and it didn't work out, I got the same error. My video card is a Intel i810, LG Monitor 15 Inches.   How may fix it ? Thanks for all.   --- Regards, Guilherme A. Mendes

Re: ppp problem

2001-10-09 Thread Guilherme Neuman
Thanx Frank and Timeboy but when I installed kernel 2.4 I did a huge upgrade with it... a friend (not so new to linux) helped me so how do I know if I'm running potato or woody? It says "Debian GNU/Linux testing/unstable ..." so I assume I'm running woody How do I know if I have the proper package

gnome

2001-06-12 Thread Guilherme Borges
red object file: No such file or directory Does anyboby knows which library is this? If it is part of libgdk-pixbuf2,then i've already installed it. Thanks, Guilherme

Re: QuarkExpress equivalent on Linux?

2001-02-21 Thread Guilherme Barile
The biggest issue is that OS X is not X ... it uses display Postscript technology (remember openstep?). So, some modifications will have to be made. Anyway, as a theory, any MacOS-X application could be compiled on linux using GNUStep (www.GNUStep.org). - Original Message - From: "Mike Wil

Re: QuarkExpress equivalent on Linux?

2001-02-21 Thread Guilherme Barile
There's Corel for linux ... I guess its the most similar to quarkexpress for linux. I think linux is great for servers, but there are still some things for which its not prepared yet (ie video.audio editing, graphics, layouting, etc). Do what I did, keep a cheap pc for the hacking stuff and buy a

FS Question

2001-02-21 Thread Guilherme Barile
Hi I'm developing something for data archival/retriaval (documents). Can someone tell me how many files I may have on one directory (ext2fs) Thanks in advance gui

Re: Ip masquerading help

2001-02-21 Thread Guilherme Barile
> Check your routing table with 'route -n'. > Do you have a route on the Linux router machine that looks like this? -- > > Destination Gateway GenmaskIface > 200.189.192.144 0.0.0.0 255.255.255.248eth1 I guess the problem is on the ipmasq rules. I'll put thr

Ip masquerading help

2001-02-20 Thread Guilherme Barile
Hello debian users. I am having the following ip masquerading issue: 1) I have four networks in my office 200.189.194.144 (netmask 255.255.255.248) - internet servers 10.0.0.x (netmask 255.255.255.0) - internal network 10.0.1.x (netmask 255.255.255.0) - other internal network 200.217.207.129 (

Weird behavior of Java graphical programs under KDE2

2001-01-27 Thread Guilherme Ceschiatti
e program again, it doesn't works too. I have to close the KDE2 session and then re-login into the system. This problem occurs with other graphical Java programs too. Anybody has had this problem too? []s Guilherme Ceschiatti

Re: Debian distribution with free support

2001-01-08 Thread Guilherme Ceschiatti
t product. []s Guilherme Ceschiatti On Monday 08 January 2001 20:03, Charlie Kroeger wrote: > >Someone wrote me an e-mail and included an URL to a seller of > >-|"Official" Debian that included free support. > > That was > > www.libranet.com > > They do a debia

ISA SoundBlaster

2001-01-02 Thread Guilherme Ceschiatti
Hi! I've used normaly my ISA SoundBlaster in Storm Linux, but when I tried to move to Debian, it does not work anymore! I've tried everything, from copying the isapnp.conf and modules.conf to even using the stormlinux kernel in my Debian, but nothing works. Any ideas? []s Guiga

Sound Setup

2000-04-11 Thread Guilherme Ceschiatti
Hi! There is no sndconfig in the debian packages. Is there any other sound config tool avaiable? []s Guilherme Ceschiatti

makeinfo

2000-03-31 Thread Guilherme Soares Zahn
the "makeinfo" command... I tried to browse the /var/state/apt/lists dir but couldn't find out which package to install in order to have this command available... Can anyone help me? TIA, Guilherme Zahn

Re: Files with *strange* permissions

2000-03-16 Thread Guilherme Soares Zahn
> Guilherme writes that he has encounted files he cannot delete. > > (...) The file system debugger also > will do this job. OK... this worked fine, the files aren't there anymore! Now, when I rebooted e2fsck complained about the "file too big" thing again... what can

Re: Files with *strange* permissions

2000-03-16 Thread Guilherme Soares Zahn
> Guilherme writes that he has encounted files he cannot delete. > (...) > > > For the unalterable files, lsattr gives ext2fs atrributes. chattr > will change these attributes, which include immutable. This will > usually help remove unalterable files. The file system debugge

Files with *strange* permissions

2000-03-16 Thread Guilherme Soares Zahn
file too big while calling ext2fs_block_iterate in pass 1b" and then finds two duplicate blocks (always on the same two pairs of inodes)... If I try to run "e2fsck -c" it complains about the "file too big" thing and aborts... I'm almost sure it is related to the /lost+found files... Now, how can I get rid of them? Is there a chance, or will I be forced to format & install it all again? TIA, Guilherme Zahn

Re: MSMail client & scientific plotting/fitting program

2000-01-31 Thread Guilherme Soares Zahn
t; do anyone know a Linux client for MSMail? > > You need to elaborate further. Are you looking for an MS Exchange client, > or merely an Internet email client? MS Exchange... I already have an Internet e-mail client (or should I say 2, Netscape & Mutt? ;-)... Is there any??? []'s Guilherme Zahn

MSMail client & scientific plotting/fitting program

2000-01-31 Thread Guilherme Soares Zahn
import/export the data)... If possible, I'd like it to be at least *a bit* intuitive to use, also... TIA, Guilherme Zahn

Useless (broken?) IDE HD

1999-12-20 Thread Guilherme Soares Zahn
even the 1st HD)... Now, is there any chance that it's not a hardware fault? If so, how could I try to make it work? I'm accepting mostly every possible idea, no matter how risky or absurd it may seem, as the worst that could happen as losing the HD I can't use now! TIA,

Re: mutt questions

1999-09-15 Thread Guilherme Soares Zahn
> Hi lazy folks ;->>> Hi!!! ;-) > More lazy stuff: using the mc editor (very practical > to zap entire lines of the first mail when you reply, > or to copy similar lines) Well... this one is very good for us, old MS-DOS users (it's very similar to MS's EDIT ;-)... I also like A LOT the jstar ed

ne3200 EISA

1999-09-14 Thread Guilherme Soares Zahn
Hi there, we've got 4 NE3200 EISA boards here and, unfortunately, I haven't found a driver for them to work under Linux yet... Has anyone managed to set up one of these?? TIA, Guilherme Zahn

mutt questions

1999-09-14 Thread Guilherme Soares Zahn
ng, also... I don think it's a good policy to have the 'down' key to move you to the next message... sometimes we only want to go down a single line... What about using 'n' for 'next message' and 'p' for 'previous message' (and the cursor keys for their intuitive funcions) TIA, Guilherme Zahn

Re: To the Debian Project, IMHO

1999-09-14 Thread Guilherme Soares Zahn
i.e., you can choose to install and/or uninstall each of them whenever you want to w/out messing with the other. ...just my $2c... Guilherme Zahn (still a 'pseudo' power-user)

Re: General kernel questions

1999-09-13 Thread Guilherme Soares Zahn
;defaults' for make menuconfig (or xconfig or just config)... Maybe I got it? Guilherme Zahn

Re: Printer stair stepping

1999-09-13 Thread Guilherme Soares Zahn
> My printer, an HP694C, does the stair-stepping thing. When I set up Mandrake, > there was an automatic fix for this during set up. What can I do with Slink > to fix this? > > Also, I use lpr. Is this the preferred way for printing with Debian? Well... The solution I found wasn't really 'The De

DOWNGRADING glibc (2.1.x => 2.0.x)

1999-09-13 Thread Guilherme Soares Zahn
rade my system from glibc 2.1.x to glibc 2.0.x... Now, is there a less-painful way to do it or should I just reinstall slink from the beggining TIA, Guilherme Zahn

Re: How do you LOW FORMAT a hard drive

1999-09-13 Thread Guilherme Soares Zahn
ous to do so in new IDE drives (something to do with geometry parameters, if I'm not mistaken)... Now, how would I LOW FORMAT a floppy disk??? []'s Guilherme Zahn

LessTif 0.89

1999-09-10 Thread Guilherme Soares Zahn
the 'soon released' list, has anyone successfully installed LessTif (and LessTif-devel & LessTif-clients) from the RPM's with ALIEN? []'s! Guilherme Zahn

OT: using printtool under Debian

1999-09-08 Thread Guilherme Soares Zahn
pr¨: no such file or directory'... Is there a way to get round all this? ;-? TIA, Guilherme Zahn

Re: Manually importing Debian menu to WMaker

1999-09-08 Thread Guilherme Soares Zahn
ila! - it works fine now! Now, just a quick question... is there a way to add my own entries to the WM menus? In Fwhm95 there was... Ciao Guilherme Zahn

Manually importing Debian menu to WMaker

1999-09-03 Thread Guilherme Soares Zahn
Hi there, After some months w/ fvwm95, I'm experimenting WMaker, and I quite like it (lighter & seems more stable)... but there's a problem: The Debian default menus aren't merged w/ WMaker's own menus at installation, and I don't know how to do so... Can some

NetBIOS over IPX

1999-09-03 Thread Guilherme Soares Zahn
r IP)... We're using ipxripd for the IPX routing... Which app should we use to do the NetBIOS routing over it??? TIA, Guilherme Zahn

Killing 'undestructable' processes

1999-09-02 Thread Guilherme Soares Zahn
Hi there, this time I have a pretty quick and direct question: is there a way to kill those processes that refuse to die (for instac,e netscape will behave that way after a crash - and not even a kill -9 does the trick)??? TIA Guilherme Zahn

Re: cfdisk big-disk warning

1999-09-02 Thread Guilherme Soares Zahn
> Duggan Dieterly said: > > just to let everyone know, cfdisk does not work with window FAT32 > > file partition tables. use fdisk instead. > > What happens? I've been able to create partitions extending beyond cylinder > 1023 with (the current as of one week ago Potato) cfdisk, although the > ve

  1   2   >