Displaying 20 results from an estimated 300 matches similar to: "Segmentation fault!!"
2004 Jun 15
1
Floppy
Hi,
I don't know if I can have direct accses to my floppy drives under wine,
or I must mount before using in wine.
Can anibody help me??
Thanks
Kovacs Alpar
2010 Apr 14
7
SuSE and zypper
Hi,
I found the zypper provider mentioned on this list in another thread,
but it failes with the flowing error :
Package[kvm]/ensure: change from 0.11.0-4.5.2 to true failed: Could
not update: undefined method `zypper'' for
#<Puppet::Type::Package::ProviderZypper:0x7fd1acf9e360> at
Is the latest provider broken? Is there interest in making this work /
making it complete. I
2018 Sep 14
6
Function calls keep increasing the stack usage
Hi everyone,
I found that LLVM generates redundant code when calling functions with
constant parameters, with optimizations disabled.
Consider the following C code snippet:
int foo(int x, int y);
void bar()
{
foo(1, 2);
foo(3, 4);
}
Clang/LLVM 6.0 generates the following assembly code:
_bar:
subl $32, %esp
movl $1, %eax
movl $2, %ecx
movl $1, (%esp)
movl $2, 4(%esp)
movl %eax, 28(%esp)
movl
2006 Aug 10
4
Speeding up ActiveRecord creation?
My completely empty model (no validation callbacks etc etc) takes an
average of 0.05 seconds to create, at least according to
Benchmark.realtime{200.times{Message.create(:from =>
"me@here.com", :message_type => ''email'',
:subject => "hello", :body => "goodbye", :sent_at => Time.now)}}/200
That''s a little slower than
2004 Apr 09
1
Sharp ZQ-290s sync software
Hi,
Since Sharps communication protocols are "top secret", I'm trying to
port their sync software to linux.
I'm new to wine, so this might be silly, but after hours of googling and
searching for solutions I'm posting this.
After installing DCOM98.exe, the Desktop software installed, and it
runs. Only problem is it doesn't detect the device connected to the
serial port
2005 Jun 30
3
Vote for CentOS - AGAIN :)
The preliminary round voting is completed in the "2005 Readers' Choice
Awards" at Linux Journal.
CentOS was nominated in the "distribution:" category along with 18 other
Linux distros ... and we finished in the top 3 (along with Ubuntu and
FedoraCore).
Thanks to every one who voted for CentOS. I really did not expect that
we would be on the final ballot, though I am
2006 Nov 23
5
HTB GUI
Hi,
I have many example of HTB GUI . All is already well developed, which discussed in this link.
However, can anyone teach me what software to use to build a own web based GUI HTB software in Fedoracore ( Linux based) ? Thanks
Regards
Alan
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
2008 Mar 11
2
File share access problems
Greetings,
Since rebooting our samba server last night, we are no longer able to
access the documents on the private or public file shares. A Word document
is giving an error like:
The document name or path is not valid. Try these suggestions:
* check the file permissions for the document or drive
* use the file open dialog box to locate the document
This is happening for all
2006 Nov 01
1
e2fsck: Bad magic number in super-block
I posted this to the Fedora-list, but thought I might get some
additional information here as well.
I have a HD that refuses to mount with a 'bad magic number in
super-block'. I'm running FedoraCore 6 x86_64.
[root at moe ~]# fdisk -l /dev/hdc
Disk /dev/hdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
2018 Sep 14
2
Function calls keep increasing the stack usage
Sorry I missed that important detail. The relevant part of the command line
is:
-cc1 -S -triple i386-pc-win32
I don't expect it matters if it's for Windows or Linux in this case.
On Fri, Sep 14, 2018 at 9:16 PM David Blaikie <dblaikie at gmail.com> wrote:
> Can't say I've observed that behavior (though I'm just building from
> top-of-tree rather than 6.0,
2003 Dec 18
2
ADS and Winbind ... Can't access with Samba host name ...
Greetings ...
It seems I have really got myself confused ...
I have a Win2K3 ADS domain, I have two FedoraCore systems, one with
Samba 3.0.0 and the other with Samba 3.0.1. Both give me the same problem.
If I try access the Samba shares from Win2K3 using the host number,
I get prompted for a username and password, and no matter what I type
in, I can't get in.
If I use
2005 Sep 12
1
wctdm module won't load after kernel upgrade
Hi all,
I have installed a TDM22B on an IBM xSeries 220 with FedoraCore 3 and setup asterisk cvs head to work properly.
A few days ago, I tried to update the system kernel to 2.6.12 from 2.6.9 and also to change to asterisk stable 1.0.9.
After compiling zaptel and asterisk, i loaded zaptel and tried to load the wctdm module but this failed with the following message:
Notice: Configuration file
2006 May 02
1
Called NTLMSSP after state machine was 'done'
Hi !!
I am installing Squid-2.5 Stable 13, on a FedoraCore 5 x86_64 machine, doing
ntlm authentication through Samba 3.0.22, wich was installed via rpm.
Everything is working fine except that the browser every now and then asks
for the username and password.
I have done some basic samba tests, like wbinfo -t, wbinfo -u and wbinfo -g,
and everthing worked ok.
Looking at squid?s cache.log, I
2006 May 17
2
Caching doesn''t work at all...
Installed RoR under lighttpd and noticed that caching some actions
didn''t accelerate page serving. The following little example of
class TestscriptController < ApplicationController
caches_page :index
def index
@string = Time.now.to_s
end
end
and
<html>
<head>
<title>Test</title>
</head>
<body>
<p>Test</p>
<p><%=
2006 Oct 12
1
sending help output to a file
when i do ?whatever at the R prompt ( i use linux ), the help comes up
but it comes up like a man page. i would prefer to send it to a file. i
did a ?help and
it says something about sending the output to a file but nothing
specific enough that i can figure out what to do. the help page talks
about a parameter called "type"
but as far as i can tell, there is no "type" parameter
2006 Dec 05
2
zaptel-1.4.0-beta2 Getting it to compile on Fedora Core 6 _64bit
I keep running into the dead end that it can't find config.h in the source
tree.
It looks like newer kernels don't use it anymore.
Someone ran into this awhile back when compiling 1.2 and it looks as
though the issue was never resolved.
Any ideas?
Last time I tried this, I was on fedora core 5 64bit and all went well.
It's not working on this newer setup
Any ideas on what I can do
2006 Aug 29
40
Red Hat release info
Hi all,
I''m looking at changing the operatingsystemrelease fact for Red Hat.
Linux currently just uses the kernel release as the operating system
release, but I''ve got a client who wants the release to have both the
specific distro (e.g., AS or EL) and the release (e.g., 3 or 4).
Will this particularly annoy anyone? Anyone want to help make the
release string work on
2003 Sep 12
1
Using Samba
I have a couple of questions on Samba that I haven't found in any documentation.
1.) How do you set and manage Quotas for user folders on Samba file system?
2.) Dose it have support and connection to Novell Netware 5.1 to 7.0 beta relese?
(client to Netware or Gateway services to Netware?)
3.) Is 3.0 beta and final release will be avalable under mandrake 9.0?
Please respond to these
2003 Nov 05
1
rsync is hanging for me
When I rsync a large directory (a few thousand files in multiple
subdirectories), it has recently begun to hang and not return to me.
The system I am rsyncing from is relese 2.4.1, and the system I am rsyncing
to is release 2.5.4. I am running on aix (both ends).
I used to use the following:
/usr/contrib/bin/rsync -vrace ssh --include-from $tmpFile --exclude "*"
2005 May 24
3
sharing NFS mounts
OK, I've been searching the archives and google with little luck...
I have a directory which needs to be shared with a number of UNIX
clients via NFS and with Windows clients via Samba. What is the best
way to do this? Should I configure Samba to share the actual NFS mount?
Or should I configure Samba to share the actual filesystem directory?
Reason I ask, we were using the former method