Trust 250 mouse - wheel problem

2004-12-29 Thread Diego
Hi, I'm using Debian 3.1/Xfree86 4.3.0.1 with a Trust 250sp mouse.
The problem is that the wheel is not working, only the wheel.
I don't know if this helps, but the mouse works if I configure it like
PS/2, GlidePointPS/2, MouseManPlusPS/2, and doesn't work like ImPS/2,
NetMousePS/2, NetScrollPS/2, ThinkingMousePS/2, ExplorerPS/2.
I also tried with imwheel but nothing ... although it is not required
on Xfree>=4, right?
My XF86Config-4 is like this:
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

It doesn't work over neither gnome nor kde.
Thanks in advance!
Diego.


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



Re: using scp to move files

2004-10-26 Thread diego
I bet the issue is already solved, but I just read the thread and wanted
to give my 2 cents ;-)

I searched for the move option in scp not few moths ago and I read
somewhere (googling around) that scp -u did this, **if you had ssh v2**.
But if you still have v1 ... you'd better simulate it as described in
this thread or better upgrade to ssh v2.

Hope this helps anyone.



El lun, 04-10-2004 a las 19:34, Pete Conkin escribió:
> From: "Kamaraju Kusumanchi" <[EMAIL PROTECTED]>
> >I need to move some files from a server to client. I am planning to
> > use scp for this. Using scp, I can only copy the files. But I want to
> > move the files instead of copying them. Any ideas? The manual of scp
> > does not have any option for this.
> >
> > Are there any other programs which achieve the same result?
> 
>   The scp program from SSH.com's package supports this via the -u option
> which will remove source files after copying them.
> 
>   Pete
> 
> >
> > thanks
> > raju
> >
> >
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> >
> >
> 


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



Re: using scp to move files

2004-10-28 Thread diego
Well, I googled around a bit and found something:

http://www.employees.org/~satch/ssh/faq/manpages/scp2_man.html
you can see that this option is in 'scp2' (that uses ssh v2).

The problem re-reading this is it's from ssh.com , not OpenSSH's
package... and it seems (have no more time by now) it is not
opensource... :-(( 

Have a look anyway to see if it suits you or anyone has added this to
openssh recently..

Good luck


El jue, 28-10-2004 a las 09:17, Kamaraju Kusumanchi escribió:
> On Tue, 26 Oct 2004 20:26:21 +0200, diego <[EMAIL PROTECTED]> wrote:
> > I bet the issue is already solved, but I just read the thread and wanted
> > to give my 2 cents ;-)
> > 
> 
> No it is not. All the solutions suggested to transfer the file first
> and then remove it.
> 
> > I searched for the move option in scp not few moths ago and I read
> > somewhere (googling around) that scp -u did this, **if you had ssh v2**.
> > But if you still have v1 ... you'd better simulate it as described in
> > this thread or better upgrade to ssh v2.
> > 
> 
> I cannot find the -u option in the man page of scp or ssh. So I guess
> I am using ssh  v1. But how can I be sure of that?
> 
> $ssh --version
> usage: ssh [-1246AaCfghkNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]
>[-D port] [-e escape_char] [-F configfile] [-i identity_file]
>[-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option]
>[-p port] [-R port:host:hostport] [EMAIL PROTECTED] [command]
> 
> $dpkg -l ssh
> ii  ssh3.8.1p1-8  Secure rlogin/rsh/rcp replacement (OpenSSH)
> 
> thanks
> raju


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



Re: Memory Management in Linux

2004-11-16 Thread diego
Check if any of programs in 'Memory debugging' suits you at:

 http://www.yolinux.com/TUTORIALS/LinuxTutorialSoftwareDevelopment.html


Good luck!


El vie, 05-11-2004 a las 19:37 +0100, Silvan Villiger escribió:
> Hi,
> 
> Can anyone give me a link to a guide which introduces into memory
> management?
> 
> I need to understand expressions like "rss", "sz", "shared memory",
> "memory leak", "core image of a process", "data section", "kernel
> stack", "virtual size".
> 
> I've googled a lot and have red the man page of ps. But it seems as most 
> of the information out there expects me to know the basic stuff above. I 
> only found this picture: 
> http://www.phptr.com/content/images/chap3_0131429647/elementLinks/03fig01.jpg 
> and an explanation to it, so you can expect me to understand these 
> things, but nothing more.
> My goal is to write a script to monitor the memory-usage of a program 
> and to detect memory-leaks using the ps-command. How would you detect 
> memory leaks with it?
> 
> Greetings... Silvan
> 
> 
-- 
diego <[EMAIL PROTECTED]>


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



VNC applet in local browser works, in remote browser doesn't

2004-05-20 Thread diego
Hello. I'm trying to be able to remotely graphically control my PC
through a web browser, so I tried to configure tightvnc server on
display :1

Everything works OK when I try in tha same machine (I connect and
control my :1 desktop from Mozilla), but if try the same from another PC
the browser complaints:
'Class VncViewer not found'

I have Googled and it says it is caused by applet security options, but
I can not get it working. What am I doing wrong? Any hint?

Thanks in advance.


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



Re: locales error when performing apt-get install

2004-05-26 Thread diego
To workarround it in a little but effective way just comment the
corresponding line in /etc/locale.alias

Good luck and enjoy!

El vie, 14-05-2004 a las 09:29, Cristi Banciu escribió:
> Hi,
> 
> Every time when I try an apt-get install anything I got the following
> error:
> 
> Setting up locales (2.3.2.ds1-12) ...
> Generating locales...
>   en_US.ISO-8859-1... done
>   en_US.ISO-8859-15... done
>   en_US.UTF-8... done
>   ro_RO.UTF-8...LC_ADDRESS: `country_ab3' value does not match
> `country_num' value
> dpkg: error processing locales (--configure):
>  subprocess post-installation script returned error exit status 1
> 
> Any idea how could I fix this problem ? I tried dpkg-reconfigure locales
> without success.
> I am using debian/sid
> Thank you very much!
> 


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



Re: USB module causing lockups? (Was: Strange lockups in X)

2004-06-08 Thread diego
El lun, 07-06-2004 a las 16:30, J. Preiss escribió:
> Just got a lockup: put usb drive in, everything was dead. If someone is 
> interested in logs or something like that... my /var/log is yours...
> 
> (I was reading four scsi drives with audio cds at that time, transforming them 
> to ogg... so my two processors were a little bit under pressure).
> 

Bah, I can reproduce USB originated freezes whenever you want... (I
replied prodly ;-)

I bought a mp3 usb 1.1 player that is faulty (it crashes from time to
ime while playing and I have to reset it), so it is not a good test
piece, but:

 * Whenever I just plug the USB thing into my debian and try to access
it, the whole system freeze.
 * If I plug it in th same machine (=same HW) but with Windows 2K/XP, it
will see it as a vfat32 drive without any extra driver and it will work
perfectly.
 * My usb printer and usb scanner work ok in debian.


My *brilliant* conclusions:
 1) USB is working in my debian (Sid) box (printer, scanner)
 2) Linux is more sensible to some usb devices like the mp3 player than
Windows
 3) I'm going to have my mp3 player replaced... ;-)

As I said before, the crashes could be caused by a bug in debian's
driver code, a bad implementation in usb storage standard in my mp3 or
simple because it is defective. But anyway what I'm sure 100% through my
short experience is that my freezes are caused by my usb player, and
that Debian is more sensible to usb than WinXP, hope these all changes
in short.


PS: If anyone wants traces/logs I'll be happy to feed him!!!



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



Replacing an ethernet card

2004-08-11 Thread diego
I have a box in production that gives some problems with the ethernet
card it has installed because of its driver is not fully supported... so
I want to have it replaced with a different model, but I really can NOT
afford having it unavailable too much time, so  the question is:

Which files should I backup before it all, so that if hardware
autodetection or manual configuration fails I can leave everything
related to the network as before?

Thanks in advance


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



How to remove escape sequences from a existing file

2004-09-22 Thread diego
I have a log file with escape sequences like "ESC]00m" and the like. I
know they are the codes to change the color and so in the original
printing, but in automatic post processing its a real headache...

How can I automatically remove ANY escape sequence to convert it into a
real plain text?

Thanx very much in advance!!


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



How to remove escape sequences from a existing file

2004-09-22 Thread diego
I have a log file with escape sequences like "ESC]00m" and the like. I
know they are the codes to change the color and so in the original
printing, but in automatic post processing its a real headache...

How can I automatically remove ANY escape sequence to convert it into a
real plain text?

Thanx very much in advance!!


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



Re: How to remove escape sequences from a existing file

2004-09-24 Thread diego
Perfect, this did the trick!!!

I had seen this somewhere, but where?...

Thankyou very much, now I can head the following step...

El jue, 23-09-2004 a las 07:08, Kevin Mark escribió:
> On Thu, Sep 23, 2004 at 12:53:26AM +0200, diego wrote:
> > I have a log file with escape sequences like "ESC]00m" and the like. I
> > know they are the codes to change the color and so in the original
> > printing, but in automatic post processing its a real headache...
> > 
> > How can I automatically remove ANY escape sequence to convert it into a
> > real plain text?
> > 
> > Thanx very much in advance!!
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> Hi Diego,
> I recall MAN pages with such things. This:
> cat TEXTFILE | col -b
> may help. 'man col' to see all the details.
> -Kev


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



Problem installing a gimp plugin

2004-03-01 Thread diego
Hello.

I'm trying to install a gimp plugin, but the configure script
complaints:

checking for GIMP - version >= 1.2.0... no
*** The gimptool script installed by GIMP could not be found
*** If GIMP was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GIMPTOOL environment variable to the
*** full path to gimptool.

