Re: Sid/Unstable AMD64 where to find

2006-02-06 Thread Kees de Koster
[...]

>> Thanks Clive, I already had found that page but the URL's on it are
>> deadlinks.
>
>
>It would be good to tell someone to update the links! Bugreports!

Yes I wil do.

>> By reading the page again I decided that I will go for a easier distro
>> for the x86_64 computer ;-)
>
>you can still run i386, etc. on an amd. the difference is the speed bump
>for more recent/additional instructions.

I tried that but by the first screen with de Debian logo my USB
keyboard is recognized after that there's no response anymore to my USB
mouse or keyboard by the language selection screen.

[...]

Kees
--
I know how to do SPECIAL EFFECTS!!
 7:58  up 1 day,  8:33, 1 user, load averages: 1.36 0.48 0.29
MacDragon Darwin Kernel Version 8.4.0: Power Macintosh
Linux Registered User #300181  | ICQ #179658498  -- # EOE


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



Re: how to change number of saved lines on console

2006-02-06 Thread Lubos Vrbka

hi,

is it possible to change (increase) the number of lines that are saved 
on console? i would like to be able to scroll through the whole boot 
process history. right now it allows me to go approximately one and half 
pages back...



bootlogd.

turn it on via /etc/default/bootlogd
thanks, that's exactly what i wanted :) the problem indeed is with boot 
messages that are printed only to screen and not to the logs - it's then 
complicated to debug the problems without seeing the boot messages...


regards,

--
Lubos
[EMAIL PROTECTED]"


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




Re: udev strangeness in Sid?

2006-02-06 Thread Lubos Vrbka

hi,


