Request Tracker and speedy-cgi

2004-10-07 Thread Jorge Santos
Hello in an attempt to speed up rt I'm trying to use speedy-cgi, but I
get the following error:

[Thu Oct  7 20:33:54 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
Can't locate object method new via package RT::Handle at 
/usr/share/request-tracker3/lib/RT.pm line 147.
[Thu Oct  7 20:33:54 2004] [error] [client 132.248.133.212] Premature end of script 
headers: /usr/share/request-tracker3/libex
ec/mason_handler.scgi

Does anyone know if I may be doing something wrong?  Or should I
report a bug?

TIA,
Jorge


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



Re: Where to store iptables script

2004-08-24 Thread Jorge Santos
Jacob Friis Larsen [EMAIL PROTECTED] writes:

 By the help of http://iptables-script.dk/ I have created the script below.
 Where should I store it?

You can put it, for example in /usr/local/bin/foobar.sh and then add:

pre-up /usr/local/bin/foobar.sh

 And does it look ok?

I don't know that much :-)

 Thanks, Jacob


 #!/bin/sh

 # Disable forwarding
 echo 0  /proc/sys/net/ipv4/ip_forward

 # load some modules (if needed)
 modprobe ip_nat_ftp
 modprobe ip_conntrack_ftp

 # Flush
 iptables -t nat -F POSTROUTING
 iptables -t nat -F PREROUTING
 iptables -t nat -F OUTPUT
 iptables -F

 iptables -P INPUT DROP
 iptables -P FORWARD DROP
 iptables -P OUTPUT ACCEPT

 #localhost
 iptables -A INPUT -i lo -j ACCEPT
 iptables -A OUTPUT -o lo -j ACCEPT

 # Open ports on router for server/services
 iptables -A INPUT -s 1.2.3.4 -j ACCEPT -p tcp --dport 20
 iptables -A INPUT -s 1.2.3.4 -j ACCEPT -p tcp --dport 21
 iptables -A INPUT -j ACCEPT -p tcp --dport 22
 iptables -A INPUT -j ACCEPT -p tcp --dport 25
 iptables -A INPUT -j ACCEPT -p tcp --dport 80
 iptables -A INPUT -j ACCEPT -p tcp --dport 143
 iptables -A INPUT -j ACCEPT -p tcp --dport 993

 # STATE RELATED for router
 iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

 # Enable forwarding
 echo 1  /proc/sys/net/ipv4/ip_forward


Bye,
Jorge


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



Authentication (pam?) becoming dead.

2004-08-23 Thread Jorge Santos
Hello, I have been having this wierd problem in which after a while
(sometimes days, sometimes hours) I can't do anything login-related,
be it logging in at the console, su, starting or stopping certain
services and the like.  If, for example, I try to login at the console
it will just sit there after asking for the password and do nothing.
I can't find anything relevant in the logs.

Any ideas as to what may be the problem?


TIA,
Jorge


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



screen messing with tab completion and other annoyances

2004-08-12 Thread Jorge Santos
Hello, I've searched for these but I can't find an answer:

Screen, as configured by default, uses tab tab two switch windows,
but this is annoying since it blocks tab completion for the shell and
I can't find anything in the documentation about how to turn this off
(or even that this binding exists).

Also, when sshing under screen to another machine (running RedHat,
unfortunately) the erase character turns (don't know why) into ^H
according to stty -a and this messes less, to fix this I tried to do:

stty erase ^?

but stty -a stills shows erase=^H.

Does anyone knows how to fix either (or better:  both!) of these
problems.


TIA,

jorge


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



Re: screen messing with tab completion and other annoyances

2004-08-12 Thread Jorge Santos
Travis Crump [EMAIL PROTECTED] writes:

 Jorge Santos wrote:
 Hello, I've searched for these but I can't find an answer:
 Screen, as configured by default, uses tab tab two switch
 windows,
 but this is annoying since it blocks tab completion for the shell and
 I can't find anything in the documentation about how to turn this off
 (or even that this binding exists).


 Huh?  Screen by default uses Ctrl-aCtrl-a to switch windows[at
 least in english/C]

Mmmh, I changed screen's prefix to Ctrl-i and for some reason that
made tab also the prefix (does anyone knows why?), well that [sorta]
fixes one of the problems.

Thanks,
jorge


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



Re: screen messing with tab completion and other annoyances

2004-08-12 Thread Jorge Santos
John Summerfield [EMAIL PROTECTED] writes:

 Jorge Santos wrote:

Travis Crump [EMAIL PROTECTED] writes:



Jorge Santos wrote:


Hello, I've searched for these but I can't find an answer:
Screen, as configured by default, uses tab tab two switch
windows,
but this is annoying since it blocks tab completion for the shell and
I can't find anything in the documentation about how to turn this off
(or even that this binding exists).



Huh?  Screen by default uses Ctrl-aCtrl-a to switch windows[at
least in english/C]



Mmmh, I changed screen's prefix to Ctrl-i and for some reason that
made tab also the prefix (does anyone knows why?), well that [sorta]
fixes one of the problems.



 Twit!!
 And what do you suppose ^I is? TAB!


 [AE]sop minds men of their errors, without twitting them for what is
 amiss. --L'Estrange.


... and maybe you should do that much. :-)

regards,
jorge


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



Exim errors

2004-05-13 Thread Jorge Santos

Hello, I've been getting the following mail from Exim for about four
days now, about once a day:

From: [EMAIL PROTECTED] (Cron Daemon)
Subject: Cron [EMAIL PROTECTED] if [ -x /usr/sbin/exim_tidydb ]; then 
/usr/sbin/exim_tidydb /var/spool/exim retry /dev/null; fi
To: [EMAIL PROTECTED]
Date: Sat, 08 May 2004 06:13:01 -0500

failed to open DB file /var/spool/exim/db/retry: File exists



From: [EMAIL PROTECTED] (Cron Daemon)
Subject: Cron [EMAIL PROTECTED] if [ -x /usr/sbin/exim_tidydb ]; then 
/usr/sbin/exim_tidydb /var/spool/exim wait-remote_smtp /dev/null; fi
To: [EMAIL PROTECTED]
Date: Sat, 08 May 2004 06:17:02 -0500

failed to open DB file /var/spool/exim/db/wait-remote_smtp: File exists



And I don't know what to make of them, any ideas?


TIA,

Jorge


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



Re: Text console corruption

2004-03-24 Thread Jorge Santos
Jorge Santos [EMAIL PROTECTED] writes:

 Hello, as of today I have been having some text console corruption
 issues, basically, the console comes up with nothing but colorful
 vertical lines and it doesn't change no mather what I do, well
 actually I can get different useless patterns after booting X :-).

 Nevertheless, I can login blindly and X will come up all right.

 The corruption starts after a while in the bootup process.  I have a
 Matrox M200 video card and the problem _may_ have been triggered by a
 recent upgrade (maybe a kernel issue?) (I'm using Sid).

 Does anyone have any idea how I may fix or work around this problem.


Well, after a lot of playing arround with fbset, recompiling the
kernel, passing the kernel boot options and the like, I haven't fixed
this yet, and I intend to file a bug report about it, the question is:

against which package should I do it?

Suggestions anyone?  Should it be the kernel or something else?  Do
mind that it has nothing to do with X Window, since the problem begins
during the bootup process.

Greetings,

Jorge


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



Re: Text console corruption

2004-03-24 Thread Jorge Santos
Per Olofsson [EMAIL PROTECTED] writes:

 On Wed, Mar 24, 2004 at 15:58 -0600, Jorge Santos wrote:
 Well, after a lot of playing arround with fbset, recompiling the
 kernel, passing the kernel boot options and the like, I haven't fixed
 this yet, and I intend to file a bug report about it, the question is:
 
 against which package should I do it?
 
 Suggestions anyone?  Should it be the kernel or something else?  Do
 mind that it has nothing to do with X Window, since the problem begins
 during the bootup process.

 I think you're having a problem with hotplug. I have the same
 problem. The problem is that hotplug automatically loads a framebuffer
 driver for your video card, which apparently doesn't work very
 well.

 The solution is to add the name of your framebuffer module to
 /etc/hotplug/blacklist. I can also add 'Option UseFBDev' to the
 device section in my XF86Config to get it to work, but that might not
 work for you.

 There's already a bug filed, #238321. In fact, I joined this list
 today because I intended to ask if anyone else was having this
 problem, as I was told that it was just my hardware/driver that was
 broken.


The blacklist bit solved it for me, thanks for the tip, I was getting
really sick of compiling kernels and stuff to try to fix it to no
avail.


Greetings,

Jorge


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



Re: Console is screwy (shows what looks like boot log)

2004-03-19 Thread Jorge Santos
Brad Sims [EMAIL PROTECTED] writes:

 My virtual consoles (ie F1-whatever) after a short period
 will go screwy and show what looks like boot logs or
 multi-color flashing garbage... I tried /c and even the reset
 command to no avail... They are fine after a hardware reboot
 but this is annoying... SSH works just fine, as does XFree86.

 I am running Debian Sid with latest everything g
 Any ideas? 'Cause I am fresh out...


Maybe you are having the same problem as I, does it happens after a
while during the bootup process?  I'm beginning to suspect it was a
recent kernel upgrade.

Cheers,

Jorge


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



Re: Console is screwy (shows what looks like boot log)

2004-03-19 Thread Jorge Santos
Andreas Janssen [EMAIL PROTECTED] writes:

 Hello

 Brad Sims ([EMAIL PROTECTED]) wrote:

 My virtual consoles (ie F1-whatever) after a short period
 will go screwy and show what looks like boot logs or
 multi-color flashing garbage... I tried /c and even the reset
 command to no avail... They are fine after a hardware reboot
 but this is annoying... SSH works just fine, as does XFree86.
 
 I am running Debian Sid with latest everything g
 Any ideas? 'Cause I am fresh out...

 Do you use any framebuffer driver? I had the same problem switching from
 XFree to a console using rivafb. Vesafb of plain text mode work


Hello, I'm having a similar problem and I would like to know how do I
get the kernel to use vesafb or plain text mode.

TIA,

Jorge


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



Text console corruption

2004-03-18 Thread Jorge Santos
Hello, as of today I have been having some text console corruption
issues, basically, the console comes up with nothing but colorful
vertical lines and it doesn't change no mather what I do, well
actually I can get different useless patterns after booting X :-).

