Re: RewriteEngine not working in (my) apache2

2006-09-29 Thread Kaj Wiik
Roberto C. Sanchez wrote:
 Have you tried adding RewriteBase / in there?
Thanks for suggestion, I tried but still nothing to the log and no
redirection.

On Thu, 2006-09-28 at 17:20 -0700, Jeff D wrote:
 this should do it:
 RewriteEngine on
 RewriteCond %{REQUEST_URI} !/test/foo\.html  [NC]
 RewriteRule foo(.*) /test/foo.html  [R,L]

This suggestion changed the behaviour, now I get an error message:
[Fri Sep 29 14:09:32 2006] [error] [client 127.0.0.1] File does not
exist: /var/www/test.html/foop

instead of the previous:

[Fri Sep 29 14:09:10 2006] [error] [client 127.0.0.1] File does not
exist: /var/www/foop

So some rewriting is happening, but why nothing is written in the log
even if I have
RewriteLogLevel 9
RewriteLog /tmp/rewrite.log
??

I also checked that there are no other Rewrite rules/directives in the
config files..

Thanks,

Kaj

-- 
Kaj Wiik [EMAIL PROTECTED]


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



RewriteEngine not working in (my) apache2

2006-09-28 Thread Kaj Wiik
Hi!

This (testing) redirection does not seem to be working (in
apache2.conf):

RewriteEngine on
RewriteLogLevel 9
RewriteLog /tmp/rewrite.log
RewriteRule ^/foo(.*) /test/foo.html 

(so e.g. if page /foop is requested, /test/foo.html should be returned)

I installed apache2 (sarge), sudo a2enmod rewrite, sudo apache2ctl
graceful, nothing gets printed in rewrite.log (it is created though).

error.log:
[Thu Sep 28 16:19:40 2006] [error] [client ] File does not
exist: /var/www/foop

Any clues?

Thanks,

Kaj

-- 
Kaj Wiik [EMAIL PROTECTED]


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



Re: which package contain libc man pages

2006-03-03 Thread Kaj Wiik
2006/3/3, Juraj Fedel [EMAIL PROTECTED]:
 I have glibc-doc installed that contain info and html documents but
 I also want man pages eg.
 man malloc
 Which package do I need?

manpages-dev

Cheers,

Kaj



Re: Possible hack attempt?

2005-12-04 Thread Kaj Wiik
Hi!

I installed fail2ban, works well with sarge.

Cheers,

Kaj



Re: Captiva USB MP3 Player support?

2005-07-19 Thread Kaj Wiik
Hi!

Have you tried pmount:

pmount - mount arbitrary hotpluggable devices as normal user

Cheers,

Kaj

On 7/16/05, Dom [EMAIL PROTECTED] wrote:
 On 7/16/05, wim [EMAIL PROTECTED] wrote:
  Dom wrote:
   I've searched and searchd for the module for this device without
   success. But I wouldn't have searched if the next thing hadn't
   happened...
  
   I was able to mount the usb drive easily in root, but when my brother
   tried to use it in his account we discovered only root can mount a
   device.
  
   Is there any way I can secure access to this device from accounts
   other than root?
  
   And yes, giving my brother the root password is a no no.
  
   Thanks for your help,
   Dom
 
  You can use sudo of put a user option in /etc/fstab or mount the
  device with uid option.
 
  wim.
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 OK, here's how my fstab fiel looks like but I still can't mount from
 any non-root user account (I get the message: mount: only root can do
 that)
 
 
 # /etc/fstab: static file system information.
 #
 # file system mount point   type  options   dump  pass
 proc/proc   procdefaults0   0
 /dev/hda1   /   ext3defaults,errors=remount-ro 0   1
 /dev/hda2   /localdisk  ext3defaults0   0
 /dev/hda5   noneswapsw  0   0
 /dev/hdc/media/cdrom0   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/sda/media/usb0 autorw,user,noauto  0   0
 
 Sorry if it's something obvious, but as a new user of Linux I can't
 see why user option won't work here.
 Oh, one more thing to mention is (I thought this is understandable)
 that this USB device is not plugged in at the boot - or does it have
 to be (but I tried it and even when it is plugged in while the PC
 boots the same thing happens)?
 
 Thanks,
 Dom
 




