similar to: Strange connectivity problem from linux.

Displaying 20 results from an estimated 1000 matches similar to: "Strange connectivity problem from linux."

2008 Jul 09
2
sudoers
Hi, I need to run /bin/mount and /sbin/mount.cifs commands as nobody user (it has (bin/bash shell). So, I've edited /etc/sudoers and added: Cmnd_Alias CMD_MOUNT = /bin/mount Cmnd_Alias CMD_CIFS ) = /sbin/mount.cifs nobody ALL = NOPASSWD: CMD_MOUNT nobody ALL = NOPASSWD: CMD_CIFS But when I run the command as nobody (in the shell), I get the error: "mount
2008 Jul 09
4
NOW: Firefox 3.0 and GNOME crash when trying to view SME Server documentation WAS: OT: anything in CentOS 5.2 that uses opendns.com when browsing web?
On 7/8/08, Marko A. Jennings <markobiz at bluegargoyle.com> wrote: > On Tue, July 8, 2008 10:03 pm, Stephen John Smoogen wrote: >> On Tue, Jul 8, 2008 at 7:56 PM, Lanny Marcus <lmmailinglists at gmail.com> >> wrote: >>> On 7/8/08, Lanny Marcus <lmmailinglists at gmail.com> wrote: >>>> On Tue, Jul 8, 2008 at 8:00 PM, Ross Cavanagh
2007 Nov 06
3
Installing Google's Picasa for Linux on CentOS 5
I downloaded the .rpm file from Google and am trying to install Picasa for Linux on CentOS 5. I get the below error. Is this because I'm using SELinux or because of something else? I found a small Picasa folder in /opt (24 items, 143.7 KB) but it seems to end there. Picasa is one of the programs my wife uses on Windows. TIA! [root at dell2400 lanny]# rpm -Uvh picasa-2.2.2820-5.i386.rpm
2011 Dec 05
1
LPR to windows lpd question
Hi All, I am trying to print from a CentOS 5.3 server to a windows LPD service. After enabling the LPD service on Windows and creating a LPR port to a particular printer when I execute the following command on CentOS server I do not come out. lpr -H winprint:515 -P printer1 file.txt The above command does not exit. Do I need to configure anything on the server to be able to use lpr as a client ?
2009 Mar 16
4
OT: centos.org web site not responding
The web site for CentOS is not responding. I can ping it OK, but the web site is not responding to http requests from my browser. If the webmaster should happen to read this...
2007 Jul 28
4
memory query
Dear All, I have recently installed centOS 5 on DELL pentium 2.7ghz (model optiplex GX270) and have 512 memory but the OS free command show me Mem: 473876 469892 3984 0 11288 69384 -/+ buffers/cache: 389220 84656 Swap: 1020088 0 1020088 also cat /proc/meminfo show me same MemTotal: 473876 kB MemFree: 4108 kB Buffers:
2009 Dec 16
5
OT: Google Earth - How to uninstall, before installing newest version?
Desktop is CentOS 5.4 (32 bit). I have Google Earth version 4.2.205.5730 (13NOV2007 build date) installed. I have checkinstall (spelling?) installed, but am not sure if that was installed before or after Google Earth was installed. I have the Google Repository installed, but apparently Google Earth cannot be updated via yum and probably it was not installed via yum. Question: What is the best
2007 Aug 13
8
Automount configuration problem
I have a simple automount configuration problem. I've done two similar, clean, Custom installations of CentOS 5.0, on two similar, but not identical boxes. On my box, automount is working perfectly. On my daughter's box, it's not working. If I put the FC6 DVD into the drive in my box, I can see the contents of the DVD, without any problem. If I cat /etc/mtab in my box, I see this line:
2009 Apr 11
1
Desktop update (32 bit) from 5.2 to 5.3 - fuse & ntfs-3g-mount
I just finished updating my Desktop, from CentOS 5.2 to 5.3 (32 bit). There were a lot of error messages (from sbin/ldconfig ?) about 2 files, in usr/lib/lib ending in .so "is not an ELF file - It has the wrong magic bytes at the start." There were also a lot of messages I believe have to do with SELinux. I'd read the Release Notes and thought I was OK, since this box is dual boot
2007 Nov 06
4
Installing Google's Picasa for Linux on CentOS
On 06 November 2007, Stephen John Smoogen wrote: <snip> >Hmmm does the package look good with a >rpm -K picasa-2.2.2820-5.i386.rpm I Google'd and Yahood' and found a post that mentioned adding a Yum Repository for Google. I now have this repository: [google] name=Google - $basearch baseurl=http://dl.google.com/linux/rpm/stable/$basearch enabled=1 gpgcheck=1 priority=20 But,
2008 Sep 30
2
script
Dear ALL, I need some help with bash scripting, a script that search the content of multiple files and replace old string ip "10.5.1.10" with the new string ip "127.128.1.10" it will search in specific folder and sub folders Thanks
2019 Sep 27
3
Question on target-features
Ugh, that would be a “yes” then… -- Krzysztof Parzyszek kparzysz at quicinc.com<mailto:kparzysz at quicinc.com> AI tools development From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Krzysztof Parzyszek via llvm-dev Sent: Friday, September 27, 2019 10:05 AM To: Dangeti Tharun kumar <cs15mtech11002 at iith.ac.in>; llvm-dev at lists.llvm.org Subject: [EXT] Re:
2016 Jun 23
4
Questions on LLVM vectorization diagnostics
Dear LLVM Community, I am D Tharun Kumar, masters student at Indian Institute of Technology Hyderabad, working in a team to improve current vectorizer in LLVM. As an initial study, we are studying various benchmarks to analyze and compare vectorizing capabilities of LLVM, GCC and ICC. We found that vectorization remarks given by LLVM are vague and brief, comparatively GCC and ICC are giving
2012 Dec 04
3
reformatting some data
Hello, I am trying to reformat some data so that it is organized by group in the columns. The data currently looks like this: group X3.Hydroxybutyrate X3.Hydroxyisovalerate ADP 347 4 4e-04 3e-04 5e-04 353 3 5e-04 3e-04 6e-04 359 4 4e-04 3e-04
2016 Jun 24
2
Questions on LLVM vectorization diagnostics
Hi Dangeti, Ramakrishna, Adam, and Gerolf, >Yes this is an area that needs further improvement. We have some immediate plans to make these more useful. See the recent llvm-dev threads [1], [2]. It takes a lot of dedicated effort to make vectorization report easier to understand by ordinary programmers (i.e., those who are not compiler writers). Having done that for ICC ourselves, we truly
2016 Oct 10
2
On Loop Distribution pass
> On Oct 10, 2016, at 2:50 PM, Hal Finkel <hfinkel at anl.gov> wrote: > > > From: "Dangeti Tharun kumar via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> > To: llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > Cc: "Santanu Das" <cs15mtech11018 at iith.ac.in <mailto:cs15mtech11018 at
2019 Jan 07
2
[Xray] Help with Xray
On Mon, Jan 7, 2019 at 3:21 PM Dean Michael Berris <dean.berris at gmail.com> wrote: > On Mon, Jan 7, 2019 at 8:43 PM Dangeti Tharun kumar > <cs15mtech11002 at iith.ac.in> wrote: > > > > Hi Dean, > > > > I have tried with -instr-map-1 and -instr-map-2, it didn't work. > > > > Yeah, I'm looking through the code and it looks like
2008 Apr 26
19
DVD reader: Hardware problem or OS glitch?
Hello: The box is dual boot (Win XP & CentOS 5). A Dell Dimension 4300 Celeron. There was an intermittent problem with this last year and last Thanksgiving, I wiped the HD and installed Win XP and CentOS 5 clean. My daughter asked me to install KStars which is in the kdeedu RPM on the Fedora Core 6 Install DVD. I did that, without any problems, on my box and on my wife's box. On the
2015 Jul 22
3
rsyslog.conf
Am 22.07.2015 um 17:41 schrieb Windsor Dave (AdP/TEF7) <Dave.Windsor at us.bosch.com>: > Sorry for the top post, Outlook defaults strike again..... Outlook forces you to write above ? :-) -- LF
2016 Oct 09
3
On Loop Distribution pass
Dear community, Our team at IITH have been experimenting with loop-distribution pass in LLVM. We see the following results on few benchmarks. clang -O3 -mllvm -enable-loop-distribute -Rpass=loop-distribute file.c clang -O3 -mllvm -enable-loop-distribute -Rpass-analysis=loop-distribute file.c TORCH