Just did an `apt-get upgrade` on my Sid system and since it pulled in a
new kernel I rebooted. During booting I was greated with _lots_ of
message from udev about not being able to run hotplugd or udevd (I'm
fairly sure those were the programs it was complaining about, I didn't
find any trace of those messages in /var/log/* so I'm relying on my
memory here).

Anyone else seeing the same?
Anyone who can offer a solution that'll make it go away ;-)

i experience similar (same?) problem with the 2.6.15-something kernel 
that is in the sid right now. i also don't remember the message, but it 
is udevd that complains that it cannot run something (i recall seeing 
something like 'runscript' on the error line and then some path 
beginning with /lib/). the system however boots fine.


this happens only with the distribution kernel. my self-compiled kernels 
work fine.


>> Could it be related to the fact that udev _never_ is able to update the
>> ramdisk? (update-initramfs -u always reports that
>> "/boot/initrd.img-2.6.15-1-686 was been altered.  Cannot update.")
i recall also seeing similar message that was printed out for my 
kernel(s) that do not use initrd, that is somewhat strange.


regards,

--
Lubos
[EMAIL PROTECTED]"


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




Debian pre-built virtual machines available

2006-02-06 Thread Antonio Ognio
Hi there list,

Just wanted to mention this so you can spread the
word and perhaps blog about this:

VMware is giving away for free their VMware Player software,
a trimmed down version of their VMware Workstation product
that lets you "play" (but not create) a virtual machine
in both Linux or Windows.

I mention this here because Debian GNU/Linux happens to
have two pre-built virtual machines listed in the community
area of their site as seen here:

http://www.vmware.com/vmtn/vm/community.html

The links are these:

01. Debian Sarge 3.1, minimal (netinstall) version. 115M zipped.
http://www.thoughtpolice.co.uk/vmware/

02. Debian Sarge 3.1r1, minimal. 98M zipped.
http://chaz6.com/?page_id=141

The advantage of Debian here is that both of them are the smallest
downloads among the other distros and OSes showed there and perhaps 
the easiest to update and turn into a desired functional virtual box.
 
So if someone you know, a friend, client or collegue needs to check
Linux out you could suggest Debian and you could suggest VMware Player
as a "safe" way to get the know the product for them.

Perhaps it's the ideal deal for those guys that want to learn to 
sysadmin their own dedicated server or simply want to learn about
Postfix, Squid or Samba to set a server in their office.

Hope this info is useful for you or your friends,

Antonio.


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



Re: Mixing SSI and PHP

2006-02-06 Thread Bill Wohler
David Kirchner <[EMAIL PROTECTED]> wrote:

> On 2/6/06, Bill Wohler <[EMAIL PROTECTED]> wrote:
> > Is it possible to mix both SSI and PHP in a .shtml file? If so, do you
> > have any configuration suggestions?
> 
> I've tried various Apache configuration options and have not been able
> to get this to work. Some searching suggests that the only way to do
> it is by creating SSI pages that include PHP:
> 
> 
> 
> It's too bad there isn't a way to tell PHP to try and parse SSI. Heh.

Thanks, David.

A bit more searching seemed to tell me the same thing.

On the pages where I was adding PHP, I ended up converting the SSI code
to PHP, replacing the .shtml suffix with .html (I use AddType
application/x-httpd-php .html), and letting mod_speling sort it out. In
my case, it turned out to be a pretty good solution.

-- 
Bill Wohler <[EMAIL PROTECTED]>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


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



Re: Mixing SSI and PHP

2006-02-06 Thread David Kirchner
On 2/6/06, Bill Wohler <[EMAIL PROTECTED]> wrote:
> Is it possible to mix both SSI and PHP in a .shtml file? If so, do you
> have any configuration suggestions?

I've tried various Apache configuration options and have not been able
to get this to work. Some searching suggests that the only way to do
it is by creating SSI pages that include PHP:



It's too bad there isn't a way to tell PHP to try and parse SSI. Heh.



Re: webcollab, php5.0 and ctype [SOLVED]

2006-02-06 Thread Antonio Ognio
El mar, 31-01-2006 a las 16:49 +0100, Nico De Ranter escribió:

> PHP loads different modules depending on how it is called. From the
> command line it looks at /etc/php5.0/conf.d , when called via apache2 it
> looks at /etc/php5.0/apache2/conf.d . Altough most (all?) modules are
> added to /etc/php5.0/conf.d automaticaly, none are added to the apache2
> setup by default. Add a link in /etc/php5.0/apache2/conf.d and restart
> apache to get it working.

This could be considered a bug, maybe it's a good idea to file a bug
against the package to let the mantainers make sure they're doing the
things right.

Antonio


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



Re: Mixing SSI and PHP

2006-02-06 Thread Antonio Ognio
El lun, 06-02-2006 a las 00:07 -0800, Bill Wohler escribió:
> I was able to use PHP in my existing legacy HTML files with the
> following:
> 
>   AddType application/x-httpd-php .html
> 
> Next step was to be able to use PHP in my existing .shtml files as well.
> However, when I added the following
> 
>   AddType application/x-httpd-php .html .shtml
> 
> my browser no longer saw text/html but saw application/x-httpd-php,
> didn't understand it, and wanted to save it instead of show it.

In your php.ini is the key default_mimetype set to "text/html"?

Mine looks like this: 

default_mimetype = "text/html"

> Is it possible to mix both SSI and PHP in a .shtml file? If so, do you
> have any configuration suggestions?

I guess your problem is with the actual .html or .shtml files that
don't contain PHP code, but even in that case if they're passing thru'
PHP they should get the text/html mimetype as default.

So make sure the php.ini (which you can locate in the output of the
phpinfo() function) has the right default.

Antonio.


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



Re: USB flash drive not automounting or mounting

2006-02-06 Thread Rob Blomquist
On Monday 06 February 2006 9:58 am, Andrew Sackville-West so eloquently 
stated:

> Now, I am not sure which of these would be used for a flash drive, but I
> can tell that a few won't be

look in /etc/udev/rules.d/050_hal* and see what that says. That is the rule
 that creates sd* devices.

OK, in /etc/udev/hal.rules:
# put removable IDE/SCSI devices into the hal group instead of 'disk'
BUS="scsi",KERNEL="sd[a-z]*", PROGRAM="/etc/udev/scripts/device-removable.sh 
%k", RESULT="1", NAME="%k", MODE="0640", GROUP="hal"
# BUS="ide", KERNEL="hd[a-z]*", PROGRAM="/etc/udev/scripts/device-removable.sh 
%k", RESULT="1", NAME="%k", MODE="0640", GROUP="hal"
BUS="usb", KERNEL="ub[a-z]*", NAME="%k", MODE="0640", GROUP="hal"

In /etc/udev/rules.d/:
I have no 050_hal* files. I have a file called z_hal-plugdev.rules:
# put removable IDE/SCSI devices into the hal group instead of 'disk'
BUS="scsi",KERNEL="sd[a-z]*", PROGRAM="/etc/udev/scripts/device-removable.sh 
%k", RESULT="1", NAME="%k", MODE="0640", GROUP="hal"
# BUS="ide", KERNEL="hd[a-z]*", PROGRAM="/etc/udev/scripts/device-removable.sh 
%k", RESULT="1", NAME="%k", MODE="0640", GROUP="hal"
BUS="usb", KERNEL="ub[a-z]*", NAME="%k", MODE="0640", GROUP="hal"

Since they point to /etc/udev/scripts/device-removable.sh:
#!/bin/sh -e
# print "1" if device $1 is either removable, on the ieee1394 or on the usb 
bus,
# and "0" otherwise.

check_bus() {
  # check if the DEVICE is on the given bus 
  # This is done by checking if any of the devices on the bus is a prefix 
  # of the device
  BUSDEVP="/sys/bus/$1/devices"
  for x in $BUSDEVP/*; do
[ -L "$x" ] || continue
if echo "$DEVICE" | grep -q "^$(readlink -f $x)"; then 
  return 0
fi
  done
  return 1
}

DEV="${1%[0-9]*}"
BLOCKPATH="/sys/block/$DEV"

if [ ! -d "${BLOCKPATH}" ]; then 
  exit 1
fi

REMOVABLE="${BLOCKPATH}/removable"
DEVICE="$(readlink -f "${BLOCKPATH}/device")"
IS_REMOVABLE="0"

if [ -e "$REMOVABLE" ]; then
  IS_REMOVABLE="$(cat $REMOVABLE)"
fi

if [ "$IS_REMOVABLE" = "1" ] || check_bus "usb" || check_bus "ieee1394" ; then 
  echo 1
else 
  echo 0
fi
exit 0


Nothing here leads me to believe this is how the automounting happens. I also 
looked at my Ubuntu udev scripts and rules and saw nothing there.

Can someone enlighten me otherwise?

Rob

-- 
Mountlake Terrace, WA, USA


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



Udev & Usbkey problems

2006-02-06 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello List,

I just upgraded Sid to the latest packages today. I also got my usbkey
back from warranty repair by the manufacturer. 

I have tested the key in OS X on an iBook and it works great. However,
when I plug it into my Debian Sid box, syslog fills up with the
following errors: 

Feb  6 14:43:45 jacob kernel: usb-storage: device scan complete
Feb  6 14:43:45 jacob kernel: ioctl_internal_command: <4 0 0 0> return
code = 802 
Feb  6 14:43:45 jacob kernel:: Current: sense key: No Sense 
Feb  6 14:43:45 jacob kernel: Additional sense: No additional sense
information 
Feb  6 14:43:45 jacob kernel: ioctl_internal_command: <4 0 0 0> return
code = 802 
Feb  6 14:43:45 jacob kernel:: Current: sense key: No Sense 
Feb  6 14:43:45 jacob kernel: Additional sense: No additional
sense information 
Feb  6 14:43:47 jacob kernel: ioctl_internal_command:
<4 0 0 0> return code = 802

I'm using a 2.6.12-1-k7 kernel. I tried restarting udev and eventually
even rebooted (yes, I know that shouldn't be needed). I also made sure
I didn't have any udev rules in my rules.local file that would be
affecting it. 

A google search of this problem on lists.debian.org comes up empty.
Searching the whole web for this problem comes up with more than a
dozen hits of a single guy reporting this problem to the linux kernel
e-mail list in May 2005 with no replies. 

Anyone have some clues how I might be able to fix this?

TIA,
Jacob
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD6CnYkpJ43hY3cTURAg0hAJ484rBg9fxo1BjTLudwJKo19JrSaQCfZK89
Xe8OwVPUpJxgVdt/mWyw6t4=
=h1Vn
-END PGP SIGNATURE-


Re: Exim GMail smarthost

2006-02-06 Thread Stephen Allen
> Doesn't the router,  transport and TLS have to be configured as well ?

> All I had to do on my sarge box was configure with debconf for
> smarthost delivery with smtp.gmail.com for the server, then add the
> second line to the passwd.config file and e-mails were sent just fine.

Hm, well that's puzzling to me. Are you using a monolithic setup or
individual Exim4 config files ? Not that this should matter.

Could I trouble you to see what you have in your transport/router setup,
at your convenience of course ?  Most mine appear uncommented.

> Actually, I did have to make the extra steps of punching holes in my
> firewall and having port 25 forwarded from the DSL modem/router to the
> appropriate box.  Could that be your problem?  It slipped my mind and
> had me confused for a little while before I remembered needing to do
> that.

Good suggestion.

I don't think so. Thunderbird works just fine sending smtp via
Yahoo/GMail without me needing to do anything special with the same
router -- It's a different box, and I didn't set up the debian box with
a firewall.


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



Re: USB flash drive not automounting or mounting

2006-02-06 Thread Rob Blomquist
On Sunday 05 February 2006 9:36 pm, Marc Shapiro so eloquently stated:
Brendan wrote:
> On Sunday 05 February 2006 18:13, Marc Wilson wrote:
>>IMHO automount is an incredibly broken behavior.  Gnome users swear that
>>it's desirable, though.  Your mileage may vary.
>
> Why do you think that?

>with commandline mount and umount commands.  They just work and I know
>the state of my filesystems.  I use fvwm on my own box, but this one
>will be for my 5 year old daughter, and since it came with KDE, I
>thought that it would be easier for her if I just left it that way and
>put icons on the desktop for those programs that I want her to have easy
>access to.  There will be no need for removable devices on a regular
>basis, and if there is I can mount it myself, as needed.

Yes, in the KDE Control Center, go to Desktop/Behavior and pick the Device 
Icons tab. You can there either pick the stuff you want to appear, or uncheck 
"Show Device Icons".

Rob

-- 
Mountlake Terrace, WA, USA


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



mouse buttons problem - need help ?

2006-02-06 Thread Mehmet Fatih AKBULUT
hi all,i've been using debian for months but still not able to use my optic mouse effectively as i did with XP.it has 4 buttons and 2 scrolls.buttons :     left - right (as exist in every mouse)
    backward - forward (backward is at left side of left button and forward is at right side of right button.)scrools :     one is to move up - down in a page and the other is to move left - right in a page.
my mouse definition in xorg.conf is like this :Section "InputDevice"    Identifier  "Configured Mouse"    Driver  "mouse"    Option  "CorePointer"
    Option  "Device"    "/dev/psaux"    Option  "Protocol"  "ImPS/2"    Option  "Emulate3Buttons"   "true"
    Option  "ZAxisMapping"  "4 5 6 7"    Option  "Buttons"   "9"EndSectionwhat am i doing wrong ? dont know how to change these Options ??? 
any idea ?now let me tell what my buttons and scrolls do :buttons :     left and right buttons work fine. [no problem with these guys ;)]    backward: button do something nearly the same as F5 ;) i mean it does something like refresh but still havent completely understood cos soon it refresh the page goes to bottom of the page.
    forward : does the same job as right button does. [shows me the properties.]scrolls :   first scrool also does his job pretty good. but second scrool [expected to move left - right in a page ] does what backward - forward buttons have to do. i mean it moves among backward - forward pages.
this is the biggest problem that i've for months since i've moved from ms to linux. ;)hope you will help me and i'll fix this.by the way did some google analysis but couldnt find any valuable info for 6 buttons :'(
thanks in advance.bye.


Re: Install problems: USB, SATA on Dell 3100

2006-02-06 Thread Andrew Sackville-West
On Mon, 06 Feb 2006 18:28:17 -0700
"John W. M. Stevens" <[EMAIL PROTECTED]> wrote:

> On Mon, 2006-02-06 at 16:54 -0800, Andrew Sackville-West wrote:
> > On Mon, 6 Feb 2006 07:34:26 -0800
> > Andrew Goodman <[EMAIL PROTECTED]> wrote:
> > 
> > > I'm trying to install debian 3.1 on a dell dimension 3100. By using the
> > > 2.1.2006 testing release, I can get my hard disks recgonized.  However, 
> > > the
> > > USB keyboard is seen by the installation program, but once the installed
> > > system boots the keyboard is not seen.  I have to use a USB keyboard and
> > > mouse, as the traditional PS/2 ports no longer exist on the 3100!
> > > 
> > > Any suggestions?
> > 
> > What do you mean isn't seen? by what: the kernel? X? console?
> 
> Please do:
> 
> cat /proc/bus/usb/devices > /tmp/usb_devices.txt
> 
> and post usb_devices.txt.
> 
> Also, post lsmod output, and the contents of any
> InputDevice sections (Section "InputDevice") from
> your /etc/X11/XF86Config-4 file.
> 
> Explanation:  The proc dump will show most of the
> relevant information about any usb devices attached
> to your system, the lsmod output will tell us what
> usb related modules, if any, you have loaded, and
> the InputDevice sections will show us whether or
> not you have configured your X server to use
> your USB devices.
> 
> Obviously, you will have to do this from a different machine,
> by ssh or telnet'ing to the box under discussion.
> 
> I'm assuming that nothing works, here . . . that
> you can't use a virtual terminal, not that you just
> can't use X.  If this assumption is in error, tell
> me what does work, and what doesn't.
> 
> Thanks,
> John S.

you did a much better job of that than me. :) 

thanks

A

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


pgpYtM81inXbC.pgp
Description: PGP signature


Re: Sid/Unstable AMD64 where to find

2006-02-06 Thread Kevin Mark
On Mon, Feb 06, 2006 at 12:43:33PM -0800, Kees de Koster wrote:
> >> I want to try Debian Sid/unstable on a AMD Athlon X2 64 computer but
> >> can't find the download location, only for I386, I tried that one with
> >> downloading with Jigdo but that doesn't work on that machine.
> >> Can somebody give directions or a URL for Sid AMD 64?
> >
> >
> >Start here:
> >https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto...
> >Regards
> >
> >Clive
> 
> Thanks Clive, I already had found that page but the URL's on it are
> deadlinks.
It would be good to tell someone to update the links! Bugreports!

> 
> By reading the page again I decided that I will go for a easier distro
> for the x86_64 computer ;-)
you can still run i386, etc. on an amd. the difference is the speed bump
for more recent/additional instructions.

> 
> I read also on usenet that Debian is a purist on 64bit, so 32bit
> application are difficult to run.
That is true for now. IIRC they will implement something called
'multi-arch' to allow 32 and 64 bit apps to run.
Cheers,
Kev
-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


signature.asc
Description: Digital signature


Mouse problem

2006-02-06 Thread Vaumerel Loïc

Hi,

I've bought an optical mouse but I've a problem with it.
Trust MI-2100 Optical Ps/2 Mouse (Ami Mouse 250S).

When I plug my mouse the red light is on. But when i boot 
my debian with a kernel 2.6.12.1-k7, my mouse freeze. When 
I mouve the mouse, the light turn off and the cursor don't 
move.


When grub is launch, the red light of my mouse stay on 
even if I move it. The light turn off only when the kernel 
is launch.


I try to find an answer to configure my mouse and I wish 
you can help me.


Thanks


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




Re: PDF with big honkin images

2006-02-06 Thread Bill Moseley
On Mon, Feb 06, 2006 at 10:32:52PM +0100, Florian Kulzer wrote:
> If your printer-subsystem offers you a pdfwriter pseudo-printer you can
> simply open the PDF and print it to a file with appropriate settings to
> downsample the images to a lower resolution. I have just tried this with
> KDE's "Print to File (PDF)" and it worked; I am sure Gnome has something
> similar.

When you say open the PDF, how are you "opening" it?  I have xpdf to
view it, and I use CUPS for printing.

-- 
Bill Moseley
[EMAIL PROTECTED]


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



Re: Exim GMail smarthost

2006-02-06 Thread Stephen Allen
From: Stephen <[EMAIL PROTECTED]>
To: David Berg <[EMAIL PROTECTED]>
Cc:
Bcc:
Subject: Re: Exim GMail smarthost
Reply-To:
In-Reply-To: <[EMAIL PROTECTED]>

On Sun, Feb 05, 2006 at 03:25:53PM -0600 or thereabouts, David Berg wrote:
> Search the archives for my posts.  I just posted what your looking for
> a week ago or so.

Sorry for the weird stanza above -- I'm receiving e-mail  on my Debian
box, just can't send outbound, so I copy and paste from mutt into the
gmail form. Breaks the threading to I'm afraid.

I followed your instructions in <
http://groups.google.ca/group/linux.debian.user/msg/a1fa0e6356f8475c>
Unfortunately I still cannot send SMTP via GMail smarthost.

Doesn't the router,  transport and TLS have to be configured as well ?

--
Best Regards
Stephen



Re: how to change number of saved lines on console

2006-02-06 Thread Karsten M. Self
on Mon, Feb 06, 2006 at 02:38:33PM -0600, Matt Zagrabelny ([EMAIL PROTECTED]) 
wrote:
> On Mon, 2006-02-06 at 17:13 +0100, Lubos Vrbka wrote:
> > hi guys,
> > 
> > is it possible to change (increase) the number of lines that are saved 
> > on console? i would like to be able to scroll through the whole boot 
> > process history. right now it allows me to go approximately one and half 
> > pages back...
> 
> bootlogd.
> 
> turn it on via /etc/default/bootlogd

Good answer.

Another is to enable serial console at boot and log this output either
to localhost (sufficient for most purposes) or to a second system
(possibly a dedicated logging server).  This should capture *everything*
that crosses the console, including BIOS, POST, bootloader, kernel, and
init messages.  It can even be used for debugging.


Peace.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 What Part of "Gestalt" don't you understand?
Spero nos familiares mansuros.


signature.asc
Description: Digital signature


Re: Can't get 1153x864 resolution with 865 video and i810 driver

2006-02-06 Thread Tim Connors
"J. Van Lierde" <[EMAIL PROTECTED]> said on Sat, 04 Feb 2006 09:40:02 -0500:
> My problem is that I cannot get xorg to give me 1152x864 resolution. 
> Xorg.0.log says there is "no mode of this name". I know the hardware can 
> do this because Windows doesn't have a problem with this.

Sounds like my bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348873.html


This was a regression for me, and hasn't been acknowleged yet...

Try downgrading to 6.8.2 in testing.


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



Re: Chinese censorship Re: Is my system compromised

2006-02-06 Thread Neil Dugan

Alex Polite wrote:

On 2/3/06, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:


But how come I find no google hits at all for distwatchd?



Maybe the Chinese mistook it for a human rights watch group ;)

http://en.wikipedia.org/wiki/Google#Censorship_in_mainland_China



you could always go directly to one of the google ips and do your search ;)
http://64.233.167.99:)
http://72.14.207.99 :)
http://64.233.187.99:)
etc.
they can't be blocked, the Chinese government just removes the DNS table
entries.



--
Alex Polite
http://flosspick.org - finding the right open source






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




Re: Debian equivalent to service?

2006-02-06 Thread Jerry Quinn

Kevin Mark wrote:

On Sun, Feb 05, 2006 at 01:37:40PM -0800, Rob Blomquist wrote:


Under RH, to type "service sensord restart" will kill and restart sensord.

I can't find an equivalent command. Is there one? Otherwise, how to I kill and 
restart a service? Can I find a list of running services, the same as 
"service -s"?


Rob



Hi Rob,
on debian there are a few redhatism that have not been created: this is
one of them. here are a few:
1) rh has runlevels with special meanings, debian makes 2-5 the same
with 2 being the default with no special network/x/etc meaning


These distinctions (at least 3 and 5) are actually useful when debugging 
problems with your X config.  It just saves a step on some activity.


On debian, I have to kill gdm, fiddle, and restart it.


2) no 'service 'instead we use /etc/init.d/service start/stop/restart
and AFAICT no 'status'


Running both systems, status is another feature that's very useful.


3) no tool like the runlevel/services editor in rh. the tools are there
but they dont do it the rh way


What are the "official" debian tools for doing this stuff?  I use wajig for 
starting and stopping services manually.  It's very useful, though hardly a 
"standard" tool.


Having default startup numbers in the init scripts is handy at times as well.

I usually find redhat's stuff easier to configure.  On the other hand, the 
debian package repository is second to none, which is why I run it.


Jerry Quinn


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




X starts crashing after an upgrade

2006-02-06 Thread Ivan Nanov
Hello list,

After an upgrade of the originally installed Debian Sarge
(xdm4.3.0.dfsg.1-14sarge1 and xfce 4.0.5-1) the X started to crash
from time to time.  When it crashes the panel and all open
applications vanish leaving only the desktop background on the screen.
The right click with the mouse doesn't bring the pop-up menu. In two
occasions (in one of which I was connected to the Internet) the pppd
has (re)started by itself, using, I guess, the default CHAP/PAP
script, as in my customized one the modem sound is OFF. (Now I am
wondering could it be a virus?) It might be also relevant to mention
that a month ago I installed a new kernel image (2.6.8-2-k7 as my CPU
is AMD Duron) to replace the originally installed 2.6.8-1-i386, and it
worked fine until now. For all upgrades I use aptitude as a front end
of apt.

Every time xdm starts, it logs the following error messages into the
/var/log/xdm.log :

---
(EE) xf86OpenSerial: Cannot open device /dev/psaux
No such device.
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
No such device.
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device "Generic Mouse"
No core pointer

Fatal server error:
failed to initialize core devices


In fact, my PS/2 mouse is there and is fully functional. 

pluto:/home/ivan# ls -l /dev/psaux
crw---  1 root root 10, 1 Sep 18  2004 /dev/psaux
pluto:/home/ivan# ls -l /dev/input
total 0
crw-rw  1 root root 13, 64 Sep 18  2004 event0
crw-rw  1 root root 13, 65 Sep 18  2004 event1
crw-rw  1 root root 13, 66 Sep 18  2004 event2
crw-rw  1 root root 13, 67 Sep 18  2004 event3
crw-rw  1 root root 13,  0 Sep 18  2004 js0
crw-rw  1 root root 13,  1 Sep 18  2004 js1
crw-rw  1 root root 13,  2 Sep 18  2004 js2
crw-rw  1 root root 13,  3 Sep 18  2004 js3
crw-rw  1 root root 13, 63 Sep 18  2004 mice
crw-rw  1 root root 13, 32 Sep 18  2004 mouse0
crw-rw  1 root root 13, 33 Sep 18  2004 mouse1
crw-rw  1 root root 13, 34 Sep 18  2004 mouse2
crw-rw  1 root root 13, 35 Sep 18  2004 mouse3

lsmod shows:

Module  Size  Used by
...
tsdev   7360  0 
mousedev   10444  2 
psmouse20232  0 
...
evdev   9600  0 

As root, 'cat /dev/psaux' and 'cat /dev/input/mice' generate
characters in the standard output.

Just before crash, /var/log/syslog contains the line:

Feb  4 06:43:58 localhost: PAM unable to dispatch function 

After the crash, I can kill the X by Ctrl-Alt-Backspace, login into a
console and restart the X. Booting with the old kernel 2.6.8-1-i386
gives the same error messages, so I assume it also will crash sooner
or later. I have tried 'dpkg-reconfigure xserver-xfree86'. It did not
fixed the problem.

I don't have much experience with Linux. Could somebody help me,
please? The sessions in /var/log/syslog differs before and after the
upgrade.  Shall I provide the fragment of the file?

Thanks in advance.
Ivan

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



ReRe: alternative Re: Is my system compromised

2006-02-06 Thread Pascal Huisman
Thx, Alvin.

I will set it up for my router.

touch new file with date, your script, run it daily, copy it to saver
place, add it to some backup end of the week?

Pascal Huisman.





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



Re: New to Debian

2006-02-06 Thread Colin
Michael Marsh wrote:
> 
> Try running alsaconf again, and then lsmod to see which module you
> need.  Presumably it's snd-emu10k1.  All you need to add to
> /etc/modules is the line:
> snd-emu10k1

Adding snd-pcm-oss is also a good idea.


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



Re: Install problems: USB, SATA on Dell 3100

2006-02-06 Thread John W. M. Stevens
On Mon, 2006-02-06 at 16:54 -0800, Andrew Sackville-West wrote:
> On Mon, 6 Feb 2006 07:34:26 -0800
> Andrew Goodman <[EMAIL PROTECTED]> wrote:
> 
> > I'm trying to install debian 3.1 on a dell dimension 3100. By using the
> > 2.1.2006 testing release, I can get my hard disks recgonized.  However, the
> > USB keyboard is seen by the installation program, but once the installed
> > system boots the keyboard is not seen.  I have to use a USB keyboard and
> > mouse, as the traditional PS/2 ports no longer exist on the 3100!
> > 
> > Any suggestions?
> 
> What do you mean isn't seen? by what: the kernel? X? console?

Please do:

cat /proc/bus/usb/devices > /tmp/usb_devices.txt

and post usb_devices.txt.

Also, post lsmod output, and the contents of any
InputDevice sections (Section "InputDevice") from
your /etc/X11/XF86Config-4 file.

Explanation:  The proc dump will show most of the
relevant information about any usb devices attached
to your system, the lsmod output will tell us what
usb related modules, if any, you have loaded, and
the InputDevice sections will show us whether or
not you have configured your X server to use
your USB devices.

Obviously, you will have to do this from a different machine,
by ssh or telnet'ing to the box under discussion.

I'm assuming that nothing works, here . . . that
you can't use a virtual terminal, not that you just
can't use X.  If this assumption is in error, tell
me what does work, and what doesn't.

Thanks,
John S.


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



Re: Cannot change Apache2 ServerName/ServerAlias

2006-02-06 Thread Darryl Clarke
On 06/02/06, Yu,Glen [Ontario] <[EMAIL PROTECTED]> wrote:
> I'm having trouble changing the ServerName & ServerAlias to look up my page.
>
> I'm running Debian 3.1 with 2.4.x kernel on an old Dell laptop, however, I 
> can only access my page via http://server but not as something else (i.e. 
> http://newpagename).  This is what I have at the moment inside 
> /etc/apache2/sites-available/default (I simply changed DocumentRoot, 
> commented out RedirectMatch ~/$ /apache2-default, and added in ServerName 
> server and ServerAlias newpagename:
>
[snip]

>ServerName http://server
>ServerAlias newpagename
>
> 

ServerName should only be a name, ie 'server'. http://server is invalid.

you can use: apache2ctl configtest

to verify your config after making changes.

--
~ Darryl  ~ [EMAIL PROTECTED]
~ http://darrylclarke.com



Re: Install problems: USB, SATA on Dell 3100

2006-02-06 Thread Andrew Sackville-West
On Mon, 6 Feb 2006 07:34:26 -0800
Andrew Goodman <[EMAIL PROTECTED]> wrote:

> I'm trying to install debian 3.1 on a dell dimension 3100. By using the
> 2.1.2006 testing release, I can get my hard disks recgonized.  However, the
> USB keyboard is seen by the installation program, but once the installed
> system boots the keyboard is not seen.  I have to use a USB keyboard and
> mouse, as the traditional PS/2 ports no longer exist on the 3100!
> 
> Any suggestions?

What do you mean isn't seen? by what: the kernel? X? console?

A

> 


pgpFkyeTxCZm0.pgp
Description: PGP signature


Re: mount error

2006-02-06 Thread Andrew Sackville-West
On Mon, 06 Feb 2006 08:36:27 -0600
Pedro Acevedo González <[EMAIL PROTECTED]> wrote:

> I can't mount dvds of any kind. Does anybody know how could I fix this 
> problem
> my fstab:
>  >> /etc/fstab: static file system information.
> #
> #
> proc/proc   procdefaults0   0
> /dev/hda2   /   ext3defaults,errors=remount-ro 0   1
> /dev/hda4   noneswapsw  0   0
> /dev/hda5   /home   ext3defaults0   2
> /dev/hdc/media/dvd  iso9660 ro,user,noauto  0   0
> /dev/hdd/media/cdrom1   iso9660 ro,user,noauto  0   0
> /dev/fd0/media/floppy0  autorw,user,noauto  0   0
> /dev/sda1   /media/flashvfatrw,user,noauto  00
> /dev/sda2   /media/usbvfatrw,user,noauto  0   0
> /dev/sda/home/pedro/mp3 vfatrw,user,noauto  0   0
> 
>  >> dmesg output:
>  cdrom: open failed.

what command did you use to mount your dvd?

A
>  Thanks in advaned!
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


pgpk6DH8mBINe.pgp
Description: PGP signature


Re: totem: audio device busy

2006-02-06 Thread Andrew Sackville-West
On Mon, 06 Feb 2006 14:07:14 +0100
B <[EMAIL PROTECTED]> wrote:

> Hej all,
> 
> 
> 
> I have a little trouble on my laptop with the application totem:
> 
> Whenever I try to open an audio file with totem (mp3, wav, wma) it gives me
> 
> 'An error occured. The audio device is busy. Is another application 
> using it?'.
> 
> Other applications (rhythmbox) play without any trouble...
> 
> Where to begin??

begin with useful information: kernel version, oss or alsa?

A

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


pgpgWZivzbQCH.pgp
Description: PGP signature


Re: Re: sd_mod....please...

2006-02-06 Thread Daniel Clark








Hi

 

I have exactly the same
motherboard and same version of debian. I think I've managed to get around the
problem by running the install in "expert26" rather than just simply
hitting enter at the boot screen. From there I simply used all the default
options and it managed to get past the point where it was stalling and continue
with the installation. I hope doing this will help you get it working too.

 

Dan








Re: dist-upgrade wants to remove postfix, install exim

2006-02-06 Thread Andrew Sackville-West
On Mon, 6 Feb 2006 13:13:15 -0500
[EMAIL PROTECTED] wrote:

> On Mon, Feb 06, 2006 at 09:35:11AM -0800, Andrew Sackville-West wrote:
> > On Mon, 06 Feb 2006 07:22:26 +0100
> > Robert Waldner <[EMAIL PROTECTED]> wrote:
> > 
> > > 
> > > On Sat, 04 Feb 2006 19:30:02 PST, Andrew Sackville-West writes:
> > > >> On one of my Sarge boxes, when I try an aptitude dist-upgrade, it 
> > > >> wants 
> > > >>  to remove postfix and install exim instead. Now I don't have anything 
> > > >>  against exim in particular, I just don't want it on my box ;)
> > > 
> > > > try man apt_preferences. I think you can just pin exim4 to <0 and
> > > > that'll prevent it from being installed, which should subsequently
> > > > prevent postfix from being removed.
> > > 
> > > Thanks, I pinned exim* to -1 and postfix* to 1001, but still aptitude 
> > >  wants to install exim instead of postfix.
> > > 
> > > >Also, maybe you have postfix as
> > > > part of an old meta package and the meta package has been changed to
> > > > include exim4 (the current default mailer for debian) and so that is
> > > > the source of your problem. If you remove that meta-package (if it
> > > > exists) then maybe that will prevent this problem.
> > > 
> > > I installed postfix right after installation myself, so it didn't get 
> > >  on as a dependency, BTW.
> > 
> > apt-cache policy exim4* shows that it conflicts and replaces any
> > mail-transfer-agent, so the dist-upgrade will do that and there's no 
> way around it I know of.
> 
> It makes sense that installing exim would remove other conflictint 
> mail-transfer agents, but there seems to be a serious bug here that it 
> decides to install exim at all when there is another perfectly 
> servicable mail-transfer agent available to be upgraded, and, I presume, 
> explicitly requested by the user.
> 
> Not sure where the bug *is*, though.  A faulty dependency, maybe?  A 
> a faulty conflict resolution algorithm?

IIRC dist-upgrade allowed apt to make changes like this -- such as replacing 
packages with the new defaults. but I know little of apt. that's why I think 
the remove/reinstall method might work. I'm surprised though that pinning 
doesn't solve it. 

A

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


pgpOMoCZwZIRY.pgp
Description: PGP signature


Re: Chinese censorship Re: Is my system compromised

2006-02-06 Thread wim
On Tue, Feb 07, 2006 at 10:14:40AM +1100, Neil Dugan wrote:
> Alex Polite wrote:
> >On 2/3/06, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:
> >
> >>But how come I find no google hits at all for distwatchd?
> >
> >
> >Maybe the Chinese mistook it for a human rights watch group ;)
> >
> >http://en.wikipedia.org/wiki/Google#Censorship_in_mainland_China
> >
> 
> you could always go directly to one of the google ips and do your search ;)
> http://64.233.167.99  :)
> http://72.14.207.99   :)
> http://64.233.187.99  :)
> etc.
> they can't be blocked, the Chinese government just removes the DNS table 
> entries.
I'm not that sure. I think they als controll the peering. It's not much
work to block ipaddresses and remove them from your router's routing table.
But it's worth a try ;-)

> 
> 
> >--
> >Alex Polite
> >http://flosspick.org - finding the right open source
> >
> >
> 
Cheers!

Wim


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



Re: (SOLVED, I think for good) Changing fonts in Seamonkey Mail panels

2006-02-06 Thread Marc Shapiro

Felix Miata wrote:

You shouldn't need to use userContent.css to get plain text messages
to display all in your same monospace pref text. David's message was
plain text, so the only thing to account for the strange display is
this: Content-type: text/plain; charset=windows-1255. I cannot
imagine why a Kmail client would so encode a plain text email message
using that charset. It should be a Kmail bug if it inherited it from
an upthread post it was a reply to. To fix its display (go into the
mailnews view menu and set message body as plain text so that it
applies to HTML email as well) go into prefs and change the families
and sizes for all the the 20 or so character sets to be the same
across the charsets (unless you actually want some to be different).
Then you shouldn't see odd emails again. If you do, the problem has
to be in your fontconfig configuration, not SM.


I had just seen that character encoding, myself, and was about to post
it back to the list when your message came in.  Changing the monospace
font for Hebrew (Windows-1255) did solve the problem.  Since this seems
to be (I hope) a fluke that is not likely to come up frequently (if at
all) I am not really going to worry about it.

Thanks for the prompt reply.

--
Marc Shapiro



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




Re: Chinese censorship Re: Is my system compromised

2006-02-06 Thread Neil Dugan

Alex Polite wrote:

On 2/3/06, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:


But how come I find no google hits at all for distwatchd?



Maybe the Chinese mistook it for a human rights watch group ;)

http://en.wikipedia.org/wiki/Google#Censorship_in_mainland_China



you could always go directly to one of the google ips and do your search ;)
http://64.233.167.99:)
http://72.14.207.99 :)
http://64.233.187.99:)
etc.
they can't be blocked, the Chinese government just removes the DNS table 
entries.




--
Alex Polite
http://flosspick.org - finding the right open source





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




debian binary compatability...

2006-02-06 Thread Digby Tarvin
Still trying to work out why binary executables which file(1) identifies
as:
   ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
   dynamically linked (uses shared libs), stripped

Which are part of a non-source commercial Linux application dated from
around 1998, and ran fine on my SuSE system, won't execute on a
Debian system, and doesn't even seem to return a sensible error
message:

strace /tmp/setup
strace: exec: No such file or directory
execve("/tmp/setup", ["/tmp/setup"], [/* 17 vars */]) = 0