Nevertheless, I can login blindly and X will come up all right.

The corruption starts after a while in the bootup process.  I have a
Matrox M200 video card and the problem _may_ have been triggered by a
recent upgrade (maybe a kernel issue?) (I'm using Sid).

Does anyone have any idea how I may fix or work around this problem.


TIA,

Jorge


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



Attachments in DebBug broken?

2004-03-17 Thread Jorge Santos
Hello, in bug report # 234416 there are two attachments but the links
are broken, they are of the form:

http://bugs.debian.org/cgi-bin/bugreport.cgi/jde_#234416.diff?bug=234416msg=6att=1

Whereas _I_ guess they should be something akin to:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=234416msg=6att=1

Which actually works.

So, should I file a bug report?, and, if so, to which package?

Greetings,

Jorge


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



What could be changing keymaps behind my back?

2003-11-05 Thread Jorge Santos
Something is changing keymaps behind my back, seemingly randomly, from
having:



xmodmap:  up to 2 keys per modifier, (keycodes in parentheses):

shift   Shift_L (0x32),  Shift_R (0x3e)
lockCaps_Lock (0x42)
control Control_L (0x25),  Control_R (0x6d)
mod1Alt_L (0x40),  Alt_R (0x71)
mod2Num_Lock (0x4d)
mod3  
mod4Super_L (0x73),  Super_R (0x74)
mod5Scroll_Lock (0x4e)



I go to:



xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):
 
shift   Shift_L (0x32),  Shift_R (0x3e)
lockCaps_Lock (0x42)
control Control_L (0x25),  Control_R (0x6d)
mod1Alt_L (0x40),  Alt_L (0xe9)
mod2Mode_switch (0x71),  Mode_switch (0x74)
mod3
mod4Select (0x73),  Mode_switch (0x74)
mod5Scroll_Lock (0x4e)


Note how the modifiers get quite changed, Super_L turns into Select,
and Super_R turns into Mode_switch.

This is getting to be quite annoying.

And I hav no idea what is causing this wierd behaviour.  Any ideas
about what it could be doing it or how I can find out?


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



Re: repartitioning: joining two partitions

2003-03-24 Thread Jorge Santos
Joris Huizer [EMAIL PROTECTED] writes:

 Hello everybody,
 
 I have the following question:
 I have four partitions:
 /, /tmp, /usr, /home
 
 Is it possible to change the situation so that the
 /tmp partition space becomes part of the /home (so the
 /tmp is a normal folder in / ) ? It's usually hardly
 used and I could use some space for my personal stuff.
 
 Oh, and what is the name of the partition program
 Debian uses during the installation? If possible, I'd
 like to use that one for this
 

Read its documentation thoroughly, then, use parted.  You will also
have to modify the entry that refers to the /tmp entry in fstab (that
is, remove it) and do mkdir /tmp as root and change its persmissions
acordingly.

Greetings,

Jorge


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



A couple of mirrors not working

2003-03-08 Thread Jorge Santos
A funny thing is happening to me, and I wanted to know if it has
happened to others, while using one of this mirrorors:

deb http://debian.teleglobe.net/ sid main non-free contrib
deb http://linux.csua.berkeley.edu/debian sid main contrib non-free


apt aborts with a bunch of errors like:

Err http://debian.teleglobe.net sid/main zsh 4.0.6-27
  404 Not Found
Err http://debian.teleglobe.net sid/main zsh-doc 4.0.6-27
  404 Not Found


At first I thought it may be a transient thing but it has been going
on for a week or so.


¿Any ideas?,


jorge s.


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



Re: Get in Trouble Now (was To Get GNOME2... )

2003-03-07 Thread Jorge Santos
arief_mulya [EMAIL PROTECTED] writes:

 Dear all.
 
 
 Thanks for the clues on GNOME2.
 
 But before I read the emails, I've already tried the ported GNOME2 for
 woody.
 
 
 It was working great.
 Until the time, I felt, It's the wrong thing. I should do it from the
 official place. And so I apt-get remove gnome (all the thing I
 previously installed)
 

Well, maybe I should have pointed out that going to sid means going to
the bleeding edge, and it can sometimes break, plus I don't think you
should do it unless you have broadband (because of the frequent
updates), but I thake it you have it.

 
 Take sid as my sources list,
 Do an upgrade with dselect.
 
 After about 250Megs, I notice that because of gnome was previously
 removed, I have to reinstall it again.
 
 
 But the funny thing is, dselect only shows me gnome 1.4. Being unable
 to found gnome2, I installed it anyway. After a while, I think I've
 got gnome2 installed again. I recognise the similar looks, but not so
 sure.

You can check what's the version of (for example) gnome-panel, if
if is something like 2.2.0.1-2, then you are running gnome 2.2

 
 
 But I do notice that gdm is back to the gnome1.4 version. And the font
 become very ugly.

gdm in sid is still the one for gnome 1.4, don't know about the fonts
though.


 
 
 Now I'm totally mess up.
 How do I downgrade to testing and reinstall the ported version only?
 

I really haven't ever tried a downgrade, I guess the easy way would be
to just delete the sid lines and wait for new versions to hit testing,
but if things aren't all that smooth I guess you would like a faster
track.


 
 Or is there any better solutions?
 Should I just wait till gnome2 enter sids?
 
 Currently I use sid and sarge as my sources.list.

That should take you to sid.


 
 Sorry if my informations is very unstructured. I'm confuse now.
 
 ;-)
 
 Best Regards,
 arief_mulya
 -- 
 
 
 -- 
 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: cdrecord doesn't work

2003-03-07 Thread Jorge Santos
Florian Sukup [EMAIL PROTECTED] writes:

 Hi,
 
 I have trouble writing a CD using cdrecord.
 
 My old Computer is running SuSE. There I can write a CD.
 
 There is Debian woody on my new computer and here it's not working:
 
 # cdrecord -v dev=0,0,0 speed=10 blank=fast file.cd_image 
 Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
 TOC Type: 1 = CD-ROM
 scsidev: '0,0,0'
 scsibus: 0 target: 0 lun: 0
 cdrecord: No such device. Cannot open '/dev/pg0'. Cannot open SCSI driver.
 cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are 
 root.
 
 To make it work I tried 
 
 modprobe ide-scsi
 mknod pg0 c 97 0
 
 but no effect.
 
 Please help, I already spent half day in searching for a solution.
 

You can check the CD-WRITING HOWTO in www.linuxdoc.org, that worked
for me.

Greetings,

jsf


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



Re: To get GNOME2, should I Upgrade or Dist-Upgrade or... ?

2003-03-06 Thread Jorge Santos
arief_mulya [EMAIL PROTECTED] writes:

 Dear all,
 
 
 
 I kept getting wonder and never be sure about this whenever I'm
 reaching this step.
 
 
 The thing is, I finally want to upgrade my GNOME1.4 to GNOME2. I know
 that there's woody backport of GNOME2, but I wanted to have the latest
 version of it, and continue to watch it.
 
 
 My current laptop is Sarge.What should I need to do to have GNOME2
 installed. Upgrade? Dist-Upgrade? OR.. ? Oh one more thing, I try not
 to compile it from sources myself.. at least not now. So the option of
 downloading tarballs is not suitable, yet.
 
 
 I have done a dist-upgrade to get GNOME2 before, but it was about a
 year ago. I can't forget much of the stuff I do then, and I'm pretty
 sure that many things has change now, hasn't it?
 
 

I was in your situation and added sources.list lines that point to sid
and then upgraded via dselect, resolving conflicts as necesary.


Hope it helps,

jsf


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



Re: Degraded fonts

2003-03-06 Thread Jorge Santos
daniel huhardeaux [EMAIL PROTECTED] writes:

 Hi list,
 
 yesterday I updated my unstable and since fonts in some programs like
 mozilla (menu, folder list, mail list but mail viewer is ok!) or gaim
 are degraded which means not regular. KDE or console, mplayer... fonts
 are ok. Any idea?
 
 
 Also, I'm not able to change language in Mozilla. I can download new
 languages but no icon or something like this to tell this is my
 default language.
 
 
