Displaying 20 results from an estimated 700 matches similar to: "[Flac-users] metaflac: "memory access error""
2003 Aug 21
0
OT: smartcard sectok - 0608 error loading driver
Hello!
I know this is a bit off topic but its hard to get some help in this case.
the driver for my Towitoko Chipdrive USB works:
Aug 21 12:33:12 idefix pcscd: eventhandler.c:380 EHSpawnEventHandler: Card
Removed From Towitoko Chipdrive USB 0 0
Aug 21 12:33:16 idefix pcscd: eventhandler.c:468 EHSpawnEventHandler: Card
inserted into Towitoko Chipdrive USB 0 0
Aug 21 12:33:16 idefix pcscd:
2003 Aug 12
1
VMware and samba interoperability patches...
Has any progress been made about integrating the VMware samba-2.2.8a patch?
VMware Inc was generous enough to add their value to this, and I think it's
worth getting in.
>From [http://www.vmware.com/download/open_sources.html]:
http://www.vmware.com/download1/software/support/vmware-samba-2.2.8a.diff
Please CC me on any replies. Thanks!
--
Daniel J Blueman
COMPUTERBILD 15/03:
2003 Sep 01
3
No rpm for RedHat9
You say that there are rpm-packages for rc2 available for redhat9.
But when i browse the ftp directory, i saw that it is empty.
How come?
--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualit?tssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7.
2003 Aug 21
1
Smartcard: sectok compiler error
Hello list!
I am trying to get my chipdrive micro smartcard working with openssh.
I read the README.smartcard, but i got stuck with sectok.
It might be a little offtopic but i am totally stuck!
After it compiled libsectok without the -Bforcearchive flag i tried to
compile sectok:
[root at box sectok-20020524]# make
gcc -o sectok main.o cmds.o cyberflex.o ../libsectok/libsectok.a -lcrypto
cmds.o:
2003 Aug 30
1
packet rate limiting
Hi,
I''m currently looking for a QoS extension that allows to limit the packet
rate to a given value. As I''m using HTB at the moment bandwidth limiting works
pretty well but packet rate limiting would be superb.
I do traffic shaping on a firewalling bridge (2.4.21) using iptables mark
and HTB. Any suggestions would be appriciated!
Regards,
Mike
--
COMPUTERBILD 15/03:
2011 May 28
5
Segmentation fault again
Hi,
I have the following report after a cron job again?
/root/tools/expunge: Zeile 3: 4869 Speicherzugriffsfehler doveadm
expunge -A mailbox Spam savedbefore 5d
/root/tools/expunge: Zeile 5: 4915 Speicherzugriffsfehler doveadm
expunge -A mailbox Papierkorb savedbefore 4d
See the attachment.
Any ideas greatly appreciated. Thanks
--
Mit freundlichen Gr??en,
with kind regards,
Jim Knuth
2004 Aug 06
1
Icecast 1.3.12 hangs: Problems with a big number of sources?
Hi!
I work for the University of Dortmund in germany where we use icecast
as a server for DGPS data (see http://igs.ifag.de/index_ntrip.htm for
more information).
We took icecast version 1.3.12 and adapted it to our needs:
- low data rates of 50 and 500 bytes/sec
- up to 150 source streams
- no meta data
Our operating system is Red Hat Linux 8.0.
Under these circumstances and after variable
2018 Jul 30
1
Problems with Sieve and vnd.dovecot.pipe
Hello all!
I have changed my mailserver from spamassasin and procmail to rspamd and
sieve. Rspamd is working, but with some sieve script I still have problems.
I have created a script to learn spam:
haiko at SERVERNAME:~$ sudo cat /var/vmail/sieve/global/learn-spam.sieve
require ["vnd.dovecot.pipe", "copy", "imapsieve"];
pipe :copy
2003 Aug 10
2
Accounting
If you downloaded a version of the ''firewall'' script earlier that 1.294,
please upgrade to that version; earlier versions have problems - 1.293
has a syntax error for example :-(
-Tom
--
Tom Eastep \ Shorewall - iptables made easy
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
2003 Aug 09
1
hosts.equiv and .rhosts
Hi,
How to use hosts.equiv and .rhosts in samba and can you please send me
an example of them
____________________________________________
Mohammed Al-Shabib Baker <http://www.bakerhughes.com/> Hughes.com Tel.
(+973) 586000 Fax (+973) 580626 P.O. box 18199, Manama, Bahrain My
<mailto:Mohammed.Al-Shabib@bakerhughes.com> E-Mail
Baker Hughes Geoscience
2003 Aug 27
1
samba und netzlaufwerke unter winxp
Hallo,
Ich habe ebendfalls das Problem, dass ich mich extra anmelden muss bei
meinem Linux-Server. Hast Du da eine L?sung gefunden.
From: "Marcel Stein" <marcel-stein@arcor.de>
Subject: samba und netzlaufwerke unter winxp
Date: Thu, 26 Jun 2003 20:04:56 +0200
Message-ID: <000001c33c0d$76d703f0$0201a8c0@winxp>
Ich habe einen samba zu laufen und greife vom client winxp
2003 Jul 31
2
Samba over the Internet...
Is it possible to allow login into one of my machines over the internet.
I currently have Samba running as PDC and from my house, I can access
the computer just fine when I'm using WinXP. There are no problems with
that, when I'm at home, the specific directory I want is mapped to a
drive letter. However I would like to be able to do the same from work.
Is this possible? In other words,
2003 Aug 10
9
DID IT! - Samba 2.2.8a+LDAP+PDC
I am so stoked I just had to share this with y'all.
I just "SEAMLESSLY" migrated all of my machines and users over to my new
Gentoo Linux Server.
I even kept the same: domain name and old PDC NetBios name.
The trickiest part was getting all of the users to keep their same
profile, but I managed that by cloning the RID and Lanman/NT hashes for
the user accounts.
Free at last!
#
2007 Jan 19
5
Problem with C extension
Hello,
I try to write an extension in C, to get a faster functions.
Therefore I have to add an element (vector) to a vector. The command in
R is very simple: x = c(x,a)
But in C I have the problem to reallocate my vector for getting more
space. Everything I tried, I get a "Segmentation fault".
So, how can I combine two vectors in C and give the result back to R
(return(x))?
Thanks
2003 Aug 13
1
does anyone know about login script for xp to print from samba
HI there
i want to write or change the login script for windows
xp which uses my samba to print. so it works fine
after i use "capture printer port" command i.e net
use.
but when the user logs off and then logs in again the
printing doesnt work and I (admin) has to execute that
"capturing printer port comman net use"
so how can I write a login script for the user so that
every
2010 Mar 09
0
Asterisk 1.6.2.5 crash with chan_capi upon calling to PSTN
Hi,
I am having a problem with (Asterisk is crashing) with a Fritz card PCI
/ chan_capi.
Receiving Calls from PSTN works, but outbound calls make asterisk crash
(Speicherzugriffsfehler/Segmentation fault). The crash occurs upon
dialing with the other phone not even ringing.
I hereby ask if somebody reading this list can confirm or disprove my
issue. Does anbody run a recent asterisk 2.6 with
2011 Nov 08
1
To the Moon
Anyone managed to get this indie game to run?
http://freebirdgames.com/to_the_moon/
I've tried 1.3.31 and 1.3.25 and always end up with a black window that hangs indefinitely.
My Log:
Code:
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
fixme:d3d:init_driver_info Unable to find a driver/device info for vendor_id=0x10de device_id=0x863 for driver_model=2
fixme:win:EnumDisplayDevicesW
2005 Mar 15
1
Clock skew too great | joining ADS
I've upgraded my pdc to 2000 (compatibility mode with nt), and I want the
linux server to communicate directly with ADS...
I've changed my smb.conf, and try
net ads join -UAdministrator
But I get the following error :
borealis:/var/lib/samba# net ads join -UAdministrator
Administrator's password:
[2005/03/15 15:47:20, 0] libads/ldap.c:ads_add_machine_acct(1368)
2007 May 23
3
[Bug 11038] New: nouveau and NV17: glxinfo, glxgears and other gl-apps crash
http://bugs.freedesktop.org/show_bug.cgi?id=11038
Summary: nouveau and NV17: glxinfo, glxgears and other gl-apps
crash
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo:
2005 Mar 30
1
Problems with lpSolve/Memory ? R crashes
Hello!
I have a curious problem, which I cannot solve.
With my code I solve thousands of small linear programs with the package lpSolve automatically.
But R crashes sometimes (~always, but always on different linear programs) in a strange way.
For illustration, I tried to prepare a simple example, which shows the nature of the problem.
The function aaa (see below) declares some constants (only in