I get the same result on Debian 2.4 and 2.6 stable kernels.

The old SuSE system was 2.4.10, and I originally thought it might have
been some backward compatability in my old SuSE kernel that has been
deprecated in more recent kernels, but I have just tried it on a 
Gentoo system with kernel 2.6.12, and appart from complaining about a
missing shared library it runs on that as well, so it does appear to
be a Debian issue.

I have checked my kernel config for any likely looking
executable format options, don't see any optional ELF formats.

Just to prove it is not a shell oddity, access permissions or
mistyping a name, here is a trivial test program:

#include 
char prog[] = "/tmp/setup";
main()
{
int val;

if(access(prog, X_OK) != 0)
{
printf("file does not exist\n");
exit(1);
}
val = execl(prog, prog, 0);
printf("exec returned %d\n", val);
perror(prog);
}

which produces the following output:

exec returned -1
/tmp/setup: No such file or directory

Does anyone have any idea what is going on??

Regards,
DigbyT
-- 
Digby R. S. Tarvin  digbyt(at)digbyt.com
http://www.digbyt.com


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



Re: openMosix vs openSSI

2006-02-06 Thread Tim Connors
Marcelo Chiapparini <[EMAIL PROTECTED]> said on Mon, 06 Feb 2006 11:55:54 -0200:
> Hi!
> 
> I would like to know how compares openMosix and openSSI. Apparently both
> of them do the (more or less) same thing inside a cluster...

I had a very brief play with openmosix, but not openSSI, but my
understanding is that openmosix will shunt your jobs onto different
CPUs in the cluster.  If they have differing amounts of memory, it'll
also attempt to pick the machine with the appropriate amount of memory
-- if your job needs 1GB, and only one machine has 1GB virtual memory,
then it'll go there.  Of course, there are race conditions in that, if
openmosix is too slow to shunt the job around.  One job on one node
can't see any ram from any other machine.

openssi, AFAIK, just combines all the ram from all the machines into
one memory image -- single system image.  I don't think it can
schedule jobs onto one node or another and gives you N CPUs, but I can
be very much wrong on this.

So, do you want much RAM or many CPUs?


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



Re: (SOLVED, but...) Changing fonts in Seamonkey Mail panels

2006-02-06 Thread Felix Miata
Marc Shapiro wrote:

> In the message pane the postings appear in various different fonts due
> to the preferences set by the sender.  Normally, this is not a problem.
>   Variety is just fine.  But I found 1 (one) posting that comes through
> virtually unreadable.  It is very blocky, looking like the print from a
> bad  9-pin dot matrix printer from the 80's.
 
> The message in question was from David Baron, this morning.  The subject
> was "Re: Where does a guy get KDE 3.5?"
 
> Now, I don't think that this is due to David's settings, since I have
> received other posts from him today that were perfectly clear and
> readable.  Does anyone have any idea what could be causing this and how
> to avoid it.  I don't want to force all messages to display in the same
> font, necessarily.  I think what I want is to figure out what font that
> message was using and force only that font to something more readable.
> Does anyone know how I might do that?  I did not see anything at
> http://www.mozilla.org/unix/customizing.html#usercss which seemed to be
> what I needed.

chrome/userChrome.css is for UI, not for content. To affect content your
CSS rules go in chrome/userContent.css.

You shouldn't need to use userContent.css to get plain text messages to
display all in your same monospace pref text. David's message was plain
text, so the only thing to account for the strange display is this:
Content-type: text/plain; charset=windows-1255. I cannot imagine why a
Kmail client would so encode a plain text email message using that
charset. It should be a Kmail bug if it inherited it from an upthread
post it was a reply to. To fix its display (go into the mailnews view
menu and set message body as plain text so that it applies to HTML email
as well) go into prefs and change the families and sizes for all the the
20 or so character sets to be the same across the charsets (unless you
actually want some to be different). Then you shouldn't see odd emails
again. If you do, the problem has to be in your fontconfig
configuration, not SM.
-- 
"Love your neighbor as yourself."Mark 12:31 NIV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/


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



Re: how to change number of saved lines on console

2006-02-06 Thread Gene Heskett
On Monday 06 February 2006 13:16, [EMAIL PROTECTED] wrote:
>On Mon, Feb 06, 2006 at 10:06:00AM -0800, David Kirchner wrote:
>> On 2/6/06, Lubos Vrbka <[EMAIL PROTECTED]> wrote:
>> > hi guys,
>> >
>> > is it possible to change (increase) the number of lines that are
>> > saved on console? i would like to be able to scroll through the
>> > whole boot process history. right now it allows me to go
>> > approximately one and half pages back...
>> >
>> > thanks,
>>
>> I don't have the answer to your question, but you can run "dmesg" to
>> view the console messages. The buffer is limited in size, so you'll
>> want to run it immediately after boot. I prefer to use a init.d
>> script, set up to run last, to run "dmesg > /var/run/dmesg.boot", so
>> I have a copy handy at all times.
>
>That's the best I've found, too.  Unfortunately, I've occasionally
>notices a few lines scolling by during boot that do not show up in
> dmesg output.  Whatever writes them out must bypass the normal
> procedure for emitting messages.

Yes, there is that too, and I wish whoever is using the oddball puts() 
would stop it, cause the only place it ever goes is to the screen 
itself.  Not having that stuff in the logs is a pita...

>-- hendrik

-- 
Cheers, Gene
People having trouble with vz bouncing email to me should add the word
'online' between the 'verizon', and the dot which bypasses vz's
stupid bounce rules.  I do use spamassassin too. :-)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2006 by Maurice Eugene Heskett, all rights reserved.


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



Re: how to change number of saved lines on console

2006-02-06 Thread Gene Heskett
On Monday 06 February 2006 13:06, David Kirchner wrote:
>On 2/6/06, Lubos Vrbka <[EMAIL PROTECTED]> wrote:
>> hi guys,
>>
>> is it possible to change (increase) the number of lines that are
>> saved on console? i would like to be able to scroll through the
>> whole boot process history. right now it allows me to go
>> approximately one and half pages back...
>>
>> thanks,
>
>I don't have the answer to your question, but you can run "dmesg" to
>view the console messages. The buffer is limited in size, so you'll
>want to run it immediately after boot. I prefer to use a init.d
>script, set up to run last, to run "dmesg > /var/run/dmesg.boot", so I
>have a copy handy at all times.

If you are building your own kernel, increased buffer capacity is as 
close as a make xconfig, reset it, rebuild and reinstall, reboot.

The correct line in the .config to adjust is this one:

CONFIG_LOG_BUF_SHIFT=16

It probably has a 14 in there now, for a 16k buffer, the 16 above is 
64k.

Have fun!

-- 
Cheers, Gene
People having trouble with vz bouncing email to me should add the word
'online' between the 'verizon', and the dot which bypasses vz's
stupid bounce rules.  I do use spamassassin too. :-)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2006 by Maurice Eugene Heskett, all rights reserved.


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



Exim4 local delivery

2006-02-06 Thread wim
Hi all,

I'm setting up a local mailserver. I configured the box as smart host,
but I want to deliver my local mail to Mailbox.
I was looking for some docs on Exim4's config, but I di not find clear
documentation on dc_other_hostnames.
Is the syntax of dc_other_hostnames correct and can I combine
dc_smarthost and dc_localdelivery?


Here is my /etc/exim4/update-exim4.conf.conf:

dc_eximconfig_configtype='smarthost'
dc_other_hostnames='localhost.localdomain, *.thuis.net'
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='smtp.isp.net'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='maildir_home'

Thanks for the help..

Cheers!

Wim


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



Re: (SOLVED, but...) Changing fonts in Seamonkey Mail panels

2006-02-06 Thread Marc Shapiro

Felix Miata wrote:

Marc Shapiro wrote:


I have been unable to find any play on the mozilla.org site to ask
this question, so I am hoping that someone here can help me.



I am trying to change the fonts used in the various panels in
Seamonkey Mail.  I am using the same profile as I use for the
Mozilla Suite, but the displayed fonts are not the same (or the
display of them is handled differently).  The fonts used by the
Mozilla Suite are much more readable than those used for Seamonkey.
Changes to 'Edit/Preferences/Appearance/Fonts are only supposed to
affect web pages, not the folder and message lists of Seamonkey,
itself.


Moz and SM and Firefox UI fonts are managed with CSS, something not 
particularly easy for a CSS novice to get a handle on. Users can