I have checked I have gimptool installed and in the path. I have also
tried to use:
./configure --prefix=/usr/bin
but with no luck.

Can any one give a hint? Thanx in advance.


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



Re: Database performance

2004-04-03 Thread diego
First thing is I have no experience at all with SCSI, so I'll only talk
about IDE.

Hardware raid is 'easier' as you don't have to load any driver in
booting process. Anyway, there are few pure IDE hardware raids (most
need a driver to properly work) and are a bit more expensive than the
others. With a 'not pure' hw raid, configuration will be less easier
than using software raid.

In the other hand, software raid is in general more stable and
configurable as it is being proved by many thousand people as it is open
source. Moreover, the lost of cpu caused by software raid is neglible
with nowadays processors, at least whenenever the number of stripping
hardrives is a power of 2 (in raid 5, would be power of 2 plus 1 drive
for redundancy). This is obvious as in this case it only has to
split/join a chunk of bytes, not cpu intensive at all.

I have a HighPoint hardware raid (not a 'pure' hw raid), so I do prefer
using software raid. I have tested both in raid 0 (stripping), and
notice no difference in perfomance (cpu or memory use and in drive
speed) at all between both.

If you do IDE raid with for example 2 drives, hdparm will show you no
increase in buffered-cache speed as it is limited by your data bus
throughput, but almost double speed in buffered disk access.

Another point is chunk size. As I use raid to speed accessing to
programs and multimedia files, most operations are done to big data
chunks, so it takes half the time than before. When chunks read/writen
to the drive are small, stripping will improve but not that much. This
is the point, you'll have to check  if index processing will make short
or big chunks accesses to the drive (I'm not sure about it).






El dom, 04-04-2004 a las 03:48, Christopher L. Everett escribió:
> Kent West wrote:
> 
> > Christopher L. Everett wrote:
> >
> >> Hi,
> >>
> >> I do a lot of database work.  Sometimes I must do massive batch jobs 
> >> on my box
> >> such as:
> >>
> >>  -- multi-gigabyte database dumps and restores
> >>  -- tests over millions of records, searching for overlooked cases
> >>  -- one-off queries for sales & marketing typs that join 8 or 9 tables
> >>
> >> The problem is that these things often take 10 to 30 minutes to run 
> >> on my box.
> >> When I use the GNU time utility, I see a low PCPU number, typically 
> >> between 15
> >> and 25%.  CPU utilization viewed through top remains at 35% or so, 
> >> and I never
> >> go deeper than a few tens of kilobytes into swap, even though the 1 
> >> minute load
> >> average climbs to 2 and higher (I've seen peak numbers around 6).
> >>
> >> I'm using a single Seagate 40GB ATA-133 as my sole hard drive, and my 
> >> system has
> >> an Athlon 2600 processor and 1 GB of RAM.  Am I correct in thinking 
> >> that the
> >> bottleneck lies in the HD subsystem?
> >>
> > That would be my guess, but I'm no expert. I'd try using "hdparm" to 
> > turn on 32-bit addressing and DMA, to see if that makes a difference.
> >
> Gosh I should have mentioned my hdparm output.  32-bit addressing and
> DMA are already on:
> 
> # hdparm -tT /dev/hda
> /dev/hda:
> Timing buffer-cache reads:   1400 MB in  2.00 seconds = 698.71 MB/sec
> Timing buffered disk reads:  120 MB in  3.01 seconds =  39.93 MB/sec
> # hdparm -tT /dev/hda
> /dev/hda:
> Timing buffer-cache reads:   1396 MB in  2.00 seconds = 697.06 MB/sec
> Timing buffered disk reads:  122 MB in  3.04 seconds =  40.12 MB/sec
> # hdparm -tT /dev/hda
> /dev/hda:
> Timing buffer-cache reads:   1404 MB in  2.01 seconds = 700.01 MB/sec
> Timing buffered disk reads:  120 MB in  3.01 seconds =  39.89 MB/sec
> # hdparm -I /dev/hda
> ATA device, with non-removable media
> Model Number:   ST340016A
> Serial Number:  3HS29P4S
> Firmware Revision:  3.10
> Standards:
> Supported: 5 4 3 2
> Likely used: 6
> Configuration:
> Logicalmaxcurrent
> cylinders1638316383
> heads1616
> sectors/track6363
> --
> CHS current addressable sectors:   16514064
> LBAuser addressable sectors:   78165360
> device size with M = 1024*1024:   38166 MBytes
> device size with M = 1000*1000:   40020 MBytes (40 GB)
> Capabilities:
> LBA, IORDY(can be disabled)
> bytes avail on r/w long: 4Queue depth: 1
> Standby timer values: spec'd by Standard
> R/W multiple sector transfer: Max = 16Current = ?
> Recommended acoustic management value: 128, current value: 0
> DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5
>  Cycle time: min=120ns recommended=120ns
> PIO: pio0 pio1 pio2 pio3 pio4
>  Cycle time: no flow control=240ns  IORDY flow control=120ns
> Commands/features:
> EnabledSupported:
>*READ BUFFER cmd
>*WRITE BUFFER cmd
>*Host Protected Area feature set
>*Look-ahead
>*Write cache
>*Power Management feature set
> Security Mode feature set
> 

Cannot launch remote apps on X

2004-04-21 Thread diego
Hello, I have a knoppix just installed and network configured with a
fixed IP (lets say 172.16.10.1) and working right. The problem is that
if I do:

1) export DISPLAY=:0; xclock   ==> It works

2) export DISPLAY=172.16.10.1; xclock  ==> It cannot connect to X


I have done the "xhost +" part, also check that xfont is on :7100 port
and not in :-1

What am I missing? Thanks a lot for your help.





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



Re: Cannot launch remote apps on X

2004-04-21 Thread diego
Yes... sorry I made a typo, I meant:

...
export DISPLAY=172.16.10.1:0; xclock  ==> It cannot connect to X
...

Anyway, thanks for pointing it out just in case...


El mié, 21-04-2004 a las 23:55, Monique Y. Mudama escribió:
> On 2004-04-21, diego penned:
> > Hello, I have a knoppix just installed and network configured with a
> > fixed IP (lets say 172.16.10.1) and working right. The problem is that
> > if I do:
> >
> > 1) export DISPLAY=:0; xclock   ==> It works
> >
> > 2) export DISPLAY=172.16.10.1; xclock  ==> It cannot connect to X
> >
> >
> > I have done the "xhost +" part, also check that xfont is on :7100 port
> > and not in :-1
> >
> > What am I missing? Thanks a lot for your help.
> >
> 
> Have you tried `export DISPLAY=172.16.10.1:0`
> ?
> 
> -- 
> monique
> 


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



Re: Cannot launch remote apps on X

2004-04-22 Thread diego
Already changed. No luck this way...

Thanks for the hint anyway.

El jue, 22-04-2004 a las 07:45, George Cristian Birzan escribió:
> On Wed, Apr 21, 2004 at 11:32:48PM +0200, diego wrote:
> > Hello, I have a knoppix just installed and network configured with a
> > fixed IP (lets say 172.16.10.1) and working right. The problem is that
> > if I do:
> > 
> > 1) export DISPLAY=:0; xclock   ==> It works
> > 
> > 2) export DISPLAY=172.16.10.1; xclock  ==> It cannot connect to X
> 
> Do you have -noliste tcp in /etc/X11/xinit/xserverrc? It could be a bit
> hard to connect over TCP if XFree isn't listening there. :-)


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



Re: Cannot launch remote apps on X

2004-04-22 Thread diego
Yes there it is.
What is more strange is that even from the culprit machine it doesn't
work:
I do a ifconfig and it says 172.16.10.1 is one of its network interfaces
(no firewall active) so if I do:
export DISPLAY=:0 .  ==> It shows up the window
export DISPLAY=172.16.10.1:0  ==> Complaints about it   cannot open
the given display.



Thanks.


El jue, 22-04-2004 a las 07:30, s. keeling escribió:
> Incoming from diego:
> > 
> > El mié, 21-04-2004 a las 23:55, Monique Y. Mudama escribió:
> > > On 2004-04-21, diego penned:
> > > > Hello, I have a knoppix just installed and network configured with a
> > > > fixed IP (lets say 172.16.10.1) and working right. The problem is that
> > > > if I do:
> > > >
> > > > 1) export DISPLAY=:0; xclock   ==> It works
> > > >
> > > > 2) export DISPLAY=172.16.10.1; xclock  ==> It cannot connect to X
> > > >
> > > > I have done the "xhost +" part, also check that xfont is on :7100 port
> > > > and not in :-1
> > > 
> > > Have you tried `export DISPLAY=172.16.10.1:0`?
> > 
> > Yes... sorry I made a typo, I meant:
> > 
> > export DISPLAY=172.16.10.1:0; xclock  ==> It cannot connect to X
> 
> Is there an X Server running on the other machine?
> 
> 
> -- 
> Any technology distinguishable from magic is insufficiently advanced.
> (*)   http://www.spots.ab.ca/~keeling
> - -
> 


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



Re: Cannot launch remote apps on X

2004-04-22 Thread diego
El jue, 22-04-2004 a las 20:11, Paul Johnson escribió:
> English is read from top down with the flow of context, not newest
> information on top.  Please learn to quote accordingly.
> http://learn.to/quote
> http://ursine.ca/jargon/html/email-style.html
> 
> You sent a private-mail reply to my attempt to help you on a mailing
> list, and failed to mention having done so.  If you expect me to reply
> privately to your call for help, you need to arrange it with me first,
> payment in cash, up front.
> 