Re: pivot_root problem with replaced motherboard

2005-01-09 Thread Kaj Wiik
On Sun, 2005-01-09 at 02:23, Don wrote:
 On attempting to boot Debian sarge kernel 2.6.7-1-386, I am getting 
 the following (last 3 lines before halting):
 
 pivot_root: No such file or directory
 /sbin/init: 424: cannot open dev/console: No such file
 Kernel panic: Attempted to kill init!

I had similar problems with my P4P800-VM, I got the drives working by
editing hdc - sda in the grub menu but CDROM was not even detected.

Then I compiled kernel 2.6.10 (from kernel.org) with no initrd and
piix+SCSI compiled in, see my config at end. Everything seems to work OK
now..

Cheers,

Kaj

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.10
# Mon Dec 27 14:39:59 2004
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_LOCK_KERNEL=y

#
# General setup
#
CONFIG_LOCALVERSION=
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
# CONFIG_IKCONFIG is not set
CONFIG_EMBEDDED=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_STOP_MACHINE=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
CONFIG_MPENTIUM4=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_HPET_TIMER=y
CONFIG_SMP=y
CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
CONFIG_PREEMPT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=m
CONFIG_X86_MCE_P4THERMAL=y
CONFIG_TOSHIBA=m
CONFIG_I8K=m
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m

#
# Firmware Drivers
#
CONFIG_EDD=m
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y
# CONFIG_HIGHPTE is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_IRQBALANCE=y
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_REGPARM is not set

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SOFTWARE_SUSPEND is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_ASUS=m
CONFIG_ACPI_IBM=m
CONFIG_ACPI_TOSHIBA=m
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y

#
# APM (Advanced Power Management) BIOS Support
#
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_PROC_INTF=m
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
# CONFIG_CPU_FREQ_24_API is not set
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
CONFIG_CPU_FREQ_TABLE=m

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_POWERNOW_K6=m

P4P800-VM ICH5 and DVD-drive problem *SOLVED*!

2004-10-20 Thread Kaj Wiik
Dear all,

To save others doing this trial-and-error loop, I decided to share my
solution..

I had a multitude of different problems that were changing with kernel
version and BIOS setup I am too lazy to list them all here..

My hardware:

ASUS P4P800-VM, AMI bios
250 GB SATA disk
NEC DVD-/+RW 2510
160 GB PATA disk
PATA disk and DVD are sharing one UDMA cable

Kernel version 2.6.8-1

The key was a correct (?) BIOS setup:
IDE configuration-Onboard IDE operate mode [Enhanced Mode]
Enhanced mode support on [S-ATA]

Grub kernel line:
kernel   /boot/vmlinuz-2.6.8-1-686 root=/dev/sda1 ro
(so hdc - sda)

After this the DVD is at hda, PATA disk at hdb, and the SATA disk at hdc
(might be also in sda..).

I did not get the UDF writing working, the reason of my upgrade, sigh. I
do not know if it is related to the SATA problems..

Good luck,

Kaj

Keywords: Kernel Panic pivot_root dev/console 



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



Adaptec PCMCIA SCSI problems (OOPS)

2004-08-12 Thread Kaj Wiik
Hi!

I get occasional kernel OOPS when using Adaptec SlimSCSI PCMCIA
adapters. I have tried two models (1460D FastSCSI and older 16 bit
version) with similar problems. I can read several files (and tapes)
from the jukebox before hangup.. The jukebox is DDS Autoloader
TSL-S9000L by Sony.

I am using precompiled Debian kernel 2.6.7-1-686, log messages below.

Does anyone else have this kind of problems, is this related to the
jukebox or is this just general Adaptec driver unreliability?

Thanks,

Kaj

--