change them using the file chrome/userChrome.css in your profile
directory. The one you'll want to start with is probably
treechildren, in the form used on:
http://www.mozilla.org/unix/customizing.html#usercss , probably 
something like "treechildren {font-size: 9pt !important; font-family:

 'dejavu sans' !important;}".


That solved that problem.  I used Arial, 10pt and it looks just fine in 
the folder and thread panes.


Now for the continuation of the problem:

In the message pane the postings appear in various different fonts due 
to the preferences set by the sender.  Normally, this is not a problem. 
 Variety is just fine.  But I found 1 (one) posting that comes through 
virtually unreadable.  It is very blocky, looking like the print from a 
bad  9-pin dot matrix printer from the 80's.


The message in question was from David Baron, this morning.  The subject 
was "Re: Where does a guy get KDE 3.5?"


Now, I don't think that this is due to David's settings, since I have 
received other posts from him today that were perfectly clear and 
readable.  Does anyone have any idea what could be causing this and how 
to avoid it.  I don't want to force all messages to display in the same 
font, necessarily.  I think what I want is to figure out what font that 
message was using and force only that font to something more readable. 
Does anyone know how I might do that?  I did not see anything at 
http://www.mozilla.org/unix/customizing.html#usercss which seemed to be 
what I needed.


--
Marc Shapiro
[EMAIL PROTECTED]


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




Re: Can't get 1153x864 resolution with 865 video and i810 driver

2006-02-06 Thread J. Van Lierde

Tony Godshall wrote:


...
 

What's more, now it's starting making a high pitched noise when I use 
1152x864 with my XFree86 system (though not with Windows which is using 
a lower refresh rate). I may have damaged it.
   


...

Ouch.  I'd check your vsync and hsync frequency ranges and
make sure you are driving the monitor within spec.


 


Yeah, ouch. But I put the right numbers in.

I put in a modeline with a lower refresh rate, and everything seems 
fine. Maybe xorg is really aggressive about going for the high refresh 
rates, and I've been living on the edge.


I'm giving up on the internal video, it's not worth the trouble.


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




Cannot change Apache2 ServerName/ServerAlias

2006-02-06 Thread Yu,Glen [Ontario]
I'm having trouble changing the ServerName & ServerAlias to look up my page.