Sorry, I just pressed the reply button whithout noticing you were in the
'to' field.
About top-posting, you are rigth I'm still used to other forums or even
at work   O:-)
I'll try to follow this forum's nettiquete.

But about cash, does it mean I can charge to anyone who sends me a mail?
If so, maybe I can benefit from 'useless' spam, hehehe




> diego <[EMAIL PROTECTED]> writes:
> 
> > El jue, 22-04-2004 a las 08:52, Paul Johnson escribió:
> >> diego <[EMAIL PROTECTED]> writes:
> >> 
> >> > Hello, I have a knoppix just installed and network configured with a
> >> > fixed IP (lets say 172.16.10.1) and working right. The problem is that
> >> > if I do:
> >> >
> >> > 1) export DISPLAY=:0; xclock   ==> It works
> >> >
> >> > 2) export DISPLAY=172.16.10.1; xclock  ==> It cannot connect to X
> >> >
> >> >
> >> > I have done the "xhost +" part, also check that xfont is on :7100 port
> >> > and not in :-1
> >> 
> >> DO NOT USE XHOST!  xhost is considered harmful, use google for a few
> >> trillion reasons why.  Just use ssh -C -X to get displays over the
> >> network.
> >
> > Yes, but I only wanted a quick way of testing as this is a very private
> > net (I'm the only user) behind a firewall.
> >
> > I don't trust in myself anyway hehehe.
> 
> Even in that case, you really shouldn't bother with xhost.  ssh takes
> care of all the hard stuff for you.  ssh is simply the easiest, most
> reliable way to make a window display elsewhere when you're using X.


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



files contained by a package that is not installed

2002-10-08 Thread Diego Biurrun

Hello!

I would like to know what files a specific package contains.  For an
installed package this is easily achieved by

  dpkg -L 

But for a package that is not installed I have to go to

  http://packages.debian.org

and "Search the contents of packages" for "all files in this package".

The problem is that sometimes there is no web browser or net connection
available and I just prefer working from the command line. apt-file
almost fulfills my needs, but it does only the reverse thing, look up
in which package a file is to be found.

Do you know of any way to get the complete list of files contained in a
package?
Thanks

Diego

P.S.: Please CC me, I cannot cope with the volume of debian-user at the
moment, sorry.


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




Re: files contained by a package that is not installed

2002-10-09 Thread Diego Biurrun

On Wed, Oct 09, 2002 at 10:22:59AM +0200, Claudio Bley wrote:
> On Wed, 2002-10-09 at 04:33, Diego Biurrun wrote:
> > The problem is that sometimes there is no web browser or net connection
> > available and I just prefer working from the command line. apt-file
> > almost fulfills my needs, but it does only the reverse thing, look up
> > in which package a file is to be found.
> 
> apt-file list 

Astoundingly obvious, thanks.

> RTFM

Indeed.  I even skimmed the manual and not seeing that option was quite
a feat on my part...  So sorry for bothering you and thanks again.

Diego


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




iptables & dsl-provider

2002-11-26 Thread Diego Sarasua
Hi , im making a Gateway with a debian 2.4.18 recompiled kernel with
iptables full nat support
everything is ok but excep when i try to use an login autentication on a
windows clients the dsl-connection hags up.
i have been using RH to do this , but debian is more stable and more little
to do this.
im getting crazy , because everything is fine until the client makes a
login-pass connection
debian woody  with 2.4.18  kernel
eth1 ne2002
eth0 rtl8139too
DSL modem arescom 1000

thaks a lot
diego
please forgive my very bad english




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




iptables & dsl-provider

2002-11-26 Thread Diego Sarasua



Hi , im making a Gateway with a debian 2.4.18 recompiled kernel 
withiptables full nat supporteverything is ok but excep when i try to 
use an login autentication on awindows clients the dsl-connection hags 
up.i have been using RH to do this , but debian is more stable and more 
littleto do this.im getting crazy , because everything is fine until the 
client makes alogin-pass connectiondebian woody  with 2.4.18  
kerneleth1 ne2002eth0 rtl8139tooDSL modem arescom 1000thaks 
a lotdiegoplease forgive my very bad 
english


Re: unsubscribe

2002-11-26 Thread Diego Sarasua

JAA
sorry
thanks
diego
- Original Message -
From: "Mike Dresser" <[EMAIL PROTECTED]>
To: "Pigeon" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, November 26, 2002 5:41 PM
Subject: Re: unsubscribe


> On Tue, 26 Nov 2002, Pigeon wrote:
>
> > Wouldn't it be possibl, seeing as people keep missing the "request"
> > bit, to make "Subject: unsubscribe" emails unsubscribe the sender?
>
> Subject: unsibscribe
> Subject: unsuscribe
>
> Have seen examples of this lately.
>
> Yes, the idea would eliminate most of them, but some people will sneak
> through.  And then there's the trolls that want attention, so they start
> spamming the groups with UNSUBSCRIBE ME, UNSUBSCRIBE ME, I'M ILLITERATE
> AND CAN'T READ THE BOTTOM THREE LINES!
>
> Mike
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>


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




Stupid Stuff

1998-06-05 Thread Diego Martinez
Hello, I know that this might sound silly, but I'm a long-time Microsoft
Windows/MS-DOS user who wants to switch from Windows 95 to Linux; and I
would like to know which files do I need to port Linux into my system;
because I've been wrestling with the FTP for over 10 hours and I still
didn't get any results.  Thank you in advance for your help!


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


password length > 8

2003-12-16 Thread Diego Crivelli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


hi! 

I created a user on my woody box with adduser and when prompted for the
password I wrote a word with more than 8 characters. But I can login by
supply only the first 8 characters. I tried changing the 'maxlength'
value on login.defs, didn't work. So, how can I use passwords of more
than 8 characters?. Thanks. 

Diego.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/35ObengLLSbTFroRAqvaAKCOplhdilgWO0mohTySv1vBjCMjlQCeN4N7
rlJ3pw59XNL+WyKZHOHBpOc=
=zejf
-END PGP SIGNATURE-


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



Re: password length > 8

2003-12-16 Thread Diego Crivelli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


that works perfect, thanks!.

On Tue, 16 Dec 2003 17:34:02 -0600
"Jacob S." <[EMAIL PROTECTED]> wrote:

>  On Tue, 16 Dec 2003 20:22:03 -0300
>  Diego Crivelli <[EMAIL PROTECTED]> wrote:
>  
>  
>  > I created a user on my woody box with adduser and when prompted for
>  > the password I wrote a word with more than 8 characters. But I can
>  > login by supply only the first 8 characters. I tried changing the
>  > 'maxlength' value on login.defs, didn't work. So, how can I use
>  > passwords of more than 8 characters?. Thanks. 
>  
>  
>  Howdy Diego,
>  
>  As root, run "dpkg-reconfigure passwd". It will bring up a dialog box
>  asking if you want to enable md5 passwords - answer Yes, and then it
>  will allow you to use passwords longer than 8 characters.
>  
>  HTH,
>  Jacob
>  
>  - 
>  GnuPG Key: 1024D/16377135
>  
>  Linux: Because rebooting is for adding new hardware
>  


- -- 
Ing. Diego E. Crivelli
Laboratorio de Comunicaciones Digitales.
Universidad Nacional de Córdoba. 
Tel./Fax: +54 351-4334147 Int.105
http://lcd.efn.uncor.edu
Gpg key: http://lcd.efn.uncor.edu/pubkeys/diego_pub_key




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/35h2engLLSbTFroRApgzAJwK4WL4p2bEESHRNj/H/DnxsStQ7QCeOcgz
tHyen41Cv/JYGhvEnn+Iq8s=
=CS1A
-END PGP SIGNATURE-


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



email-address embedded in homemade kernels

2001-02-12 Thread Diego Biurrun
Hello!

I was wondering if it is possible to embed my email address into
homegrown kernels. My current kernel greets me with


Linux version 2.2.19pre6 ([EMAIL PROTECTED]) 


but I would much prefer something like


Linux version 2.2.19pre6 ([EMAIL PROTECTED]) 


It's not a big deal of course, but it would sure be neat.
Thanks

Diego Biurrun

P.S.: Please CC me, I'm not currently subscribed to the list.



Re: wheelmouse and Netscape 4.76

2001-02-12 Thread Diego Biurrun
Hi Andreas!

Everything is fine, you just have to pust that stuff into .Xresources,
which Debian uses instead of .Xdefaults. Works fine over here.

Diego Biurrun

Andreas Donath wrote:
> 
> Hi,
> 
> I've got a problem to get the wheel mouse cooperating
> with my netscape (V4.76). The Pointer Section in /etc/X11/XF86Config
> reads like this:
> 
> Section "Pointer"
>Protocol"imps/2"
>Device  "/dev/mouse"
>Resolution  100
>Buttons 3
>ZAxisMapping4 5
> EndSection
> 
> X is Version 3.3.6
> 
> I pasted the code that I found at
> http://www-sop.inria.fr/koala/colas/mouse-wheel-scroll/
> into my ~/.Xdefaults file.
> 
> And yes, the NumLock is switched off too.
> 
> I tried imwheel and scrolling the wheel
> within Netscape worked fine.
> 
> Any idea what might be wrong?
> 
> _-(adonut)-_



Re: email-address embedded in homemade kernels

2001-02-12 Thread Diego Biurrun
I already put my name into /etc/kernel-pkg.conf, to no effect...
There is apparently no commandline option to achieve what I want.

Diego Biurrun

P.S.: Please CC me on any responses, I am not currently subscribed to
the list.


Sean 'Shaleh' Perry wrote:
> 
> On 12-Feb-2001 Diego Biurrun wrote:
> > Hello!
> >
> > I was wondering if it is possible to embed my email address into
> > homegrown kernels. My current kernel greets me with
> >
> >
> 
> when you use make-kpkg one of the settings (command line or config file) is 
> the email address to use.



strange cron.daily message

2001-01-07 Thread Diego Biurrun
Hello!

I'm getting this email with the subject

Anacron job 'cron.daily

from anacron every day. The body of the message says:


/etc/cron.daily/status:
{module_list} {module_list_R__ver_module_list}
Warning: /boot/System.map-2.2.18pre21 does not match kernel data.


Can somebody enlighten me what it means?

Thanks

Diego Biurrun



Re: copy/paste problems in X -- locale?

2001-01-08 Thread Diego Biurrun
On Mon, Jan 08, 2001 at 02:20:45AM -0800, kmself@ix.netcom.com wrote:
> 
> this.  Is this possibly a problem with my locale?  I'd changed LC_CTYPE
> to "en_US.ISO-8859-1" recently in order to get extended characters to
> render under Mutt and tin, however, this appears to be causing problems
> (I *do* get other error messages regarding it).  Someone got a better
> locale setting option?

I use LANG=en_US and I can render german german umlauts and similar stuff 
without problems. I also set my system to be 8 bit clean in /etc/inputrc.
Hope this helps

Diego Biurrun



Re: System.map irritation

2001-01-08 Thread Diego Biurrun
On Tue, Jan 02, 2001 at 08:31:41AM -0500, David B . Harris wrote:

> With everyone's permission, I'm going to bring this to the kernel guys'
> attention. I've ruled out any "easy" fixes on this end; I think it's a
> kernel problem. A fresh build of 2.2.17 does not cause the error, while
> 2.2.18 does. I've also heard reports that test12 had the error, where
> test11 and prelease didn't.

The kernel guys or the modutils guys, whoever is responsible..
I get the same error from a 2.2r2 system with the stock 2.2.18pre21
kernel:


/etc/cron.daily/status:
{module_list} {module_list_R__ver_module_list}
Warning: /boot/System.map-2.2.18pre21 does not match kernel data.


Diego Biurrun



Re: didn't do it quite right...

2001-01-08 Thread Diego Biurrun
I have not been following this thread, but it seems that nobody has
mentioned the excellent debiantool make-kpkg yet. To install a new
kernel I just do:

1. cd /usr/src/linux
2. make menuconfig
3. make-kpkg kernel-image
4. dpkg -i ../kernel-image-
5. reboot

Works like a charm

Diego



> * Bob Rowe ([EMAIL PROTECTED]) [010108 14:43]:
> > What happened to 'make install' somewhere after 6? I'm coming from RH 6.2
> > here, as well as from a lack of a lot of experience compiling kernels.
> >
> > ># On Sun, Jan 07, 2001 at 07:03:26PM +0100 or thereabouts, tom wrote:
> 
> > ># > 1. unpack source to /usr/src/linux/*
> > ># > 2. cd /usr/src/linux/
> > ># > 3. make menuconfig
> > ># > 4. make dep
> > ># > 5. make clean
> > ># > 6. make bzImage
> > ># > 7. make modules
> > ># > 8. make modules_install
> > ># > 9. mv System.map /boot/System.map
> > ># > 10. cd /usr/src/linux/arch/i386/boot/
> > ># > 11. mv bzImage /boot/
> > ># > 12. cd /boot
> > ># > 13. cp vmlinuz vmlinuz.safe
> > ># > 14. cp bzImage vmlinuz
> > ># > 15. lilo



Re: XDM background

2001-01-09 Thread Diego Biurrun
David Purton wrote:
> 
> > I installed Debian without any difficulties but I'm not amused with the
> > grey loginscreen from XDM. Someone told me to change this using xbanner
> > but that didn't satisfy me. Another user pointed me to some backgrounds
> > for XDM at http://x.themes.org . I took a nice Debian background (
> > http://x.themes.org/php/pic.phtml?src=resources/xdm.969685173.jpg ) but
> > don't know how I can show it at the XDM-startup/login. How do I do this?
> 
> Add the following line to /etc/X11/xdm/Xsetup_0:
> 
> /usr/X11R6/bin/xv -root -maxpect -rmode 5 -quit image.jpg

xv is not free software. I use xli without problems instead, although
from gdm, but I suppose it does not make any difference.

/usr/bin/X11/xli -onroot image.jpg

Diego Biurrun



minicom (was Re: Serial terminal software.)

2001-01-11 Thread Diego Biurrun
Hello!

I have compiled a fresh kernel with serial console support and tried to
connect my notebook with minicom to it. However I only managed to get it
to work with a 4800 speed connection. A VT320 terminal works at 9600 and
19200. Any hints how I can improve speed?

I'm using kernel 2.0.38 on my notebook. The bootup message about the
serial devices is:

Serial driver version 4.13p1 with no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16450
ttyS01 at 0x02f8 (irq = 3) is a 16450


"J.H.M. Dassen (Ray)" wrote:
> 
> On Wed, Jan 10, 2001 at 12:02:39 -0800, Brian Dockter wrote:
> > Does any one know if there is a Debian package that would fit my needs
> > (direct connect to the serial port, dumb terminal emulation)
> 
> Have you looked at "minicom"?



Re: Debian Image

2001-01-12 Thread Diego Biurrun
Clicking the Debian logo on the top of the main page takes you there.

Diego Biurrun


Colin Watson wrote:
> 
> Xucaen <[EMAIL PROTECTED]> wrote:
> >--- Colin Watson <[EMAIL PROTECTED]> wrote:
> >> MBDNSumedha <[EMAIL PROTECTED]> wrote:
> >> >I would like to include the Debian Image on my Software Application
> >> >report. Would you mind giving me permission to so? This is purely
> >> >academic.
> >>
> >> See http://www.debian.org/logos/. Anyone can use the "Open Use" logo.
> >
> >How come there is no link to this from the main page???
> 
> It's linked off Developers' Corner, though perhaps it should be linked
> off the front page. File a bug against www.debian.org or ask on
> debian-www@lists.debian.org if you feel strongly about it.



Re: Getting Gnome desktop on woody

2001-01-13 Thread Diego Biurrun
You should try "apt-get install gdm". gdm is the gnome equivalent of
xdm.

Diego Biurrun

"Steve R. Hastings" schrieb:
> 
> I suspect that what I actually want here is to somehow replace the login
> prompt I now have from xdm(1) with the Gnome login prompt.  I am unsure
> whether Gnome has a replacement for xdm or whether I need to modify the
> behavior of xdm or what.  Once I'm logged in via the Gnome login prompt,
> Gnome should start up gnome-session and everything else.



Re: Building a kernel

2001-01-14 Thread Diego Biurrun
Hi !

Well, you can do it like in other rpm-based distros, but there is a much
more elegant way of doing it. Install the package kernel-package (as
root run "apt-get install kernel-package") and then just do:


1. cd /usr/src/linux
2. make menuconfig
3. make-kpkg kernel-image
4. dpkg -i ../kernel-image-
5. reboot

Works like a charm

Diego Biurrun


William Leese wrote:
> 
> Hello all,
> 
> i wish to build a kernel but i've read somewhere that things cant be done
> quite the same way as with other (rpm-based) distros because it would confuse
> apt-get. can someone fill me in on this or point me to some debian specific
> documentation?
> 
> William Leese



Re: Missing tty2-6

2001-01-14 Thread Diego Biurrun
Have a look at /etc/inittab. Do you have the lines

1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6

in it ? And what is your default runlevel? It's in the same file, mine
is:

# The default runlevel.
id:2:initdefault:

Diego Biurrun

Tim Wood wrote:
> 
> I have Debian 2.2 with Helix-Gnome/icewm running on my desktop (BE6
> [EMAIL PROTECTED] 128MB PC133 RAM) but only have tty1 and tty7/X.
> 
> On my laptop tty1-6 (P2-233 64MB RAM)  show as processes but on my
> desktop only tty1 and I cannot switch to any other.  My family is used
> to Win9x so I use xdm to start in X.
> 
> Any pointers as to how to fix this would be welcome.
> 
> TIA,
> Tim Wood



Re: gtv, mozilla, and X questions

2001-01-15 Thread Diego Biurrun
Hi !

I had the same problem with mozilla. Running it once as root solved
that. Probably has to configure some stuff on the first startup...

Diego Biurrun

Colin Watson wrote:
> 
> >Mozilla:  I tried the binary download of Mozilla 0.7 and it won't run
> >(it starts up all the mozilla-bin processes but no mozilla windows
> >appear)... does anyone else have it working?  Will there be a deb for it
> >in unstable soon?
> 
> Bugs have been filed (too many, probably). I haven't actually tried it,
> but sometimes zapping ~/.mozilla can help with Mozilla upgrades?



Re: Security Updates

2001-01-21 Thread Diego Biurrun
On Wed, Jan 17, 2001 at 07:46:32PM -0800, Terry Carney wrote:
> On Wed, 17 Jan 2001, Benjamin Pharr wrote:
> 
> > Is there any way I can "apt-get" the patches for the security updates on 
> > Debian.org?  Thanks!
> 
> deb http://security.debian.org stable/updates main contrib non-free

You can also do it by ftp, if you prefer:

deb ftp://security.debian.org/debian-security potato/updates main contrib 
non-free

Diego Biurrun



Re: 128-bit encryption netscape

2001-01-21 Thread Diego Biurrun
Don't worry, netscape 4.76 comes with 128-bit encryption. Just type about:
into the location and look for "U.S. security". "International security"
netscapes come with only 56 (64?) bits of encryption.

Diego Biurrun

On Sun, Jan 21, 2001 at 10:16:59AM -0500, Michael P. Soulier wrote:
> Hey people. I'm running netscape 4.75 from the security site, which has
> 128-bit encryption. I want to upgrade to potato r2 from r1, and it's going to
> upgrade netscape. So, how do you tell if the version you're about to upgrade
> to has 128 bit encryption support? I've looked in all of the descriptions and
> I don't see anything there. 



Re: upgrade -1?

2001-01-21 Thread Diego Biurrun
Why not set the packages you do not want upgraded to "=" in dselect and
then upgrade?

Diego Biurrun

On Sun, Jan 21, 2001 at 10:18:05AM -0500, Michael P. Soulier wrote:
> Hey people. What's the accepted way to upgrade everything on your system,
> except for an exclusion list? Looking at apt-get -s upgrade, I want to exclude
> a package or two but still have the convenience of upgrade. Is that possible?



Re: free memory

2001-01-21 Thread Diego Biurrun
I think the memory the kernel occupies is not counted against the total,
since it is not available to any other program. So your total memory is

physical memory - kernel memory usage = total available memory

Diego Biurrun

On Sun, Jan 21, 2001 at 10:44:02AM -0500, Michael P. Soulier wrote:
> Hey guys. If I do a free on my gateway, I get:
> 
> [EMAIL PROTECTED] msoulier]$ free
>  total   used   free sharedbuffers cached
> Mem: 14308  13680628   1468   2428   7068
> -/+ buffers/cache:   4184  10124
> Swap:96764   6688  90076
> 
> It has 16 Megs of RAM, so is there a reason why it would show 14.3?



