similar to: The law difference between country

Displaying 20 results from an estimated 400 matches similar to: "The law difference between country"

2009 Apr 13
4
Repo for Abiword
Hi, I need to run Abiword on CentOS 5.3, any repository? -- Thanks
2009 Apr 03
1
installing from pen drive?
hi I have downloaded 7 iso files onto a dvd for 5.2 x64 . can i install them using a pendrive or i need to make 7 cds out of them? Many thanks, Sumit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090403/1cef6e92/attachment-0003.html>
2009 Apr 03
1
Install CentOS directly from usb drive?
Hello: I followed the instructions here: http://www.centos.org/docs/5/html/5.2/Installation_Guide/ch02s04s01.html to put isolinux on a usb drive. When I boot from the usb drive, the installer comes up and I can do a network install. I have to say that is very impressive! But, since I have a 4GB usb drive, I am thinking I can load the rest of the installation onto the usb drive so I do not have
2009 Jun 07
1
RealTek 8168B (Rev 02) Issue
The 8168B (02) NIC works well except that it does not go into promiscuous mode despite advertising itself in that mode after being so directed with ifconfig. Unfortunately, the little box is destined to be an IDS monitor, so that function is essential. The board is an Intel Atom 330 run as x86_64, the nic is internal. We tried three drivers: the one in the 2.6.18-128.1.10.el5 kernel yields
2009 Jun 11
3
OT: rebuild kmod rpm package from src.rpm
Hi all, I would like to rebuild a kmod.src.rpm package for a specific kernel. When I try to do it, this message appears: Building target platforms: i686 Building for target i686 error: Failed build dependencies: kernel-xen-devel-i686 = 2.6.18-98.el5 is needed by mymodule-kmod-0.1.5-2.i686 kernel-PAE-devel-i686 = 2.6.18-98.el5 is needed by mymodule-kmod-0.1.5-2.i686. Is
2009 Nov 29
4
NetworkManager constantly overwriting /etc/resolve.conf - how to disable?
Hi all, I have a CentOS 5.4 server-only installation, i.e. no X installed, and for some odd reason /etc/resolve.conf gets overwritten by NetworkManager on a constant basis. I haven't been able to track down how often, but I think it's on the hour, or something. This is the conents of the file right now: # Generated by NetworkManager # No nameservers found; try putting DNS servers into
2016 Aug 16
2
Need SELinux help
Hi All, Fedora Core 24, x64 samba-4.4.5-1.fc24.x86_64 I am using the following direction to set up SELinux with Samba: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Managing_Confined_Services/sect-Managing_Confined_Services-Samba-Configuration_examples.html to set up SELinux with Samba 1) I created a directory called /export # ls -al /export total 28
2008 Aug 14
6
wireless laptop configuration
Hi, I have a wireless network but no wired network. I need to access the net for the necessary installation of the wireless drivers in CentOS 5.1. Could anyone let me know how i can go about it!! My card is Intel PRO/Wireless 3945 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Aug 13
3
DRBD 8.2 crashes CentOS 5.2 on rsync from remote host
I've got a pair of HA servers I'm trying to get into production. Here are some specs : Xeon X3210 Quad Core (aka Core 2 Quad) 2.13Ghz (four logical processors, no Hyper Threading) 4GB memory Hardware (3ware) Raid 1 mirror, 2 x Seagate 750GB SATA2 650GB DRBD partition run on top of an LVM2 partition. CentOS 5.2 2.6.18-92.1.6.el5.centos.plus DRBD 8.2 (drbd82-8.2.6-1.el5.centos) Kernel
2016 Dec 05
4
Cisco IP 8841 asterisk integration
True agree, problem is somehow the people purchased.... am supporting to overcome that. Trying level best... around 20 phones has been purchased.... ?? On Mon, 5 Dec 2016, 8:55 p.m. Victor Villarreal, <mefhigoseth at gmail.com> wrote: > With all the money you plan to invest in firmware, licenses, etc., you > have bought a Grandstream IP phone or Yealink... > -- >
2002 Jul 10
1
Can't upgrade from 2.0.7 to 2.2.5
i have a turbolinux 6.5 server with 2.2 kernel, and samba 2.0.7. When i download 2.2.5 into /usr/local, run ./configure, run make, run make install, i then start the smbd and type smbd -V and it still shows I am running 2.0.7. Am I on crack? kevin Am I missing a step?
2001 Apr 11
1
Problems with NT logons, Samba as PDC
Hi! We're using Samba as PDC, and recently had a strange crash on the system (none of the NT-machines authenticated anymore). I re-created the user database and passwords on the server (TurboLinux 2.2.14-5, with Samba 2.0.6 & 2.1alpha for auth.) and also re-newed the profiles making 'em local on the NT-workstations. Sometimes when the NT-PC gets rebooted, I can't authenticate it
2001 Feb 08
1
status...lck
when I do an smbstatus iget: couldn't open status file /var/lock/samba/status/STATUS..LCK why can't it? why can't I? thanks
2003 Jan 28
2
rsync-2.5.6 build on Red Hat 8.0 fails
The packaging/lsb/rsync.spec file is broken as shipped: It has a "Sept" month (rpmbuild here takes only 3-letter month names), and RH gzips the manpages, so the %files list can't find them. I also added doc/README-SGML and doc/rsync.sgml to the %doc files. Patch follows. Thanks for all the good work! --- rsync-2.5.6/packaging/lsb/rsync.spec.orig 2003-01-28 06:28:35.000000000 +0100
2011 Nov 18
0
A-law and mu-law
Because u-law and a-law are non-linear algorithms and the mathematics of FLAC (and AFAIK all lossless encoders) are build for linear PCM. Adding these formats would change the FLAC format altogether, decoders are not made to work with it (they can only output plain PCM) Best option would be converting these files to 16-bit plain WAV and compressing, but I guess files won't be much smaller
2011 Nov 21
0
A-law and mu-law
On Nov 19, 2011, at 16:42, Giulio Paci wrote: > So the problem would be suboptimal compression due to suboptimal > assumption about the input signal, right? The problem is more that FLAC should not be a collection of code to read every possible file format in existence. That would be a duplication of at least two other audio file format conversion utilities, and quite bug ridden,
2011 Nov 21
1
A-law and mu-law
Thank you all for your answers. They were all useful. Il 21/11/2011 07:37, Erik de Castro Lopo ha scritto: > Giulio Paci wrote: > >> thank you for your answer. So the problem would be suboptimal >> compression due to suboptimal assumption about the input signal, right? >> What I do not understand is how the format of a FLAC format would be >> affected by supporting
2011 Nov 18
2
A-law and mu-law
Hi to all! I have a database of audio files that I want to losslessly compress. Unfortunately I have several 8bit A-law and mu-law files in the database and I see from here http://flac.sourceforge.net/documentation_tools_flac.html that they are not supported by the reference flac encoder/decoder. Is there a reason for this? Would it be possible to add support for these files in the reference
2011 Nov 21
1
A-law and mu-law
Hi, sndfile-convert already converts from all these formats to FLAC, but the flac tool itself has more flac-specific options. Is it possible to use sndfile-convert to provide the input data? In any case Erik is maintaining both libsndfile and libflac, and it's unlikely he'd want to duplicate the code. If anything it'd make more sense to remove code for reading other formats from the
2002 Jul 29
1
problems preserving permissions -
Hi All, I recently installed Rsync to perform backup features - this includes backing up a /home dir and keeping ownerships/permissions intact is obviously very important.... However when I perform. (current working path is /home) rsync -azv --progress --stats * andrew@192.168.0.2::tmp/home and on the server side of things... I have it setup like so - motd file = /etc/rsyncd.motd