Aug 12 20:06:56 massu kernel: aha152x: resetting bus...
Aug 12 20:06:56 massu kernel: aha152x0: vital data: rev=1, io=0x340 (0x340/0x340), 
irq=3, scsiid=7, reconnect=enabled, parity=enabled, synchronous=enabled, delay=100, 
extended translation=disabled
Aug 12 20:06:56 massu kernel: aha152x0: trying software interrupt, ok.
Aug 12 20:06:56 massu kernel: scsi0 : Adaptec 152x SCSI driver; $Revision: 2.7 $
Aug 12 20:06:57 massu kernel: (scsi0:3:0) Synchronous Data Transfer Request period = 
200 ns, offset = 8
Aug 12 20:06:57 massu kernel:   Vendor: SONY  Model: TSL-9000  Rev: L201
Aug 12 20:06:57 massu kernel:   Type:   Sequential-Access  ANSI SCSI 
revision: 02
Aug 12 20:06:57 massu kernel: Attached scsi tape st0 at scsi0, channel 0, id 3, lun 0
Aug 12 20:06:57 massu kernel: st0: try direct i/o: yes (alignment 512 B), max page 
reachable by HBA 262095
Aug 12 20:06:57 massu kernel: Attached scsi generic sg0 at scsi0, channel 0, id 3, lun 
0,  type 1
Aug 12 20:06:57 massu kernel:   Vendor: SONY  Model: TSL-9000  Rev: L201
Aug 12 20:06:57 massu kernel:   Type:   Medium Changer ANSI SCSI 
revision: 02
Aug 12 20:06:57 massu kernel: Attached scsi generic sg1 at scsi0, channel 0, id 3, lun 
1,  type 8
Aug 12 20:06:58 massu scsi.agent[4694]: tape at /devices/platform/host0/0:0:3:0
Aug 12 20:09:26 massu kernel: st0: Block limits 1 - 16777215 bytes.
Aug 12 20:36:17 massu -- MARK --
Aug 12 20:56:17 massu -- MARK --
Aug 12 21:04:43 massu kernel: f8cec167
Aug 12 21:04:43 massu kernel: PREEMPT 
Aug 12 21:04:43 massu kernel: Modules linked in: aha152x_cs ds ipv6 snd_intel8x0m 
pci_hotplug intel_agp agpgart ip_conntrack_ftp ip_conntrack_irc ipt_ULOG ipt_limit 
ipt_state iptable_filter ip_conntrack ip_tables yenta_socke
t pcmcia_core ehci_hcd snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_mixer_oss snd_pcm 
snd_timer snd_page_alloc gameport snd_mpu401_uart snd_rawmidi snd_seq_device snd 
soundcore vfat fat nls_cp437 ntfs dm_mod capability tsdev 
joydev commoncap eth1394 evdev psmouse mousedev usbhid uhci_hcd usbcore sd_mod st sg 
ide_scsi sbp2 scsi_mod ohci1394 ieee1394 nvidia b44 mii ide_cd cdrom af_packet ext3 
jbd mbcache ide_disk ide_generic piix unix font vesafb 
cfbcopyarea cfbimgblt cfbfillrect ide_core
Aug 12 21:04:43 massu kernel: CPU:0
Aug 12 21:04:43 massu kernel: EIP:0060:[__crc_lock_page+386485/1880029]
Tainted: P  
Aug 12 21:04:43 massu kernel: EFLAGS: 00010206   (2.6.7-1-686) 
Aug 12 21:04:43 massu kernel: EIP is at datai_run+0x167/0x5e0 [aha152x_cs]
Aug 12 21:04:43 massu kernel: eax: 0356   ebx: f53f1080   ecx: 0040   edx: 
0356
Aug 12 21:04:43 massu kernel: esi: f53f1080   edi:    ebp:    esp: 
c1833ec4
Aug 12 21:04:43 massu kernel: ds: 007b   es: 007b   ss: 0068
Aug 12 21:04:43 massu kernel: Process events/0 (pid: 3, threadinfo=c1832000 
task=c183eb30)
Aug 12 21:04:43 massu kernel: Stack: c0117fad c183f0b0 0007  c1833efc 
c0117d18 c183f0b0 c183eb30 
Aug 12 21:04:43 massu kernel:f7fb2c1c 0040 c183eb30 c02b1a40 c183eb30 
0356 034c f24ef800 
Aug 12 21:04:43 massu kernel:0008 0340 c1832000 f8ced0d5 f24ef800 
0086 c1833f44 0086 
Aug 12 21:04:43 massu kernel: Call Trace:
Aug 12 21:04:43 massu kernel:  [wake_up_process+29/48] wake_up_process+0x1d/0x30
Aug 12 21:04:43 massu kernel:  [recalc_task_prio+168/416] recalc_task_prio+0xa8/0x1a0
Aug 12 21:04:43 massu kernel:  [__crc_lock_page+390435/1880029] 
is_complete+0x285/0x2d0 [aha152x_cs]
Aug 12 21:04:43 massu kernel:  [__crc_lock_page+380318/1880029] run+0x40/0x50 
[aha152x_cs]
Aug 12 21:04:43 massu kernel:  [worker_thread+473/672] worker_thread+0x1d9/0x2a0
Aug 12 21:04:43 massu kernel:  [__crc_lock_page+380254/1880029] run+0x0/0x50 
[aha152x_cs]
Aug 12 21:04:43 massu kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Aug 12 21:04:43 massu kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Aug 12 21:04:43 massu kernel:  [worker_thread+0/672] worker_thread+0x0/0x2a0
Aug 12 21:04:43 massu kernel:  [kthread+170/176] kthread+0xaa/0xb0
Aug 12 21:04:43 massu kernel:  [kthread+0/176] kthread+0x0/0xb0
Aug 12 21:04:43 massu kernel:  [kernel_thread_helper+5/24] 
kernel_thread_helper+0x5/0x18
Aug 12 21:04:43 massu kernel: 
Aug 12 21:04:43 massu kernel: Code: f3 66 6d 8b 44 24 24 01 c0 89 44 24 30 01 83 20 01 
00 00 8b 
Aug 12 21:16:17 massu -- MARK --
Aug 12 21:19:42 massu 