Re: problem compiling kernels

2001-01-21 Thread Diego Biurrun
On Sun, Jan 21, 2001 at 12:08:43PM -0500, Jonathan D. Proulx wrote:
> 
> cd /usr/src/linux
> sudo make-kpkg clean
> sudo make-kpkg kernel_image  -revision=custom.1.0
>  complains about arch=i386-none in many ways
> sudo make-kpkg -arch=i386 -revision=custom.1.0

The difference is very subtle, but what I always do is

sudo make-kpkg --revision custom.1.0 kernel_image
   ^^^

I am not sure this makes a big difference but try it out. You don't need
the "arch" flag if you are compiling on i386 for i386.

> Why is CROSS_COMPILE defined?  The .config builds fine with generic

I assume because you set arch to any value.

Try my suggestion and repost your results.

Diego Biurrun



Re: 2 kernels on the same machine

2001-01-21 Thread Diego Biurrun
On Sun, Jan 21, 2001 at 06:06:05PM +0100, Philipp Bliedung wrote:
>
> Can I use two kernels (for example 2.4 and 2.2.17) on the same machine?

Yes, you can.

> I mean can I use kernel 2.2.17 as the "normal" kernel I boot with and
> then still compile kernels in the 2.4 version (not for this computer but
> for others)  - or will with cause more problems than it would solve? :)