I'm running Debian 3.1 with 2.4.x kernel on an old Dell laptop, however, I can 
only access my page via http://server but not as something else (i.e. 
http://newpagename).  This is what I have at the moment inside 
/etc/apache2/sites-available/default (I simply changed DocumentRoot, commented 
out RedirectMatch ~/$ /apache2-default, and added in ServerName server and 
ServerAlias newpagename:

NameVirtualHost *

ServerAdmin [EMAIL PROTECTED]

# DocumentRoot /var/www/
DocumentRoot /home/glen/webdir

Options FollowSymLinks
AllowOverride None


Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
# RedirectMatch ^/$ /apache2-default/


ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

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


ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog /var/log/apache2/access.log combined
ServerSignature On

Alias /doc/ "/usr/share/doc/"

Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128


   ServerName http://server
   ServerAlias newpagename




Regards,
-Glen



Re: udev strangeness in Sid?

2006-02-06 Thread Florian Kulzer

Magnus Therning wrote:

Just did an `apt-get upgrade` on my Sid system and since it pulled in a
new kernel I rebooted. During booting I was greated with _lots_ of
message from udev about not being able to run hotplugd or udevd (I'm
fairly sure those were the programs it was complaining about, I didn't
find any trace of those messages in /var/log/* so I'm relying on my
memory here).

Anyone else seeing the same?
Anyone who can offer a solution that'll make it go away ;-)

Could it be related to the fact that udev _never_ is able to update the
ramdisk? (update-initramfs -u always reports that
"/boot/initrd.img-2.6.15-1-686 was been altered.  Cannot update.")


This will probably not be too helpful, but I can at least tell you that
I get the same error message whenever udev is updated, but I do not have
any problem with udev during boot. (I am using a custom 2.6.15 kernel
compiled from the newest Debian sources on a Sid machine and udev
0.084-3.)

Did you try to activate bootlogd? Maybe that will give you a chance to
read the error message in detail.

Regards,
  Florian


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




Re: Sid/Unstable AMD64 where to find

2006-02-06 Thread ml-debian_user
> By reading the page again I decided that I will go for a easier distro
> for the x86_64 computer ;-)
> 
> I read also on usenet that Debian is a purist on 64bit, so 32bit
> application are difficult to run.
I have debian amd64 running on this computer, and I find it quite easy.
It is a pure 64-bit system, but you can easily run  32-bit apps under a
chroot. I've never done it before, but by following this:
https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id272095
I set it up in a few minutes.

If you want Sid amd64, just grab any Sarge release from this page:
http://www.debian.org/ports/amd64/
and choose to use Sid when asked.
If you need a newer kernel (I did because of my scsi card), you can get the
etch or sid iso.


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



Re: PDF with big honkin images

2006-02-06 Thread Florian Kulzer

Bill Moseley wrote:

I just got a pdf that contains about 125 images.  Although the image
size is small on the pages, inside the pdf the images are huge:

~$ imgsize 5images-121.ppm
width="2286" height="1525"

and the resulting pdf file is thus huge.

Clearly, they just used some program like Word and resized the images
on the screen, but that didn't change the actual image size.

I can extract out the images using "pdfimages" and batch resize them.
But, is there a way to *replace* the images back into the pdf?


If your printer-subsystem offers you a pdfwriter pseudo-printer you can
simply open the PDF and print it to a file with appropriate settings to
downsample the images to a lower resolution. I have just tried this with
KDE's "Print to File (PDF)" and it worked; I am sure Gnome has something
similar.

I did not succeed to do the same with Ghostscript from the command line,
but I strongly suspect it's also possible.

Regards,
   Florian


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




Re: slrn/unstable, libslang2, unicode?

2006-02-06 Thread Scott

Adam Funk spake thusly on 02/06/2006 06:57 AM:

The slrn.sourceforge.net documentation says Unicode support is
dependent on Slang 2, and that you can compile late version against
that library to get Unicode support.

The unstable version of slrn, however, requires libslang2 but does
support UTF-8.  Anyone know why?


I don't know, but the package maintainer might: Norbert Tretkowski 
<[EMAIL PROTECTED]>


--
Scott
www.angrykeyboarder.com
© 2006 angrykeyboarder™ & Elmer Fudd. All Wights Wesewved



Re: Where does a guy get KDE 3.5?

2006-02-06 Thread Scott

Rob Blomquist spake thusly on 02/05/2006 10:29 PM:

Packages?

Or is there a quick and dirty way to grab it from source?



In addition to all the other answers you've gotten, you could go my 
route (provided your Debian installation isn't "mission critical") and 
upgrade to Sid, which currently has KDE 3.5.1.


I installed Sid a few weeks ago and all things considered things are 
running pretty well.  A few minor inconveniences here and there, but I 
don't mind since I have current (or nearly current) everything.


--
Scott
www.angrykeyboarder.com
© 2006 angrykeyboarder™ & Elmer Fudd. All Wights Wesewved



Re: Where does a guy get KDE 3.5?

2006-02-06 Thread Scott

L.V.Gandhi spake thusly on 02/06/2006 08:06 AM:


What are the major difference from kde 3.3(sarge)  which necessitates
switching to 3.5?


That's somewhat of a  jump from 3.3 to 3.5.  To best answer your 
question, read through the following (starting from the bottom up).



http://kde.org/announcements/announce-3.5.1.php
http://kde.org/announcements/announce-3.5.php
http://kde.org/announcements/announce-3.4.3.php
http://kde.org/announcements/announce-3.4.2.php
http://kde.org/announcements/announce-3.4.1.php
http://kde.org/announcements/announce-3.4.php
http://kde.org/announcements/announce-3.3.2.php
http://kde.org/announcements/announce-3.3.1.php


--
Scott
www.angrykeyboarder.com
© 2006 angrykeyboarder™ & Elmer Fudd. All Wights Wesewved



Re: Sid/Unstable AMD64 where to find

2006-02-06 Thread Kees de Koster
>> I want to try Debian Sid/unstable on a AMD Athlon X2 64 computer but
>> can't find the download location, only for I386, I tried that one with
>> downloading with Jigdo but that doesn't work on that machine.
>> Can somebody give directions or a URL for Sid AMD 64?
>
>
>Start here:
>https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto...
>Regards
>
>Clive

Thanks Clive, I already had found that page but the URL's on it are
deadlinks.

By reading the page again I decided that I will go for a easier distro
for the x86_64 computer ;-)

I read also on usenet that Debian is a purist on 64bit, so 32bit
application are difficult to run.

Thanks again.

Kees
--
Man has never reconciled himself to the ten commandments.
21:43  up 22:18, 1 user, load averages: 0.34 0.40 0.31
MacDragon Darwin Kernel Version 8.4.0: Power Macintosh
Linux Registered User #300181  | ICQ #179658498  -- # EOE


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



Re: Can't get 1153x864 resolution with 865 video and i810 driver

2006-02-06 Thread Tony Godshall
...
> What's more, now it's starting making a high pitched noise when I use 
> 1152x864 with my XFree86 system (though not with Windows which is using 
> a lower refresh rate). I may have damaged it.
...

Ouch.  I'd check your vsync and hsync frequency ranges and
make sure you are driving the monitor within spec.


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



Re: how to change number of saved lines on console

2006-02-06 Thread Scott

Matt Zagrabelny spake thusly on 02/06/2006 01:38 PM:

On Mon, 2006-02-06 at 17:13 +0100, Lubos Vrbka wrote:

hi guys,

is it possible to change (increase) the number of lines that are saved 
on console? i would like to be able to scroll through the whole boot 
process history. right now it allows me to go approximately one and half 
pages back...


bootlogd.

turn it on via /etc/default/bootlogd



So simple, yet so hard to find.  I'm not the one who asked this 
question. But I've been meaning to for a long time.

Thank you!

--
Scott
www.angrykeyboarder.com
© 2006 angrykeyboarder™ & Elmer Fudd. All Wights Wesewved



IBM DB2 Express-C on debian

2006-02-06 Thread Roman Makurin
Hi All!

I want to install DB2 Express-C on my debian box. When I launch installer:

$ LANG="C" sudo ./db2setup

it asks me some question and finishes with error. Is there any HOWTO about 
that problem ? Here is install log:

DB2 Setup log file started at: Mon Feb  6 23:14:45 2006 MSK


Operating system information: Linux 2.6.15.2.#1 Wed Feb 1 12:07:11 MSK 2006 
i686
Product to install:IBM DB2 Universal Database Express 
Edition
Installation type: Typical
Previously Installed Components:
Selected Components:
Languages:
Target directory:  /opt/IBM/db2/V8.1

Space required:0 MB

New instances:
Instance name: db2inst1
Authentication:SERVER
Start instance on reboot:  Yes
TCP/IP configuration:
Service name:  db2c_db2inst1
Port number:   5
Instance user information:
User name: db2inst1
Group name:db2grp1
Home directory:/home/db2inst1
Fenced user information:
User name: db2fenc1
Group name:db2fgrp1
Home directory:/home/db2fenc1



Contact specification:
New contacts:
Name:  db2inst1
Instance:  db2inst1
Email address: [EMAIL PROTECTED]
Email address is for a pager:  No


Checking license agreement acceptance:...Success
Installing DB2 file sets:...Failure
ERROR:A major error occurred while installing "IBM DB2 Universal Database
Express Edition" on this computer. The installation can not continue. If the
problem persists please contact your technical service representative.


DB2 Setup log file finished at: Mon Feb  6 23:17:00 2006 MSK


Thanks.
-- 
If you think of MS-DOS as mono, and Windows as stereo,
  then Linux is Dolby Digital and all the music is free...


pgpMCaSUaSB4x.pgp
Description: PGP signature


[debuild][firefox] error compiling firefox on debian sid

2006-02-06 Thread yvespielusenet
hello,
I have some troubles with firefox from last upgrade on debian sid. So I
wantto recompile it.
I did :
$ apt-get source mozilla-firefox
$ apt-get build-dep mozilla-firefox
$ cd firefox-1.5.dfsg
$ debuild -us -uc
and I have errors :
---
.
.
gcc -o gtk2drawing.o -c -fvisibility=hidden -DNATIVE_THEME_SUPPORT
-DXPCOM_TRANSLATE_NSGM_ENTRY_POINT=1 -DMOZILLA_INTERNAL_API
-DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -DBUILD_ID=2006020619
-DUSE_POSTSCRIPT -DUSE_XPRINT -DUSE_MOZILLA_TYPES -I../.. -I./. -I./..
-I./../shared -I./../x11shared   -I../../../dist/include/xpcom
-I../../../dist/include/string -I../../../dist/include/widget
-I../../../dist/include/view -I../../../dist/include/util
-I../../../dist/include/pref -I../../../dist/include/uconv
-I../../../dist/include/unicharutil -I../../../dist/include/locale
-I../../../dist/include/necko -I../../../dist/include/content
-I../../../dist/include/layout -I../../../dist/include/xprintutil
-I../../../dist/include/gfx -I../../../dist/include
-I../../../dist/include/nspr -I/usr/include -I/usr/include
-I/usr/include -I../../../dist/sdk/include -I/usr/X11R6/include
-I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align
-Wno-long-long -pthread -pipe  -DNDEBUG -DTRIMMED -pipe -w -O2
-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include-I/usr/X11R6/include -include
../../../mozilla-config.h -DMOZILLA_CLIENT -Wp,-MD,.deps/gtk2drawing.pp
gtk2drawing.c
nsDeviceContextGTK.cpp
c++ -o nsDeviceContextGTK.o -c -fvisibility=hidden
-DNATIVE_THEME_SUPPORT -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT=1
-DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\"
-DBUILD_ID=2006020619 -DUSE_POSTSCRIPT -DUSE_XPRINT -DUSE_MOZILLA_TYPES
-I../.. -I./. -I./.. -I./../shared -I./../x11shared
-I../../../dist/include/xpcom -I../../../dist/include/string
-I../../../dist/include/widget -I../../../dist/include/view
-I../../../dist/include/util -I../../../dist/include/pref
-I../../../dist/include/uconv -I../../../dist/include/unicharutil
-I../../../dist/include/locale -I../../../dist/include/necko
-I../../../dist/include/content -I../../../dist/include/layout
-I../../../dist/include/xprintutil -I../../../dist/include/gfx
-I../../../dist/include -I../../../dist/include/nspr -I/usr/include
-I/usr/include -I/usr/include -I../../../dist/sdk/include
-I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions
-Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual
-Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long
-fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -pipe -w -O2
-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include-I/usr/X11R6/include -DMOZILLA_CLIENT
-include ../../../mozilla-config.h -Wp,-MD,.deps/nsDeviceContextGTK.pp
nsDeviceContextGTK.cpp
In file included from /usr/X11R6/include/X11/Xft/Xft.h:41,
 from nsDeviceContextGTK.cpp:77:
/usr/include/ft2build.h:56:38: error: freetype/config/ftheader.h: Aucun
fichier ou répertoire de ce type
In file included from nsDeviceContextGTK.cpp:77:
/usr/X11R6/include/X11/Xft/Xft.h:42:10: error: #include expects
"FILENAME" or 
/usr/X11R6/include/X11/Xft/Xft.h:62: error: 'FT_Library' does not name
a type
/usr/X11R6/include/X11/Xft/Xft.h:96: error: 'FT_UInt' does not name a
type
/usr/X11R6/include/X11/Xft/Xft.h:103: error: 'FT_UInt' does not name a
type
/usr/X11R6/include/X11/Xft/Xft.h:200: error: expected ',' or '...'
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:201: error: ISO C++ forbids
declaration of 'FT_UInt' with no type
/usr/X11R6/include/X11/Xft/Xft.h:305: error: expected ',' or '...'
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:307: error: ISO C++ forbids
declaration of 'FT_UInt' with no type
/usr/X11R6/include/X11/Xft/Xft.h:363: error: 'FT_Face' does not name a
type
/usr/X11R6/include/X11/Xft/Xft.h:403: error: expected ',' or '...'
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:404: error: ISO C++ forbids
declaration of 'FT_UInt' with no type
/usr/X11R6/include/X11/Xft/Xft.h:409: error: expected ',' or '...'
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:410: error: ISO C++ forbids
declaration of 'FT_UInt' with no type
/usr/X11R6/include/X11/Xft/Xft.h:418: error: 'FT_UInt' has not been
declared
/usr/X11R6/include/X11/Xft/Xft.h:419: error: 'FT_UInt' has not been
declared
/usr/X11R6/include/X11/Xft/Xft.h:427: error: 'FT_UInt' does not name a
type
/usr/X11R6/include/X11/Xft/Xft.h:471: error: expected ',' or '...'
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:472: error: ISO C++ forbids
declaration of 'FT_UInt' with no type
make[5]: *** [nsDeviceContextGTK.o] Erreur 1
make[5]: quittant le répertoire «
/tmp/f

Re: How is Debian's Linux versioned?

2006-02-06 Thread Digby Tarvin
It'll probably be more help if you tell him what the acronym
actually stands for - ie 'Application Binary Interface'...

A quick search produced this definition from foldoc.org:

 The interface by which an application program gains access to
 operating system and other services. It should be possible to
 run the same compiled binary applications on any system with the right ABI.

It is to a compiled binary what an API is to source code...

DigbyT

On Mon, Feb 06, 2006 at 08:43:19PM +0100, Daniel Baumann wrote:
> L.V.Gandhi wrote:
> > What is ABI?
> 
> the abi of the kernel-image (resp. linux-image). modules which are build
> for the same abi within the same version don't need to be rebuild when
> the revision is bumped.
-- 
Digby R. S. Tarvin  digbyt(at)digbyt.com
http://www.digbyt.com


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



Re: how to change number of saved lines on console

2006-02-06 Thread Matt Zagrabelny
On Mon, 2006-02-06 at 17:13 +0100, Lubos Vrbka wrote:
> hi guys,
> 
> is it possible to change (increase) the number of lines that are saved 
> on console? i would like to be able to scroll through the whole boot 
> process history. right now it allows me to go approximately one and half 
> pages back...

bootlogd.

turn it on via /etc/default/bootlogd


-matt zagrabelny


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



Re: How is Debian's Linux versioned?

2006-02-06 Thread Daniel Baumann
L.V.Gandhi wrote:
> What is ABI?

the abi of the kernel-image (resp. linux-image). modules which are build
for the same abi within the same version don't need to be rebuild when
the revision is bumped.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



PDF with big honkin images

2006-02-06 Thread Bill Moseley
I just got a pdf that contains about 125 images.  Although the image
size is small on the pages, inside the pdf the images are huge:

~$ imgsize 5images-121.ppm
width="2286" height="1525"

and the resulting pdf file is thus huge.

Clearly, they just used some program like Word and resized the images
on the screen, but that didn't change the actual image size.

I can extract out the images using "pdfimages" and batch resize them.
But, is there a way to *replace* the images back into the pdf?



-- 
Bill Moseley
[EMAIL PROTECTED]


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



Re: Changing fonts in Seamonkey Mail panels

2006-02-06 Thread Marc Shapiro

Felix Miata wrote:

Marc Shapiro wrote:


I have been unable to find any play on the mozilla.org site to ask
this question, so I am hoping that someone here can help me.



I am trying to change the fonts used in the various panels in
Seamonkey Mail.  I am using the same profile as I use for the
Mozilla Suite, but the displayed fonts are not the same (or the
display of them is handled differently).  The fonts used by the
Mozilla Suite are much more readable than those used for Seamonkey.
Changes to 'Edit/Preferences/Appearance/Fonts are only supposed to
affect web pages, not the folder and message lists of Seamonkey,
itself.


If both your SM and your Moz are from debs, or both are from
mozilla.org downloads, when there should be no difference in the UI
fonts. You may want to take a look at resolving any DPI issues before
trying to adjust the fonts themselves:
http://www.mozilla.org/unix/dpi.html


Is there a debian package of Seamonkey at this time?  Certainly not in
Sarge, but looking through allpackages.html for Sid, I didn't see it,
either.  So my Mozilla Suite is a .deb and my Seamonkey is from mozilla.org.


Moz and SM and Firefox UI fonts are managed with CSS, something not 
particularly easy for a CSS novice to get a handle on. Users can

change them using the file chrome/userChrome.css in your profile
directory. The one you'll want to start with is probably
treechildren, in the form used on:
http://www.mozilla.org/unix/customizing.html#usercss , probably 
something like "treechildren {font-size: 9pt !important; font-family:

 'dejavu sans' !important;}".


As I said, I am using the same profile for Mozilla and for Seamonkey, so
anything controlled by files in the profile directory tree *should* be
the same.  In any case, the only .css files that I see in the chrome
directory are user-Chrome-example.css and userContent-example.css.  Is
it possible that, lacking userChrome.css each of the programs is
handling things in its own way, but if I copy userChrome-example.css to
userChrome.css they would both use it and be the same?  If so, since it
was created my Mozilla Suite (which displays better font) then maybe it
would be set up to use fonts as Mozilla Suite does and I will get them both
working the way I want.  I will give that a try and report back the
results that I get.

--
Marc Shapiro



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




lirc mythtv pvr350 confusion

2006-02-06 Thread Don Hayward

The system is Debian etch AMD64, 2.6.12-1-amd64-k8-smp

I'm trying to get the Hauppage remote that came with my pvr350 to work
with mythtv.  I have scan codes coming from mode2 --device=/dev/lirc1,
but can't figure out how to get mythtv to read them.  In the
mythtv-0.18.1 configure file lirc="yes". When I try to run lircd I get
this response,

lircd 0.7.2: there's no hardware I can use and no peers are specified

lircd is from the Debian lirc package.  My hardware.conf file is:

# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
LIRCD_ARGS=""
#Don't start lircmd even if there seems to be a good config file
START_LIRCMD=false
#Try to load appropriate kernel modules -- loaded at boot
LOAD_MODULES=false
# Run "lircd --driver=help" for a list of supported drivers.
DRIVER="null"
# If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be
# automatically used instead
DEVICE="/dev/lirc1"
MODULES="lirc_dev lirc_i2c"
# Default configuration files for your hardware if any
LIRCD_CONF="/etc/lirc/lircd.conf"
LIRCMD_CONF=""

I have ~/.mythtv/lircrc in place.  I'm wondering if, with "native
lirc" in mythtv, I actually need lircd.  But mostly I'm wondering what
I've missed in the setup.  Any help is appreciated.  Thanks.

Don

Don Hayward at pomobuli.net


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




can not log into a windows machine connected to a domain managed by samba/ldap

2006-02-06 Thread Julien Motch
Hi everybody,

I am installing a domain controller managed by samba/ldap.

The first problem encountered was the impossibility for a windows
machine to join a domain. Normally, an entry has to be created in the
ldap DB which normally belongs to the following object class : "top,
person, organizationalPerson, inetOrgPerson, posixAccount and
sambasamaccount".

The entry was effectively created at the good place but it did not
belong to the sambasamaccount object class which notably defines the
attributes sambaLMPassword, sambaNTPassword and others.

To correct this, I realized that the command "smbldap-useradd -w" used
by samba to create the entry in ldap when a machine joins the domain
could correctly work only if an entry of the same name already existed
in the "/etc/passwd" file.

I have changed "smb.conf" so it calls a personal script instead of
smbldap-useradd, which is :
#!/bin/sh
useradd 
smbldap-useradd -w wmachine-name>
#end of script

Once the this problem has been solved, I could not log into the windows
machines belonging to the domain with the users of the ldap database
created by the command "smbldap-useradd -a -m ".

I could only log with the Admin domain username (whose name is root),
created during the "smbldap-populate" process.

As in the case of the domain junction, if the user was not already in
the "/etc/passwd" file, I could not use with the user of the ldap DB.

One thing is strange however. Suppose that I have two users in the ldap
DB: foobar and toomuch. I have created foobar ans toomuch with the
"smbldap-useradd -a -m " command but foobar already existed in
"/etc/passwd".

So I can log with foobar but not with toomuch. Once I have been logged
into the windows machine with foobar I can nevertheless connect a
network drive with a different username, inthis case the toomuch user
and without any problems.

How could I fix that?

I join my "smb.conf" to thid mail.

Thanks to All, Julien.

# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors. 
#
#=== Global Settings =
[global]

# 1. Server Naming Options:
# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup =  greisch

# netbios name is the name you will see in "Network Neighbourhood",
# but defaults to your hostname
  netbios name = pdc

# server string is the equivalent of the NT Description field
   server string = pdc

# Message command is run by samba when a "popup" message is sent to it.
# The example below is for use with LinPopUp:
; message command = /usr/bin/linpopup "%f" "%m" %s; rm %s

# 2. Printing Options:
# CHANGES TO ENABLE PRINTING ON ALL CUPS PRINTERS IN THE NETWORK
# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   printcap name = cups
   load printers = yes

# It should not be necessary to spell out the print system type unless
# yours is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx, cups
   printing = cups

# Samba 3.x supports the Windows NT-style point-and-print feature. To
# use this, you need to be able to upload print drivers to the samba
# server. The printer admins (or root) may install drivers onto samba.
# Note that this feature uses the print$ share, so you will need to 
# enable it below.
# printer admin = @ 
   printer admin = @adm
# This should work well for winbind:
;   printer admin = @"Domain Admins"

# 3. Logging Options:
# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m

# Put a capping on the size of the log files (in Kb).
   max log size = 50
#   log level = 225
log level = 3 passdb:5 auth:10

# Set the log (verbosity) level (0 <= log level <= 10)
; log level = 3

# 4. Security and Domain Membership Options:
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page. Do not enable this if (tcp/ip) name resolution does
# not work for all the hosts in your network.
#   hosts allow = 192.168.0. 192.168.1. 192.168.2. 127.

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
#  guest account = smbguest
# Allow users to map to gues

Re: Changing fonts in Seamonkey Mail panels

2006-02-06 Thread Vitaliy Ischenko
And Where can I get debian packages of SM?

В Пнд, 06/02/2006 в 13:12 -0500, Felix Miata пишет:
> Marc Shapiro wrote:
>  
> > I have been unable to find any play on the mozilla.org site to ask this
> > question, so I am hoping that someone here can help me.
>  
> > I am trying to change the fonts used in the various panels in Seamonkey
> > Mail.  I am using the same profile as I use for the Mozilla Suite, but
> > the displayed fonts are not the same (or the display of them is handled
> > differently).  The fonts used by the Mozilla Suite are much more
> > readable than those used for Seamonkey.  Changes to
> > 'Edit/Preferences/Appearance/Fonts are only supposed to affect web
> > pages, not the folder and message lists of Seamonkey, itself.
> 
> If both your SM and your Moz are from debs, or both are from mozilla.org
> downloads, when there should be no difference in the UI fonts. You may
> want to take a look at resolving any DPI issues before trying to adjust
> the fonts themselves: http://www.mozilla.org/unix/dpi.html
> 
> Moz and SM and Firefox UI fonts are managed with CSS, something not
> particularly easy for a CSS novice to get a handle on. Users can change
> them using the file chrome/userChrome.css in your profile directory. The
> one you'll want to start with is probably treechildren, in the form used
> on: http://www.mozilla.org/unix/customizing.html#usercss , probably
> something like "treechildren {font-size: 9pt !important; font-family:
> 'dejavu sans' !important;}".
> 
> The Dom Inspector in your SM Tools menu can help you find the rules that
> you want to manipulate, but Domi isn't easy to learn either. The trick
> there is to start thus: 1-open the correct mailnews window in Domi;
> 2-open the tree in the left pane; 3-Set the Object in the right pane to
> CSS Style Rules; 4-find the applicable DOM Node in the left pane's
> document tree; 5-examine the applicable rule(s) in the right pane;
> 6-edit your userChrome.css file with an applicable setting or override.
> The way CSS is inherited, it can be very difficult to find exactly what
> rule causes the computed value that you want to unset or override.
> 
> If you are using compatible builds of both apps and yet see this
> difference that shouldn't be there, you might want to try visiting
> irc://moznet/seamonkey or irc://moznet/mozillazine with Chatzilla and
> asking for help finding out why the difference exists, or ask in the
> mozillazine.org forums.
> -- 
> "Love your neighbor as yourself."Mark 12:31 NIV
> 
>  Team OS/2 ** Reg. Linux User #211409
> 
> Felix Miata  ***  http://mrmazda.no-ip.com/auth/
> 
> 


signature.asc
Description: Эта часть	 сообщения	 подписана	 цифровой	 подписью


Re: how to change number of saved lines on console

2006-02-06 Thread Sergio Cuéllar Valdés
2006/2/6, Sergio Cuéllar Valdés <[EMAIL PROTECTED]>:
> 2006/2/6, Lubos Vrbka <[EMAIL PROTECTED]>:
> > is it possible to change (increase) the number of lines that are saved
> > on console? i would like to be able to scroll through the whole boot
> > process history. right now it allows me to go approximately one and half
> > pages back...
>

> you should modify the variable "HISTSIZE".

Ooops, sorry, I didnt read the "boot" . But, yes, with dmesg you
should achieve what you want.

-
http://biorobotics.fi-p.unam.mx
--
"Meine Hoffnung soll mich leiten
Durch die Tage ohne Dich
Und die Liebe soll mich tragen
Wenn der Schmerz die Hoffnung bricht"



Re: how to change number of saved lines on console

2006-02-06 Thread hendrik
On Mon, Feb 06, 2006 at 10:06:00AM -0800, David Kirchner wrote:
> On 2/6/06, Lubos Vrbka <[EMAIL PROTECTED]> wrote:
> > hi guys,
> >
> > is it possible to change (increase) the number of lines that are saved
> > on console? i would like to be able to scroll through the whole boot
> > process history. right now it allows me to go approximately one and half
> > pages back...
> >
> > thanks,
> 
> I don't have the answer to your question, but you can run "dmesg" to
> view the console messages. The buffer is limited in size, so you'll
> want to run it immediately after boot. I prefer to use a init.d
> script, set up to run last, to run "dmesg > /var/run/dmesg.boot", so I
> have a copy handy at all times.
> 
That's the best I've found, too.  Unfortunately, I've occasionally 
notices a few lines scolling by during boot that do not show up in dmesg 
output.  Whatever writes them out must bypass the normal procedure for 
emitting messages.

-- hendrik


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



Re: dist-upgrade wants to remove postfix, install exim

2006-02-06 Thread hendrik
On Mon, Feb 06, 2006 at 09:35:11AM -0800, Andrew Sackville-West wrote:
> On Mon, 06 Feb 2006 07:22:26 +0100
> Robert Waldner <[EMAIL PROTECTED]> wrote:
> 
> > 
> > On Sat, 04 Feb 2006 19:30:02 PST, Andrew Sackville-West writes:
> > >> On one of my Sarge boxes, when I try an aptitude dist-upgrade, it wants 
> > >>  to remove postfix and install exim instead. Now I don't have anything 
> > >>  against exim in particular, I just don't want it on my box ;)
> > 
> > > try man apt_preferences. I think you can just pin exim4 to <0 and
> > > that'll prevent it from being installed, which should subsequently
> > > prevent postfix from being removed.
> > 
> > Thanks, I pinned exim* to -1 and postfix* to 1001, but still aptitude 
> >  wants to install exim instead of postfix.
> > 
> > >Also, maybe you have postfix as
> > > part of an old meta package and the meta package has been changed to
> > > include exim4 (the current default mailer for debian) and so that is
> > > the source of your problem. If you remove that meta-package (if it
> > > exists) then maybe that will prevent this problem.
> > 
> > I installed postfix right after installation myself, so it didn't get 
> >  on as a dependency, BTW.
> 
> apt-cache policy exim4* shows that it conflicts and replaces any
> mail-transfer-agent, so the dist-upgrade will do that and there's no 
way around it I know of.

It makes sense that installing exim would remove other conflictint 
mail-transfer agents, but there seems to be a serious bug here that it 
decides to install exim at all when there is another perfectly 
servicable mail-transfer agent available to be upgraded, and, I presume, 
explicitly requested by the user.

Not sure where the bug *is*, though.  A faulty dependency, maybe?  A 
a faulty conflict resolution algorithm?

-- hendrik


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



Re: Changing fonts in Seamonkey Mail panels

2006-02-06 Thread Felix Miata
Marc Shapiro wrote:
 
> I have been unable to find any play on the mozilla.org site to ask this
> question, so I am hoping that someone here can help me.
 
> I am trying to change the fonts used in the various panels in Seamonkey
> Mail.  I am using the same profile as I use for the Mozilla Suite, but
> the displayed fonts are not the same (or the display of them is handled
> differently).  The fonts used by the Mozilla Suite are much more
> readable than those used for Seamonkey.  Changes to
> 'Edit/Preferences/Appearance/Fonts are only supposed to affect web
> pages, not the folder and message lists of Seamonkey, itself.

If both your SM and your Moz are from debs, or both are from mozilla.org
downloads, when there should be no difference in the UI fonts. You may
want to take a look at resolving any DPI issues before trying to adjust
the fonts themselves: http://www.mozilla.org/unix/dpi.html

Moz and SM and Firefox UI fonts are managed with CSS, something not
particularly easy for a CSS novice to get a handle on. Users can change
them using the file chrome/userChrome.css in your profile directory. The
one you'll want to start with is probably treechildren, in the form used
on: http://www.mozilla.org/unix/customizing.html#usercss , probably
something like "treechildren {font-size: 9pt !important; font-family:
'dejavu sans' !important;}".

The Dom Inspector in your SM Tools menu can help you find the rules that
you want to manipulate, but Domi isn't easy to learn either. The trick
there is to start thus: 1-open the correct mailnews window in Domi;
2-open the tree in the left pane; 3-Set the Object in the right pane to
CSS Style Rules; 4-find the applicable DOM Node in the left pane's
document tree; 5-examine the applicable rule(s) in the right pane;
6-edit your userChrome.css file with an applicable setting or override.
The way CSS is inherited, it can be very difficult to find exactly what
rule causes the computed value that you want to unset or override.

If you are using compatible builds of both apps and yet see this
difference that shouldn't be there, you might want to try visiting
irc://moznet/seamonkey or irc://moznet/mozillazine with Chatzilla and
asking for help finding out why the difference exists, or ask in the
mozillazine.org forums.
-- 
"Love your neighbor as yourself."Mark 12:31 NIV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/auth/


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



Re: how to change number of saved lines on console

2006-02-06 Thread David Kirchner
On 2/6/06, Lubos Vrbka <[EMAIL PROTECTED]> wrote:
> hi guys,
>
> is it possible to change (increase) the number of lines that are saved
> on console? i would like to be able to scroll through the whole boot
> process history. right now it allows me to go approximately one and half
> pages back...
>
> thanks,

I don't have the answer to your question, but you can run "dmesg" to
view the console messages. The buffer is limited in size, so you'll
want to run it immediately after boot. I prefer to use a init.d
script, set up to run last, to run "dmesg > /var/run/dmesg.boot", so I
have a copy handy at all times.



Re: USB flash drive not automounting or mounting

2006-02-06 Thread Andrew Sackville-West
On Sun, 5 Feb 2006 21:06:19 -0800
Rob Blomquist <[EMAIL PROTECTED]> wrote:

> On Sunday 05 February 2006 7:50 pm, Andrew Sackville-West so eloquently 
> stated:
> On Sun, 05 Feb 2006 20:42:09 -0700
> 
> 
> > >Device Boot  Start End  Blocks   Id  System
> > > /dev/sdb1   *   1 952  2436966  FAT16
> > >
> > > Ah, so it is vfat on sdb1! no sweat!
> > >
> > > timmy:~# mount -t vfat /dev/sdb1 /media/flash
> > > mount: special device /dev/sdb1 does not exist
> >
> > OK, just in case: Do you actually have a device
> > special file /dev/sdb1?
> >
> > Just askin' . . .
> >
> > > Now this is silly!
> > >
> > > Is it still there?
> > >
> > > timmy:~# fdisk -l /dev/sdb
> > >
> > > Disk /dev/sdb: 249 MB, 249561088 bytes
> > > 16 heads, 32 sectors/track, 952 cylinders
> > > Units = cylinders of 512 * 512 = 262144 bytes
> > >
> > >Device Boot  Start End  Blocks   Id  System
> > > /dev/sdb1   *   1 952  2436966  FAT16
> > >
> > > I will be darned. Still there, but mount can't find it!
> >
> > Maybe because the error message from mount is correct?  That
> > "special device /dev/sdb1 does not exist?"
> 
> >do you have udev rules to create the device?
> 
> Good question.
> 
> This is what is in my udev.rules:
> 
> # USB devices
> BUS="usb", KERNEL="hiddev*",  NAME="usb/%k"
> BUS="usb", KERNEL="auer[0-9]*",   NAME="usb/%k"
> BUS="usb", KERNEL="legousbtower*", NAME="usb/%k"
> BUS="usb", KERNEL="dabusb*",  NAME="usb/%k"
> BUS="usb", KERNEL="cpad[0-9]*",   NAME="usb/%k"
> BUS="usb", KERNEL="lp[0-9]*", NAME="usb/%k"
> BUS="usb", KERNEL="ttyUSB*", SYSFS{product}="Palm Handheld*", SYMLINK="pilot"
> 
> Now, I am not sure which of these would be used for a flash drive, but I can 
> tell that a few won't be

look in /etc/udev/rules.d/050_hal* and see what that says. That is the rule 
that creates sd* devices.

A

> 
> Rob
> 
> -- 
> Mountlake Terrace, WA, USA
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


pgpEuApoLUMNv.pgp
Description: PGP signature


Fwd: how to change number of saved lines on console

2006-02-06 Thread Sergio Cuéllar Valdés
2006/2/6, Lubos Vrbka <[EMAIL PROTECTED]>:
> is it possible to change (increase) the number of lines that are saved
> on console? i would like to be able to scroll through the whole boot
> process history. right now it allows me to go approximately one and half
> pages back...


Hi,

you should modify the variable "HISTSIZE".

$ echo $HISTSIZE
500
$ export HISTSIZE=1000
$ echo $HISTSIZE
1000

or to whatever you want. Or you could edit /etc/profile


Cheers,
Sergio


http://biorobotics.fi-p.unam.mx
--
"Meine Hoffnung soll mich leiten
Durch die Tage ohne Dich
Und die Liebe soll mich tragen
Wenn der Schmerz die Hoffnung bricht"



Re: Where does a guy get KDE 3.5?

2006-02-06 Thread Mehmet Fatih AKBULUT
just add this line to your sources.list.# KDE 3.5deb http://pkg-kde.alioth.debian.org/kde-3.5.0/ ./then #apt-get update & apt-get dist-upgrade ;)



Re: [linux-audio-user] RE: RTC !??

2006-02-06 Thread Lee Revell
On Mon, 2006-02-06 at 16:47 +0200, David Baron wrote:
> Saw something interestic in my logchecks:
> kernel: Generic RTD Driver v1.07
> 
> If I take this one off, the "real" one will modprobe :-)
> Question is, who is loading genrtc BEFORE /etc/modules gets
> referenced? 
> Actually, I tried commenting it there and ... the error message
> remains so 
> something, somewhere is trying to load BOTH of them!
> 
> Anyone know anything about this? 

You must have enabled it when compiling the kernel.   Recompile and make
sure it's disabled (it should have been disabled by default).

Lee


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



Re: Debian packages of Gnucash 1.9/2.0? (ie latest dev version)

2006-02-06 Thread Andrew Sackville-West
On Mon, 6 Feb 2006 09:07:16 +
Magnus Therning <[EMAIL PROTECTED]> wrote:

> On Sun, Feb 05, 2006 at 11:52:38AM -0800, Andrew Sackville-West wrote:
> >On Sun, 5 Feb 2006 15:38:49 +
> >Magnus Therning <[EMAIL PROTECTED]> wrote:
> >
> >> Is anyone pulling snapshots out of gnucash's SVN and turning it into
> >> Debian packages?
> >
> >nope, but I am building SVN every couple of days, just to make sure it
> >builds on unstable, which it does. Also did a make distcheck yesterday
> >on rev 13121 and it seems to work just fine. If I knew how to build a
> >.deb, I would, care to enlighten?
> 
> I'll take a look at svn-buildpackage to see if I can gain some
> enlightenment myself first then ;)
> If that turns out to be too laborious it might be easier to pull out
> from svn, 'make dist' and then build from the resulting tar-ball(s).
> 
> I'll also have to look into the build instructions on gnucash.org to
> find the dependencies. Any hints to offer, or is everything needed
> already in Sid?

First, get on gnucash-user list.

There are some tricky things building gnucash right now because a lot of 
machines carry gcc 4.x but gwrap 1.3(?). Do an apt-get build-dep gnucash to get 
the 1.8.12 dependencies. Also apt-get install and then remove gnucash (unless 
you want to use 1.8.12 which is current stable) to get a lot of the run-time 
dependencies.

then dpkg -l | grep guile and grep gwrap (g-wrap?). purge anything that is not 
1.9x and install the 1.9x versions.

then have fun building. I have successfully make distcheck'ed rev 13088 and 
built the resultant tarball. I'm doing this fairly regularly if you want I can 
send you a tarball next time I do it up.

I'd be happy to make binaries if I knew how...

The gnucash team is getting ready to put out 1.9.0 alpha pre-release for 2.0, 
so watch for that.

A

> 
> /M
> 
> -- 
> Magnus Therning(OpenPGP: 0xAB4DFBA4)
> [EMAIL PROTECTED]
> http://therning.org/magnus
> 
> Software is not manufactured, it is something you write and publish.
> Keep Europe free from software patents, we do not want censorship
> by patent law on written works.
> 
> The definition of insanity is doing the same thing over and over again
> and expecting different results.
>  -- Albert Einstein
> 


pgpMdwc29trRn.pgp
Description: PGP signature


Changing fonts in Seamonkey Mail panels

2006-02-06 Thread Marc Shapiro
I have been unable to find any play on the mozilla.org site to ask this 
question, so I am hoping that someone here can help me.


I am trying to change the fonts used in the various panels in Seamonkey 
Mail.  I am using the same profile as I use for the Mozilla Suite, but 
the displayed fonts are not the same (or the display of them is handled 
differently).  The fonts used by the Mozilla Suite are much more 
readable than those used for Seamonkey.  Changes to 
'Edit/Preferences/Appearance/Fonts are only supposed to affect web 
pages, not the folder and message lists of Seamonkey, itself.


Any help will be appreciated.

--
Marc Shapiro



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




Re: dist-upgrade wants to remove postfix, install exim

2006-02-06 Thread Andrew Sackville-West
On Mon, 06 Feb 2006 07:22:26 +0100
Robert Waldner <[EMAIL PROTECTED]> wrote:

> 
> On Sat, 04 Feb 2006 19:30:02 PST, Andrew Sackville-West writes:
> >> On one of my Sarge boxes, when I try an aptitude dist-upgrade, it wants 
> >>  to remove postfix and install exim instead. Now I don't have anything 
> >>  against exim in particular, I just don't want it on my box ;)
> 
> > try man apt_preferences. I think you can just pin exim4 to <0 and
> > that'll prevent it from being installed, which should subsequently
> > prevent postfix from being removed.
> 
> Thanks, I pinned exim* to -1 and postfix* to 1001, but still aptitude 
>  wants to install exim instead of postfix.
> 
> >Also, maybe you have postfix as
> > part of an old meta package and the meta package has been changed to
> > include exim4 (the current default mailer for debian) and so that is
> > the source of your problem. If you remove that meta-package (if it
> > exists) then maybe that will prevent this problem.
> 
> I installed postfix right after installation myself, so it didn't get 
>  on as a dependency, BTW.

apt-cache policy exim4* shows that it conflicts and replaces any 
mail-transfer-agent, so the dist-upgrade will do that and there's no way around 
it I know of.

I'm no apt- guru by any stretch, but you could --- remove (not purge!) postfix, 
dist-upgrade, and the install postfix. Thats three steps versus: dist-upgrade, 
remove exim4, install postfix. 3 steps. as long as you don't purge anything, 
your configs will remain (you might back them up just in case) and you should 
be running fine afterwards. ymmv.

A

> 
> cheers,
> &rw
> -- 
> -- "Let's get married, eh?"
> -- "Yeah, and _then_ we'll claim we're brother & sister."
> 
> 
> 


pgpMqI16GK15C.pgp
Description: PGP signature


Re: fud - Re: Is my system compromised

2006-02-06 Thread Steve Lamb

Alvin Oga wrote:

hi ya lamb


Since when did I give you permission to use my family name informally? 
Keep it up I'll start referring to you as chipmunk.



On Sun, 5 Feb 2006 [EMAIL PROTECTED] wrote:
- snipping unjustified/unmerited misunderstanding on
  your part ... i wont bother to reply to pointless arguments


No, I understood just fine.  It was another Alvin troll.


- if you look closely, your defense is bascially "name calling"
  as you know what you're doing and i dont .. so be it ..


Nope, if you look closely I point out that you were the only one who 
called a repair of a compromised system easier in response to the "Am I 
compromised?" question.  Hint, if a person has to ask trying to make them a 
security expert and tell them to diagnose and repair isn't going to work.  If 
they had the capability and expertise to do that...  they wouldn't be asking 
on a general OS list.  :P



- you can solve the compromized machines your way and anybody
  else that wish to reinstall is free to do so, but i bet
  most cannot tell you how they got in or why or that the
  new system is more secure and the original problem is still
  unsolved


There is a difference between getting the machine up and running in the 
simplist manner and closing the hole whence the compromise came.



- its not my problem if you don't know how to fix a compromized
  system, most corps will NOT let you wipe out their machines
  when you cannot gurarantee their backups is 100% restorable


But we're not talking about a corp here, are we?  We don't know so we 
have to presume the lowest common denominator; an inexperienced user of 
Debian.  Business/corporation is optional.


BTW, the corporations I've worked for were all for wiping the machine. 
The last major corp I was in that had half a clue about data security and 
redundancy had it so the machines were hot swappable.  Configueration was 
pared down to where when a machine needed to be pulled we slapped an IP on a 
new box and threw it in place.  Machine compromised?  Pull it and slap a spare 
in place.  Machine having hardware problems?  Pull it and slap a spare in 
place.  Hell, need to move machines from one cluster to another...  pull 'em, 
redo the IP, slap it in place.


Pretty much anyone who takes security even half seriously is going to 
separate data out from binaries and make sure the binaries are easily replacable.


	- most compromized machines are trivial to fix and 
	cleanup, but of course you will want to reinstall since

you don't know how to cleanup :-)


That's the point.  You're presuming experience in a case where it is 
HARMFUL to presume such!



- i'll fix it my way and most corps pays their invoices after
  their machine was saved and restored


Happy for ya.  Lemme know which corps those are so I can avoid anyone who 
consistently gets so much wrong in a public forum such as this.



you're obviously not a "real world" support for corporations
that doesn't have the inhouse crew to fix the problems
they've encountered


No.  I've been the inhouse crew.  But again, please tell me where the OP 
even remotely suggested that this is the case we're dealing with.



please do continue to provide entertainment from your view,
or keep trolliing yourself and provide additional FUD
more more name calling


Sorry, of the two of us only one has admitted to trolling.  Look in the 
mirror to see him.


--
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
   PGP Key: 8B6E99C5   | main connection to the switchboard of souls.
---+-


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




Re: How to add a new dir to my PATH?

2006-02-06 Thread Digby Tarvin
On Mon, Feb 06, 2006 at 01:40:53PM -0200, Bruno Buys wrote:
> Seems like the only file being sourced was /etc/bash.bashrc. I added
> 
> . /etc/profile
> 
> to it, then
> 
> . $HOME/.bash_profile
> 
> to /etc/profile. Now my bash_profile gets read, always. It already has a 
> test to check if I have a 'bin' dir on my home dir.
> 
> Apparently the issue is solved, so thanks for everybody's inputs. But it 
> looks weird, to me. How come there's .bash_profile and .bashrc on my 
> home, that aren't read when the systems loads right to X? Or, I can't 
> set my env, when in X by any other means...

It depends how you get the shell to be executed when logging in
via XDM/KDM/GDM etc. If you use xterm, the -ls (loginShell)
resource governs this. A bit obscure, but understandable if
you think it through...

I think the history goes something like this..

.profile in the home directory was introduced as a way to
get the /bin/sh to execute some commands at login.

It was then reaslised that some commands are needed only at
initial login (eg setting up the environment), and others
(like customising the prompt) need to be invoked every time
a shell was started. So one of the environment variables
established in .profile could be used to configure a secondary
script which was conventionally (at one time) called '.profile.'

To cater for differing syntax in differing shells, alternative
shells used their own naming scheme for these script files.

To simplify system administration, shells were made to look
for system wide versions in /etc..

The concept of 'logging in' was then complicated when graphical
terminals were added via X as something of an afterthought to
Unix. Networking was also an afterthought, so the possibility
of other ways of logging in had to dealt with.

Now there may be no shell invoked at all when you log in via
XDM or equivalent, so your environment must be setup somewhere
else, typically .xsession for (as the name implies) an X session..

The shell conventionally knows (or at least used to - havn't looked
recently to see if this has changed) if it is being forked by the
login process by a magic '-' prefix to argv[0] which was only
added by 'login' processes, and this determined if the login
script was executed. It used to be the case that a login shell
showed up in ps(1) as '-sh'.

On my Debian Sarge, logging in on a console tty and starting
an xterm on an external X terminal produces:

% ps af
 2931 tty1 Ss+0:00 -bash
 3190 tty1 S  0:00  \_ xterm -display ncd:0
 3191 pts/0Ss 0:00  \_ -bash
 3197 pts/0S  0:00  \_ bash
 3198 pts/0R+ 0:00  \_ ps af

Which suggests to me that xterm is starting bash as though it
is a login shell (-ls option). The last bash was started manually
for contrast.

Check the '-ls' option in 'man xterm' for more on this option...

There may be other complications that I havn't kept up with, or
are Debian or shell specific. It is something that usually takes
a bit of trial and error to get right on a new system..

It is sometimes interesting to put a 'echo myname' on the first
line of each of your script files to see which are being
executed and in what order when you login in different ways...

Might be nice to improve this some time - for example defining
a standard filename and syntax for specifying the general
environment initialization, and leave the shell scripts for shell
specific customization...

Regards,
DigbyT
-- 
Digby R. S. Tarvin  digbyt(at)digbyt.com
http://www.digbyt.com


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



RE: Azureus and the TCP port 6881

2006-02-06 Thread Seth Goodman
On Monday, February 06, 2006 6:30 AM -0600, Marcelo Chiapparini wrote:

> my router, I guess, is with my IP provider... I can't do anything in
> that machine...

If you are behind a NAT router, that is the place that you have to
forward ports.  Ask your ISP how to log in to your router.  Get a manual
for the router online, if necessary.  There is undoubtedly a
configuration page for port forwarding.  You want to forward the port
that you select with the proper protocol (for Azureus that's  both TCP
and UDP) to the local IP of your machine.  If the machine uses DHCP to
get an IP, most routers will forward to the machine name.  If it won't,
you'll need to assign the machine a static IP to permit port forwarding.

Since the way you do this is different for every router, I can't really
give you anything more specific.

Let us know how it works out.

--
Seth Goodman


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



Re: Where does a guy get KDE 3.5?

2006-02-06 Thread John Halton
On 06/02/06, Rob Blomquist <[EMAIL PROTECTED]> wrote:
> Packages?
>

Apparently there is an unofficial version for Sarge at
http://deb.stosberg.net/. Haven't tried it out though as I don't run
Sarge. Or KDE, for that matter.

(Source for this info: http://forum.libranet.com/viewtopic.php?t=9376)



Re: Azureus and the TCP port 6881

2006-02-06 Thread Gene Heskett
On Monday 06 February 2006 07:30, Marcelo Chiapparini wrote:
>Hello Gene,
>
>thank you very much for your answer. However, I am a completly
> ignorant regarding NAT... after reading your advice, I went to the
> NAT howto and I was scared...
>
>On Mon, 2006-01-30 at 19:26 -0500, Gene Heskett wrote:
>> On Monday 30 January 2006 17:59, Marcelo Chiapparini wrote:
>> >Dear debianners,
>> >
>> >I've just installed Azureus as my .torrent client. During its
>> >configuration the wizard checks for the 6881 TCP port reporting the
>> >following message: "Testing port 6881...   NAT error". I would like
>> > to know how to open this port. I've surfed the list, googled the
>> > web without success. I am wired to the Internet by an ADSL
>> > connection. I wonder if this problem involves my Internet
>> > provider...
>> >Thanks in advance for any help!
>>
>> More than likely you'll need to setup a NAT rule in iptables.
>
>iptables is, in fact, an (from the man page) "administration tool for
>IPv4 packet filtering and NAT". You suggest to use iptables to set up
> a NAT rule, isn't?
>
>> I have
>> the NAT being done in the router,
>
>my router, I guess, is with my IP provider... I can't do anything in
>that machine...

Then you are essentially at his mercy.  I'd lock it up as tightly as I 
could with iptables, portsentry, and tcpwrappers.  I use them all.

>> by forwarding this range of ports
>> directly to this machines address.  Its all setup in the router for
>> that.
>>
>> But I also have to open up iptables a wee bit on my firewall box,
>> with this rule:
>
>I don't have a firewall installed in my machine...

Ouch! Do so ASAP!  There are scripts around to take some of the mystery 
and apprehension out of that, and I've heard that 'firestarter' is a 
good one although I've never used any of those types of tools myself.

With the upcoming cybersecurity exersize, I'd try to be well prepared.  
From what I read, the network will be dossed pretty good by this.  I do 
expect to see an entry or 2 in my logs although attackers have only 
made it to the logs 3 times in 3 years and thats as far as they got.

An aggressive scan by satan & its ilk from outside, finds nothing, and 
doesn't make the logs here.  So I think I've in pretty good shape.

>> ---
>> #!/bin/bash
>> BTFORWARDADDR=192.168.xx.3 PORTSTART=6881 PORTEND=6999
>> /sbin/iptables -A FORWARD -s $BTFORWARDADDR -p tcp --dport
>> $PORTSTART: $PORTEND -j ACCEPT
>> ---
>> Where the "xx" is a real number of course.
>
>My problem is that I want to open port 6881 (or another one,following
>Chris Howie's tip) for Azureus. I have sarge installed in my machine
> at home, wired to my Internet Provider trough an ADSL connection. I
> would like to be able to open the ports without having to study the
> gory details of NAT... sorry, I am not lazy, I don't have the time
> for it...
>
>With the best regards,
>
>Marcelo
>
>
>--
>Marcelo Chiapparini
>[EMAIL PROTECTED]

-- 
Cheers, Gene
People having trouble with vz bouncing email to me should add the word
'online' between the 'verizon', and the dot which bypasses vz's
stupid bounce rules.  I do use spamassassin too. :-)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2006 by Maurice Eugene Heskett, all rights reserved.



Re: moving to unicode

2006-02-06 Thread hendrik
On Mon, Feb 06, 2006 at 03:01:41PM +0100, ???ek Kry?tof wrote:
> I just second this. Only IMO the UCS2 (fixed two bytes per character) would 
> be much more appropriate to a modern UNICODE system. The variable length (2 
> to 3 bytes ) UTF-8 encoding can marginally save some space (depending on 
> language) but introduces nasty overhead to character handling - even the most 
> trivial string functions have to check for character boundaries (e.g. even 
> detecting the string length itself is not a trivial operation in UTF-8 !!! or 
> having a fixed length buffer you can never tell in advance how many 
> characters will fit into it - it depends on the language again).
> 
> Windows used to have mulitbyte characters in the past (Win95,98) but luckily 
> managed to get rid of this with Windows NT and higher and now both the kernel 
> and userspace is UCS2. Why should Linux again enter the blind alley of 
> Windows 95?
> 
> Cheers
> Krystof

Have youi looked at Unicode lately?  It isn't a sizteen-bit code 
anymore. (Was it ever?)  It doesn't fit in two bytes.  If you chop it 
to two, you miss the vast majority of traditional Chinese characters, as 
well as (I believe) character sets such as Tolkien's Elvish.

-- hendrik


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



Re: How to add a new dir to my PATH?

2006-02-06 Thread Marc Wilson
On Mon, Feb 06, 2006 at 01:40:53PM -0200, Bruno Buys wrote:
> Apparently the issue is solved, so thanks for everybody's inputs. But it 
> looks weird, to me. How come there's .bash_profile and .bashrc on my 
> home, that aren't read when the systems loads right to X? Or, I can't 
> set my env, when in X by any other means...

Because X isn't bash, or any other Bourne shell.  So why in the world would
it source Bourne-style rc files?  *Bash* will read one or the other, or
both, depending on the conditions laid out in the INVOCATION section of the
man page... but not until you actually *run* a copy of bash.

If you want environment variables set for your X session, then set them in
your ~/.xsession file.  That will work, unless you use gdm/kdm, which
ignore established standards (after all, they're Gnome and KDE) and
implement their own, separate X startup that only root can modify.

No doubt one of the umpteen idiots who think the X startup should source
the user's bash configuration will chime in at this point.  Ask them the
same thing they get asked every time... what if the user doesn't use bash?
Even if he does use a Bourne shell, how are you going to deal with the
difference between a login shell, and a non-login shell, having different
configurations?

Their answer usually involves the user becoming root and messing with the X
configuration.  Well, if the user can't control it, you've already lost.
That's one of the reasons why gdm and kdm are so deeply flawed.

-- 
 Marc Wilson | I've given up reading books; I find it takes my mind
 [EMAIL PROTECTED] | off myself.


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



how to change number of saved lines on console

2006-02-06 Thread Lubos Vrbka

hi guys,

is it possible to change (increase) the number of lines that are saved 
on console? i would like to be able to scroll through the whole boot 
process history. right now it allows me to go approximately one and half 
pages back...


thanks,

--
Lubos
[EMAIL PROTECTED]"


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




Re: USB flash drive not automounting or mounting

2006-02-06 Thread Marc Wilson
On Sun, Feb 05, 2006 at 05:47:45PM -0800, Rob Blomquist wrote:
> I have been quite confused with the changes to USB that the 2.6 kernel gives.

What changes are those?  The 2.6 kernel doesn't make any significant
changes to the presentation of USB in this area.

What you're more likely seeing is perversion due to udev.

-- 
 Marc Wilson | You will be aided greatly by a person whom you
 [EMAIL PROTECTED] | thought to be unimportant.


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



Re: USB flash drive not automounting or mounting

2006-02-06 Thread Marc Wilson
On Sun, Feb 05, 2006 at 09:06:19PM -0800, Rob Blomquist wrote:
> On Sunday 05 February 2006 7:50 pm, Andrew Sackville-West so eloquently 
> stated:
> > Maybe because the error message from mount is correct?  That
> > "special device /dev/sdb1 does not exist?"
> 
> >do you have udev rules to create the device?
> 
> Good question.



Debian by default does not provide rules to generically create devices for
flash drives.  I have no doubt that if you were to actually *look* in /dev,
you do not have any reference to the sdb1 device.

This is, of course, why udev is an abomination.  Persistent naming is all
very well, but whatever idiot decided that it was both a good thing that
people shouldn't be allowed to look in /dev (the Gnome camp... it's too
complicated for the idiot user), and to delete 90% of its contents, should
be shot.

-- 
 Marc Wilson | I saw what you did and I know who you are.
 [EMAIL PROTECTED] |


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



Install problems: USB, SATA on Dell 3100

2006-02-06 Thread Andrew Goodman
I'm trying to install debian 3.1 on a dell dimension 3100. By using the 2.1.2006 testing release, I can get my hard disks recgonized.  However, the USB keyboard is seen by the installation program, but once the installed system boots the keyboard is not seen.  I have to use a USB keyboard and mouse, as the traditional PS/2 ports no longer exist on the 3100!

 
Any suggestions?


Re: How to add a new dir to my PATH?

2006-02-06 Thread Bruno Buys

Dan Martins wrote:


On Sun, Feb 05, 2006 at 04:48:52PM -0800, Andrew Sackville-West wrote:
 


On Sun, 5 Feb 2006 19:43:00 -0500
Dan Martins <[EMAIL PROTECTED]> wrote:

   


On Sun, Feb 05, 2006 at 02:31:52PM -0200, Bruno Buys wrote:
 

I am trying to figure out which file I shall edit, in order to add an 
extra dir to my PATH ($HOME/bin).
If I log on to my debian sarge in text mode, my .bash_profile is read. 
If I log right to X (kdm), it doesn't. The same happens to .bashrc.

Thanks!

   


~/.bash_profile should be read when the shell is opened as a login
shell, ie. from the console you enter username and password.

~/.bashrc should be read when a shell is opened through xterm, aterm,
Konsole, etc.

The easiest thing i've found is to add "source ~/.bashrc" to
.bash_profile and "export PATH=".."" to ~/.bashrc

The only reason i can think of not to do this is if your .bashrc and
.bash_profile set up your shell differently from each other. In my case
they're both empty except for changing my $PATH. If you run into trouble
I guess you could change your $PATH variable in a different file and
then source that file from both bash scripts.

Anyone see a problem with this?
 

fwiw, my system has no ~/.bash_profile and my ~/.bashrc sources /etc/profile which is the global profile. 
   



Ok, but ~/.bashrc shouldn't be read from if bash is started as a login
shell, unless debian doesn't follow the invocation section of the bash
man page.

Sourcing ~/.bashrc from ~/.bash_profile, ~/.bash_login, or ~/.profile
ensures you have the same $PATH in your plain old terminals as you do in
X.

Dan
 


A

   


--
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]


 





 


Seems like the only file being sourced was /etc/bash.bashrc. I added

. /etc/profile

to it, then

. $HOME/.bash_profile

to /etc/profile. Now my bash_profile gets read, always. It already has a 
test to check if I have a 'bin' dir on my home dir.


Apparently the issue is solved, so thanks for everybody's inputs. But it 
looks weird, to me. How come there's .bash_profile and .bashrc on my 
home, that aren't read when the systems loads right to X? Or, I can't 
set my env, when in X by any other means...



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




RE: moving to unicode

2006-02-06 Thread Žáček Kryštof
I am afraid the problem is still there - hidden behind the functions and 
wrappers and makes the UTF-8 perform poorly compared to UCS2. The 
libc/Qt/whatever code will still have to do the nasty things I mentioned 
previously behind the scenes leading to performance/clarity/design inferiority.

There is just one big reason for UTF-8 - the ASCII compatibility. The rest is 
all disadvantages. Anyway, UTF-8 is better then nothing (ISO-88x) and there is 
a big friction of the ASCII Internet/world to changing things drastically. I 
would not dare to call UTF8 a modern system  - it is a trade off between having 
UNICODE and the old ASCII at the same time and it is payed for by 
implementation uggliness and complexity.


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 06, 2006 3:57 PM
> To: Žáček Kryštof; debian-user@lists.debian.org
> Subject: Re: moving to unicode
> 
> ?á?ek Kry?tof wrote:
> > I just second this. Only IMO the UCS2 (fixed two bytes per 
> character) would be much more appropriate to a modern UNICODE 
> system. The variable length (2 to 3 bytes ) UTF-8 encoding 
> can marginally save some space (depending on language) but 
> introduces nasty overhead to character handling - even the 
> most trivial string functions have to check for character 
> boundaries (e.g. even detecting the string length itself is 
> not a trivial operation in UTF-8 !!! or having a fixed length 
> buffer you can never tell in advance how many characters will 
> fit into it - it depends on the language again).
> > 
> > Windows used to have mulitbyte characters in the past 
> (Win95,98) but luckily managed to get rid of this with 
> Windows NT and higher and now both the kernel and userspace 
> is UCS2. Why should Linux again enter the blind alley of Windows 95?
> 
> You have to check some current sources.
> UTF-8 is the defacto modern encoding standard.
> There are lots of functions in current software libraries 
> libc, glib, and QT that encapsulate all the string handling 
> so the problems you mention don't exist.
> 
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, February 06, 2006 2:40 PM
> > > To: debian-user@lists.debian.org
> > > Subject: Re: moving to unicode
> > > 
> > > Adam James wrote:
> > > > On Mon, 2006-01-23 at 16:04 +0100, Lubos Vrbka wrote:
> > > > > is there any up-to-date document how to move a debian 
> system to 
> > > > > utf8 (both console and X)? i found some info on web, 
> however it 
> > > > > seems to be quite old (~4 years)... a pointer to a 
> list of what 
> > > > > doesn't work with
> > > > > utf8 would be really nice, too...
> > > > 
> > > > I found the following documents helpful with regard to UTF-8:
> > > > 
> > > > http://gentoo-wiki.com/HOWTO_Make_your_system_use_unicode/utf-8
> > > > 
> > > > 
> http://hektor.umcs.lublin.pl/~mikosmul/computing/articles/linux-un
> > > > icode.html
> > > 
> > > What is the current progress towards moving Debian fully to
> > > UTF-8 on installation as much as possible to easy users 
> working in 
> > > Debian?
> 
> 
> 
> Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.
> 
> 



RE: RTC !??

2006-02-06 Thread David Baron
>This has been in my /etc/modules from the start. For a while now, (most 
>recent?) 2.6 kernels, this will not load "device not found". Since it did not 
>seem to effect anything, I just let it be. (Note I have both a rtc.ko and 
>rtcgen.ko in my kernel's modules.)

>Finally, an app kicked! Playing with the latest Dynebolic 1.4.1 running in 
>Qemu (1.1 ran very nicely without complaint), I got a non-fatal error message 
>unable to set rtc to some parameter 1024. It suggested running in a 2.6 host 
>kernel (2.6.15 at your service!) or echoing 1024 into a file on some /proc 
>subdirectory (I have no such subdirectory in /proc).

More ...

I started /etc/module-ing rtc for use with lmsensors. The kernel config file 
lists this as a "USB watchdog card". Maybe just because it is listed in this 
group. Genrtc is a "generic" rtc driver for one who lacks this hardware 
capability. As rtc used to work (or at least modprobe), I apparently have it.

Saw something interestic in my logchecks:
kernel: Generic RTD Driver v1.07

If I take this one off, the "real" one will modprobe :-)
Question is, who is loading genrtc BEFORE /etc/modules gets referenced? 
Actually, I tried commenting it there and ... the error message remains so 
something, somewhere is trying to load BOTH of them!

Anyone know anything about this?


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



Re: Where does a guy get KDE 3.5?

2006-02-06 Thread L.V.Gandhi
On 2/6/06, David Baron <[EMAIL PROTECTED]> wrote:

> Until Sid is manageable, I got mine direct from kde. Go to www.kde-apps.org,
> download "Konstruct". This is in reality a set of scripts. You can build most
> of KDE in a couple of steps. Latest release is 3.5.1
>
> Note that
> 1. Konstruct can be ticklish. Try running first with make -k. This will build
> everything it can and pass over problems, usually downloading. Then go back
> and make normally which will stop at the problem spots and you can try again,
> fix, etc.
> 2. You need to go into various subdirectories and make certian apps like
> kdevelop, koffice, multimedia stuff, etc. But still, very easy and effective.
>
> I put my installation in /opt and ran as sudo but to each his own.

What are the major diffrences from kde 3.3(sarge)  which necessitates
switching to 3.5?

--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042


Re: How is Debian's Linux versioned?

2006-02-06 Thread L.V.Gandhi
On 2/6/06, Daniel Baumann <[EMAIL PROTECTED]> wrote:
> Tshepang Lekhonkhobe wrote:
> > What is the meaning of "1" in "linux-image-2.6.15-1-686_2.6.15-4_i386.deb"?
>
> Denotes the ABI Version.

What is ABI?
Patches are released for kernel.org kernel major versions. Am I
correct. How to determine which patch to apply for sid kernel source
2.6.15?
--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042


Re: moving to unicode

2006-02-06 Thread [EMAIL PROTECTED]
?á?ek Kry?tof wrote:
> I just second this. Only IMO the UCS2 (fixed two bytes per character) would 
> be much more appropriate to a modern UNICODE system. The variable length (2 
> to 3 bytes ) UTF-8 encoding can marginally save some space (depending on 
> language) but introduces nasty overhead to character handling - even the most 
> trivial string functions have to check for character boundaries (e.g. even 
> detecting the string length itself is not a trivial operation in UTF-8 !!! or 
> having a fixed length buffer you can never tell in advance how many 
> characters will fit into it - it depends on the language again).
> 
> Windows used to have mulitbyte characters in the past (Win95,98) but luckily 
> managed to get rid of this with Windows NT and higher and now both the kernel 
> and userspace is UCS2. Why should Linux again enter the blind alley of 
> Windows 95?

You have to check some current sources.
UTF-8 is the defacto modern encoding standard.
There are lots of functions in current software libraries libc, glib,
and QT that encapsulate all the string handling so the problems you
mention don't exist.

> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, February 06, 2006 2:40 PM
> > To: debian-user@lists.debian.org
> > Subject: Re: moving to unicode
> > 
> > Adam James wrote:
> > > On Mon, 2006-01-23 at 16:04 +0100, Lubos Vrbka wrote:
> > > > is there any up-to-date document how to move a debian system to utf8 
> > > > (both console and X)? i found some info on web, however it seems to 
> > > > be quite old (~4 years)... a pointer to a list of what doesn't work 
> > > > with
> > > > utf8 would be really nice, too...
> > > 
> > > I found the following documents helpful with regard to UTF-8:
> > > 
> > > http://gentoo-wiki.com/HOWTO_Make_your_system_use_unicode/utf-8
> > > 
> > > http://hektor.umcs.lublin.pl/~mikosmul/computing/articles/linux-unicode.html
> > 
> > What is the current progress towards moving Debian fully to 
> > UTF-8 on installation as much as possible to easy users 
> > working in Debian?



Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.



Undefined reference to '...'

2006-02-06 Thread manikandan.selvaraju



txTask.o: In function `TxMgrTask::TxMgrTask(RWCString, int,
int)':txTask.C:(.text+0x6b37): undefined reference to
`DDMSDBAgentManager::DDMSDBAgentManager(TxMgrTask*, int, int)'txTask.o: In function
`TxMgrTask::TxMgrTask(RWCString, int, int)':txTask.C:(.text+0x7e47):
undefined reference to `DDMSDBAgentManager::DDMSDBAgentManager(TxMgrTask*, int, int)'collect2: ld returned 1
exit status
 
 
I try to compile using g++ in linux .I get
these errors.
 
I have already saw the solution what you
have mentioned for a query in gcc.org.
 
I didnt get it correctly.Could you please
make me understand?
 
I would appreciate if you could help me with
some examples.
 
 
As far as i inderstand if we try to
instantiate a template class apart from the file where the template clsass has
been defined there is a issue.
 
You have told one workaround.But i didnt get
it.
 
Suppose  if i include first.h in main.c
and try to instantiate the template i get errors.Where should i write as per
your suggestion?
 
first.h
-
template> class first
{> private:> ...> public:> first()>
~first()> };> template>
first::first()> {> ...> }
main.c
-
#include
class main
{
 
main()
{
obj = new template(int);
}
 
};
 
int main()
{
main *ptr = new main();
}
 
 
Regards
Mani.1
> Orn E Hansen <[EMAIL PROTECTED]>
writes: > The program compiles without errors, but when the linker is
to link the > object files, it is persistent that the reference to
'something' within > the main program is undefined to
'ancestor<...>'.  Every reference to > the object
'ancestor' is reported as undefined in the program. > Does
anyone have a clue as to why this occurs, and if there is a cure > to
this?I think you have come across a well known bug/limitation in g++
2.7.xBasically g++ fails to instantiate templates properly (or at all)
ifthe definition is in a separate file to the instantiation; so
thelinker reports "undefined references".The work around is to
explicitly instantiate the template withwhatever classes you are are going
to use in the same file as thedefinition. So in your example:
> template > class ancestor { > private:
> ... > public: > ancestor() > ~ancestor() >
}; > template >
ancestor::ancestor() > { > ... > }add this to
the end of the file: template class
ancestor;


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com


Re: New to Debian

2006-02-06 Thread Nils Erik Svangård
> Did all that and as root, all worked well for a minute.  After a reboot, this 
> is what I'm getting:
>
> modprobe emu10k1
> /lib/modules/2.4.27-2-386/kernel/drivers/sound/emu10k1/emu10k1.o: 
> init_module: No such device
> Hint: insmod errors can be caused by incorrect module parameters, including 
> invalid IO or IRQ parameters.
>   You may find more information in syslog or the output from dmesg

This is probably because you tried to add that module earlier. Remove
the module by doing a "rmmod emu...". Is is the oss driver and you
want to use alsa.
Run alsaconf again, and see if it works now.
I have problems keeping my default soundcard due to the fact that I
also have a integrated soundcard on my motherboard, which is detected
before my sounblaster.
/nisse



> /lib/modules/2.4.27-2-386/kernel/drivers/sound/emu10k1/emu10k1.o: insmod 
> /lib/modules/2.4.27-2-386/kernel/drivers/sound/emu10k1/emu10k1.o failed
> /lib/modules/2.4.27-2-386/kernel/drivers/sound/emu10k1/emu10k1.o: insmod 
> emu10k1 failed
>
> What did I do wrong and how do I fix?  If you need the dmesg, let me know...
>
> I hate feeling like an idiot... but I sure do appreciate your help!  alsaconf 
> didn't update /etc/modules, but I have no idea what I need to add.
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>


--
Nils-Erik Svangård
MSN: [EMAIL PROTECTED]
Skype: schweingaard



Re: High availability interner connection

2006-02-06 Thread Laurent CARON

Angel L. Mateo a écrit :

Hello,

For the linux boxes maybe you could try the metric parameter for the
route add command. In this way you could define two default servers with
different metrics. If the first doesn't work I guess it should try with
the second. I haven't tried this, but it's a line to investigate it.

For the windows computers, I have no idea :-(



Hi,

Since I want to achieve it through DHCP and no special setup on the 
client side


Thanks


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




Re: Sid/Unstable AMD64 where to find

2006-02-06 Thread Clive Menzies
On (06/02/06 04:50), Kees de Koster wrote:
> I want to try Debian Sid/unstable on a AMD Athlon X2 64 computer but
> can't find the download location, only for I386, I tried that one with
> downloading with Jigdo but that doesn't work on that machine.
> 
> Can somebody give directions or a URL for Sid AMD 64?

Start here:
https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id220463

Regards

Clive

-- 
www.clivemenzies.co.uk ...
...strategies for business



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



mount error

2006-02-06 Thread Pedro Acevedo González
I can't mount dvds of any kind. Does anybody know how could I fix this 
problem

my fstab:
>> /etc/fstab: static file system information.
#
#
proc/proc   procdefaults0   0
/dev/hda2   /   ext3defaults,errors=remount-ro 0   1
/dev/hda4   noneswapsw  0   0
/dev/hda5   /home   ext3defaults0   2
/dev/hdc/media/dvd  iso9660 ro,user,noauto  0   0
/dev/hdd/media/cdrom1   iso9660 ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
/dev/sda1   /media/flashvfatrw,user,noauto  00
/dev/sda2   /media/usbvfatrw,user,noauto  0   0
/dev/sda/home/pedro/mp3 vfatrw,user,noauto  0   0

>> dmesg output:
cdrom: open failed.
Thanks in advaned!


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




Re: libXft

2006-02-06 Thread John Halton
On 05/02/06, David Baron <[EMAIL PROTECTED]> wrote:
> Trying to compile several KDE applications need libXft.la and cannot find it!
> I have re-installed libXft-dev with no avail. Anybody know what's happening
> here. I have the .so's and .a, but no .la!
>
> Californina Dreaming :-)
>

According to package.debian.org (or rather, pdo.debian.net at the
moment) libXft.la should be installed by the libxft-dev package at
/usr/lib/libXft.la - see
http://pdo.debian.net/cgi-bin/search_contents.pl?word=libxft.la&searchmode=searchfiles&case=insensitive&version=stable&arch=i386).

Are you sure that libxft-dev (nb the lower-case "x") is installed correctly?



slrn/unstable, libslang2, unicode?

2006-02-06 Thread Adam Funk
The slrn.sourceforge.net documentation says Unicode support is
dependent on Slang 2, and that you can compile late version against
that library to get Unicode support.

The unstable version of slrn, however, requires libslang2 but does
support UTF-8.  Anyone know why?

$ slrn --version
Slrn 0.9.8.1pl1 [2005-02-17]
* Note: This version is a developer preview.
S-Lang Library Version: 2.0.5
Compiled at: Jan 22 2006 01:48:06
Operating System: Debian

 COMPILE TIME OPTIONS:
  Backends: +nntp +slrnpull +spool
  External programs / libs: +canlock +inews +ssl +uudeview
  Features: +charset_mapping +decoding +emphasized_text +end_of_thread
+fake_refs +gen_msgid -grouplens +mime -msgid_cache +piping +rnlock
+slang +spoilers -strict_from
 DEFAULTS:
  Default server object: nntp
  Default posting mechanism: nntp
  Default character set: isolatin
 SUPPORTED CHARACTER SETS:
  isolatin ibm850 ibm852 ibm857 ibm737 NeXT koi8

$ apt-show-versions slrn
slrn/testing uptodate 0.9.8.1pl1-15

-- 
Thanks,
Adam


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



RE: moving to unicode

2006-02-06 Thread Žáček Kryštof
I just second this. Only IMO the UCS2 (fixed two bytes per character) would be 
much more appropriate to a modern UNICODE system. The variable length (2 to 3 
bytes ) UTF-8 encoding can marginally save some space (depending on language) 
but introduces nasty overhead to character handling - even the most trivial 
string functions have to check for character boundaries (e.g. even detecting 
the string length itself is not a trivial operation in UTF-8 !!! or having a 
fixed length buffer you can never tell in advance how many characters will fit 
into it - it depends on the language again).

Windows used to have mulitbyte characters in the past (Win95,98) but luckily 
managed to get rid of this with Windows NT and higher and now both the kernel 
and userspace is UCS2. Why should Linux again enter the blind alley of Windows 
95?

Cheers
Krystof

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 06, 2006 2:40 PM
> To: debian-user@lists.debian.org
> Subject: Re: moving to unicode
> 
> Adam James wrote:
> > On Mon, 2006-01-23 at 16:04 +0100, Lubos Vrbka wrote:
> > > is there any up-to-date document how to move a debian 
> system to utf8 
> > > (both console and X)? i found some info on web, however 
> it seems to 
> > > be quite old (~4 years)... a pointer to a list of what 
> doesn't work 
> > > with
> > > utf8 would be really nice, too...
> > 
> > I found the following documents helpful with regard to UTF-8:
> > 
> > http://gentoo-wiki.com/HOWTO_Make_your_system_use_unicode/utf-8
> > 
> > 
> http://hektor.umcs.lublin.pl/~mikosmul/computing/articles/linux-unicod
> > e.html
> 
> What is the current progress towards moving Debian fully to 
> UTF-8 on installation as much as possible to easy users 
> working in Debian?
> 
> 
> 
> Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.
> 
> 



  1   2   >