Re:

2004-08-12 Thread Kaj Wiik
On Fri, 2004-08-13 at 10:32, Keith Davidson wrote:
 Hi,
 
  
 
 Any ideas where I can find libXp.so.6 for debian.  I have looked in
 www.packages.debian.org, but cant find it.

apt-cache search libXp
apt-get install libxp6

Kaj




Re: /cdrom vs. /media/cdrom

2004-07-22 Thread Kaj Wiik
On Fri, 2004-07-23 at 02:32, Joey Hess wrote:
 Paul Johnson wrote:
  I don't have a /media, and my laptop, which I just installed Debian on,
  also doesn't have a /media.  ???
 
 Then you didn't install sarge using a current version of the installer.

Continuing from this, is there a way to automatically populate the
/media directory afterwards with correct names?

Thanks,

Kaj


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




gnome-keybinding-properties - Text editing shortcuts - Emacs

2004-07-21 Thread Kaj Wiik
Hi!

I have a frequently updated testing distribution and after a recent
upgrade gnome-keybinding-properties - Text editing shortcuts -
Emacs does not have an effect anymore i.e. Emacs keybindings do not
work in e.g. gedit and evolution.

I have tried also with a fresh setup using a test user so the problem
cannot be in my personal settings..

Any clues?

Cheers,

Kaj



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



GTK and antialias

2004-04-05 Thread Kaj Wiik
It looks like gtk disables antialiasing between font sizes 8-16 pt,  
changing /etc/XftConfig has absolutely no effect. So, can anyone tell  
where this can be adjusted?

I have latest gtk/gnome packages from testing,
e.g. 'xterm -fa Bitstream Vera -fs 10' works perfectly so my setup  
should be otherwise ok..

Anyone..?

Cheers,

Kaj

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



Re: GTK and antialias (solved)

2004-04-05 Thread Kaj Wiik
On 02:13 2004-04-06, Jaap Haitsma wrote:
Kaj Wiik wrote:
It looks like gtk disables antialiasing between font sizes 8-16 pt,   
changing /etc/XftConfig has absolutely no effect. So, can anyone  
tell  where this can be adjusted?

I have latest gtk/gnome packages from testing,
e.g. 'xterm -fa Bitstream Vera -fs 10' works perfectly so my setup   
should be otherwise ok..

Anyone..?

Cheers,