You should have a look at "make-kpkg" from the package kernel-package.
With that you can create debian packages of custom kernels that you can
easily transfer to other machines, even if they are different archi-
tectures.

> Will there be any problem when I have two kernel sources in  /usr/src?
> Will there be any conflicts with the modules of either version?

If you use different kernel versions (like 2.2.17 vs 2.4.0) you should
not have any problems.

> Does anybody know any site where I can find information about this?

make-kpkg has been mentioned on this list a lot lately. Have a look at

http://lists.debian.org

search for the archives of debian-user and look at the kernel related
questions.

Diego Biurrun



Re: kernel-source-2.2.18pre21

2001-01-21 Thread Diego Biurrun
You won't need that IDE patch unless you want to have ultra-ATA 66 or
100 support, I think. You should have everything you need, but do try
out kernel-package to build your kernel the debian way. It has been
mentioned in a lot of threads lately.

Diego Biurrun

Xucaen schrieb:
> 
> sorry to bother you with this.Do I need to
> install anything else along with the
> kernel-source-2.2.18pre21 package besides bin86
> and libncurses(for menuconfig)? I just want to
> make sure I don't miss anything. (e.g. I noticed
> there is an IDE patch. will I need this?)



Re: Console question (2x)

2001-01-26 Thread Diego Biurrun
Hello !

Have a look at the file /etc/inittab. There you should find a few lines like
these:

# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
#  :::
1:2345:respawn:/sbin/getty tty1
2:23:respawn:/sbin/getty tty2
3:23:respawn:/sbin/getty tty3
4:23:respawn:/sbin/getty tty4
5:23:respawn:/sbin/getty tty5
6:23:respawn:/sbin/getty tty6

This defines how many gettys and thus consoles are get started in each
runlevel. Just add something like

7:23:respawn:/sbin/getty tty7
8:23:respawn:/sbin/getty tty8
9:23:respawn:/sbin/getty tty9

and enjoy having more consoles. I do not know what happens to X in this
case, though. Maybe it will get started on the 10th console, maybe not.
Can somebody answer this?

I do not know what happens if you have more than 12 consoles. Probably
you can still cycle through them with Alt--> and Alt-<-.

Enjoy your consoles

Diego Biurrun

On Thu, Jan 25, 2001 at 10:25:23PM -0500, RAccess wrote:
> On Thu, 25 Jan 2001, ktb wrote:
> 
> > On Thu, Jan 25, 2001 at 04:07:48PM -0500, Mike McGuire wrote:
> > > > > >
> > > > > > 2. How can I have more console windows than the default 6? I want 
> > > > > > to bump
> > > > > > up tty7 and above used for X. Also, what happens if I want more 
> > > > > > terminals
> > > > > > than 12? There are only 12 function keys!



Re: About Debian documentation

2001-01-26 Thread Diego Biurrun
Hi !

Why should it be preferable to track release status?

You might accidentally upgrade your mission critical server to a new
distribution when you just wished to install the newest security 
patches. A few details always break or have to be modified by hand.
I think it is much safer to track release names and do such an upgrade
on purpose.

Greetings

Diego Biurrun


On Thu, Jan 25, 2001 at 11:12:17PM -0800, kmself@ix.netcom.com wrote:
> 
> I'd recommend sticking to "stable" initially.  It's better to track by
> release status than by distribution name -- you'll gracefully upgrade to
> the next release when it becomes stable, rather than being stuck on
> "potato" forever.  If you decide that dealing with the occasional wart



Re: kill process by name

2004-08-03 Thread Muratorio, Diego
Title: Message



Hello Rick, I am 
looking for the same, did you find something about kill process by 
name?
 
Thanks in 
advance

Muratorio DiegoNetwork AdministratorTel:4131-7000 Int.4152Btme. 
Mitre 853 1° st Floor[EMAIL PROTECTED]

kill process by name



  To: "[EMAIL PROTECTED]" 
  <[EMAIL PROTECTED]> 

  Subject: kill process by name 
  From: Rick Weinbender <[EMAIL PROTECTED]> 
  Date: Thu, 22 Jan 2004 13:47:38 -0600 
  Message-id: <[EMAIL PROTECTED]> 

  Old-return-path: <[EMAIL PROTECTED]> 

Is there a way to use the kill command
to kill a process by name?
*
For example:  kill inetd
I have to look up the pid number every time
using 'ps aux' then I can kill it with 'kill pid#'

Thanks,
-Rick





RE: kill process by name

2004-08-03 Thread Muratorio, Diego
Title: Message



thanks 
to every vody to Your Help

  
  -Original Message-From: Doug Wiltanger 
  [mailto:[EMAIL PROTECTED] Sent: Martes, 03 de Agosto de 2004 
  04:22 p.m.To: Muratorio, Diego; 
  [EMAIL PROTECTED]Cc: 
  [EMAIL PROTECTED]Subject: Re: kill process by 
  name
  KILLALL(1)    
  User 
  Commands   
  KILLALL(1)
   
  NAME   
  killall - kill processes by name
  
- Original Message - 
From: 
Muratorio, Diego 
To: '[EMAIL PROTECTED]' 

Cc: '[EMAIL PROTECTED]' 

Sent: Tuesday, August 03, 2004 2:29 
PM
Subject: Re: kill process by name

Hello Rick, I am 
looking for the same, did you find something about kill process by 
name?
 
Thanks in 
advance

Muratorio DiegoNetwork AdministratorTel:4131-7000 
Int.4152Btme. Mitre 853 1° st Floor[EMAIL PROTECTED]

kill process by name



  To: "[EMAIL PROTECTED]" 
  <[EMAIL PROTECTED]> 

  Subject: kill process by name 
  From: Rick Weinbender <[EMAIL PROTECTED]> 

  Date: Thu, 22 Jan 2004 13:47:38 -0600 
  Message-id: <[EMAIL PROTECTED]> 

  Old-return-path: <[EMAIL PROTECTED]> 

Is there a way to use the kill command
to kill a process by name?
*
For example:  kill inetd
I have to look up the pid number every time
using 'ps aux' then I can kill it with 'kill pid#'

Thanks,
-Rick





Re: libtorrent-rasterbar: marked for autoremoval and security-related backport

2021-12-30 Thread Diego Amores
I dug a little deeper and found out there's a transition [1] in the works to a 
new 2.0 version of the library with a different soname which supports version 2 
of the bittorrent protocol. I guess the transition will resolve before the 
package is autoremoved? And maybe I'll try my hand at backporting this new 
version to bullseye once it reaches testing.

[1] https://bugs.debian.org/1001830


Mirror not

2022-12-29 Thread Diego Santos
Hello !
Mirror debian not function


problem with hard disk geometry

2007-08-14 Thread Diego Brouard
Hi. I'm not sure if this is a debian caused problem but perhaps.

I installed recently a debian etch box on a RAID 1 based on one IDE
hard disk. My intention was adding its pair later.

Now I want to add this second hard disk. Both are identical model but
for one de them, fdisk tells me a wrong geometry ( in fact it's in the
installation drive ).


==installation drive==

Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders

==second drive==

Disk /dev/hdb: 40.0 GB, 40020664320 bytes
16 heads, 63 sectors/track, 77545 cylinders

Honestly, I can't find out why is this happening. Any idea?


Thanks in advance. Diego.


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



Re: Re: problem with hard disk geometry

2007-08-14 Thread Diego Brouard

Hi.

The hardware is a PIV 2.8 ( is not "so" old  :)  )