Don't know about the fonts but you can change the language mozilla
uses in the preferences panel, I don't recall but I think you need to
restart mozilla for it to see the new lagnuages and then again after
you selected the language for it to start using it.

greetings,

jsf


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



Re: Wierd XEmacs problem.

2003-02-22 Thread Jorge Santos
Alan Shutko [EMAIL PROTECTED] writes:

 Jorge Santos [EMAIL PROTECTED] writes:
 
  I have a problem here, on X Window C-/ works just fine as undo, but in
  the console it just inserts an /, the funny thing is this, when I type
  C-h k C-/ I get:
 
 I have a feeling that C-/ can't be represented in ASCII... anyone
 remember the rules, offhand?
 

I had a little misstatement back there, where it says 'in the console' it
should say 'inside a virtual terminal', in the console I get another,
unexpected, behaviour, turns out that when I press C-/ in the console
it deletes backwards, and when pressing C-h k C-/ it says:

BS runs 'delete-backward-char'

So my guess it _is_ something encoding related, but I really don't
know that much about that stuff.

I also found something else that might be of worth, back home (the
problem happens in Sid, which I run here at work), I'm using Woody and
C-/ does undo on a virtual terminal, however, when I press C-h k C-/
it says:

C-_ runs `undo'


Something else that make me think is somehow related to enconding is
that in a zsh running inside a virtual terminal it also has the same
problem here at work, and not at home (you can also see another mail
to the list about this zsh issue the other day).


TIA,

Jorge


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



Wierd XEmacs problem.

2003-02-19 Thread Jorge Santos
I have a problem here, on X Window C-/ works just fine as undo, but in
the console it just inserts an /, the funny thing is this, when I type
C-h k C-/ I get:



/ runs `self-insert-command'
   
  
`self-insert-command' is an interactive built-in function
(self-insert-command COUNT)
   
  
Documentation:
Insert the character you type.
Whichever character you type to run this command is inserted.
If a prefix arg COUNT is specified, the character is inserted COUNT times.




But when I type C-h w undo I get:


undo is on undo, f2, C-/, C-_




So, what gives? 




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




Wierd readline/inputrc problem.

2003-02-19 Thread Jorge Santos
I have a problem with programs that use libreadline, the thing is I
want to bind C-/ to undo, as in XEmacs, so I created the following
.inputrc in my home:

# This file controls the behaviour of line input editing for
# programs that use the GNU Readline library.  Existing
# programs include FTP, Bash, and GDB.
#
# You can re-read the inputrc file with C-x C-r.
# Lines beginning with '#' are comments.
#
# First, include any systemwide bindings and variable
# assignments from /etc/inputrc
# $include /etc/inputrc

#
# Set various bindings for emacs mode.

set editing-mode emacs

$if mode=emacs

Control-w: dump-functions
Control-/: undo
#\C-/: undo

$endif



I want to use this binding on pgsql and zsh, well I think zsh doesn't
really use libreadline, and with pgsql when I type C-w (see above) I
get the following:

undo can be found on \C-o, \C-x\C-u, \C-_.
 ^^

The C-o binding didn't appear before creating my .inputrc, so it
appears to have been introduced by the Control-/: undo entry in
~/.inputrc.


What is going on here?!


Also, in bash the corresponding line is:

undo can be found on \C-x\C-u, \C-_.

so here, the binding is not seen at all.

Any help with this puzzling affair will be greatly appreciated.


TIA

Jorge Santos


P.S.

/etc/inputrc follows:

# /etc/inputrc - global inputrc for libreadline
# See readline(3readline) and `info rluserman' for more information.

# Be 8 bit clean.
set input-meta on
set output-meta on

# To allow the use of 8bit-characters like the german umlauts, comment out
# the line below. However this makes the meta key not work as a meta key,
# which is annoying to those which don't need to type in 8-bit characters.

# set convert-meta off


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




Re: File systems -- reiser vs. ext3

