Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - m4dm4n

Pages: 1 [2]
16
Nope,nope,nope...  :(

Code: [Select]
x@x:/home/x# sudo brctl show
bridge name bridge id STP enabled interfaces



Code: [Select]
x@x:/home/x# virsh net-destroy default
bash: virsh: command not found

x@x:/home/x# sudo apt-get install virsh
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package virsh


I'm open for more suggestions, don't be afraid to be more aggressive, it's a test server.  ;D

17
Removed libvirt, didn't solve the issue. Trying to remove bridge-utils, gives me this output. I think I don't want that. :)

Code: [Select]
x@x:~$ sudo apt-get remove bridge-utils
[sudo] password for x:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libsdl1.2debian heimdal-kdc traceroute l7-filter-userspace libtree-perl
  librbd1 adzapper libcaca0 intltool-debian ldap-auth-client libnet-arp-perl
  libsys-filesystem-perl libaio1 slapd seabios squid3-common screen at
  po-debconf quota libnss-ldap ldap-auth-config librados2 john-data ddclient
  libjson0 libkdc2-heimdal libquota-perl vgabios vlan libnet-ntp-perl
  ocsinventory-agent wakeonlan squid3 libflac8 dansguardian quagga libasyncns0
  ldap-utils l7-protocols libpam-ldap slapd-smbk5pwd qemu-utils
  zentyal-services libproc-daemon-perl libpam-heimdal libpulse0 msktutil
  libtext-csv-perl auth-client-config zentyal-objects squid-langpack
  libauthen-krb5-easy-perl john libsndfile1 dmidecode
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  bridge-utils qemu-common qemu-kvm zentyal-antivirus zentyal-bwmonitor
  zentyal-captiveportal zentyal-dhcp zentyal-dns zentyal-firewall zentyal-ftp
  zentyal-gateway zentyal-ids zentyal-ips zentyal-ipsec zentyal-jabber
  zentyal-l7-protocols zentyal-mail zentyal-mailfilter zentyal-network
  zentyal-ntp zentyal-openvpn zentyal-printers zentyal-radius
  zentyal-remoteservices zentyal-samba zentyal-squid zentyal-trafficshaping
  zentyal-usercorner zentyal-users zentyal-webmail zentyal-webserver
  zentyal-zarafa
0 upgraded, 0 newly installed, 32 to remove and 0 not upgraded.
After this operation, 20.4 MB disk space will be freed.
Do you want to continue [Y/n]? n

18
While I had an 3.1 installation, I tried to experiment with virtual machines. For that, I had to install bridge adapter (convert eth0 to bridge mode, and br1 appeared). After, when 3.2 was released, libvirt module lost support , and I uninstalled "Virtual Machines" module. Then, tried to convert eth0 to static IP addressing, hoping it would delete br1 interface. But, alas, it was still there. Then i disabled eth0 (Method : not set), br1 is still there. Even tried rebooting, nothing.


Ifconfig shows nothing or "ip addr":

Code: [Select]
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:06:29:ec:88:2c brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
    link/ether 00:08:54:53:54:d3 brd ff:ff:ff:ff:ff:ff
4: [b]eth2[/b]: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether 00:11:09:94:05:76 brd ff:ff:ff:ff:ff:ff

"locate br1" showed some upstart br1 log files, some br1.xml files under libvirt folder, but i manually removed them :

Code: [Select]
/lib/modules/3.5.0-23-generic/kernel/drivers/media/radio/dsbr100.ko
/lib/modules/3.5.0-40-generic/kernel/drivers/media/radio/dsbr100.ko
/lib/modules/3.5.0-41-generic/kernel/drivers/media/radio/dsbr100.ko
/opt/ltsp/i386/lib/modules/3.2.0-53-generic-pae/kernel/drivers/media/radio/dsbr100.ko

Is there some other methods I should be using to remove that interface ? Should I uninstall libvirt module with apt-get ?

Thank you




19
Thank you, I think that was the solution. Always wondered what would happen if Suricata gets an update, and the configuration wasn't default.

20
Everytime i make changes in a "suricata-debian.yaml" file, and restart the service, i comes back to default. Should I change some other file, or what am I doing wrong?

21
News and Announcements / Re: Zentyal Server 3.2 Roadmap Published
« on: July 17, 2013, 12:32:53 am »
I must say my heart stopped for a second when I saw "IPS integration". Detection is very nice, but prevention was the thing we were all waiting for. Do you plan to offer it as a 0$ service (even as a little out of date snort rules update)?

Pages: 1 [2]