I've made my homework ( http://www.win.tue.nl/~aeb/linux/Large-Disk.html 
) and AFAIK, all that
"CHS" stuff is not applyable for modern hard drives and it seems that 
Linux just ignores it.


Also, I modprobed "edd" linux module which gives me information about 
the drives ( /sys/firmware/edd )

and the CHS staff used for both is the exactly the same.

By now, I've changed the CHS of the new disk using fdisk and I've made 
the partitions. No problems by the moment.

I will see what happens when I reboot the machine tomorrow.


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




[Request for Help] Recommender system for Debian packages

2007-05-24 Thread Diego Pereira

Dear All,

I'm currently working in my graduation project, which is a recommender
system for Debian packages.

The purpose of the system is to evaluate which packages are mostly used,
much like what popularity-contest does, but then go one step further and
suggest packages which might possibly be of interest to you.

The implementation is done, but the system would require real user
information (the more, the better) so the degree of success in generating
recommendations could be assessed. Therefore, I would like to humbly request
your help in providing such information.

Details on how to deploy and use the system can be found in
http://debommender.sf.net/ it's really easy. The sources are available via
anonymous sourceforge cvs access, if you wish.

Any doubts, comments or suggestions, please feel free to contact me
privately.

Thank you very much for your attention,
Diego Pereira.
Instituto de Informática - UFRGS (www.ufrgs.br)


Re: [Request for Help] Recommender system for Debian packages

2007-05-25 Thread Diego Pereira

Greetings Roberto,

yes, I'm aware of debtags. I'm also aware of popsuggest, which has very much
the same purpose of my system. However, debommender recommends packages
based on package descriptions, and similarity between users, as of know. I
intend to include support for tags-based recommendations, but haven't been
able to find the time.

Thanks for the response.

Regards,
Diego.

On 5/25/07, Roberto C. Sánchez <[EMAIL PROTECTED]> wrote:


On Fri, May 25, 2007 at 01:54:29AM -0300, Diego Pereira wrote:
> Dear All,
>
> I'm currently working in my graduation project, which is a recommender
> system for Debian packages.
>
> The purpose of the system is to evaluate which packages are mostly used,
> much like what popularity-contest does, but then go one step further and
> suggest packages which might possibly be of interest to you.
>
Have you looked at the new package tags system?

Regards,

-Roberto
--
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGVwP25SXWIKfIlGQRAvv5AJ95wsWR891KxpkBOIETihTlH2CAGgCfUATP
GCm5o6RBlBfFrN+PH28uTSY=
=1lT8
-END PGP SIGNATURE-




Re: [Request for Help] Recommender system for Debian packages

2007-06-10 Thread Diego Pereira

Greetings list,

Firstly, I'd like to greatly thank everyone who installed and used the
system so far.

Secondly, I'd like to ask another bit of help. I've put a poll online in
order to find out what is the impression you are getting from the
recommendations/suggestions received. It can be reached through the project
wiki http://debommender.sourceforge.net/ <http://debommender.sf.net/> via
the "Poll" link.

Thank you again for your attention.

Diego Pereira.

On 5/25/07, Diego Pereira <[EMAIL PROTECTED]> wrote:


Dear All,

I'm currently working in my graduation project, which is a recommendersystem 
for Debian packages.

The purpose of the system is to evaluate which packages are mostly used,
much like what popularity-contest does, but then go one step further and
suggest packages which might possibly be of interest to you.

The implementation is done, but the system would require real user
information (the more, the better) so the degree of success in generating
recommendations could be assessed. Therefore, I would like to humbly request
your help in providing such information.

Details on how to deploy and use the system can be found in
http://debommender.sf.net/ it's really easy. The sources are available via
anonymous sourceforge cvs access, if you wish.

Any doubts, comments or suggestions, please feel free to contact me
privately.

Thank you very much for your attention,
Diego Pereira.
Instituto de Informática - UFRGS (www.ufrgs.br)




Weird bug (microphone / ALSA / PulseAudio related)

2017-10-23 Thread Diego Gavinowich
Hi,

I have a weird issue and I'm unsure which package might be the correct one
to report it. My laptop has dual-boot, currently with Windows 10 and Debian
testing (buster) upgraded until yesterday. If I turn off the computer and
boot into either operating system, everything works. If I boot into Windows
at any point, everything works in Windows.

Bug: if I boot into Linux after being in Windows (without turning off the
computer first), the microphone will show unplugged. I can keep booting as
many times as I want, the microphone will never show as plugged until I
power the computer off first. Once I turn off my laptop (either from
Windows or Linux), and go to Linux directly without passing through
Windows, then it shows as plugged in and works.

Laptop model: HP Spectre x360 Convertible Laptop-13t touch
Sound / Mic codec: REALTEK ALC295

I'm mostly curious about this (since there is a trivial workaround).

Thanks,
Diego


Re: [LAU] Building kernel headers 3.0.x-rt fails

2011-11-29 Thread Diego Simak
Hi Ralf,
If by chance you are getting this error:

dpkg-gencontrol: error: package linux-image-xxx not in control info

then you must follow exactly what is expressed here, it worked for me:
http://ubuntuforums.org/showpost.php?p=9638461&postcount=1488<http://ubuntuforums.org/showthread.php?t=1561762>


I've compiled 2.6.39 also without any error message.

Hope this helps.
Diego


2011/11/29 Ralf Mardorf 

> Hi :)
>
> is there a known issue for building kernel-headers (regular rt, no
> manipulation to get the proprietary Nvidia driver installed) 3.0.7-rt20
> and 3.0.9-rt25 by running "make-kpkg --rootcmd fakeroot --initrd
> kernel-image kernel-headers" with Debian testing?
>
> At least in June building kernel-headers for 2.6.39.1 (not rt, just
> threadirqs) still worked.
>
> $ uname -a
> Linux debian 2.6.39.1 #1 SMP PREEMPT Tue Jun 7 01:40:05 CEST 2011 x86_64
> GNU/Linux
>
> Right now I'm doing another trial to build the headers. If there should
> still be any messages, I'll post them later.
>
> Regards,
>
> Ralf
>
> ___
> Linux-audio-user mailing list
> linux-audio-u...@lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user
>


Re:

2006-01-22 Thread Gardner Diego





 
Jolly Anne


Unexpected change in behavior for adduser

2023-06-16 Thread Diego Fioravanti
Hi everyone,

I am not sure if this is a bug in Debian, expected behaviour or something
else, so I decided to write here before opening a bug. Maybe someone can
help me out and tell me if it is something I should report.

I am using the official python docker image which builds out of Bullseye
(btw, this happens in bookworm too). Until yesterday when I ran `adduser
--system nonroot` it would populate `$HOME` with `/home/notroot/`. Today I
rebuilt the image and it is set to `/nonexistent`. Was this intentional or
is it a bug? I cannot find any reference to this change anywhere but maybe
I have missed something. If it was intentional I have to say that it
absolutely breaks python's ability to find the root for the current user.
In case it helps someone else, I switched to useradd -m and that fixed it.

Best,
Diego


Re: Out of memory problem

2003-09-09 Thread Diego Calleja García
El Tue, 9 Sep 2003 09:33:52 -0700 Kurt Taylor <[EMAIL PROTECTED]> escribió:


> USER   PID %CPU %MEM   VSZ  RSS TTY  STAT START   TIME COMMAND
> root   368 41.1 67.8 519176 174292 ? D13:47 218:35 
> /usr/X11R6/bin/X :0 -dpi 100 -nolisten tcp vt7 -auth /var/lib/kdm/A:0-0B9JDi
> kurt  1640  0.0  0.0 23464  144 ?S13:48   0:31 kdeinit: 
> konsole
> kurt  2010  5.1 21.6 161480 55676 pts/0  D13:48  27:21 rdesktop -g 
> 1124x800 [IP address deleted]
> 
> It appears as if X-windows and rdesktop are consuming all the memory.  The 
> last process killed is konsole (PID=1640) which was used to start the 
> rdesktop session, so it is killed along with konsole.  The output of "ps 
> -aux" after the processes have been killed shows


Yes, looks like rdesktop and X are who should have been killed instead
of apache/kdeinit; which could mean that the OOM killer chose the wrong
process to kill. What kernel are you running, just curiosity?


Diego Calleja.


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



Re: Does EXT3 need "JBD debugging support" ?

2003-08-14 Thread Diego Calleja García
El Wed, 13 Aug 2003 09:19:33 -0700 (PDT) Joris Huizer <[EMAIL PROTECTED]> escribió:

> Now, I read at
> http://puggy.symonds.net/~rajesh/howto/ext3/ext3-5.html
> the kernel should have "JBD debugging support" - I
> checked but my custom 2.4.18 kernel doesn't have that.
> Is this really a problem like, should I compile a new
> kernel for that ?? 