2003-02-19 Thread Jorge Santos
Hall Stevenson [EMAIL PROTECTED] writes:

 * Daniel B. ([EMAIL PROTECTED]) [030218 21:25]:
  Paul Johnson wrote:
   ...
   My pick of ext3 was the fact that all the tools that work with ext2
   work just as readily with ext3.  I was also able to convert within a
   few minutes from ext2 on the command line.
  
  What do you use to convert?
 
 If you've got the right software, i.e. a kernel that supports ext3,
 up-to-date util-linux package (see this page,
 http://www.zip.au/~akpm/linux/ext3/ext3-usage.html, for full info), etc,
 etc, all it takes is
 
 tune2fs -j /dev/hdXX 
 
 


You must also change the pertinent fields in fstab from ext2 to ext3.

And you may also want to change how often disk are checked (both in
terms of mounts and time).

Bye,

jsf


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




Re: cdrecord -scanbus fails

2003-02-17 Thread Jorge Santos
Thomas H. George [EMAIL PROTECTED] writes:

 It used to work.
 
 I have append=hdd=ide-scsi in lilo.
 On bootup dmesg|grep hdd shows
 
   ide-setup: hdd=ide-scsi
   ide1: BM-MDA at 0xf008-0xf00f, BIOS settings: hdc DMA hdd: DMA
   hdd: Norcent RWJ-401S, ATAPI CD/DVD-ROM drive
 
 I have burnt cd's with the Norcent CD-RW drive in the past.  Now,
 suddenly xcdroast can't find it and cdrecord -scanbus fails.
 

Check that you have loaded the appropiate modules and created the
corresponding devices, I think you would also need to pass the
ignore=hdc flag to the ide-cd module.

Check:

http://www.tldp.org/HOWTO/CD-Writing-HOWTO-2.html#ss2.1


Greetings,

jsf


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




Problems with printing from XEmacs w/lprng

2003-01-16 Thread Jorge Santos
Hello,

When I print something from XEmacs using the Pretty-Print *buffer*
option in the file menu, everything goes fine the first time around,
but when I go and try to print something else it doesn't, however if I
first do an lpq and _then_ print something else, it works.  BTW, I'm
using lprng 3.8.15-1.  It seems to me it's a problem with lprng.

Any ideas about what's going on here?

Greetings,

Jorge Santos


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




Error while running apt-get update

2003-01-13 Thread Jorge Santos
I got the following error during my last update, after getting the
Package lists:

Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured while processing perl-doc (NewVersion1)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.


Any ideas as to why this may be?

BTW, I'm using a mixture of testing and unstable

TIA,

Jorge Santos


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




Re: XEmacs and Gnome Terminal copy/paste

2003-01-10 Thread Jorge Santos
Glyn Millington [EMAIL PROTECTED] writes:

 Gary Hennigan [EMAIL PROTECTED] writes:
  Whenever I have weird problems with Emacsen I always start by
  renaming/moving my ~/.emacs (or ~/.xemacs) to some scratch name and
  try whatever it is without an Emacsen init file. Does that show you
  anything? In other words, make sure you're not putting something in
  your xemacs init file that is causing the problem.
 
 To streamline that a little,  from a terminal you can do 
 
 
 xemacs -q  which starts the editor of the gods without an init
 file
 
 or
 
 xemacs -vanilla   no init file, no site start stuff, etc
 
 
 

Nope, it doesn't help, can anyone reproduce this?

Greetings,

Jorge Santos


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




XEmacs and Gnome Terminal copy/paste

2003-01-09 Thread Jorge Santos

It seems like I can't paste with the middle button to the Gnome
Terminal (2.x) text selected inside XEmacs, however pasting to other
programs work as does pasting the other way around.  Anyone can
confirm this and/or suggest a solution?

BTW, I'm using Gnome Terminal 2.1.0 and XEmacs 21.4 (patch 6) both
from testing.

TIA,

JSF


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




Trashed partition table

2002-11-08 Thread Jorge Santos
Hello,

I installed some other OS and id overworte the MBR, to make a long
story short, I booted with ethe second woody disc and went for the
rescue option at which point I was surprised to find out that fsck
claimed one of the partitions had a bad superblock (it had an ext3 fs,
and the kernel was 2.2.x, but I was under the impression that it would
just mount it as an ext2 fs, so I don't think that was the problem),
no problem, just a few hundred megs of mp3s there so I went on to run
grub-install, but it didn't find stage2, so i made some floppies with
grub-floppy and booted with that, they didn't work, to make another
long story short, I booted into the install system and in a console I
found that fdisk stated this about my partition table:

Device  BootStart   End Blocks  Id  System
/dev/hda1?  20682   154408  1074152739   0   Empty

Partition 1 does not end on cylinder boundary:
phys(637, 190, 61) should be (637, 254, 63)


So I gather the partition table is trashed.  So for my question:

¿Is there any way to fix this mess?

TIA

Jorge Santos


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




Re: Strange behaviour with accented characters

2002-10-10 Thread Jorge Santos

Stephen Gran [EMAIL PROTECTED] writes:

 This one time, at band camp, Jorge Santos said:
  Hello, when I do a 'su -' to root I get '?' instead of accented
  characters when doing, for example an 'ls'.  This only happens with
  'su -', not with regular logins nor with 'su' (without the '-'), it
  also appear to be independent of the shell used and the terminal
  emulator used (it also happens in the console).
  
  Any ideas why this may be?
 
 Presumably you have locale settings in your .bashrc, or .bash_profile.
 When you su (no -), you get a root shell that inherits the environment
 that spawned it, so your $PATH and environment stay the same.
 
 When you su - root, you get a brand new root shell, that only sources
 .profile and others in the /root directory.  I assume root doesn't have
 those same locale settings.
 

That's right, I was forgetting to export the LANG variable so
everything was using the POSIX locale.

Thanks a lot!

jorge


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




Strange behaviour with accented characters

2002-10-09 Thread Jorge Santos

Hello, when I do a 'su -' to root I get '?' instead of accented
characters when doing, for example an 'ls'.  This only happens with
'su -', not with regular logins nor with 'su' (without the '-'), it
also appear to be independent of the shell used and the terminal
emulator used (it also happens in the console).

Any ideas why this may be?

Greetings,

Jorge


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




Re: Are the experimental GNOME2 debs any good?

2002-10-09 Thread Jorge Santos

christophe barbé [EMAIL PROTECTED] writes:

 On Thu, Oct 03, 2002 at 04:33:33PM -0400, christophe barbe wrote:
  The problem with using gnome2 out of experimental is that unlike a staging
  aera you get all the experimental stuff not related to gnome (unless you
  tweak apt).
 
 To be clearer here, if you do:
apt-get -t experimental upgrade
 to update your gnome2, you also upgrade not related packages with
 experimental version.
 

What about:

apt-get -t experimental install gnome2


Cheers,

Jorge


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




Re: Are the experimental GNOME2 debs any good?

2002-10-09 Thread Jorge Santos

Christophe Barbé [EMAIL PROTECTED] writes:

 Le mer 09/10/2002 à 19:48, Jorge Santos a écrit :
  What about:
  
  apt-get -t experimental install gnome2
 
 ReRead the thread and you will find from me:
 
  ... or use the gnome2 meta package (apt-cache  
 show gnome2) but this package is not always uptodate and you can't
 decide to install less than what is decided by it.

Sorry, missed that, however doing the upgrade to _all_ the packages in
experimental hardly beats installing _all_ the packages depended on by
gnome2 :-).

Greetings,

jsf


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




Re: building Postgresql

2002-06-19 Thread Jorge Santos
Derrick 'dman' Hudson [EMAIL PROTECTED] writes:

 On Tue, Jun 18, 2002 at 09:43:28PM -0600, Jorge Santos wrote:
 | So, I was building postgresql from source (via debian/rules build)
 | when it failed due to a missing header file, so I apt-got the package
 | which contained the file reran the build and got the following:
 | 
 | [EMAIL PROTECTED] debian/rules build
 
 | cat patches/* | patch -p0
 | patching file src/pl/plpgsql/src/pl_funcs.c
 | Reversed (or previously applied) patch detected!  Assume -R? [n] 
 | Apply anyway? [n] 
 | Skipping patch.
 | 2 out of 2 hunks ignored -- saving rejects to file 
 src/pl/plpgsql/src/pl_funcs.c.rej
 | make: *** [build-stamp] Error 1
 
 | What should I do here?
 
 I would start over with a clean 'apt-get source', then next time if
 you want to restart the build, first remove the patch command from
 'debian/rules'.  You can only apply a patch once (think about it).

Well, since I said no to both questions I guess I can still remove the
patch command and restart the build, I guess I would be fine, wouldn't
I?

Regards,

Jorge Santos


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



Re: Backup utilities

2002-06-19 Thread Jorge Santos
Alvin Oga [EMAIL PROTECTED] writes:

 [...]
 
 
 On Wed, 19 Jun 2002, Nicos Gollan wrote:
 
  On Wednesday 19 June 2002 06:00, Jorge Santos wrote:
   [...]
  
  [...]
 

Thanks to all,  I'll think I'll go with one of the scripts from
linux-backup.net, I knew I would be reinventing the wheel if I put
something togheter myself.

Regards,

Jorge Santos


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



building Postgresql

2002-06-18 Thread Jorge Santos
So, I was building postgresql from source (via debian/rules build)
when it failed due to a missing header file, so I apt-got the package
which contained the file reran the build and got the following:

[EMAIL PROTECTED] debian/rules build
   ~/packages/debian/postgresql/postgresql-7.2.1
debian/rules: build-stamp target
dh_testdir
dh_installdirs
echo doctmp is 
/home/jsf/packages/debian/postgresql/postgresql-7.2.1/debian/postgresql-doc/usr/share/doc/postgresql-doc
 
doctmp is 
/home/jsf/packages/debian/postgresql/postgresql-7.2.1/debian/postgresql-doc/usr/share/doc/postgresql-doc
cat patches/* | patch -p0
patching file src/pl/plpgsql/src/pl_funcs.c
Reversed (or previously applied) patch detected!  Assume -R? [n] 
Apply anyway? [n] 
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file 
src/pl/plpgsql/src/pl_funcs.c.rej
make: *** [build-stamp] Error 1


What should I do here?

And what about build-depends, how do I know if a source package has
these and how do I make use of them if it does?

TIA

Jorge Santos


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



Backup utilities

2002-06-18 Thread Jorge Santos
Hello, I'm looking for recommendations on backing up the home
directories here at work.  The scenario is as follows:  I have several
work stations mounting their homes from a central server via NFS so I
don't think I'll be needing anything sophisticated,  I could use tar
and a cron job but I rather use some tested, flexible and easy to
mantain utility.  So... suggestions anyone?

TIA
Jorge Santos


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



Re: Foreign Language with OpenOffice?

2002-06-14 Thread Jorge Santos
Glyn Millington [EMAIL PROTECTED] writes:

 Kent West [EMAIL PROTECTED] writes:
 
 
  I appreciate your response. Could any one give me any guidance as to
  how this is done? Do I use the standard OpenOffice (English version)
  that I already have and just do something with locales or with kbd or
  something? Or do I download a special German version of OO? If the
  latter, does that mean the faculty will have to keep three or four
  instances of OO running at any one time? One for English, one for
  German, one for French, etc? Sorry I'm so ignorant of working with
  different languages.
 
 Kent did you get any response to this?  I have been wrestling with a
 similar problem for my wife's benefit - she's Hungarian.  
 
 1. Make sure you have the necessary fonts installed.
 2. Install OPenOffice
 3. Change to the French/German keyboard map
 
 setxkbmap fr   
 
 Y0u should be able to type in French now, and print too.
 
 At least that's how it worked here - much easier than I had feared!
 There is a setting up an international keyboard HOWTO which was most
 helpful!
 

Ok, this is nice but what about the user interface, I've seen that the
are several languages for OpenOffice.org Debian packages, so that may
be a solution if it fits your environment (i.e. if you are running
unstable (I think it also runs on testing with few extra packages from
unstable), however I haven't tried them and I don't know about if you
can configure the language for each individual user.  Does anyone
know about this?

Greetings,

jorge


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



Woody insecurities?

2002-06-07 Thread Jorge Santos
Hello, 

I'm running Woody here at work and I was just wondering, since Woody
is frozen, if there is a security bug found for one of it packages my
machine will be vulnerable until Woody releases and security fixes
start showing up for the new stable?

TIA

Jorge


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



Galeon depends broken?

2002-06-04 Thread Jorge Santos
Hello, when I tried to upgrade to galeon 1.2.3 from 1.2.1 I got the
following error:

[EMAIL PROTECTED] apt-get -t unstable install galeon
   /etc/apt
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  galeon: Depends: galeon-common (= 1.2.3) but it is not going to be installed
E: Sorry, broken packages

So I tried:

[EMAIL PROTECTED] apt-get -t unstable install galeon-common galeon  
   /etc/apt
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  galeon: Depends: galeon-common (= 1.2.3) but 1.2.3-5 is to be installed
E: Sorry, broken packages

Does the '=' takes into acount the package revision number?  If it
does, then I think that's the problem, and so the '=' should be
changed to '=' or something like that.

I'm sticking to testing (via pinning) and getting galeon from
unstable.

Greetings,

Jorge Santos


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



Re: no upgrades in woody for a while?

2002-05-10 Thread Jorge Santos
Cheryl Homiak [EMAIL PROTECTED] writes:

 I'm just a little concerned; I haven't been having any package upgrades for
 maybe a couple of weeks in woody. I haven't changed anything in my 
 sources.list
 and apt-get is working fine to fetch packages that i want, but I've never gone
 this long in testing without any package upgrades. Is this just normal as
 testing gets closer to becoming the stable release or should I look for a
 problem with my system?
 Thanks.

I don't think there's anything wrong with your system.  It seems to me
that Woody is pretty much frozen and just awaiting some issues about
security updates support to get released.

Cheers,

Jorge Santos


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



What about Woody?

2002-05-09 Thread Jorge Santos
I can't believe no one has asked this yet.  Does anyone knows what is
going on with the 3.0 release?  I'm not demanding a release date or
such, it's just that is been more than a week since Anthony Towns
predicted it would be out and then he said the issues with the
security maintenance for Woody and I can't find any info on what's
going on with it.  I repeat, I'm not demanding anything, and I'm not
looking for answers like But Woody has been stable for a long time
now, just do this or that to get it... I'm just curious.

TIA

Jorge Santos


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



OpenOffice.org i18n

2002-05-09 Thread Jorge Santos
Hello, it seems to me that you have to get specific builds of
OpenOffice for each language.  Does the Debian packages have the same
problem?  We've been using StarOffice here at work and I'm thinking
about upgrading to OpenOffice and would like to use de debs, but I
also need it to be in spanish.

TIA

Jorge Santos


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



Re: Procmail Rules for Debian lists

2002-04-09 Thread Jorge Santos
Jeff [EMAIL PROTECTED] writes:

 Dave Sherohman, 2002-Apr-08 16:14 -0500:
  On Mon, Apr 08, 2002 at 06:35:58PM +0100, Paul Sargent wrote:
   I'm getting quite a lot of messages dropping through my procmail rules for
   debian lists. I was wondering if anyone here had a good setup.
   
   The problem seems to be that not all mails from this list get tagged with
   X-Mailing-List which is what I'm checking on.
   
   This is my current rule:
   
   :0:
   * ^X-Mailing-List: [EMAIL PROTECTED]
   * ^X-Mailing-List: debian-\/[EMAIL PROTECTED]
   $DEBIAN/$MATCH
  
  I use exim's filtering capability instead of procmail (and I dump all
  my debian lists into a single mailbox), but
  
  if $h_X-Mailing-List: contains ebian- then
save $home/Mail/deb
  endif
  
  seems to work pretty well for me.  I'll have one message slip by
  every couple months or so, but not enough to be a bother.  Maybe you
  just need to modify the regexes you're matching against
  X-Mailing-List to be a little less demanding, although I would expect
  that header to be set identically on every message...
 
 Just to add to the list of choices, I use Maildrop...
 [..]
 

To add up to the options, with gnus:

(any debian-\\b\\(\\w+\\)@lists.debian.org debian-\\1)

Generates a different group for each debian list that I get mail from.

Regards,

Jorge Santos


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



Re: accented characters in linux/Debian?

2002-04-01 Thread Jorge Santos
Rohan Deshpande [EMAIL PROTECTED] writes:

 Hi,
 
 I will have to use some accented characters, along with some 'enye's in
 my documents in Spanish.  Does anyone know how to quickly get these
 characters, possibly through a keystroke toggle or some such?  (I use
 Abiword/OpenOffice right now).  Thanks!

You just can do an 'setxkbmap es' and you can use what is usually the
';' key in a US layout keyboard as ñ and I somewhere else (I donn't
remember right now) is the accent.

Regards,

jsf


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



galeon (Version: 1.2.0-0.1 from unstable) crashes on startup

2002-03-19 Thread Jorge Santos
As the subject states, with the following message:

IDN support disabled
escape UTF-8 enabled

** ERROR **: Couldn't create the factory!
aborting...
zsh: 20701 abort (core dumped)  galeon

Any ideas?

Regards,

Jorge Santos



mzscheme core dumps

2002-02-19 Thread Jorge Santos
Hello all,

I'm getting a core dump from a seg fault with mzscheme just after it
displays the copyright notice.  It only happens with users other than
root.  Any ideas why this may be happening.  By the way, I'm running
testing with some packages from unstable (like, for example, mzscheme
:)

TIA

Jorge Santos



passwd using pam_ldap problem

2001-11-22 Thread Jorge Santos
Hello,

I have just migrated our authentication in the local network to ldap
using pam_ldap from padl.com, but I'm facing a problem with passwd.

The problem is that when trying to change some user's password with
passwd, it ask for the said user's _old_ password, which is certainly
not what is expected (I expect it to work as it did with traditional
unix authentication where it doesn't ask for the old password).

Any ideas why this may be happening and what to do to solve it?

TIA

Jorge Santos



Re: Powering down green monitor

2001-11-19 Thread Jorge Santos
Morbo [EMAIL PROTECTED] writes:

 Hi,
 
 Is there a way to power down a VESA green monitor from software, and switch
 it on again on a key event etc.
 
 Many thanks in advance!
 best regards,
 Balazs
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


One way to do this using xscreensaver, once installed run
xscreensarver-demo and check the Screensaver Options tab.

Of course, you have to run xscreensaver in order for it to do its
thing.

jsf



Re: Dumb postgresql questions

2001-11-06 Thread Jorge Santos
Corey Halpin [EMAIL PROTECTED] writes:

 Content-Type: text/plain; charset=us-ascii
 
   1. Is there some simple way to convert a mysql database into a postgresql 
 database?

You can always dump the mysql database into a file (although I don't
know how you would do that) and then load it into postgresql with
something like:

psql databasename databaseuser  dumped_database

   2. what postgresql commands are equivalent to show databases; and show 
 tables; in mysql?
 
 thanks,
 crh
 -- 
 Corey R. Halpin (http://www.cae.wisc.edu/~halpin/ )
 Student of Electrical Engineering and Computer Sciences
 University of Wisconsin-Madison
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Compiling Mozilla Problem

2001-09-14 Thread Jorge Santos
Timeboy [EMAIL PROTECTED] writes:

 On Wednesday Sep 12 14:17 Banyan Y.J. Chan wrote:
 
  **   There is libgtk1.2 pakage in my system.
  ** And there is no gtk-config file in the result of dpkg -L libgtk1.2.
  ** How can I compile mozilla-0.9.3?
 
 There is a file that contains all files of the Debian system called
 i386-Contents for the i386 binarys. If you download this from an
 Debian ftp server and unzip it you can findout to which package
 gtk-config belonges by typing:
 
 # grep gtk-config i386-Contents
 
 Cause mozilla-0.9.3 is a Sid package you should look in Sids Contents
 file.
 
 Timo
 

Or you can use the web interface:

http://www.debian.org/distrib/packages

jorge santos



Re: apt-get problem workaround... is this a bug?

2001-09-13 Thread Jorge Santos
Paul D. Smith [EMAIL PROTECTED] writes:

 %% Jorge Santos [EMAIL PROTECTED] writes:
 
Looking through the APT bug reports, I think this bug has been fixed in
apt 0.5.4, uploaded to unstable around Aug 20.

Unfortunately, it still hasn't migrated into testing, and when I tried
to grab it from unstable it wanted to pull too many other unstable
packages for me to be comfortable with.
 
   js http://ftp-master.debian.org/testing/update_excuses.html
 
 I'm stumped.
 
 According to the excuses, there's no reason for APT to not be moved to
 testing, as long as it doesn't depend on broken packages.
 
 Well, apt-search shows that the unstable version of APT (0.5.4) has
 these depends:
 
   Depends: libc6 (= 2.2.3-7), libstdc++2.10-glibc2.2
 
 Now, on my testing system right now I already have
 libstdc++2.10-glibc2.2 installed, so that's no problem.
 
 And, I have libc6 2.2.4-1, which is definitely = 2.2.3-7.

Idem here.

And what's more important, those are the packages currently in
testing, it seems to me.

 
 So, I have no idea whatsoever why APT 0.5.4 hasn't migrated into testing
 yet...
 

So the problem may be one of two then:

1. The policy for getting packages from unstable to testing for some
reason doesn't consider apt.

3. The scripts implementing the policy are buggy.

If the first the buggy packages that are keeping apt out of testing
should be fixed.
If the second the scripts should be fixed.

So the first step is determining which of the two is the problem and
the second is fixing it.

So I think someone should be informed of this in case nobody has
noticed it (I guess what we are doing isn't all that common or the
problem affects a very sepecific set of configurations).  But who and
in what way?

jorge santos



Re: apt-get problem workaround... is this a bug?

2001-09-12 Thread Jorge Santos
Paul D. Smith [EMAIL PROTECTED] writes:

 %% Jorge Santos [EMAIL PROTECTED] writes:
 
   js I think that, if it is a bug, it should be submited against apt,
   js since dpkg didn't seem to get to execute.
 
 Looking through the APT bug reports, I think this bug has been fixed in
 apt 0.5.4, uploaded to unstable around Aug 20.
 
 Unfortunately, it still hasn't migrated into testing, and when I tried
 to grab it from unstable it wanted to pull too many other unstable
 packages for me to be comfortable with.
 
 I can live with it the way it is for now.  I can't remember the URL of
 the excuses page that tells you why something is not migrated into
 testing...

Thanks for the info. About the excuses page check the interesting links in:
http://ftp-master.debian.org/testing/

And in particular:

http://ftp-master.debian.org/testing/update_excuses.html

Do you know of any documentation on what to make of the entries in
this page?


jorge santos



Re: apt-get problem workaround... is this a bug?

2001-09-11 Thread Jorge Santos

Similar problem with my setup, thanks for the work around.

Check my message from yesterday.

jorge santos



Re: apt-get problem workaround... is this a bug?

2001-09-11 Thread Jorge Santos
Paul D. Smith [EMAIL PROTECTED] writes:

 %% Jorge Santos [EMAIL PROTECTED] writes:
 
   js Similar problem with my setup, thanks for the work around.
 
 Do you have the same setup WRT the apt.conf and preferences files, too?
 
 Maybe I will submit a bug.  I'm not sure whether to file it against apt
 or dpkg, though... I guess dpkg.
 

I have similar preferences but have not touched apt.conf, I have
unstable in the sources.list.

atp_preferences:

Package: *
Pin: release a=testing
Pin-Priority: 900

Package: *
Pin: release o=Debian
Pin-Priority: -10

I set this options because of a suggestion in this mailing list.

I think it may be a bug, but would like to hear a more informated
opinion on the subject.

I think that, if it is a bug, it should be submited against apt, since
dpkg didn't seem to get to execute.

jorge santos



Strange dependencies with apt-get/dselect

2001-09-10 Thread Jorge Santos
Hello,

When I tried to upgrade with dselect it would try to uninstall
j2sdk1.3 and other packages even when there was no mention of them in
the dependencies problems screen.  Then I tried to run apt-get upgrade
and see what happened:

[EMAIL PROTECTED] apt-get upgrade   
 ~
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back
  eterm xspecs 
79 packages upgraded, 0 newly installed, 0 to remove and 2  not upgraded.
Sorry, but the following packages have unmet dependencies:
  eterm: Depends: libc6 (= 2.1.97) but 2.2.4-1 is to be installed
  j2sdk1.3: Depends: java-common but 0.7 is to be installed
  libgnome-pilot0: Depends: libglib1.2 (= 1.2.0) but 1.2.10-1.2 is to be 
installed
   Depends: libgnome32 (= 1.2.0) but 1.2.13-9 is to be 
installed
   Depends: libz1
  python-graphics: Depends: python-base (= 1.5) but 1.5.2-16 is to be installed
  task-debian-devel: Depends: maint-guide but 1.0.2 is to be installed
  task-newbie-help: Depends: mc but 4.5.54-1.1 is to be installed
Depends: lynx
  task-tex: Depends: src2tex but 2.12h-5 is to be installed
Depends: dviutils but 2.19-8 is to be installed
E: Internal Error, InstallPackages was called with broken packages!


Aren't this dependencies issues strange? j2sdk1.3 depends on
java-common, with no specific version mentioned, and java-common is
installed and at its newest version, and what about the dependencies
to newer packages not met?

Any ideas? What's going on?

TIA

jorge santos



Re: Strange dependencies with apt-get/dselect

2001-09-10 Thread Jorge Santos
Jorge Santos [EMAIL PROTECTED] writes:

 Hello,
 
 When I tried to upgrade with dselect it would try to uninstall
 j2sdk1.3 and other packages even when there was no mention of them in
 the dependencies problems screen.  Then I tried to run apt-get upgrade
 and see what happened:
 
 [EMAIL PROTECTED] apt-get upgrade 
~
 Reading Package Lists... Done
 Building Dependency Tree... Done
 The following packages have been kept back
   eterm xspecs 
 79 packages upgraded, 0 newly installed, 0 to remove and 2  not upgraded.
 Sorry, but the following packages have unmet dependencies:
   eterm: Depends: libc6 (= 2.1.97) but 2.2.4-1 is to be installed
   j2sdk1.3: Depends: java-common but 0.7 is to be installed
   libgnome-pilot0: Depends: libglib1.2 (= 1.2.0) but 1.2.10-1.2 is to be 
 installed
Depends: libgnome32 (= 1.2.0) but 1.2.13-9 is to be 
 installed
Depends: libz1
   python-graphics: Depends: python-base (= 1.5) but 1.5.2-16 is to be 
 installed
   task-debian-devel: Depends: maint-guide but 1.0.2 is to be installed
   task-newbie-help: Depends: mc but 4.5.54-1.1 is to be installed
 Depends: lynx
   task-tex: Depends: src2tex but 2.12h-5 is to be installed
 Depends: dviutils but 2.19-8 is to be installed
 E: Internal Error, InstallPackages was called with broken packages!
 
 
 Aren't this dependencies issues strange? j2sdk1.3 depends on
 java-common, with no specific version mentioned, and java-common is
 installed and at its newest version, and what about the dependencies
 to newer packages not met?
 
 Any ideas? What's going on?
 
 TIA
 
 jorge santos
 

Oh, and this just happened when I just switched from the main Debian
mirror to another does this has anything to do with it?

Also, I get sources from a different place than binaries, is this a
good idea?  I can't imagine that being a problem (aside from the
sources being a little out of sync with the binaries which I don't
care that much about).

jorge santos



old bbkeys version

2001-08-31 Thread Jorge Santos
Hello, I just realized that the version of bbkeys in Debian (testing
and unstable) is quite old (0.3.6) while the current version is 0.8.2.

Is it correct to file a bug for this or what should I do to make
the mantainer aware of this in case he is not?

thank you

jorge santos



Re: getting woody

2001-08-27 Thread Jorge Santos
Joel Mayes [EMAIL PROTECTED] writes:

  David == David Dayan-Rosenman [EMAIL PROTECTED] writes:
 
 David Hi all, I am trying to get woody but could not find out how
 David to do that. Are there some ISOs available ?
 
 
 I don't think Debian releases testing or unstable ISO's your best
 bet is probably getting a potatoe ISO and apt-get dist-upgrade'ing to
 woody.  

Debian doesn't realeas _official_ ISO images for testing but if you
search the archives for debian-testing you can probably find a message
that reports where you can get testing ISO images.  I'm not sure
however if those can be installed as easy as stable, depends on the
state of the boot disks I guess. I dist-upgraded from stable to
testing and it went fine so that is the only thing I can recommend.

jorge



kernel 2.4.7 ethernet card

2001-08-24 Thread Jorge Santos
Hello,  I upgrade the other day to the 2.4.7 kernel image from the
archives but when I boot with it it doesn't seem to be able to find
the entry corresponding to the ethernet card in the (devfs) /dev
directory, so do I have to configure something extra that wasn't
needed in the 2.2.X kernels? BTW, I'm running Woody

TIA

jorge santos



LDAP + SASL + PAM

2001-08-23 Thread Jorge Santos
Hello, I'm trying to implement (Unix) user authentication in a small network
at work using ldap and pam_ldap, I've almost done it but I get this
error when testing the ldap server:

[EMAIL PROTECTED] ldapsearch -U root
SASL/LOGIN authentication started
Please enter your password: 
ldap_sasl_interactive_bind_s: Out of memory

but:

[EMAIL PROTECTED] free
/home/jsf/packages/MigrationTools-38
 total   used   free sharedbuffers cached
Mem:256960 239088  17872  68352  64992  65084
-/+ buffers/cache: 109012 147948
Swap:   265024   3672 261352

My sasl slap.conf file:

# Currently configurable parameters:
# - srvtab (for KERBEROS_V4): [/etc/srvtab] path
#where to find the srvtab
#
# - pwcheck_method: [PAM] one of {PAM, kerberos_v4, passwd, shadow, sasldb}
#how to check plaintext passwords.
#
# - auto_transition: [false]
#if true, automatically add secrets to the secret database when
#PLAIN or check_password is used, so in the future the user can
#use the more secure mechanisms.
#
# *** For a more detailed guide on configuring SASL, please look at
# doc/sysadmin.html.
#
# Rename to /usr/lib/sasl/slapd.conf to use
#
#pwcheck_method: sasldb
pwcheck_method: PAM
#pwcheck_method: shadow
#auto_transition: true #no estaba comentado originalmente

And my pam.d/ldap file:

#%PAM-1.0
# is used by openldap slpad with SASL configured with pwcheck_method: PAM
#
authrequired  pam_unix.so
account required  pam_unix.so
passwordrequired  pam_unix.so
session required  pam_unix.so

What do you think the problem is, also, does anyone has a good
reference for implementing this?  The HOWTO in linuxdoc is _very_ out
of date.

TIA

jorge santos

P.S. I'm using all packages from Debian Woody



Re: Again problems with Kernel 2.4.5

2001-07-13 Thread Jorge Santos
Victor [EMAIL PROTECTED] writes:

 Victor [debian-user] 10/07/01 17:35 +:
  The standard kernel 2.4.5 from kernel-image is working great, whilst
  after compiling my tailored kernel 2.4.5 (which I obtained using the
  config file for my previous kernel 2.2.19 with minor changes) the
  following error pops up stopping the boot:
  
  ..
  NET4: Unix domain sockets 1.0/SMP for linux NET4.0
  request_module[block-major-3]: Root fs not mounted
  VFS: Cannot open root devic 302 or 03:02
  Please append a correct root= boot option
  Kernel panic:VFS:Unable to mount root fs 03:02
  
  .AND DIES!!
 
 
 Dear Friends,
 
 now I'm at a dead end! I cannot get rid of the above message of kernel
 panic.
 
 Even if I compile the kernel with the original /boot/config-2.4.5-686
 -coming with the debian package of the kernel image- the error is the
 same.
 
 So, help me please understand which of the two following hypotheses is
 true:
 
 Hyp. A (utterly probable): 
 I'm doing something wrong with the compilation of kernel 2.4.5.
 
 I follow the same procedure I'd been following for the 2.2.19 kernel,
 that is, after executing 
 
 #make menuconfig 
 
 and loading the /boot/config-2.4.5-686 config file, I issue
 
 #make-kpkg clean  #no problems!
 #make-kpkg --revision=vic kernel_image   #no problems
 
 Then, under /usr/src/, I issue
 
 #dpkg --install kernel-image-2.4.5_vic_i386.deb
 
 (Sometimes, not always, dpkg complains about missing dependencies)
 
 Reconfiguring lilo and rebooting the above panic message pops up.
 
 
 Hyp. B (Utterly incredible to me):
 There's something wrong in the original config-2.4.5-686 file
 
 
 PLEASE HELP
 
 Vittorio
 
 

I had a similar problem, but with the pre-packaged kernel-image, I
fixed it adding (after a fine suggestion from someone on the list):

initrd=/boot/initrd-2.4.5-686

to the apropiate entry on lilo.conf, so my guess is that the compile
is either not generating this file (don't even know if it is supposed
to) or you have a wrong config line in lilo.conf.  

BTW, maybe someone could help me with _my_ 2.4.5 kernel that being
that I get no network after booting with it, I haven't really looked
into it too thoroughly, but my guess is that it is probably a modules
issue.  Any ideas?

jorge santos



LaserJet Plus and Samba

2001-07-09 Thread Jorge Santos
Hello,

I'm trying to print from my Woody to an HP on a Win9x machine, I
currently can print text (using LPRng and the smbprint script as input
filter) but I'm clueless as to the way to print postcript files.  Has
anyone done something like this or has an idea on how it might be
done.

TIA

jorge



ldap trouble on Woody

2001-07-06 Thread Jorge Santos
Hello there I've been trying to use ldap to implement NIS at my
workplace but early on I have come across the following error message
when issuing an ldapadd command:

[EMAIL PROTECTED] ldapadd -f passwd.ldif -D cn=admin, o=fciencias, o=unam, 
c=mx -w somethingorother
ldap_sasl_interactive_bind_s: No such attribute

Any ideas why might this be happening?  Also which value for the
loglevel might be useful to track this problem?

thank you

jorge santos



2.4.5-1 kernel in woody trouble

2001-07-06 Thread Jorge Santos


2.4.5-1 kernel in woody trouble

2001-07-06 Thread Jorge Santos

Hi,

I've installed kernel-image 2.4.5-1 on woody but I get the following
errors when booting:

request_module[block-major-3]: Root fs not mounted
VFS: Cannot open root device 303or 03:03
Please append a correct root= boot option
Kernel Panic: VFS: Unable to mount root fs on 03:03

I'm wondering if there are any extra changes I should make before
trying to boot a 2.4.X kernel.  I _do_ have a correct root parameter
on lilo.conf.  The kernel installed all right so the problem is not
there.  Any thoughts?

TIA

jorge santos



Re: Lost my mouse

2001-07-05 Thread Jorge Santos

Try stopping the gpm service (as root: /etc/init.d/gpm stop)

Stephen Handley [EMAIL PROTECTED] writes:

 Hi there,
 
 Got an interesting little situation that I'm hoping someone else has come
 across.
 
 I'm using the latest release version of Debian (as of two weeks ago anyway)
 with XFree86 (4.0.3). I had everything working nicely until I tried to
 install Netscape. I thought I did it the easy way by using dselect. However,
 after installing it I found that I'd lost my mouse capability in XFree86. I
 can still move the mouse around the text terminal. I've uninstalled Netscape
 to try to fix the problem ... but no joy. As far as I can tell Netscape did
 not alter my XF86Config file ... unfortunately I can no longer use
 XF86Setup, because it doesn't work with 4.0.X of XFree 
 
 Any ideas?
 
 Thanks
 Stephen
 
 
 __
 
 Stephen Handley
 Senior DSP Engineer
 Audio Technology Group
  ...OLE_Obj...  ...OLE_Obj... 
 Email : [EMAIL PROTECTED]
 Phone: 360-6041440
 Fax: 360-6041594
 
 ___
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SVGATextmode and Banshee

2001-06-07 Thread Jorge Santos
[EMAIL PROTECTED] writes:

 Hai List,
 
 I would like to setup SVGATextmode on my Debian box with an 3d Blaster
 Banshee card, but I can't find no modes in the configfile. Can I use
 something from my XF86Config or should I look further? Or can I use the
 settings from any other card who is listed in Textmodeconfig?
 Thanks in advance
 Mark Lamers

Some file in the SVGATextmode mentions it is not supported anymore,
one reason for that is that you can change resolution for the console
from the kernel (but, alas, only at boot time I gather) so just give
the 'vga=ask' parameter to the kernel at boot time to get a list of
available resolutions (check
/usr/src/kernel-source-2.4.4/Documentation/svga.txt (fill in your
kernel version)).

jorgesantos



Re: apt-get question

2001-05-23 Thread Jorge Santos
Jorge Santos [EMAIL PROTECTED] writes:

 Hello, I want apt-get to get some packages from unstable (using
 something like apt-get install postgresql/unstable), but for all the
 other packages I want the versions in testing (so that doing an
 'apt-get install postgresql install the version from testing), but I
 think if I just edit sources.list and add the unstable sources then
 the following 'apt-get install foo' will install the version from
 unstable (when I whould like it to install the version from testing),
 I hope I stated my problem clearly :)  Does anyone knows how I can
 achieve this?
 

I also found this on the apt-get man page, I haven't tried, because
the option suggested by Colin Watson worked just fine, but it might
also do the trick:

 --default-release
  This  option controls the default input to the pol­
  icy engine, it creates a default  pin  at  priority
  990 using the specified release string. The prefer­
  ences file may further override  this  setting.  In
  short,  this  option  lets  you have simple control
  over which distribution packages will be  retrieved
  from. Some common examples might me -t '2.1*' or -t
  unstable.  Configuration Item: APT::Default-Release
 
Just in case you wanted to know.

Jorge Santos



apt-get question

2001-05-21 Thread Jorge Santos
Hello, I want apt-get to get some packages from unstable (using
something like apt-get install postgresql/unstable), but for all the
other packages I want the versions in testing (so that doing an
'apt-get install postgresql install the version from testing), but I
think if I just edit sources.list and add the unstable sources then
the following 'apt-get install foo' will install the version from
unstable (when I whould like it to install the version from testing),
I hope I stated my problem clearly :)  Does anyone knows how I can
achieve this?



Postgresql 7.1 + unixODBC 2.0.5 + StarOffice 5.2

2001-05-18 Thread Jorge Santos
Hello,

I have installed all the above (see subject) software and whenever I
try to see the tables in a database with DataManager (a program
supplied alongside unixODBC), th program just won't show any tables.
The same problem happens with StarOffice.  I know the driver manager
and database driver are working because I can perform queries through
DataManager or isql (the command line interface to ODBC provided with
unixODBC), the problem is I think StarOffice will need to see the
tables in order to let me get the information I requiere from the
database.

Any ideas why this might be happening.  My .odbc.ini and odbcinst.ini
follow:



.odbc.ini:

[dep-2001-1]
Description = Base de datos dep-2001-1
Driver  = PostgreSQL
Trace   = Yes
Database= dep-2001-1
Servername  = localhost
UserName= dep
Password= 
Port= 5432
Protocol= 6.4
ReadOnly= No
RowVersioning   = No
ShowSystemTables= No
ShowOidColumn   = No
FakeOidIndex= No
ConnSettings= 

[test]
Description = PostgreSQL
Driver  = PostgreSQL
Trace   = Yes
Database= template1
Servername  = localhost
UserName= postgres
Password= 
Port= 5432
Protocol= 6.4
ReadOnly= No
RowVersioning   = No
ShowSystemTables= No
ShowOidColumn   = No
FakeOidIndex= No
ConnSettings= 

[kk]
Description = Base de datos jsf (tabla kk)
Driver  = PostgreSQL
Trace   = Yes
TraceFile   = 
Database= jsf
Servername  = localhost
UserName= jsf
Password= 
Port= 5432
Protocol= 6.4
ReadOnly= No
RowVersioning   = No
ShowSystemTables= Yes
ShowOidColumn   = No
FakeOidIndex= No
ConnSettings= 




.odbcinst.ini:

[ODBC]
Trace   = Yes
Trace File  = /tmp/sql.log
Pooling = No

[PostgreSQL]
Description = ODBC for PostgreSQL
Driver  = /usr/lib/libodbcpsql.so.1
Setup   = /usr/lib/libodbcpsqlS.so.1
FileUsage   = 1



As you can see I have Trace turned on but I haven't been able to make
much sense of its contens, if it might be worthed, tell me and I'll
mail it.

thanks

jorge santos



PostgreSQL odbc

2001-05-08 Thread Jorge Santos

Hello, I'm trying to use odbc-PostgreSQL with StarOffice but when
trying to create a new database with ODBC as a source and trying to
select the tables tab I get the following error:

Warning!

The data registry was not found

Or something like that (my version of SO is in spanish).

Does anyone has any hints why might this be happening?



Re: annoying Dependency/conflict resolution screen in dselect

2001-04-26 Thread Jorge Santos
Joerg Jaspert [EMAIL PROTECTED] writes:

 Am Donnerstag, 26. April 2001 01:48 schrieb Jorge Santos:
 
  Whenever I exit the Select section of dselect normally I get an screen
  telling me that some packages suggest some others (that btw are
  already installed) and I can't seem to get rid of it.  Any clues on
  why might this be happening (I just upgraded to woody).
 
 They depend on a newer version not available with your entries in 
 /etc/apt/sources.list

Even if dselect doesn't show any problem as a depenends on?  It just
shows recommends.

jorge santos



blackbox keybindings

2001-04-25 Thread Jorge Santos
Hello I just upgraded my blackbox to 0.61.1 from Debian Woody and the
keyboard shortcuts have stopped working, I'm not using bbkeys or
anything, and the key presses just seem to fall throug to the focused
application.

Any ideas why this might be?

jorge santos



annoying Dependency/conflict resolution screen in dselect

2001-04-25 Thread Jorge Santos
Whenever I exit the Select section of dselect normally I get an screen
telling me that some packages suggest some others (that btw are
already installed) and I can't seem to get rid of it.  Any clues on
why might this be happening (I just upgraded to woody).

jorge santos



Re: debian 2.2r3 ?

2001-04-21 Thread Jorge Santos
CaT [EMAIL PROTECTED] writes:

 On Fri, Apr 20, 2001 at 10:49:47PM -0500, Brian Nelson wrote:
  On Sat, Apr 21, 2001 at 12:21:07PM +1000, CaT wrote:
   On Fri, Apr 20, 2001 at 09:14:28PM -0500, John Hasler wrote:
CaT writes:
 Is it [Gnus] text based...

It's better than that.  It's Emacs based.
   
   Ahhh. Not for me then. I find having to run emacs to read my mail 
   overkill.
  
  Nah, it's not overkill.  It's efficiency.  :)
 
 Ha! :)
 
  Unless of course you use vi... 
 
 Ding! :)
 
 email: mutt
 news: nn
 editor: vim
 

Mind you, you could ditch those three, and just use (X)Emacs with
Gnus, you'd also get a ton more, when you start using Emacs, you
seldom need to use anything else, specially if your trade is
programming.

jorge santos



Re: debian 2.2r3 ?

2001-04-20 Thread Jorge Santos
Ethan Benson [EMAIL PROTECTED] writes:

 On Tue, Apr 17, 2001 at 01:22:16PM -0400, Hall Stevenson wrote:
  
  I track unstable/sid and also routinely do apt-get upgrade with no
  apparent problems. Every once in a while, I'll answer 'no' to doing the
  upgrade and then do a apt-get -u dist-upgrade and will have the exact
  same packages to be updated. Other times it will want to update
  different ones.
  
  I must admit that I'm confused... is there much reason to do upgrade
  vs dist-upgrade. I get the idea I should start using the latter just
  about all the time.
 
 i don't see any point to using upgrade instead of dist-upgrade.  

But surelly upgrade has some use, I mean, there's probably some
situation in which you would prefer to use upgrade in place of
dist-upgrade, could someone please shed some light in this isue?

jorge santos



Re: debian 2.2r3 ?

2001-04-20 Thread Jorge Santos
CaT [EMAIL PROTECTED] writes:

 On Wed, Apr 18, 2001 at 02:24:58AM +1000, Kevin Easton wrote:
   On Mon, Apr 16, 2001 at 09:13:44PM -0800, Ethan Benson wrote:
   
apt-get update
apt-get dist-upgrade
  
   don't you mean apt-get upgrade? It's not a full release of the distro but
   rather just an upgrade to a few packages. (also, from another perspective,
   how ARE you to recognise that we just went from r2 to r3 when the changes
   are merely merged to the potato tree...)
  
  Subscribe to debian-announce.
 
 I have. Looks like the announcement got lost in the 600 msgs I wake up
 to every morning. Need better colour coding.

You, my friend, need Gnus, look at this:

[ Gnus -- 7163 ]
  [ Debian -- 1758 ]
*0: nnml:debian-announce
*0: nnml:debian-news
  1754: nnml:debian-user
 4: nnml:debian-security
  [ PostgreSQL -- 3380 ]
   288: nnml:pgsql-admin
  2163: nnml:pgsql-general
   929: nnml:pgsql-sql
  [ mail -- 21 ]
21: nnml:misc.misc
  [ misc -- 1943 ]
 3: news.announce.newusers
   326: news.groups.questions
  1590: gnu.emacs.gnus
 4: nndoc+gnus-help:gnus-help
20: nndraft:drafts
  [ XML -- 61 ]
61: nnml:xmlschema-dev

This way you can divide your mail in groups as if they were newsgroups.

jorge santos



To sid or not to sid?

2001-04-18 Thread Jorge Santos

I'm thinking on upgrading my work machine to sid, but I need to get
*some* work done, so I can't afford too much trouble.  So, has anyone
upgraded a potato to sid?  Comments?

jorge santos



ssh2 into woody

2001-04-10 Thread Jorge Santos
Hello,

Does anyone knows if there is any chance that OpenSSH 2.* will make it
into Woody?

How does the inclusion/upgrade of new packages into testing works
anyhow?

thanx

jorge santos



problem with setxkbmap

2001-04-10 Thread Jorge Santos
Hello,

Whenever I try to use setxkbmap I get the following error:

Couldn't interpret _XKB_RULES_NAMES property

I'm using an up-to-date potato.  Any ideas?

jorge santos



Upgrade to unstable

2001-04-10 Thread Jorge Santos
I'm thinking on upgrading the machine I use at work to unstable, but I
can't afford too much time fixing problems since I have to get *some*
work done :).  So I was wondering, have anyone here done the upgrade
and would like to share some comments?

jorge santos



Neet to get PostgreSQL 7.0.X

2001-03-14 Thread Jorge Santos

Hi,

I need to install PostgreSQL 7.0.X for my job, the version in potato
is 6.5.X, so what options do I have, I have downloade the .deb from
unstable but it has unmet dependencies.  So what options do I have?  I
was thinking about upgrading to unstable but apt-get dist-upgrade
reports that is going to uninstall several packages and I'm wondering
if it is such a good idea.  Well, summing it up, what is the best
option to get PostgreSQL 7.0.X without breaking things?

jorge



apt-get trouble

2001-01-17 Thread Jorge Santos

Hello, just wondering if anyone can help me with this problem I've been
having and can't figure out:  when I do an apt-get update I get errors
from several different servers, randomly, it seems, here is the stderr
from the `apt-get update' command (last time I tried it):

Failed to fetch 
http://non-us.debian.org/debian-non-US/dists/stable/non-US/main/binary-i386/Packages

 The http server sent an invalid Content-Length header
Failed to fetch 
http://non-us.debian.org/debian-non-US/dists/stable/non-US/main/binary-i386/Release

 The http server sent an invalid Content-Length header
Failed to fetch 
http://non-us.debian.org/debian-non-US/dists/stable/non-US/contrib/binary-i386/Packages

 The http server sent an invalid Content-Length header
Failed to fetch 
http://non-us.debian.org/debian-non-US/dists/stable/non-US/contrib/binary-i386/Release

 The http server sent an invalid Content-Length header
Failed to fetch 
http://non-us.debian.org/debian-non-US/dists/stable/non-US/non-free/binary-i386/Packages

 The http server sent an invalid Content-Length header
Failed to fetch 
http://non-us.debian.org/debian-non-US/dists/stable/non-US/non-free/binary-i386/Release

 The http server sent an invalid Content-Length header
Failed to fetch 
http://security.debian.org/dists/stable/updates/main/binary-i386/Packages

 The http server sent an invalid Content-Length header
Failed to fetch 
http://security.debian.org/dists/stable/updates/main/binary-i386/Release

 The http server sent an invalid Content-Length header
Failed to fetch 
http://security.debian.org/dists/stable/updates/contrib/binary-i386/Packages

 The http server sent an invalid Content-Length header
Failed to fetch 
http://security.debian.org/dists/stable/updates/non-free/binary-i386/Packages

 The http server sent an invalid Content-Length header
Failed to fetch 
http://http.us.debian.org/debian/dists/stable/main/binary-i386/Packages

 The http server sent an invalid Content-Length header
Failed to fetch 
http://http.us.debian.org/debian/dists/stable/contrib/binary-i386/Packages

 The http server sent an invalid Content-Length header
Failed to fetch 
http://http.us.debian.org/debian/dists/stable/contrib/binary-i386/Release

 The http server sent an invalid Content-Length header
Failed to fetch 
http://http.us.debian.org/debian/dists/stable/non-free/binary-i386/Packages

 The http server sent an invalid Content-Length header
Failed to fetch 
http://http.us.debian.org/debian/dists/stable/non-free/binary-i386/Release

 The http server sent an invalid Content-Length header
Failed to fetch 
http://spidermonkey.ximian.com/distributions/debian/dists/unstable/main/binary-i386/Packages

 The http server sent an invalid Content-Length header
E: Some index files failed to download, they have been ignored, or old 
ones used instead.





And here is my 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 cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-1
(2814)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-2
(2814)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-3
(2814)]/ unstable contrib main non-US/contrib non-US/main

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

deb http://security.debian.org stable/updates main contrib non-free

# Uncomment if you want the apt-get source function to work
#deb-src http://http.us.debian.org/debian stable main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable non-US

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

#deb http://http.us.debian.org/debian unstable main contrib non-free

deb ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/debian
potato non-free

deb http://spidermonkey.ximian.com/distributions/debian unstable main



Sorry if the mail is a little bit bulky, I am using a thoroughly updated 
potato (that sounded odd :)


TIA

jorge santos