similar to: Network freezes - possibly yum?

Displaying 20 results from an estimated 10000 matches similar to: "Network freezes - possibly yum?"

2005 Oct 04
2
Resolving a yum conflict
How can I resolve a yum conflict? A lot of other packages depend on the conflicting file. Thanks. Morten [root at machine ~]# yum install xorg-x11-deprecated-libs Setting up Install Process Setting up Repos update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100%
2008 May 07
4
NMAP - reveal MAC address
In CentOS 4 does anyone know the switches to get NMAP to reveal the MAC of the host being scanned ? I cant seem to find it and i am using nmap-4.20 - i am sure this was available somehow on older releases. thanks
2007 May 02
13
RSpec 0.8.2 pain, missing spec/rails?
Hi. I''m upgrading a project from an 0.8.0 pre-release gem to 0.8.2. I''ve installed the 0.8.2 gem, and the rspec_on_rails 0.8.2 plugin: ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_2/rspec When I try to run my specs though, I get the below error. It''s as if the spec_helper cannot find "spec/rails". I''ve noticed that
2006 May 01
2
Capistrano restart task
Hi. Have anyone figured out a simple restart task for mongrel using Capistrano? Br. Morten
2006 Jul 17
3
Extending Ruby classes in Rails
Hi. I''ve placed the following in lib/mods.rb: class String def String.foo "bar" end def bar "baz" end end But it does not get picked up: white:~/svn/tagticks morten$ script/console Loading development environment. >> String.foo NoMethodError: undefined method `foo'' for String:Class from (irb):1 >>
2006 Apr 29
2
Streaming to/from MySQL
Hi. When I upload a 10Mb file (from my browser) to my Rails app, a Tempfile object gets created on the server. When the contents gets written to the database, it''s a simple INSERT, so basically the data is read to memory and then inserted into MySQL. How come the data is not streamed to the DB so we avoid the memory issue? Is this a short coming of ActiveRecord or the MySQL/Ruby
2006 Mar 23
3
User/group/role model question
Hi. I have an app where "users" can belong in "groups" with certain "roles" (eg. a user can own a group). Normally I''d make users has_and_belongs_to_many groups and put a role_id on the join table. But - a role is really a first class citizen also, so a model is in order. The problem with making a "role" model which has_many "users"
2009 Oct 22
3
Missing yum-priorities in 5.4?
I am looking for yum-priorities or any info on any changes here for CentOS 5.4. There is also a forum post for this here: <https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22798&forum=37> Is this missing on purpose? Function merged with another yum package? Or is it just missing as an oversight? -- //Morten //morten at mortent.org
2016 Apr 21
2
FirewallD issue
Hello everybody. Recently i moved external interface to zone "external" on my home server/router. And something strange is hapening. From my router (chamber, CentOS7) everything is fine: [root at chamber ~]# firewall-cmd --list-all home (default, active) interfaces: enp3s0 tun0 virbr0 sources: services: dhcp dhcpv6-client dns http https imaps ipp-client mdns nfs samba
2006 Feb 14
3
DAG Repository
Has anyone else had this problem? I have tried other mirrors and still to the same effect. Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for nmap to pack into transaction set. nmap-4.01-1.2.el4.rf.i386 100% |=========================| 5.3 kB 00:00 ---> Package nmap.i386 2:4.01-1.2.el4.rf set to be updated -->
2006 Mar 29
1
Handlers
Anyone know where I can find some sample handlers? Has an API been released yet? Br, Morten
2005 Oct 02
2
Can CentOS 4 be installed from CD1 only?
Hi. I'm installing CentOS far from home and forgot the CDs... I don't have time to download all 4, what are my best options? I can download CD 1 and perhaps 2 - is that enough? Is there a way to install directly over the internet from one of the mirrors? Thanks. Morten
2015 Aug 24
2
Host does not respond to nmap
Hey Y'all, I just set up a new old machine on my network. I did a net install of CentOS 6.7 on it replacing an outdated copy of Win XP. Of course I'm now in the throws of configuring the machine to be a useful member of society. [mlapier at peach ~]$ nmap -sn 192.168.15.0/24 Starting Nmap 5.51 ( http://nmap.org ) at 2015-08-23 20:12 EDT Nmap scan report for 192.168.15.1 Host is up
2006 Feb 04
2
nnamp question
Hi: I have a machine with four interfaces connecting four different networks. I am learning to use nmap and trying to force the nmap working only one interface. As nmap man page states, I use -e option and it would not work: nmap -e fx0 -v -sP 192.168.128.0/23 Starting Nmap 3.95 ( http://www.insecure.org/nmap/ ) at 2006-02-04 14:04 CST getinterfaces: Failed to open ethernet interface (el0)
2015 Apr 24
5
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Thomas, Could you tell how can I change the protocol of corresponding port means 5060 is configured with tcp protocol I want to configured with udp. When I execute nmap -p5060 xx.xx.xx.xx I got below output [root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC Nmap scan report for
2006 Jul 19
6
ActiveRecord::RecordNotSaved - bizarre behaviour.
Hi. I get a RecordNotSaved exception when trying to create a user record. The error: User Columns (0.005930) SHOW FIELDS FROM users SQL (0.000465) BEGIN SQL (0.000466) COMMIT ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved): ... As you can see, there''s no INSERT SQL generated, which is the root cause of the problem. In my user model, I have the following
2005 Oct 18
4
Easiest virtual mail setup?
Hi. I wish to configure a CentOS 4.1 box to be a mail server. I'd like a setup with virtual mail accounts, using eg. exim, courier and mysql. Do any applications exist that already combine this in an easy to deploy manner (yum as far as possible)? I've seen XAMS.org but that's discontinued. Br, Morten
2015 May 03
4
can't disable tcp6 on centos 7
> > It's listening on both IPv6 and IPv4. Specifically, why is that a problem? The central problem seems to be that the monitoring host can't hit nrpe on port 5666 UDP. [root at monitor1:~] #/usr/local/nagios/libexec/check_nrpe -H puppet.mydomain.com CHECK_NRPE: Socket timeout after 10 seconds. It is listening on the puppet host on port 5666 [root at puppet:~] #lsof -i :5666
2008 Jun 20
1
Can't make asterisk work...how to test?
All, I've put a new asterisk server at another location and can't seem to get it working. What's the best strategy to debug connections? I'm doing inbound SIP only and have installed the server in the same way as I did on my DEV server. Running an nmap on localhost shows the port listening: ---------- [asterisk]/> nmap -sU localhost Starting Nmap 4.11 (
2005 Nov 02
2
Bind to eth1 only problem
Hello, I am trying to setup a samba server as a pdc bound to eth1 only (testing network). however I still seeing samba bind to eth0. I am running a debian unstable box... any ideas? do you need anything more to go on? (see attachments) I am starting smbd and nmbd up using a startup script out of /etc/init.d with the options: --exec /usr/sbin/nmbd -- -s /etc/samba/smb.ts.conf -D; --exec