much better than enabling that: upgrade to 2.4.21 (there're
several ext3 and security bugfixes between 2.4.18-2.4.21) .

Or wait for 2.4.22. It's 2.4.22-rc2 now; it will be released
in a few days probably...


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



Re: rms on debian

2003-08-17 Thread Diego Calleja García
El 17 Aug 2003 00:18:08 -0400 Kevin Mark <[EMAIL PROTECTED]> escribió:

> programs, and their ftp server distributes them. That's why we don't
> have links to their site on www.gnu.org. 

*ahem*ahem*

I was going to saywell. Better I'll shut up. Some people just can't learn.


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



Re: rms on debian

2003-08-18 Thread Diego Calleja García
El 18 Aug 2003 10:12:13 +0800 Isaac To <[EMAIL PROTECTED]> escribió:


> Different people have different opinions, and the fact that www.gnu.org
> decided not to have a link to Debian means that the crews in www.gnu.org
> agreed to RMS about not having Debian listed is a good idea, even though GNU
> is the one who started Debian.  And www.gnu.org does not represent RMS
> alone, but instead a group of followers who are pushing the ideals of GNU.

I don't care about what RMS thinks/uses. But not trying to "ignore" it just
because it has non-free software is.silly? He doesn't even have to 
to put contrib/non-free in his sources.list.we're not a 100% GPL distro
but well


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



Re: libc6 optimizations

2003-08-23 Thread Diego Calleja García
El Fri, 22 Aug 2003 16:52:12 -0400 Mental Patient <[EMAIL PROTECTED]> escribió:

> Its not really critical or anything, I was just wondering about it.

Try apt-src/apt-build


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



Re: UDMA in kernel 2.4.21

2003-08-23 Thread Diego Calleja García
El Sat, 23 Aug 2003 16:46:51 +0300 Alexey Chetroi <[EMAIL PROTECTED]> escribió:

>  Hello,
> 
>  I've compiled kernel 2.4.21 from unstable, but when I'm trying 
> to setup UDMA mode X67-X69, kernel complains that udma 3/4/5 not
> functional and indeed hdparm -tT /dev/hda shows performance degrade.
> But kernel version 2.4.20 on the same machine works perfectly with
> UDMA. What could be the problem? 

Did you compile the support for your chipset?


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



Re: DebToo: Debian, Gentoo-style

2003-08-27 Thread Diego Calleja García
El Tue, 26 Aug 2003 13:14:41 -0700 (PDT) Chris de Vidal <[EMAIL PROTECTED]> escribió:

> Volunteers needed!
> http://debtoo.org

are you going to implement a USE flag equivalent?
(note: I don't like USE a lot)


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



Re: DebToo: Debian, Gentoo-style

2003-08-27 Thread Diego Calleja García
El Tue, 26 Aug 2003 22:21:36 -0500 Rthoreau <[EMAIL PROTECTED]> escribió:

> If someone can show a nice chart showing the speed increase compared 
> to stability of Gentoo vs Debian, I would be more than happy to put 
> Gentoo on a box.  


gentoo itself doesn't search to get super-optimized binaries, but being able
to configure "dinamically" the dependences between packages. 

I don't like the USE flag myself a lot. 

But what other people think about it?


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



Re: OT: Why is C so popular?

2003-08-27 Thread Diego Calleja García
El Wed, 27 Aug 2003 01:11:08 -0500 Alex Malinovich <[EMAIL PROTECTED]> escribió:


> C comes in. Yet I see people writing 'modern' GUI applications and using
> C when I would think C++ would be a much better choice. Is there
> something that I'm missing? Something that C actually does better than
> C++ in regards to higher-level functions?

Performance (aka "bloatage") (just run openoffice, kde...)

(Yeah, some people can get good performance because they're good c++ coders.
Probably it's not even a 1% of all c++ coders though)

Another reason: great C compilers. (yeah, c++ is getting better...)


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



Re: OT: Why is C so popular?

2003-08-28 Thread Diego Calleja García
El Wed, 27 Aug 2003 17:12:22 -0500 Ron Johnson <[EMAIL PROTECTED]> escribió:

> KDE is pretty fast, and the MS VC++ generates excellent binaries.

Tried running kde apps outside of kde?


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



Re: Hot-plugging USB storage devices.

2003-08-30 Thread Diego Calleja García
El 30 Aug 2003 22:58:58 +0100 Iain Georgeson <[EMAIL PROTECTED]> escribió:

> The problem is that I've just acquired a USB keychain memory drive. If
> that's the first device I plug in, it becomes sda1. I would prefer it
> each device was always mounted in the same place - /camera for the
> camera and /keychain for the keychain, for example. Is there any way
> of doing this with usbmgr or something else like hotplug?

What you want is persisten device naming, aka 'udev' (a reemplacement of devfs)
Sadly it doesnt seems still very solid and only available with 2.6 kernels.

Paper about udev:
http://archive.linuxsymposium.org/ols2003/Proceedings/All-Reprints/Reprint-Kroah-Hartman-OLS2003.pdf


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



Re: oprofile?

2003-08-31 Thread Diego Calleja García
El 30 Aug 2003 17:01:53 -0500 Rob Benton <[EMAIL PROTECTED]> escribió:

> I was looking through the Documentation/Changes file from the
> 2.6.0-test4 kernel and I noticed this oprofile package in the upgrade
> 2.4 -> 2.6 notes.  I can't seem to locate what package this is a part
> of.  Anyone else know?

It has been requested:

http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=139475


I'd love to see this package in debian soon.

There're some debs at http://free.linux.external.hp.com/~ahs3/oprofile/
but thats not the latest version...





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



Re: libc6 with NTPL support?

2003-05-31 Thread Diego Calleja García
On Sat, 31 May 2003 02:22:22 +0100
Colin Watson <[EMAIL PROTECTED]> wrote:

> No.

*sight* :)


BTW, i found that someone played with it; 
look at http://ijuz.uugrn.org/nptl-0.40/

He says it breaks portmapper and i noticed
galeon randomly crashes, but X, icewm, etc *seems*
to work fine.


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



Re: Speeding up debian ... ?

2003-06-07 Thread Diego Calleja García
On Sat, 7 Jun 2003 16:02:51 +0100
Colin Watson <[EMAIL PROTECTED]> wrote:

> Obviously some applications (i.e. CPU-intensive ones) will gain. The
> burden of proof is on you to show that it's worth it for the majority of
> packages, though, since I/O-intensive applications are unlikely to get a
> useful gain from processor optimization.

Yes. 
The problem comes when you have things in the cache (ie: a browser),
there's no disk I/O and you want it to render faster.


But no, i don't feel bad because my syslog isn't p3 optimized
it'd be a waste of time for most of apps. But for some very general
libraries (ie: libc, qt/gtk/gnome, X) it's not a bad idea.


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



Re: How to compile a 2.5.x Kernel

2003-06-14 Thread Diego Calleja García
On Sat, 14 Jun 2003 13:03:40 +0200
Nicos Gollan <[EMAIL PROTECTED]> wrote:

> I tried on testing, and it worked quite fine with the regular make-kpkg 
> routine. You'll have to install the proper module handling utilities (I
> don't know what the name was, but it's listed in the kernel doc and
> available as a debian package).

package module-init-tools

btw, i'd suggest to read
http://www.codemonkey.org.uk/post-halloween-2.5.txt when trying a 2.5
kernel.


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



Re: Counting number of lines in a text file

1999-02-03 Thread Diego Delgado Lages

cat file-name | wc -l


On Wed, 3 Feb 1999, Jay Barbee wrote:

> Hey all,
> 
> I was wondering what the quickest way to count the number of records
> (lines) in a text file.  It would be neat to do many files at once and save
> the output in a seperate file in the format 'filename:::#records'.
> 
> Thanks,
> --Jay
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


kde source list for potato

2001-08-22 Thread Alejandro Diego Garin
Hello:

I have this entry in my sources.list
deb ftp://kde.debian.net/pub/kde potato main crypto
for download KDE packages and since two days ago I am experimenting timeouts 
problems.

could you tell me if this url has been changed?

Any type of help will be appreciated
Thx.

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623



a way to limit the MB used for a MYSQL database?

2002-03-04 Thread Alejandro Diego Garin
Hello:

I would like to limit the space used for a Mysql database,
a kind of db hosting, each user can store 5 Mb of space for example,
any ideas?


thanks!

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Running Debian/Sid kernel 2.4.16



apt-get source

2001-10-16 Thread Alejandro Diego Garin

hello!

Could you tell me what is the deb-src link to download de source packages in 
potato?


thanks
-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




why not php4_pgsql in woody?

2001-10-29 Thread Alejandro Diego Garin
Hello!

I have seen that this packages is in stable and unstable but not in woody , 
why?
Can I use the package from unstable?
How can i create this package?

bucefalo:~# apt-get install php4-pgsql
Reading Package Lists... Done
Building Dependency Tree... Done
Package php4-pgsql has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package php4-pgsql has no installation candidate


-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: kdebaselibs-Problem