Try dpkg-reconfigure fontconfig and enable the autohinter
Thanks for reply! Although this did not solve the problem itself but it  
lead me to the right direction. The cause was .fonts.conf *in my home  
directory*!! I have no idea when/why/what has created the file. Now it  
is very clear and for those who prefer not to antialias fonts at  
certain sizes this might be even useful:

?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
match target=font 
 test compare=more name=size qual=any 
  double8/double
 /test
 test compare=less name=size qual=any 
  double15/double
 /test
 edit mode=assign name=antialias 
  boolfalse/bool
 /edit
/match
match target=font 
 edit mode=assign name=rgba 
  constrgb/const
 /edit
/match
/fontconfig
Cheers,

Kaj
kaj.wiik at rem.ove.iki.fi.invalid
PS. Antialiased fonts on a LCD screen look fantastic!

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



Problems with 1.2 - 1.3

1997-08-01 Thread Kaj Wiik


I failed to read the upgrading instructions and got lots of errors from
dpkg. I cannot upgrade nor remove the broken packages. Is the only way out
to reinstall the whole thing...?

Thanks,

Kaj
[EMAIL PROTECTED]

PS. With dselect it is too easy to do this kind of stupid things...


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


Re: Problems with 1.2 - 1.3

1997-08-01 Thread Kaj Wiik


On Fri, 1 Aug 1997, Kaj Wiik wrote:

 I failed to read the upgrading instructions and got lots of errors from
 dpkg. I cannot upgrade nor remove the broken packages. Is the only way out
 to reinstall the whole thing...?

The problem was in fact wrong version of install-info Now everything
seems to work again.

Kaj



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


Perl 5.004 stability?

1997-07-07 Thread Kaj Wiik

I'd like to upgrade to Perl 5.004 but I am discouraged to do that by our
system admin because of potential stability/compatibility problems.

I know of majordomo and chat problems, are there other known problems?

Thanks,

Kaj


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


g77 problems

1997-01-06 Thread Kaj Wiik

When trying to run g77 on 1.2 I get

gcc: installation problem, cannot exec `f771': No such file or directory

g77 -v gives

 gcc -v -fnull-version -o /tmp/gfa02858 -xf77-cpp-input /dev/null -xnone
Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.1/specs
gcc version 2.7.2.1
 /usr/lib/gcc-lib/i486-linux/2.7.2.1/cpp -lang-c -v -undef -D__GNUC__=2
-D__GNUC_MINOR__=7 -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix
-D__i386 -D__linux -Asystem(unix) -Asystem(posix) -Acpu(i386)
-Amachine(i386) -D_LANGUAGE_FORTRAN -traditional -D__i486__ /dev/null
/tmp/cca02858.i
GNU CPP version 2.7.2.1 (i386 Linux/ELF)
#include ... search starts here:
#include ... search starts here:
 /usr/local/include
 /usr/i486-linux/include
 /usr/lib/gcc-lib/i486-linux/2.7.2.1/include
 /usr/include
End of search list.
 f771 /tmp/cca02858.i -fset-g77-defaults -quiet -dumpbase null.F -version
-fversion -fnull-version -o /tmp/cca02858.s
gcc: installation problem, cannot exec `f771': No such file or directory

Still f771 exists:

locate f771
/usr/lib/gcc-lib/i486-linux/2.7.2/f771

Suggestions?

Kaj Wiik
[EMAIL PROTECTED]



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


Re: g77 problems

1997-01-06 Thread Kaj Wiik


On Sun, 5 Jan 1997, Don Morton wrote:

 gcc seems to use the files in 
 /usr/lib/gcc-lib/i486-linux/2.7.2.1, but the f771 was installed in
 ../2.7.2.  So, the solution seems to be a simple link (actually
 two)
 
  cd /usr/lib/gcc-lib/i486-linux/2.7.2.1
  ln -s /usr/lib/gcc-lib/i486-linux/2.7.2/f771 f771
  ln -s /usr/lib/gcc-lib/i486-linux/2.7.2/libf2c.a libf2c.a

Worked for me also, thanks, you saved my day (and week :)).

Cheers,

Kaj
[EMAIL PROTECTED]



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