2001-11-12 Thread Alejandro Diego Garin
On Monday 12 November 2001 09:42, Mark Brown wrote:
> On Mon, Nov 12, 2001 at 12:21:28PM +0100, Andreas Rottmann wrote:
> > Please tell the exact errors, otherwise nobody can tell what is
> > happening.
>
> If it's the same error I'm seeing then:
>
> (Reading database ... 79805 files and directories currently installed.)
> Unpacking kdebase-libs (from .../kdebase-libs_4%3a2.1.1.0-10_i386.deb) ...
> dpkg: error processing
> /var/cache/apt/archives/kdebase-libs_4%3a2.1.1.0-10_i386.deb (--unpack):
>  trying to overwrite `/usr/lib/kde2/kio_help.la', which is also in package
> kdelibs3 dpkg-deb: subprocess paste killed by signal (Broken pipe)
>
>

I had exactly the same problem, my kde in woody is broken.
I am using sid now. 

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Running Debian/Sid kernel 2.4.13-686



which kernel-image i must install?

2001-11-14 Thread Alejandro Diego Garin
Hi all:

I have an AMD Athlon(tm) Processor, which kernel-image i must use ?

a) kernel-image-2.4.14-686 - Linux kernel image for version 2.4.14 on 
PPro/Celeron/PII/PIII.

b) kernel-image-2.4.14-k6 - Linux kernel image for version 2.4.14 on AMD 
K6/K6-II/K6-III

c) kernel-image-2.4.14-k7 - Linux kernel image for version 2.4.14 on AMD K7

thanks

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Running Debian/Sid kernel 2.4.13-686



xfree DGA module and vmware

2001-11-14 Thread Alejandro Diego Garin
Hi all!

Someone know anything about a DGA extension needed for vmware to use 
fullscreen mode?

I am using XFree4 now and this problem didn't happen with XFree3.

I looked the xfree log,

# cat XFree86.0.log | grep DGA
(II) Loading extension XFree86-DGA
It seem to be loaded i donk now

cheers,

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Running Debian/Sid kernel 2.4.13-686



Re: Well that didn't work - Upgrading Woody from 2.2.19 to 2.4.9

2001-09-20 Thread Alejandro Diego Garin
On Wednesday 19 September 2001 13:39, John Purser wrote:
>
> And rebooted.
>
> Now it hangs during boot with this message:
>
> VFS: Cannot open root device "302" or 03:02
> Please append a correct "root=" boot option
> Kernel panic: VFS: Unable to mount root fs on 03:02
>
> This a test machine so I don't mind blowing it away and re-installing woody
> again if I have to but is there another way?  And what are the steps
> necessary to upgrading to 2.4 on woody?  I've seen the .deb for upgrading
> potato to 2.4, should I have used that?
>

I had the same problem yesterday and I solved just adding this line
in my lilo.conf

image=/vmlinuz
label=debian
read-only
initrd=/boot/initrd-2.4.9-k6   # <--- this line
    root=/dev/hda2


next #lilo
and reboot

cheers
-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623



kde in woody

2001-09-20 Thread Alejandro Diego Garin
Hello linuxfriends:

I have installed woody (upgraded from potato) and now I would like to install 
Kde. My question is what is the magic apt-get command to start the whole kde 
install ? 
apt-get install __?__

thanks!

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623



Re: kde in woody

2001-09-20 Thread Alejandro Diego Garin
On Thursday 20 September 2001 09:53, Bob Koss wrote:
> > I have installed woody (upgraded from potato) and now I would
> > like to install
> > Kde. My question is what is the magic apt-get command to start
> > the whole kde
> > install ?
> > apt-get install __?__
>
> I'm in exactly the same boat. I did an 'apt-cache search kde' and I see
> task-kde near the end of the list which looks promising.
>
> Why don't you try 'apt-get install task-kde' and report back so that I know
> it's safe ;-)

Hi Bob!
I did:
#apt-get update
#apt-get install task-kde 
E: couldn't find package task-kde

what should i do?

cheers
-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623



Re: kde in woody

2001-09-20 Thread Alejandro Diego Garin
On Thursday 20 September 2001 10:30, Bob Koss wrote:
> > Hi Bob!
> > I did:
> > #apt-get update
> > #apt-get install task-kde
> > E: couldn't find package task-kde
> >
> > what should i do?
>
> Now that's weird. Are you sure you're running Woody?
>
> Do a 'apt-cache search task-kde'. I see three entries when I do that.

I did it, nothing

I did an upgrade from potato to woody yesterday.

$cat /etc/debian_version
testing/unstable

$cat /etc/apt/sources.list

# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.

deb http://http.us.debian.org/debian testing main contrib non-free
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib 
non-free

Do I need to add another line here?

thanks for the help
-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623



Re: kde in woody

2001-09-20 Thread Alejandro Diego Garin
On Thursday 20 September 2001 10:30, you wrote:
> > Hi Bob!
> > I did:
> > #apt-get update
> > #apt-get install task-kde
> > E: couldn't find package task-kde
> >
> > what should i do?
>
> Now that's weird. Are you sure you're running Woody?
>
> Do a 'apt-cache search task-kde'. I see three entries when I do that.

well, finally i am doing this

apt-get install kdebase
next
apt-get install koffice
next

I'm donwloading the packages now, this should work fine after all 

thanks for the help

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623



.config in kernel source?

2001-09-20 Thread Alejandro Diego Garin
Hello linuxfriends:

I have downloaded the kernel-source-2.4.9 and I couldn't find the debain 
.config file for this version of the kernel. Is debian giving the configure 
options used in the kernel-compilation ? I need to do some changes and want
to keep the debian options...

thanks!

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623



Re: .config in kernel source?

2001-09-20 Thread Alejandro Diego Garin
>
> > options used in the kernel-compilation ?
>
> If the kernel-source is a Debian package with a corresponding kernel-image,
> the kernel-image package installs a config- file in /boot .
>
>
>   -=greg

Excelent detail greg, thanks a lot!

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623



java with Konqueror in KDE (woody)

2001-09-21 Thread Alejandro Diego Garin
Hello Linuxfriends:

I have installed KDE on woody and I would like to use Konqueror as my web 
browser so I enabled Java globally because I need it, but It doesn't work. (i 
have installed jdk of course)
Do you have similars problems? 

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623



a good sendmail.mc?

2001-10-01 Thread Alejandro Diego Garin
Hello!
I have installed sendmail 8.11.6+8.12.0.Beta19 in woody and I am using the 
default configuration. My objetive is only send mails, not to have a mail 
server but sendmail has time-outs problems and it's not working well.
Could someone give a good .mc ? 
Thanks

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: recent woody upgrades leave me unable to use X as ROOT!

2001-10-03 Thread Alejandro Diego Garin
On Wednesday 03 October 2001 01:31, John Foster wrote:
> I have recently upgradeed my Woody boxes I have 2 and now I can not log
> into my gnome-kde enlightenment system as root. I could do that before
> the last upgrade. A new bug maybe??
> John

look at /etc/X11/gdm/gdm.conf

[..]
[security]
AllowRoot=false
[..]

Change this to True

Anyway, don't use the root account! 

cheers,

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




howto avoid connection reset by peer with ssh

2001-10-10 Thread Alejandro Diego Garin
hello linuxfriends:

The firewall of my company is reseting my conections with ssh when is idle 3 
minutes or something like these.
How  can I prevent this with the ssh client on my Linux? I need to send every 
2 minutes a "x" caracter to don't lose my session

On my windoze machine I am using SecureCRT , and I was set an automatic idle 
prevent send a "\n" every 2 minutes. 
I need the same!

any suggestions?


thanks


-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Licq #2502623

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Error: Can't open display: 10.65.64.65:0.0, why?

2002-01-11 Thread Alejandro Diego Garin
Hello friends:

I need to use an X application from my server, 
for these task i am doing the following:

#my machine:> xhost +
#my machine:> telnet server 
#server> export DISPLAY=my machine:0.0
xcalc &
Error: Can't open display: my machine:0.0

why? I can do this task in a redhat box smoothly... but i want to use debian 
sid
any ideas?
thanks


-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Running Debian/Sid kernel 2.4.14



Re: Error: Can't open display: 10.65.64.65:0.0, why? SOLVED

2002-01-11 Thread Alejandro Diego Garin

Thanks for the answer but i solved the problem
just adding the "-X" parameter to the ssh command and
not exporting the DISPLAY variable. nice for my needs.

cheers

On Friday 11 January 2002 15:02, Andy Spiegl wrote:
> > I need to use an X application from my server,
> > for these task i am doing the following:
> >
> > #my machine:> xhost +
>
> DON'T use "xhost +".
>
> > #my machine:> telnet server
> > #server> export DISPLAY=my machine:0.0
> > xcalc &
> > Error: Can't open display: my machine:0.0
>
> I suspect that your Xserver is running with "-nolisten tcp".
>
> > why? I can do this task in a redhat box smoothly... but i want to use
> > debian sid
> > any ideas?
>
> Yep, debian seems to be safer than redhat. :-)
>  Andy.

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Running Debian/Sid kernel 2.4.14



configure error. cannot create executables

2002-01-25 Thread Alejandro Diego Garin
Hello!
someone can help me with this problem?

$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot 
create executables

-- 
Alejandro Diego Garin
GNU/Linux user #151577 counter.li.org
Running Debian/Sid kernel 2.4.16



Re: Dissapering SubDirectorys????

2004-07-09 Thread Diego Martínez Castañeda
On Fri, 09 Jul 2004 10:35:15 -0400, Ralph Crongeyer <[EMAIL PROTECTED]> wrote:
> Hi all,
> I have a directory with allot of files and some subdirectories in it but
> I can't see the directories at all via FTP or the command line, however
> I can see them using "mc" (Midnight Commander)? Why???

you don't have assign right permissions to files and directories. execute this:

# chown -R ftp:ftp /path/to/dir
# find /path/to/dir -type d -exec chmod 755 {} \; 
# find /path/to/dir -type f -exec chmod 644 {} \; 

this would be enougth.

diego

-- 
[  Diego Martínez Castañeda ]
[diegomc [EMAIL PROTECTED] gmail . com ]
[ http://www.n1mh.com ]
[ ni Dios, ni amo, ni root ]



  1   2   >